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
the problem is in:
Mediaelements:
– Partner Logo Element
– Image
Blog:
Single Author, small preview PIC
Post:
Single Post Big preview Image
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
No sorry, this does not work, because is defined in the code “display: none” (see picture), not in css …
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
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 …
OK the inline element “display none” is deactivated, but no description seen, i make records in the picture fields, is it right? dont, understand …
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
Yes thanks, at this time i dont see any description … dont know why …