• Resolved sray69

    (@sray69)


    Hello,

    If I recall correctly the Configurator is supposed to have the Plus (+) and Minus (-) buttons on either side of the quantity box. Is this correct?

    For some reason I just noticed that they are not showing. The strange thing is that while testing, every once and a while buttons would show up but they would not be positioned correctly. If I inspected them and changed the display in the inspection window to display: inline-flex; and the buttons would show correctly. But then when I reload the page/configurator the buttons would be gone. When they were present this is the html in the inspection window for the buttons.

    This is the – button html:

    <a href="javascript:void(0)" id="minus_qty-0" class="minus no-internal-border">-</a>

    This is the + button html:

    <a href="javascript:void(0)" id="plus_qty-0" class="plus no-internal-border">+</a>

    When the buttons are not showing there is no sign of them being hidden or even existing in the inspection window.

    Can you help me get these buttons to show?

    Thanks,
    Shawn

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Marc Lacroix

    (@marcusig)

    Hi Shawn,

    The configurator does not actually add +/- buttons around the quantity field.
    This is something which some themes do. In some instances the buttons are automatically added to the configurator, but in most cases, specific compatibility development is required.

    (I can’t access the link you shared, it is password protected)

    Marc

    Thread Starter sray69

    (@sray69)

    That is interesting. The strange thing is every once and a while I will see the buttons but if I refresh they are gone.

    Anyway, thanks for getting back to me.

    Shawn

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.