-
AuthorPosts
-
October 3, 2017 at 6:58 am #859481
Hi Enfold team,
the server is down! Did I something wrong?
Best regards
JonnaOctober 3, 2017 at 7:15 am #859484This 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?October 4, 2017 at 6:18 am #859921Hi,
The server on your site? Please provide a little more context to the issue.
Best regards,
Jordan ShannonOctober 4, 2017 at 8:38 am #859998This reply has been marked as private.October 4, 2017 at 8:52 am #860028Hi,
Can you tell us more about the other questions? And please, provide to us your WP credentials
Best regards,
John TorvikOctober 4, 2017 at 9:04 am #860039Hi 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
JonnaOctober 4, 2017 at 4:43 pm #860207Hi 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,
VictoriaOctober 5, 2017 at 12:46 pm #860576Hi 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
JonnaOctober 5, 2017 at 6:12 pm #860681Hi,
You need to add the following to your link:
target="_blank"
Best regards,
Jordan ShannonOctober 6, 2017 at 11:10 am #860944Thank 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,
JonnaOctober 6, 2017 at 4:20 pm #861065Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.