Home › Forums › WoodMart support forum › Mobile Grid Breaks
Mobile Grid Breaks
- This topic has 8 replies, 2 voices, and was last updated 6 years ago by
Elise Noromit.
-
AuthorPosts
-
February 4, 2019 at 6:27 pm #105858
m0seRParticipantHello,
In mobile the first and the last image of categories & product grids are not displaying correctly.
See attached images please.
Thank you in advance 🙂
Attachments:
You must be logged in to view attached files.February 4, 2019 at 7:19 pm #105875
Elise NoromitMemberHello,
Please deactivate all the plugins not related to the theme and provide your site admin access to the private area as well as the page URL where I can check the problem.
Best Regards
February 6, 2019 at 1:39 pm #106174
m0seRParticipantHello,
it’s impossible to deactivate all the plugins not related to the them, because the website is fully operating and serves ~1000 users daily.
You can find credentials in the private area.
The problem is detected in product and category grids. I posted some example urls in the private area.
Please don’t deactivate any plugins. If you can’t find the problem i can try to create a clone website to one of my demo servers.
Thank you in advance
February 6, 2019 at 3:24 pm #106200
m0seRParticipantHello,
the problem is detected in iOS devices. I’ve tested it on : iPhone 7 / iphone 8 Plus & iphone XS Max (The devices are physical and used by different users)
If you check it here for example : https://responsivedesignchecker.com/ or adjust the size of your browser as you did, you won’t see it. But in the physical devices the problem exists as you can see below :
The first and last row have only 1 product.
February 6, 2019 at 3:41 pm #106202
Elise NoromitMemberHello,
Our theme was developed on Bootstrap 4. We are checking the styles and see Bootstrap 3 with floats and clearing styles. The reason may be in your plugins. Create a clone site on staging platform and deactivate the plugins, check the issue and activate them one by one to detect which one causes the problem.
Best Regards
February 24, 2019 at 9:23 pm #109572
m0seRParticipantHello,
finally managed to create the clone site and test.
I found the plugin that causes the problem.
https://wordpress.org/plugins/wc-pickup-store/
As it’s very helpful plugin for our e-shop, because we have 3 different store locations where customers can pickup orders, , is there something i can do or i have to contact the author?
Thank you,
February 25, 2019 at 7:57 am #109612
Elise NoromitMemberHello,
Try to contact the plugin support. We do not know how the plugin is built so we can hardly correct this.
Best Regards
March 5, 2019 at 11:57 pm #111151
m0seRParticipantHello,
seems like we managed to fix the iOS grid break problem. As you mentioned the problem was that the plugin was using bootstrap 3.
Posting the solution just in case someone faces the same problem.
Plugint that creates the problem : https://wordpress.org/plugins/wc-pickup-store/
Paste this snippet in the functions.php that removes bootstrap loaded from the plugin :
function custom_dequeue_styles() { wp_dequeue_style('wps_bootstrap'); } add_action('wp_enqueue_scripts', 'custom_dequeue_styles', 99);
You can close this topic.
Thanks!March 6, 2019 at 8:06 am #111198
Elise NoromitMemberHello,
Thank you for sharing the information. If you have any questions please feel free to contact us.
Best Regards
-
AuthorPosts
The topic ‘Mobile Grid Breaks’ is closed to new replies.
- You must be logged in to create new topics. Login / Register