Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #895616

    Hi All,
    I’m looking for the best way to manage link, button and images link to open in a modal window / light box.

    #895997

    Hey smiollis,

    Please try something like this in a text block for instance:

    <a href="http://your.site/" rel="lightbox">Click me to open in lightbox</a>

    Best regards,
    Rikard

    #898174

    Hi Rikard,
    I tried this before asking, it’s not working :/
    Thanks for your help

    #900095

    Hi,

    You need to set the iframe parameter to true. Example.

    <a href="http://kriesi.at/?iframe=true" rel="lightbox">Click me to open in lightbox</a>
    

    Best regards,
    Ismael

    #900439

    Hi Ismael,
    Thanks for your response,
    I tried your way on a link and in an image link, it’s not working, i have like a _blank target on my chrome browser,
    I’d like to open a form in a lightbox to focus the user on the subcription process but i can’t open a page :/
    Many thanks for your help ;)
    Seb

    • This reply was modified 6 years, 10 months ago by smiollis.
    #900545

    Hi,

    Please post the site url and the login details in the private field. We’ll create a test page.

    Best regards,
    Ismael

    #906273
    This reply has been marked as private.
    #906645

    Hi,

    Thank you for the info.

    It was not working because the “Enfold” > “Theme Options” > “Lightbox Modal Window” was disabled. We enable the option and created a test page. (see private field)

    Best regards,
    Ismael

    #907050

    Thanks a lot, it’s working evrywhere now !
    Last thing, is there a way to disable the navigation (left and right arrow) ?
    Again, many thanks guys ! your team and your themes rocks !

    #907410

    Hi smiollis,

    Glad you enjoy using Enfold :)

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .avia-post-nav {
      display: none;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #912233

    Hi,
    I tried on quick css, on custom.css in parent and in child theme but no effect.
    Thanks for your help :)
    Seb

    #912585

    Hi,

    Do you want to remove the lightbox’s arrows? Please use this css code.

    .mfp-arrow {
        display: none !important;
    }

    Best regards,
    Ismael

    #912745

    Hi Ismael,
    It’s working by your way :) Thanks.
    When the popup open, i have a black screen of 5sec before the loading of the page, is this normal ? can i reduce the delay ?
    Thanks again for all your help ;)
    Sebastien

    #913094

    Hi,

    Yes, there should be a certain amount of delay but no longer than 5 seconds. Unfortunately, you can’t control the delay value.

    Best regards,
    Ismael

    #917954

    Thanks for your help !
    Do you think that an external plugin will work better ? like ninja popup (https://codecanyon.net/item/ninja-popups-for-wordpress/3476479)

    #918028

    Hi,

    Yes, that would make things work a lot better.

    Best regards,
    Basilis

    #921500

    Hey,
    I mooved the website to a stronger server.
    It’s faster now ;)
    Thanks for all your help
    Seb

    #921814

    Hi,

    We appreciate for letting us know!
    Yes server can solve issues most of the times.

    Best regards,
    Basilis

    #922695

    Can i modify the default height To open big form in popup ?

    #923324

    Hi,

    Can you please create a new ticket so we can be able to help you with that?

    Thank you

    Best regards,
    Basilis

Viewing 20 posts - 1 through 20 (of 20 total)
  • The topic ‘Open in a lightbox / modal window’ is closed to new replies.