Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #859481

    Hi Enfold team,
    the server is down! Did I something wrong?
    Best regards
    Jonna

    #859484

    This is what it says:
    Service Temporarily Unavailable
    The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
    Can I do something?

    #859921

    Hi,

    The server on your site? Please provide a little more context to the issue.

    Best regards,
    Jordan Shannon

    #859998
    This reply has been marked as private.
    #860028

    Hi,

    Can you tell us more about the other questions? And please, provide to us your WP credentials

    Best regards,
    John Torvik

    #860039

    Hi John,

    #858885 is still open, would be really happy if you could help me!
    And: I have two masonrys on our website, but only one portfolio. The preview – organized by categories- works really well, but when I open the masonrys on new pages, they always bring the whole portfolio, not the category-pages… How can I solve this? I hope, you understand what I mean…

    Best
    Jonna

    #860207

    Hi Jonna,

    Not really, the portfolio masonry takes you to the portfolio item when clicked, it is not supposed to take you to a category page. You could try a solution provided here

    And another suggestion here

    If you don’t want to link to a portfolio entry then you can install this plugin: http://wordpress.org/plugins/redirection/ to redirect the user from a portfolio entry to any page(s) of your choice and then the portfolio entry link would work like a direct link to a standard page.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #860576

    Hi Victoria,

    that works great, thank you, I will link all portfolio items to a new page. Another question: How can I open the link to an extern URL in a new tab instead of the same tab?
    Best
    Jonna

    #860681

    Hi,

    You need to add the following to your link:

    target="_blank"

    Best regards,
    Jordan Shannon

    #860944

    Thank you Jordan,

    but therefore I have to go in the HTML code!
    But I don´t know where to find the html code on the portfolio pages? I would like to link a portfolio item to a new page.
    Would be great if you could help me again.
    Thanks in advance,
    Jonna

    #861065

    Hi,

    Try adding this to functions.php:

    add_action('wp_footer', 'ava_grid_target');
    function ava_grid_target(){
    ?>
    <script>
    (function($){
    	  $(".grid-image").each(function() {
    	  	$(this).attr('target', '_blank');
    	  });
    })(jQuery);
    </script>
    <?php
    }

    Best regards,
    Jordan Shannon

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