Tagged: portfolio grid
when I click in the portfoilio grid, the item window opens in the same window, I want it to open in a new window.
greetings Karl
Hey Karl,
function add_custom_port_target(){
?>
<script>
jQuery(window).load(function(){
jQuery('a.grid-image').attr('target','_blank');
});
</script>
<?php
}
add_action('wp_footer', 'add_custom_port_target');
Let us know if anything else we can do for you
Best regards,
Basilis
Thank you very much.
I have put the function in functions.php of enfold-child.
is this correct?
greetings Karl
Hi Karl,
Yes, it is correct. Is it working for you?
Best regards,
Victoria
Yes thank you
Hi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)
Best regards,
Basilis