-
AuthorPosts
-
December 30, 2014 at 7:48 pm #173829
So I am unable to see or type in a number to update quantities of a product on the product page. Basically, you can see the plus and minus button, but you can’t see the text that shows how many of a product you added or removed. Thinking it has to do with the CSS, but I don’t know how you would fix that.
Thanks,
Setup:
Ethos stack
X-theme 3.0.1
WP 4.0
WooCommerce 2.2.10
Shortcode 2.5.2December 30, 2014 at 7:48 pm #173830This reply has been marked as private.December 31, 2014 at 2:12 am #173980Hey Joe,
Please update X and the plugins included with it to their latest version first.
Latest versions are:
X – 3.1.1
X Shortcodes – 2.6.1
Visual Composer – 4.3.5Thanks.
December 31, 2014 at 10:17 am #174171Support,
I tried updating and ran into a problem with Visual Composer. Here’s the error:An error occurred while updating WPBakery Visual Composer: Update package not available
I updated X and X-Shortcodes, but can’t get VC to update. I’m thinking somehow the VC plug-in is no longer connected to X-theme. Can it be updated with out me losing all my information? Or if I remove the plugin and then re-enable it through the X-extensions, will all my settings return?
Thanks again for all your help and support.
December 31, 2014 at 6:32 pm #174345Hi there,
Thank you for writing in and sorry for the trouble, Please follow this post for updating the Visual Composer.
Hope it helps, Cheers!
January 2, 2015 at 10:16 am #175107Support:
That solved the update issues, but I still have the original issue of not being able to see the box where you update quantities.
Thanks for your help and patience.
January 2, 2015 at 1:50 pm #175244Hey Joe,
Please add the following CSS code via Appearance > Customize > Custom > CSS:
.woocommerce .quantity input[type="number"], .woocommerce-page .quantity input[type="number"] { position: relative !important; z-index: 1 !important; }
Let us know how this goes!
January 2, 2015 at 2:31 pm #175265Worked perfectly.
Thanks!January 2, 2015 at 7:14 pm #175427Great 😉 and you’re welcome!
-
AuthorPosts