Home Forums WoodMart support forum 360 Loading symbol is Out of the frame

360 Loading symbol is Out of the frame

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #427691

    shineopticals17
    Participant

    Hai team,

    I guess maybe 2 months back I contacted you for reducing the 360 images speed and that working fine, From then I was observing something like the loading icon (I mean when we click on 360 to open 360 views then the loading symbol is going out of the frame and that’s creating a feeling like where it is and a confusing whether its loading or will I get the 360 views or not until its get fully loaded.

    So now I request you guys to help me with this and am attaching all the required screenshots to make you understand.

    Thank You, Regards.

    Attachments:
    You must be logged in to view attached files.
    #427819

    Hello,

    Please insert the site admin access into the Private content below the message area. We will take a closer look at the case.

    Please, confirm the permission for plugins deactivation, and switching to the parent theme. As soon as we complete the testing we will enable all back, however, the site would be without plugins for 15-20 min. You would better make the full backup of your site.

    Best Regards

    #427824

    shineopticals17
    Participant

    Hello team,

    Attaching the admin access details below, Hope I get a resolution ASAP.

    #427952

    Hello,

    Please try to cut the images and check how it works: https://prnt.sc/GXSV9a1DrkSq

    Try this with one product and let us know if the problem remains.

    Best Regards

    #427976

    shineopticals17
    Participant

    Hai team,

    I just checked by adding the images by cutting them as per your above reply, but I guess it’s not working that way.

    Please get me a solution that works, Because our delivery date is so close and need to sort this out soon.
    Hope will get a solution.

    Thank You, Regards.

    #428268

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .wd-threed-view,
    .wd-threed-view .threed-view-images img {
    	max-height: 100vh;
    }
    
    .wd-threed-view .spinner {
    	position: absolute;
      top: calc(50% - 30px);
      left: calc(50% - 30px);
    	margin: 0 !important;
    }

    Best Regards

    #429744

    shineopticals17
    Participant

    Hai team,

    The above code is working for desktop but the mobile version is still the same and the 360 images are towards the upper menu on mobile.

    Kindly help me with this, Regards.
    ThankYou.

    #430183

    Hello,

    You have inserted the code provided with the mistake: https://prnt.sc/0QGCy6w7CNG1

    Please insert the code correctly.

    Then insert this code into the Theme Settings > Custom CSS > Global:

    @media (max-width: 1024px) {
    
    .wd-threed-view {
    	height: 100vh !important;
    }
    
    .wd-threed-view ul,
    .wd-threed-view ul > li {
    	height: inherit;
    }
    
    .product-360-view-wrapper .wd-threed-view ul > li > img {
    	position: absolute;
    	left: 0;
    	top: 50%;
    	bottom: 0;
    	right: 0;
    	transform: translateY(-50%);
    }
    }

    If you have any questions please feel free to contact us.

    Best Regards

Viewing 8 posts - 1 through 8 (of 8 total)