Home Forums WoodMart support forum tooltips problem

tooltips problem

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #211400

    MargoD
    Participant

    Hello,
    I’m using WoodMart and a foreign plugin to configure the product. I have a problem displaying tooltips on a product page. I changed the template to TwentyTwenty and tooltips works. Can you help me make WoodMart work? Thank you

    #211458

    Artem Temos
    Keymaster

    Hi,

    Please, provide us a screenshot of this problem for better understanding.

    Regards

    #211560

    MargoD
    Participant

    Please look at the attachment.

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

    Artem Temos
    Keymaster

    We don’t see such blocks on the page you sent.

    #211569

    MargoD
    Participant

    Please look at the pictures now. I added these fields again because I had given up on them earlier because they couldn’t be seen. But I need it badly.

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

    Artem Temos
    Keymaster

    Please, send us your FTP access and allow us to switch between theme to be able to check it.

    #211585

    MargoD
    Participant

    I am sending ftp access.

    #211628

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .pewc-field-label .tooltip {
    	position: static;
    	opacity: 1;
    	visibility: visible;
    	pointer-events: auto;
    	font-size: 14px;
    }
    #211631

    MargoD
    Participant

    It works. You’re the best. Thanks!

    #211652

    Artem Temos
    Keymaster

    Great, you are welcome!

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

The topic ‘tooltips problem’ is closed to new replies.