Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #173829

    Joe R
    Participant

    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.2

    #173830

    Joe R
    Participant
    This reply has been marked as private.
    #173980

    Christian
    Moderator

    Hey 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.5

    Thanks.

    #174171

    Joe R
    Participant

    Support,
    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.

    #174345

    Friech
    Moderator

    Hi there,

    Thank you for writing in and sorry for the trouble, Please follow this post for updating the Visual Composer.

    Hope it helps, Cheers!

    #175107

    Joe R
    Participant

    Support:

    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.

    #175244

    Nabeel A
    Moderator

    Hey 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!

    #175265

    Joe R
    Participant

    Worked perfectly.
    Thanks!

    #175427

    Rad
    Moderator

    Great 😉 and you’re welcome!