This topic has 14 replies, 4 voices, and was last updated 8 years, 2 months ago ago by Eva Kemp
Hey guys. Is there some code that I can put into VC (or even Global CSS) that will NOT display image titles when opening in Pretty Photo? See screenshot.
Thanks!
Hello,
As I see all plugins are disabled on your site. Are you making any changes now?
Also show a direct page where Pretty Photo is used.
Regards,
Eva Kemp.
You’re seeing the wrong site apparently. I’ve changed servers about a month ago, and you’ve helped since then. 🙂
Let me know what you think.
Hello,
Please try to add this code in Global Custom CSS.
div.ppt {
display: none !important;
}
Regards,
Robert Hall
Tthank you bunches. That did the trick.
Incidentally, do you have ANY clue on what needs to be done to Pretty Photo to solve the problem with the site jumping back to the top of its page after closing a Pretty Photo image regardless of where you are on the page?
Enlarge a pic on that page I had sent and you’ll see what I’m talking about. It happens in FF only. Chrome it works fine.
I’ve discussed this before, and you guys said to contact VC about this bug, but they have been of no help. but they did recognize it being an issue.
Hello,
Sorry, but this is related to VC plugin. You need wait for a new VC version where they will fix the bug.
Regards,
Eva Kemp.
Yes, Eva…I know this….as mentioned above. Just thought I’d ask again because VC isn’t doing much about it…and they have released updates since being notified of the issue.
On another note, at mobile resolution “Related Products” and “Our Offers” doesn’t look too good as far as the text goes. Probably an alignment issue.
See screenshot.
Hello,
Remove this code from Global Custom CSS section:
.single-product .product .product-details .product-title {
width: 200px;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
}
and add it to Custom CSS for desktop section.
Best regards,
Jack Richardson.
Great. Thanks. That’s fixed…but now we have another issue. Product price over layed on top of the product title.
Only on tablets it appears. Looks fine on cells.
See screenshot.
Hello,
Please remove the following code from Global Custom CSS:
.single-product .product .product-details .product-title {
height: 3.2em !important;
}
and add it to Custom CSS for desktop section.
Regards,
Eva Kemp.
You do that and now my container alignment goes wacky for both “related products” and “our offers”. See screenshot.
I’ve had this issue before.
Hello,
Add this code in Custom CSS for tablet section:
.single-product .product .product-details .product-title {
height: 5.2em !important;
}
Regards,
Eva Kemp.
Issue is still present in mobile. Fixed for tablets.
Hello,
Also add the code in Custom CSS for mobile section.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up