Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #816572

    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

    • This topic was modified 7 years, 4 months ago by Tommy.
    #817217

    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

    #818356

    Hi Victoria,

    Plese see login information as below>

    Best regards,

    Tommy

    #818529

    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

    #819483

    hi,

    have upgrade the account, please try again.

    Thank you

    Tommy

    #819788

    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

    #820694

    Hi Rikard,

    I have updated both, but still not working, please check.

    Best reagars,

    Tommy

    #821170

    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

    #821268

    Hi Victoria,

    I want to open it in a new browser, how should i do?

    Best regards,

    Tommy

    #821705

    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

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.