Problems with images in K2

Advanced and professional portal news Joomla template with community features and various content display layouts.
GK User
Sun Jun 02, 2013 1:05 pm
With GameNews template looks good, I'll leave a link.

http://www.sabiosdelpc.net/index.php/re ... l=&start=3

In The World News II template some images are not seen, but if you click on it if that is the image.

http://sdp2014.sabiosdelpc.net/index.ph ... ew?start=3

What's going on ??
User avatar
Expert Boarder

GK User
Mon Jun 03, 2013 4:42 am
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...
User avatar
Platinum Boarder

GK User
Mon Jun 03, 2013 2:17 pm
Thank you with this if it works.

I ask in JCE Forum to see what they say.
User avatar
Expert Boarder

GK User
Tue Jun 04, 2013 9:42 am
No problem at all, let us know if you need further help.

See you around...
User avatar
Platinum Boarder


cron