Menu overlay Jomsocial images

GK User
Mon Jul 20, 2015 3:02 pm
Hi

When opening an image from Jomsocial in University the menu are laying on top of the image.

I checked the University demo setup on the Gavick demo site and it does the same as on my site. Anyway to make sure the image will be on top and cover the menu?

Example:
https://demo.gavick.com/joomla25/univer ... /jomsocial

Keep the menu visible and click any image in the Jomsocial stream.

Thanks
Kenneth
User avatar
Junior Boarder

teitbite
Wed Jul 22, 2015 1:01 pm
Hi

I cannot reproduce this error, but I see in code what can be a reason of that. Add this to override.css and make sure override is enabled in template settings:

Code: Select all
.mfp-bg {
    z-index: 99999 !importnt;
}

.mfp-wrap {
    z-index: 100000 !important;
}
User avatar
Moderator

GK User
Wed Jul 22, 2015 6:55 pm
Hi Teitbite

Thanks a lot - works perfectly :-)

It happens on the Gavick demo site as well. Open an image from JomSocial while all the way up at the top of the page. Then the menu covers the image.

Thanks for your help! :-)

Kenneth
User avatar
Junior Boarder

teitbite
Thu Jul 23, 2015 1:09 pm
Hi

I've reported this to programmers for a permanent fix already. Soon it should be included within template's package.
User avatar
Moderator


cron