• Resolved bobmorain

    (@bobmorain)


    Hello,

    Thank you for your great plugin.

    I’m having issue with premium media grid. The category images with square dimensions tend to overlap on initial page load and every so often on subsequent page refresh. This occurs in both pc and android. Also when clicked on a different category name, the category pictures are cut-offed/cropped into a rectangle & are no longer a square. Screen shot here.

    I did try adding the JS code snipped below you provided for another user but it doesn’t seem to help. Turning off my cache plugins did not resolve the issue either.

    
    <script>    
        jQuery(document).ready(function($){
           $(window).on("elementor/frontend/init", function() {
               
               var PremiumMediaGrid = function($scope) {
                   var $elem = $scope.find(".premium-gallery-container");
                   
                   setTimeout(function(){
                    $elem.isotope('layout');    
                   }, 200);
                   
               }
               
                elementorFrontend.hooks.addAction(
                    "frontend/element_ready/premium-img-gallery.default",
                    PremiumMediaGrid
                );
               
               
               
           });
           
            
        });
        
    </script> 
    

    I appreciate your help with this!
    Rob

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @bobmorain
    Hope you’re having a great day ??.
    Well, I’ve checked your page, I believe the issue is coming from the installed lazy load plugin, so could you please try again after deactivating it so we can make sure what is exactly causing that issue.
    Cheers!

    • This reply was modified 4 years, 4 months ago by leap13support.
    Thread Starter bobmorain

    (@bobmorain)

    Thank you for your quick response @leap13support.

    I turned off lazy load on Litespeed & Autoptimize. The issue seems to be resolved indeed!

    Thank you for the solution.

    By any chance, is there a way to exclude premium media grid from lazy load (by way of css or js) without having to turn lazy load off site-wide?

    Have a great day,
    Rob

    PS. Just found Autoptimize does have such option! This post is resolved.

    • This reply was modified 4 years, 4 months ago by bobmorain.
    Plugin Author Leap13

    (@leap13)

    Great, so glad to hear that ??

    Well, it would be greatly appreciated if you could rate us from here. This would really give us a huge push forward ??

    Have a great day!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Premium Media Grid Images overlap’ is closed to new replies.