cbd4coins
Forum Replies Created
-
I can confirm that turning off Ajax fixed it! Thank you.
The only thing that is not working now, is sorting by price.
I also want to add these bugs for Elementor Loop Grid:
- Sorting does not work with product loop grid
- Removing chips does not work with product loop grid
I’m trying to figure out the same thing.
If you have 2 attributes for a product variation (like size & color) you have to pick both attributes to trigger the variation image to appear.
As a workaround, I created a variation for each color without sizes and made it “in stock” without managing the stock qty.
Occasionally though, someone will order without a size and we have to take time to contact them & confirm
<script type="text/javascript"> jQuery(document).ready(function($) { if (window.navigator.standalone) { $('.hustle_module_id_1').hide(); } }); </script>
THIS WORKED FOR ME!! THANK YOU!!
- This reply was modified 1 year, 4 months ago by cbd4coins.
Thank you for the quick response! Unfortunately that didnt work for me with this code:
<script type="text/javascript"> jQuery(document).ready(function($) { if (window.navigator.standalone) { $('.hustle-popup-id-1').hide(); } }); </script>
With the EXACT code you put above with .hustle-layout, it did almost work, but the overlay was still appearing and blocking the page
Yes, Im on the most recent version of iOS and Safari.
I used the code below and it hides the popup, but the page does not work because there is something invisible blocking the page.
I also tried z-index: -1 instead of display: none, but negative z-index seems to not work on Safari@media all and (display-mode: standalone) { .hustle-layout { display: none; } } @media all and (display-mode: standalone) { .hustle-popup-mask { display: none; } }
closed. I figured it out. It was a caching issue
i am not using the premium version.