Home Forums WoodMart support forum Weird bug with WooCommerce Waitlist

Weird bug with WooCommerce Waitlist

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #187211

    melvisnap
    Participant

    Hi, I’m opening this tickets because I’ve used WooCommerce Waitlist in a few sites with other themes and works great.

    But with Woodmart I get a weird bug, WooCommerce waitlist adds a notice to the product single page to show when you succesfully subscribe to the list.

    But with woodmart there’s an empty notice that shows up with the page load, I’ve tried to hide it with jQuery and it works on simple product pages, but doesn’t work in variable products, it keeps coming up when a variation is selected

    Please check the screenshots, hopefully you can help me with this. I know this might be compatibility issues but I haven’t had this bug with other themes, that’s why I thought to ask you about it.

    Attachments:
    You must be logged in to view attached files.
    #187274

    melvisnap
    Participant

    Never mind, I managed to fix it with some css.

    Please ignore this

    #187224

    Artem Temos
    Keymaster

    Hello,

    We see that the notice is added by the plugin and it is always there. Probably, other themes don’t have any extra styles for that message https://gyazo.com/6665e4050e4ee685ebe6089cb01b47d2
    Could you please check if the message is there with a standard WordPress theme?

    Regards

    #187553

    melvisnap
    Participant

    The message only appears on woodmart, but no worries, I added a few css lines and it’s fixed

    #187554

    Artem Temos
    Keymaster

    Strange, but it can’t be added on Woodmart only if it is not related to the theme. But anyway, we are glad that you sorted it out. Contact us if you will have any extra questions.

    #187558

    melvisnap
    Participant

    The issue is about the order in wich css is added. If you see your screenshot you’ll notice that the css:

    .wcwl_notice, .wcwl_toggle+.wcwl_elements{
    display:none;
    }

    is being overrided by the woodmart css. So I added that same code to the custom css tab so that code loads after woddmart styles.

    #187667

    Artem Temos
    Keymaster

    OK, fine, we are glad that you sorted it out. Contact us if you will have any questions.

Viewing 7 posts - 1 through 7 (of 7 total)