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

    Hi!
    Is it possible to open a portfolio entry on a new tab?

    thank you!

    #526414

    Hey nasi!

    Send us a link to your page and let us know which entry your wanting to open in a new tab. You can set your reply as private if you wish.

    Cheers!
    Elliott

    #526628

    Hi Elliot,
    I would like to open in a new tab the products (portfolio entries) once you click on the thumbnail, the product page is opened in a new tab.
    here is the link (private)

    thank you

    #526895

    Hey!

    Please add following code to Functions.php file in Appearance > Editor

    function add_custom_target(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery('.page-id-621 .grid-entry-title a').attr('target','_blank');
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_target');

    Cheers!
    Yigit

    #527280

    Thank you!

    #527448

    Hey!

    You are welcome, we are always happy to help!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Have a great weekend!

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Open a Portfolio entry on new tab’ is closed to new replies.