Hi!
Is it possible to open a portfolio entry on a new tab?
thank you!
Hey nasi!
Send us a link to your page and let us know which entry your wanting to open in a new tab. You can set your reply as private if you wish.
Cheers!
Elliott
Hi Elliot,
I would like to open in a new tab the products (portfolio entries) once you click on the thumbnail, the product page is opened in a new tab.
here is the link (private)
thank you
Hey!
Please add following code to Functions.php file in Appearance > Editor
function add_custom_target(){
?>
<script>
jQuery(window).load(function(){
jQuery('.page-id-621 .grid-entry-title a').attr('target','_blank');
});
</script>
<?php
}
add_action('wp_footer', 'add_custom_target');
Cheers!
Yigit
Thank you!
Hey!
You are welcome, we are always happy to help!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Have a great weekend!
Cheers!
Yigit