Home Forums WoodMart support forum Popup on custom icon

Popup on custom icon

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #552136

    pudelis
    Participant

    Hi,
    how to make popup on icon?
    We use with button, but its only need to be like “i”

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

    Hung Pham
    Keymaster

    Hi pudelis,

    Thanks for reaching to us.

    Please provide URL of the mentioned page, so I can take a closer look.

    Regards,

    #552469

    pudelis
    Participant

    https://ortopro.lt/kineziterapija/individuali-kineziterapija/

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

    Hung Pham
    Keymaster

    Hi pudelis,

    Please add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS:

    a[class*="wd-open-popup"]{
    	font-size: 0;
    }
    
    a[class*="wd-open-popup"] span{
    	font-size: 13px;
    }

    Regards,

    #552769

    pudelis
    Participant

    this is not what we want. Is it possible to add a popup along with text on the icon in various places?
    Or maybe there is popup infobox link on text?

    #552995

    Hung Pham
    Keymaster

    Hi pudelis,

    Sorry, but your question is a bit unclear to me. Please describe in more details, this will allow me to thoroughly investigate and address your concerns in a more efficient.

    Regards,

    #553108

    pudelis
    Participant

    Its similar function as tooltip on text or icon nearby text. But we need popup because there will be more text.
    https://www.w3schools.com/howto/howto_css_tooltip.asp

    #553285

    Hung Pham
    Keymaster

    Hi pudelis,

    Thanks for the links.

    There are 2 methods to do that:

    1. If you would like to display text likes Tooltip, you can use Button and use Custom Attributes https://prnt.sc/BKL2W6KrtNz3

    2. In case you want to display popup content with more styling, you can use Popup widget https://prnt.sc/wYIRL0V1YEJo

    Regards,

    • This reply was modified 4 weeks, 1 day ago by Hung Pham.
Viewing 8 posts - 1 through 8 (of 8 total)