Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #859655

    Hi,
    i insert the element “portfolio grid” on my page but i want it open portfolio element in a new window.
    How can i do it?
    Best regards,

    Luca

    #859675
    This reply has been marked as private.
    #860179

    Hi Luca,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look? Can you also give us a link to the page with the portfolio grid.

    Best regards,
    Victoria

    #860182

    Hi,
    yes thank you.
    Best regards,

    Luca

    #860750

    Hi,

    The menu is lose because of the size of your title / logo.
    Regarding your portfolio projects, to open on a new window you can use the following code

    
    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 that will work

    Best regards,
    Basilis

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