Bring Your Business to Life › Support › WordPress: Popular Widget Plugin 100K downloads
Forum Replies Created
-  AuthorPosts
-  August 29, 2013 at 11:22 am in reply to: Adding image numbers for the images in Shopping Cart view #54805strand ParticipantThank you for the change -> Added: Image title to cart images. 
 Exactly what I wanted!!Looks like this plug-in will work for us. I will talk to my boss about making a donation. 🙂 strand ParticipantYou’re welcome, wazza. I hope the fishing was good! strand ParticipantSorry for my long delay in answering your question. An update fixed some of the issues I was having. There is still some clutter in the Shopping Cart headings. I’ll write again if I need help. Thank you. strand ParticipantWazza, I removed the Color and Finish columns completely from Shopping Cart by adding this in my Theme. Not sure if it will help you. 
 Appearance > Theme Options > Styling Options.ims-subrows .ims-color { 
 display: none;
 }.ims-subrows .ims-fisnish { 
 display: none;
 }I know finish is spelled wrong, but that’s what showed up in Inspect Element so I used it. I also removed the “inch” – “in” indications on the sizes as it was showing up with my wallets and adding to clutter on phones held vertically. .ims-size .ims-unit { 
 display: none;
 
 }strand ParticipantWazza, I removed the Color and Finish columns completely from Shopping Cart by adding this in my Theme. Not sure if it will help you. 
 Appearance > Theme Options > Styling Options.ims-subrows .ims-color { 
 display: none;
 }.ims-subrows .ims-fisnish { 
 display: none;
 }I know finish is spelled wrong, but that’s what showed up in the Inspect Element so I used it. I also removed the “inch” – “in” indications on the sizes as it was showing up with my wallets and adding to clutter on phones held vertically. .ims-size .ims-unit { 
 display: none;} strand ParticipantWazza, I removed the Color and Finish columns completely from Shopping Cart by adding this in my Theme. Not sure if it will help you. 
 Appearance > Theme Options > Styling Options.ims-subrows .ims-color { 
 display: none;
 }.ims-subrows .ims-fisnish { 
 display: none;
 }I know is finish is spelled wrong, but that’s what showed up in the Inspect Element so I used it. I also removed the “inch” – “in” indications on the sizes as it was showing up with my wallets and adding to clutter on phones held vertically. .ims-size .ims-unit { 
 display: none;} strand ParticipantWazza, I removed the Color and Finish columns completely from Shopping Cart by adding this in my Theme. Not sure if it will help you. 
 Appearance > Theme Options > Styling Options.ims-subrows .ims-color { 
 display: none;
 }.ims-subrows .ims-fisnish { 
 display: none;
 }I know is finish is spelled wrong, but that’s what showed up in the Inspect Element so I used it. I also removed the “inch” – “in” indications on the sizes as it was a showing up with my wallets and adding to clutter on phones held vertically. .ims-size .ims-unit { 
 display: none;} strand ParticipantWazza, I removed the Color and Finish columns completely from Shopping Cart by adding this in my Theme. Not sure if it will help you. 
 Appearance > Theme Options > Styling Options
 .ims-subrows .ims-color {
 display: none;
 }.ims-subrows .ims-fisnish { 
 display: none;
 }I know finish is spelled wrong, but that’s what showed up in Inspect element so I used it. I also removed the “inch” – “in” indications on the sizes as it was a showing up with my wallets and adding to clutter on phones held vertically. .ims-size .ims-unit { 
 display: none;} Cheers! strand ParticipantFollow up… For some reason it’s working now. I didn’t make any changes. Well, I’m glad it’s working! Hopefully the “Secured Images” page will continue to display correctly. I do still have a question. Does using the galleries > settings > reset > uninstall Image Store option cause any harm other than needing to start from scratch setting up the plug in again? Thank you. 🙂 strand ParticipantPS I removed Image Store through the main plug in page, not from the galleries > settings > reset > uninstall Image Store option. Should I try that and then re-install? 
-  AuthorPosts