Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #892773

    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

    #893474

    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

    #894073

    Thank you very much.
    I have put the function in functions.php of enfold-child.
    is this correct?

    greetings Karl

    #894148

    Hi Karl,

    Yes, it is correct. Is it working for you?

    Best regards,
    Victoria

    #911139

    Yes thank you

    #911379

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Portfolio grid item does not open in new window’ is closed to new replies.