This topic has 6 replies, 3 voices, and was last updated 6 years by Radu.

  • Author
  • #183454
     kingsanit
    Participant

    Hi

    Can you please let me know, how can I set the Grid Builder post to open in new page.

     

    With regards

    Kingsanit

    #183483
     Laura
    Moderator

    Hello, will assign the ticket to a higher support level who can help and advise you in your query.
    Thanks! ?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #183632
     Radu
    Moderator

    Hi,

    Can you tell exactly what element ? Kleo Posts or Post Grid ?

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #183811
     kingsanit
    Participant

    Hi R

    I have created a Grid using VIsual Composer Grid Builder and used that Grid in the “Post Grid”.

    Here I don’t see an option for opening the link in new page.

    With regards
    Kingsanit

    #184008
     Radu
    Moderator

    Hi,

    Those doesn’t have that option, tried a quick solution right now but i cannot do something quick, i will add this to improvement list and in future we will add this kind of feature.

    An alternative it’s to use a Javascript way, see this answer : https://stackoverflow.com/a/30067133

    Instead of a you will have to add the selector for the post title from grid

    Example code with selector added for kleo posts

    COPY CODE
    
    jQuery( document ).ready(function() {
    	jQuery(document).on('click', '.posts-listing h3.post-title', function(e){ 
    	    e.preventDefault(); 
    	    var url = $(this).attr('href'); 
    	    window.open(url, '_blank');
    	});
    });
    
    

    You can add this code to wp-admin -> theme options -> general settings -> JavaScript code or directly in the page where you add the kleo posts in a text/html block

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #184194
     kingsanit
    Participant

    Thanks R/Laura.

    With regards
    Kingsanit

    #184228
     Radu
    Moderator

    You’re welcome

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?