Hi!
Please take a look at this post: https://kriesi.at/support/topic/ajax-portfolio-preview-open-by-default/
Your code opens first “product”. I would like to have all “products” opened by default using 1 column layout. Is this possible?
The code for first “product” is:
add_action(‘wp_footer’, ‘ava_auto_click’);
function ava_auto_click(){
?>
<script>
(function($){
$(window).load(function() {
$(‘.grid-links-ajax a:first’).trigger(‘click’);
});
})(jQuery);
</script>
<?php
}
Regards
Anybody? :)
Hi,
Your code opens first “product”. I would like to have all “products” opened by default using 1 column layout. Is this possible?
I’m sorry but you can’t open multiple portfolio items in AJAX Portfolio. Could you please provide a link to the page with portfolio grid element?
Best regards,
Ismael
Hi!
Here is the link: http://haas.nanetu.si/prodajni-program/okna/lesena-okna/ (as you can see, only first “product” is open). I would like to have them stacked one under another (all opened).
Regards,
Jernej
Hey!
I would like to have them stacked one under another (all opened).
I’m sorry but that is not possible. You can only display a single portfolio item in the AJAX container.
Regards,
Ismael
Ok, thanks :)
Hi,
Let us know if you have any other questions or issues :)
Best regards,
John Torvik