Tagged: x
-
AuthorPosts
-
June 1, 2016 at 5:20 pm #1020911
James BParticipantI have a portfolio page I’m trying to set up at http://jamesb.com/portfolio using The Grid extension. I have it mostly set up but for some reason the images aren’t preloading on the page. It just shows up blank and then the user would have to click one of the options at the top, which isn’t how it works on the demo pages. Any idea what setting I’m missing?
June 2, 2016 at 12:30 am #1021502
LelyModeratorHello James,
Thanks for posting in. Demo pages are using the default Portfolio Layout Template and not the GRID.
Would you mind providing us with login credentials so we can take a closer look at your the Grid settings? To do this, you can make a post with the following info:– Link to your site
– WordPress Admin username / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
June 2, 2016 at 11:29 am #1022489
James BParticipantThis reply has been marked as private.June 2, 2016 at 11:31 am #1022491
James BParticipantThe demo galleries at this link are using “The Grid,” not the default portfolio layout. Right? http://theme-one.com/the-grid/lisboa/
June 2, 2016 at 6:04 pm #1023118
RadModeratorHi James,
It’s weird that on load rendering isn’t called, would you mind adding this code to Admin > Appearance > Customizer > Custom > Javascript.
jQuery( function( $ ) { function trigger_re_render() { $( '.tg-filters-holder .tg-filter:first-child').trigger('click'); $( window ).trigger('resize'); } $( window ).on('load', trigger_re_render ); $( document ).ready( trigger_re_render ); } );Thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1020911 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
