• Resolved vallesierra7

    (@vallesierra7)


    What I can say about this plugin is that it is excellent, even so some things need to be polished, such as the problem it presents when activating the “Activate less and more amount” option of the Astra theme. The box looks horrible, it is not displayed correctly, can you please correct it?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Addonify

    (@addonify)

    Hi @vallesierra7,

    I have installed the Astra theme to look into the issue that you have mentioned. But I could not find the option, “Activate less and more amount”.

    Can you tell us where is the option located in the Astra theme? It would be helpful.

    Best regards.

    Thread Starter vallesierra7

    (@vallesierra7)

    Astra/Customize/WooCommerce/Various/
    You will find the option “Activate less and more amount”

    Plugin Author Addonify

    (@addonify)

    Hi @vallesierra7,

    There is not section called “Various” inside “Customize/WooCommerce” of the Astra theme. Here’s the link to the screenshot of the WooCommerce customize section of the Astra theme.

    If you could share your website’s link and screenshot of the issue, it would be much helpful.

    Best regards.

    Thread Starter vallesierra7

    (@vallesierra7)

    Looking at the image you sent me, it would be the “misc” option, the translation is not that good and in my browser it appears as ‘various’

    https://prnt.sc/hfLK0siG0Sci

    Plugin Author Addonify

    (@addonify)

    Hi @vallesierra7,

    Thank you for the screenshot. We have identified the issue.

    The plus and minus buttons come from the theme. Due to the issue is specific to the theme, you can use the CSS code below:

    #addonify-quick-view-modal .woocommerce .product .summary .summary-content .cart .buttons_added .minus,
    #addonify-quick-view-modal .woocommerce .product .summary .summary-content .cart .buttons_added input.qty,
    #addonify-quick-view-modal .woocommerce .product .summary .summary-content .cart .buttons_added .plus {
    
         height: 40px;
         width: auto;
         margin: 0;
         border-radius: 0px;
         border-color: #D1D5DB;
    }
    
    #addonify-quick-view-modal .woocommerce .product .summary .summary-content .cart .buttons_added .minus,
    #addonify-quick-view-modal .woocommerce .product .summary .summary-content .cart .buttons_added .plus {
    
         width: 38px;
    }

    Let me know if the code does not work or need further help.

    Best regards.

    • This reply was modified 9 months, 2 weeks ago by Addonify.
    Thread Starter vallesierra7

    (@vallesierra7)

    Perfect, thank you very much.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Problems with Astra “Activate less and more”’ is closed to new replies.