-
Author
-
December 19, 2017 at 14:12 #183454kingsanitParticipant
Hi
Can you please let me know, how can I set the Grid Builder post to open in new page.
With regards
Kingsanit
December 19, 2017 at 22:21 #183483LauraModeratorHello, 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 solutionLaura 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 🙂
December 21, 2017 at 18:28 #183632RaduModeratorHi,
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 solutionDecember 24, 2017 at 13:42 #183811kingsanitParticipantHi 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
KingsanitDecember 27, 2017 at 16:19 #184008RaduModeratorHi,
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 CODEjQuery( 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 solutionDecember 29, 2017 at 20:59 #184228RaduModeratorYou’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 -
AuthorPosts
You must be logged in to reply to this topic.