Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #190877

    Hey,
    there is no pp_description on the lightbox in normal pages, in the code the .pp_description is “display: none” ??? Enfold Version: 2.4.2
    pp

    #190879

    the problem is in:

    Mediaelements:
    – Partner Logo Element
    – Image

    Blog:
    Single Author, small preview PIC

    Post:
    Single Post Big preview Image

    #191077

    Hi!

    Please try adding following code to Quick CSS in Enfold theme options under Styling tab

    p.pp_description, .pp_description { display: block!important; }

    Best regards,
    Yigit

    #191437

    No sorry, this does not work, because is defined in the code “display: none” (see picture), not in css …

    • This reply was modified 10 years, 11 months ago by bur2000.
    #191648

    Hey!

    !important will force it to be applied therefore that style defined in the code will be overridden. You can applye the code and then inspect elements using Chrome’s or Firefox’s developer tools to check it :)

    Best regards,
    Yigit

    #191793

    No Sorry. I insert the code in Quick-Css, please have a look at the picture, that does not work …. “display: none” is in the html code … css cant override this …pp

    #191797

    OK the inline element “display none” is deactivated, but no description seen, i make records in the picture fields, is it right? dont, understand …

    #192510

    Hi!

    The description gets output as display: none because that element doesn’t add the description to the items. So showing it or forcing it show wouldn’t actually make anything visible.

    Regards,
    Devin

    #192828

    Yes thanks, at this time i dont see any description … dont know why …

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘No Caption (.pp_description) on lightbox’ is closed to new replies.