You are using JCE Media box plugin or editor and this editor is adding "opacity:0" to your thumbnail / image which turns off visibility.
See below html output.
- Code: Select all
<span class="jcemediabox-zoom-span" style="display: block; margin: 4px auto; opacity: 0; visibility: visible; padding: 6px; border-width: 0px; border-style: none; border-color: rgb(0, 0, 0); float: none; width: 439px;">
You can force opacity 1 in your css code if you wish. Add below css code in to css/override.css in template folder and enable css override option in template settings > advanced settings.
- Code: Select all
a.jcepopup span.jcemediabox-zoom-span { opacity: 1!important;}
Alternatively you can ask JCE forums for further help.
See you around...