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

    Hi there –
    Since updating Enfold, my lightbox CSS styles (that I’ve pasted into the ‘quick CSS’ section of the Enfold ‘general style’ settings) are no longer working… Upon inspecting the lightbox page, it no longer sees any of my CSS styles specifically for the lightbox … Please advise as to how I can correct this

    (click on any of the portfolio boxes to open any lightbox page)

    Thanks for your support!

    #1475526

    First : this is not the enfold implemented magnificPopup lightbox. Next: what is wrong with those iframe popups? What you like to see or rule for those lightboxes?

    #1475546

    Hi,

    What exactly are you looking to achieve? Please share screenshots highlighting your intentions.

    Thanks for helping out @guenni007 :-)

    Best regards,
    Rikard

    #1475563

    Hi there and thank you for getting back to me… I had created a handful of styles (both for desktop and mobile breakpoints) for the logo, text description, and screenshot… All of which included details regarding positioning and size… None of them are loading anymore. There’s no connection between the css lightbox styles and any element in the light box since updating the theme… Do I need to put these styles in a different location other than in the the ‘quick CSS’ section of the Enfold ‘general style’ settings?

    some css style examples that are no longer loading:

    .lightbox_content_left
    {
    width:200px;
    float:none;
    display:block;
    clear:both;
    font-weight:normal;
    font-size:2em;
    line-height:1.4em;
    text-transform: none;
    color:#685f5f;
    }

    img.lightbox_logo {
    display: block;
    clear:both;
    float: none;
    padding: 0px 0px 15px;
    width: 45%;
    }

    • This reply was modified 2 days, 8 hours ago by nulrick.
    #1475588

    Hi,

    Those classes seems to be located inside of iframes, which means that you cannot target them with your own CSS. You might want to reach out to the authors of the code for further help.

    Best regards,
    Rikard

    #1475595

    ok.. so that was my initial question.. lightbox / iframe elements cannot be targeted? weird .. they were working before

    #1475620

    Hi,

    Unfortunately, you cannot target elements inside an iframe. They must be modified directly on the site loaded in the iframe or configured in the plugin that loads the iframe if an option is available. Please contact the plugin authors for more info.

    Best regards,
    Ismael

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.