Home Forums WoodMart support forum Tooltips broken in Dokan (after Woodmart 6.x Update)

Tooltips broken in Dokan (after Woodmart 6.x Update)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #301444

    axxo
    Participant

    Hi there,

    We lately updated Woodmart to the latest version 6.x and everything works great. However, we noticed that (probably due to the adaptive loading of some CSS/JS) the tooltips in Dokan are not working anymore.

    It would be great if you could have a look on our site to resolve.

    Many thanks
    -a

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

    Bogdan Donovan
    Keymaster

    Hi,

    Try to add the following custom code to the Global Custom CSS area in theme settings. This issue will also be fixed in the next theme update.

    .tooltip.in {
    	visibility: visible;
    	opacity: 1;
    	animation: wd-fadeInTooltip .3s ease;
    }

    Kind Regards

    #301453

    axxo
    Participant

    Hi Bogdan,

    You guys simply rock! Lightning fast support and it works like a charm now.

    Thank you so much.

    Best
    -a

    #301467

    Artem Temos
    Keymaster

    Thank you very much! Let us know if you have any questions.

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

The topic ‘Tooltips broken in Dokan (after Woodmart 6.x Update)’ is closed to new replies.