• Resolved mipecs

    (@mipecs)


    Hi – when installing the plugin it nicely changes the quantity selector but the standard arrows remain in the middle? How do I get rid of the arrows?

    thx
    Michael

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author taisho

    (@taisho)

    Hello,

    it’s a problem that happened very rarely for some themes – until 2.7.2 version where I thought it was completely solved. I wonder what else on the website could cause the increment arrows to stay.

    I would need the link to the page where the problem exists to investigate.

    Best regards,

    Ryszard

    Thread Starter mipecs

    (@mipecs)

    Hi – it’s on cryztalclear.com

    Thx
    Michael

    Thread Starter mipecs

    (@mipecs)

    Use TEST as pw for the shop

    Plugin Author taisho

    (@taisho)

    I see that there are arrows – but not the ones coming from the browser. The buttons are added by the theme, with JS I suppose. QIB is not currently active on the website, so I don’t have anything close to a full picture, but from the looks of HTML structure, simply hiding them will do.

    .q-min:not(#qib_id):not(#qib_id), .q-plus:not(#qib_id):not(#qib_id) {
        display: none;
    }
    Thread Starter mipecs

    (@mipecs)

    Many thanks – works well!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Arrows remain bug’ is closed to new replies.