Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #666352

    Hello,

    Is there a way have the Magazine element be open on a tab automatically?

    (LINK SENT BY PRIVATE)

    Thanks!!

    #666875

    Hi,

    Drag a Code Block element somewhere in that Page and place this code:

    <script>
    (function($){
        $(window).load(function() {
        	$('.current-projects_sort_button').trigger('click');
        });
    })(jQuery);
    </script>

    Regards,
    Josue

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