Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #3463601
Plus minus button hide problem
Open

Comments

  • Jesus started the conversation

    hello im testing your plug in all is perfect but i would like to hide the plus minus button so that i use the original one from the theme, however when i hide them they just disappear.

  •  767
    Janilyn replied

    Hi Jesus,

    Thanks for contacting WPClever Support Forum. We're not available at the weekends so today (Monday) I am able to process your ticket.

    Please make sure you turn on the plus/minus buttons for the quantity input from your theme.

    This is how these buttons will look when they are turned on: https://demo.wpclever.net/woopq/product/beanie/

    If it's not the same on your site, maybe those are from the theme rather than from our plugin. The plus and minus buttons are to both sides of the quantity number, not top and bottom.

    Best regards.

    Janilyn T. - WPClever Support Agent

  • Stev replied

    Hi Janilyn,

    we have a problem similar to Jesus:
    I'm trying some of your plugins (WPC Composite Products, WPC Product Options and WPC Product Quantity). I like them and they work well. I intend to purchase the premium versions, but I'm encountering a problem and I wanted to be sure to resolve it before purchasing:
    I use the Xtemos woodmart theme and by activating the WPC Product Quantity plugin, the plus ("+") and minus ("-") symbols of the plus/minus buttons  disappear even if these are activated both in the theme and in the plugin.
    If I disable WPC Product Quantity plugin, everything works fine again.

    The guilty rule could be this:

    div.quantity {
        display: inline-flex;
        vertical-align: top;
        white-space: nowrap;
        font-size: 0;  /* if set to 1 "+" and "-" display */
    }

    If I set font-size to 1 or 100%... The signs are displayed.

    Thanks.

    Steve

  •  767
    Janilyn replied

    Hi Stev,

    Thanks for your report.

    I will send these information to our developers so that they can check the issue with the plus/minus buttons out.

    Best regards.

    Janilyn T. - WPClever Support Agent

  •  1,222
    Dustin replied

    Hi Stev,

    Almost the plus/minus button from the theme doesn't work correctly with our plugin. So, we'll hide these buttons and show the button from our plugin. If you use the premium version, we can help you style these buttons, so they will look like the original buttons from your theme.

    Best regards,
    Dustin

  • Stev replied

    Hi Dustin,

    Well! It seems that this problem can be solved.
    When our site is in production, we will purchase the plugins and I will contact you.
    In the meantime, consider that the woodmart theme is very widespread and therefore in the premium version it would be convenient if your plugin was compatible with the theme and possibly (as for WPC Composite product) it was possible to localize the strings and messages displayed by WPC product quantity.

    Thanks.

    Stev.

  •  1,222
    Dustin replied

    I did the check and saw it works normally with WoodMart theme.

    Here is the composite product https://app.screencast.com/6lHFzks9u1fc7

    I'll help you style for quantity input like that https://app.screencast.com/msogg9HrfRdKd

    Best regards,
    Dustin

  • Stev replied

    Thanks Dustin,

    for the "+" and "-" sign problem, for now I have solved it with custom CSS:

    div.quantity {
        font-size: 100% !important;
    }

    Then, when I purchase the plugins, we will solve it better together.

    Regarding composite product, I wrote it wrong.
    I'm using "composite product" and it works well. I also appreciate the possibility of being able to localize messages through "settings" > "localization".
    What I was asking is if in the future you will also give the possibility to localize the messages of the "Product options" and "Product quantity" plugin, to be able to replace some strings within them (See for example the writing "Select an Option..." in the 'attached file).

    Best regards.

    Stev.

    Attached files:  ss01.jpg