Problem with Image Show GK4 in IE

Responsive Joomla template for Entertainment and Music purpose with clean and lightweight design.
GK User
Thu May 10, 2012 1:06 pm
Hi dear all,
I am using Image Show GK4 ver. 1.27 and I have problem when I click on the thumbnail the large image appears behind the main menu. This problem only in Explorer, it normally looks in Firefox.

My configuration:
Template: Music
Image Show GK4ver. 1.27
Module ID: gk-is-1
Module suffix: dark
Module style: gk_sporter2

Thanks for all help!
Joomlis
User avatar
Expert Boarder

GK User
Thu May 10, 2012 4:22 pm
Hi,

Please give me the link to your site to see the problem myself to know how to fix it.

Thanks,
User avatar
Platinum Boarder

GK User
Fri May 11, 2012 8:00 am
Hi dear Don Lee,
Please find the link to demo site, the module is 'Gallery'
http://massioui.com/demosite/index.php/se/

My configuration:
Template: Music
Image Show GK4ver. 1.27
Module ID: gk-is-1
Module suffix: dark

Thanks
Joomlis
User avatar
Expert Boarder

GK User
Fri May 11, 2012 3:20 pm
Hi Joomlis,

I see the problem happens in Firefox too. Add this code to CSS Override to fix it:
Code: Select all
gkIsOverlay-gk_sporter2{
z-index: 10000!important;
}
gkIsPopup-gk_sporter2{
z-index: 20000!important;
}

Let me know if it helps.

Cheers,
User avatar
Platinum Boarder

GK User
Fri May 11, 2012 3:52 pm
Thanks dear Don Lee,
I added the code to CSS Override, but still the same problem

Thanks!
Joomlis
User avatar
Expert Boarder

GK User
Fri May 11, 2012 4:47 pm
Hi buddy,

Try changing the code to:
Code: Select all
gkIsOverlay-gk_sporter2{
z-index: 90000!important;
}
gkIsPopup-gk_sporter2{
z-index: 100000!important;
}

And remember to turn on CSS Override mode in template setting.

The site will look like this http://easycaptures.com/fs/uploaded/532/9728401633.jpg
User avatar
Platinum Boarder

GK User
Sat May 12, 2012 12:34 am
Thanks so much dear Don Lee, still same problem:
http://massioui.com/demosite/index.php/se/

Yes, CSS Override mode is on in template setting.
User avatar
Expert Boarder

GK User
Sat May 12, 2012 1:06 am
I have just checked your site and I'm very sure that Override mode is OFF now because I don't see file override.css loaded. Can you send me a PM to provide backend access info to check further?

Thanks,
User avatar
Platinum Boarder

GK User
Sat May 12, 2012 12:35 pm
Thanks,
un:mand
pw:mand
User avatar
Expert Boarder

GK User
Sat May 12, 2012 3:20 pm
Hi

It was my fault, I gave you a wrong code, actually I forgot a dot before class selector, the code must be:
Code: Select all
.gkIsOverlay-gk_sporter2{
z-index: 90000!important;
}
.gkIsPopup-gk_sporter2{
z-index: 100000!important;
}

Please add and it will 100% work.

Cheers,
User avatar
Platinum Boarder

GK User
Sat May 12, 2012 3:48 pm
Hi Don Lee,
Now It works so charming, thanks so much for the time you gave me and thanks for the wonderful
product.

Best regards
Joomlis
User avatar
Expert Boarder

GK User
Sat May 12, 2012 4:56 pm
I'm so glad to know that. Just feel free to let me know if you need any other helps.

Cheers,
User avatar
Platinum Boarder


cron