Hi,
In this page, i have set the Gird in “open then entry on a new page”, but it not work, still open in same page, please help to solve this.
Thank you.
Tommy
Hey Tommy,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
Victoria
Hi Victoria,
Plese see login information as below>
Best regards,
Tommy
Hi,
Thanks for the login details, though we can’t see much of the installation since the account doesn’t have admin rights. Could you upgrade the account please?
Best regards,
Rikard
hi,
have upgrade the account, please try again.
Thank you
Tommy
Hi,
Thanks for that. First off, could you try updating the theme to the latest version (4.1) to see if that helps please? http://kriesi.at/documentation/enfold/updating-your-theme-files/. Also try to update WordPress itself to the latest version, 4.8.
Best regards,
Rikard
Hi Rikard,
I have updated both, but still not working, please check.
Best reagars,
Tommy
Hi Tommy,
“Open on a new page” in this case does not mean open in a new browser window, it means that you’re are taken to the portfolio item page. So it is working correctly. Does it not work for you this way?
Best regards,
Victoria
Hi Victoria,
I want to open it in a new browser, how should i do?
Best regards,
Tommy
Hi Tommy,
Here is the code you can put in your child theme functions.php
add_action('wp_footer', 'ava_new_custom_script');
function ava_new_custom_script(){
?>
<script type="text/javascript">
(function($) {
function a() {
jQuery(".page-id-24 #after_full_slider_1 .grid-image.avia-hover-fx").each(function() {
this.setAttribute("target", "_blank");
});
}
$(window).load(function() {
a();
});
})(jQuery);
</script>
<?php
}
If you need further assistance please let us know.
Best regards,
Victoria