London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
The problem is specifically related to a class called "dijithidden" that is added to the <figure> element and has the CSS rule "display: none !important" attached to it. This class is coming from a file called sleek1.css, which is associated with the editor.
To remove the "hidden" class and make the preview visible again, you can try the following steps:
After making these modifications, the hidden class should no longer be applied to the <figure> element, and the thumbnail preview should become visible again in the Editor. Remember to save a backup of the original file before making any changes, in case you need to revert back to it.
In Editor, when choosing images for contentreference, there was thumbnail preview showing of chosen image. Then at one point this preview dissappeared. There is an "dijithidden" class added to <figure> element which has "display: none !important" attached to it. If I inspect this figure and disable this css rule, I can see preview.
This class is coming from sleek1.css. It's coming from the editor, how can I remove this hidden class?