Gallery Lightbox Mobile - No Descriptions

eCommerce WordPress theme to create online shop with WooCommerce support
GK User
Thu Mar 05, 2015 4:11 pm
when I view the gallery on the web it looks great and there are little text descriptions with the image name below each image. This is great for my users to see which product they want then select from the list.

However on my Samsung galaxy s5 (chrome android browser) the lightbox has no descriptions..what to do here?
User avatar
Junior Boarder

GK User
Fri Mar 06, 2015 8:58 am
Hi,

The caption (description) is hidden by default by prettyPhoto css files. Try to add this code into override.css file to avoid it:
Code: Select all
div.pp_woocommerce .pp_details .pp_description {
   display: block!important;
}
User avatar
Moderator

GK User
Fri Mar 06, 2015 12:40 pm
fixed! as always awesome! this will be great as I'm assuming a good majority of business will be mobile :)
User avatar
Junior Boarder


cron