-
Author
-
January 15, 2016 at 00:38 #98618kickinknowledgeParticipant
On products, if you try to click on the bottom images below the main image in Woocommerce, it doesn’t do anything. Shouldn’t these open in a lightbox?
January 15, 2016 at 14:46 #98668sharmstrModeratorIts not supposed to launch the lightbox, its supposed to switch the main image. In any case, it could be a plugin conflict. Disable the extra plugins you have installed to verify.
While you’re at it, implement this fix for your product descriptions: https://archived.seventhqueen.com/forums/topic/product-descriptions-not-displaying-properly#post-91521
let me know.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 15, 2016 at 20:24 #98726sharmstrModeratorWP 4.4 added srcset to images which has screwed up a bunch of things. Looks like the Kleo devs have already fixed this in the next version of Kleo. In the meantime, see if this solves the issue.
In your child theme’s functions.php file, add this
COPY CODEfunction sq_remove_img_srcset( $attr ) { if (! empty($attr)) { unset($attr['srcset']); unset($attr['sizes']); } return $attr; }
Then replace /kleo/woocommerce/single-product/product-image.php with the attached file (or put it in your child theme). Make sure you keep a copy of the original file (in case this doesnt work) and rename .txt to .php.
Let me know.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
Attachments:
You must be logged in to view attached files.January 15, 2016 at 22:37 #98751kickinknowledgeParticipantIt looks like it worked fine, thank you!
One other question, I want to pull parts of the demo into a website already created, do you have a guide or document that shows how the examples were made? I don’t want to have to import all demo stuff to a the website.
January 16, 2016 at 04:32 #98796sharmstrModeratorYou can import specific pages. Appearance > Demo Data > Specific Page
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.