-
Author
Tagged: Product Image Effect, Fade, display bug, mobile display
-
December 12, 2014 at 01:13 #38699mattylbParticipant
When I had the Theme options > Woocommerce > Product image effect* set to “Fade”, the catalog view shows both images (Feature & Gallery1) stacked on one another. I though at first it was a cache issue but I verified it wasn’t. I switched from Fade to Bottom-Top and it works fine.
I’m not worried about a quick fix but this is something you might want to look into for an upcoming theme update. Thanks! 🙂
December 12, 2014 at 03:39 #38716mattylbParticipantMy apologies – I forgot to mention in the main content that this is only happening to me on mobile devices, such as my LG smartphone and Nexus 10 tablet – any browser. Desktop browser displays correctly.
December 15, 2014 at 16:32 #39156SQadminKeymasterHi, you can hide it by placing the following line in admin- theme options – quick css box:
COPY CODE@media (max-width: 991px) { .kleo-woo-back-image { display: none; } }
We will solve this in next version update.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 5, 2015 at 18:55 #48865mattylbParticipantHi all,
This is still happening on a 10″ tablet (android) using both Chrome & Firefox browsers. (www.iowish.com) and I noticed it displays correctly when I switch from landscape to portrait mode and the columns change from 4 (normal) to 3 (responsive).
I’ve also changed the “991px” in the code to as low as 700px and it still doesn’t help.
Any suggestions? 🙂
March 5, 2015 at 19:12 #48868mattylbParticipantHere are some screen captures to show what’s happening in both views…
Attachments:
You must be logged in to view attached files.March 13, 2015 at 18:44 #50049AbeKeymasterCan’t reproduce that unfortunately. Try putting the above css and change 991 to 1024
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.March 29, 2015 at 04:23 #51997mattylbParticipantI tried the 1024 and it still happens on all android devices, no matter what browser. Only happens with Fade & Left-Right image effects. Not an issue with Bottom-Top effect, which seems like a good effect to compare to if I knew which file or what to look for.
Thanks.
April 3, 2015 at 15:48 #53059AbeKeymasterStrange.. maybe with !important..
COPY CODE@media (max-width: 991px) { .kleo-woo-back-image { display: none !important; } }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.April 20, 2015 at 03:53 #55174mattylbParticipantStill not working. I’ve tried 1024, !important and everything else I can think of.
Isn’t there a way to disable certain views or functions if the device is touch-enabled? Maybe the directive should be determined by that instead of screen width.
Again I ask, why is the NOT an issue with the “Bottom-Top” Product image effect? It only happens when “Fade” or “Left-Right” effect are used AND it only happens in landscape view (full screen mode) on touch-enabled tablets. When I change the tablet to portrait view (one-column responsive layout) the issue goes away.
Thanks
May 4, 2015 at 16:57 #57214AbeKeymasterHave you updated your theme to the latest version since that should have been fixed. I did some tests locally and couldn’t reproduce on an iPad.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.May 4, 2015 at 16:59 #57215AbeKeymasterCan you check the live site too please? http://seventhqueen.com/themes/kleo/shop
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer. -
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.