November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
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?