JCE popup box in combi with game magazine

GK User
Thu Apr 18, 2013 2:52 pm
hit here

do you have any idea why the JCE media box (popup) doesn't work well within game magazine.

please see this page:
http://www.ic-tm.nl/nl/

(the image is there, the click and popup works, but the thumb itself doesn't show) (just underneat the title of the article)

regards
emel
User avatar
Platinum Boarder

Konrad M
Mon Apr 22, 2013 8:17 am
Hi,
about which module are you talking ? Becasue I couldn't find it on your home page.
User avatar

GK User
Mon Apr 22, 2013 12:41 pm
it's no module, it's a plugin (the JCE media box plugin), which doesn't seem to work witin the template...

see image attached.

underneat the title, there is a thumbnail, but its not visible on my browsers......

the popup itself WORKS. if you click that space, you''ll see the image popin up..
User avatar
Platinum Boarder

Konrad M
Mon Apr 22, 2013 12:46 pm
It is happend becasue span from this plugin has set opacity to 0. And image si inside this span element. Please try add to override.css
Code: Select all
a.jcepopup span.jcemediabox-zoom-span {
opacity:1 !important;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Mon Apr 22, 2013 12:55 pm
hi this works now, which is great.

i do prefer to have one override file.css.

now i have to cut and paste your code within every template copy (Dutch, English, German version)

i do have this override.css, but doesn't seem to work
User avatar
Platinum Boarder


cron