IE suckerfish menu fix

February 08 Joomla Templates
GK User
Tue Apr 28, 2009 1:31 am
Hi

Please add the following code in ie7_css.css file, located on CSS template directory.

Code: Select all
div#wrapper_menu{
position: static;
}


It will fix the News Image III overlap with suckerfish menu items.
This will be added in the next update of this template.

Cheers
User avatar
Platinum Boarder

GK User
Tue Jun 02, 2009 12:33 am
Hi,

I have done exactly what you suggested, but it still doesn't fix the problem.

Please check this link.

http://www.givemefiveforkids.com.au/

Thanks
Sunny
User avatar
Fresh Boarder

GK User
Tue Jun 02, 2009 12:51 am
Sunny72 wrote:
Hi,

I have done exactly what you suggested, but it still doesn't fix the problem.

Please check this link.

http://www.givemefiveforkids.com.au/

Thanks
Sunny


Hi

Please check again, because it works.
Place that code on ie7_css.css file, save and clear cache.
I have tested on both IE7 and IE8.

In your case, you need also to add the following code on same file (ie7_css.css):

Code: Select all
div#wrapper_top {
margin-bottom: 105px;
}


Cheers ;)
User avatar
Platinum Boarder

GK User
Tue Jun 02, 2009 1:11 am
Hi,

Thanks fo your quick reply. Much appreciated.

However,I have tried again what you suggested, still no use.

I have attached the css file if I am doing anything wrong.

Thanks
User avatar
Fresh Boarder

GK User
Wed Jun 03, 2009 2:19 pm
Hi, I'm using gk2 and I'm having trouble even finding this css file. The only thing I could find was a style.php in the modules folder. I really would like to fix this and soon, the website I'm working on is due to launch in a couple of months and there is a whole lot of other things I should be working on. Great component though! Thanks.
User avatar
Fresh Boarder

GK User
Thu Jun 04, 2009 12:07 am
Sunny72 wrote:
Hi,

Thanks fo your quick reply. Much appreciated.

However,I have tried again what you suggested, still no use.

I have attached the css file if I am doing anything wrong.

Thanks [file name=ie7_css.zip size=500]http://www.gavick.com/media/kunena/attachments/legacy/files/ie7_css.zip[/file]


Hi again

Mate, i've just check your website in IE7 and IE8.
It's perfect! You still don't see it right? :huh:

Cheers
User avatar
Platinum Boarder

GK User
Thu Jun 04, 2009 12:11 am
aschulz90 wrote:
Hi, I'm using gk2 and I'm having trouble even finding this css file. The only thing I could find was a style.php in the modules folder. I really would like to fix this and soon, the website I'm working on is due to launch in a couple of months and there is a whole lot of other things I should be working on. Great component though! Thanks.


Hi

Don't understand what you mean... :huh: Anyway, if you stick to the topic, the file ie7_css.css is located on CSS template directory.

Cheers ;)
User avatar
Platinum Boarder

GK User
Thu Jun 04, 2009 2:43 am
Hi Mate,

Thanks a ton for all your help. I truly apologise as the IT guys changed the server and I was looking at a totally different file while updating the wrong one.

It is perfect and thanks again.

Cheers!
Sunny
User avatar
Fresh Boarder

GK User
Thu Jun 04, 2009 5:35 pm
Hi, perhaps I'm in the wrong topic? I'm talking about photoslide 2 mod_gk_news_image_1 is the name of the module. I'm using the JApurity template and the drop down menu always appears under the photoslide 2 menu. I've tried changing the z-index of the menu to no avail. I couldn't really find any portion of the GK2 component or module which specified a z-index (or I did in the javascript portion and tried lowering that, it didn't work).
User avatar
Fresh Boarder

GK User
Wed Jul 01, 2009 5:08 pm
What about IE8?
User avatar
Fresh Boarder

GK User
Wed Jul 29, 2009 1:11 pm
By placing this code into the IE style sheet it fixes the menu issue, however it causes the slider to be in a fixed "y" location. So when one clicks on the log in button the slider stays in the "y" location rather than moving down the page with the menu bar.


Is there a fix for this.
User avatar
Fresh Boarder

GK User
Thu Feb 11, 2010 9:30 pm
Hi,

Tried the above fixes, not really running anything special, just the template, works fine in all other browsers, just not IE8

http://web.groovefm.fi/

Mark
User avatar
Senior Boarder

GK User
Thu Feb 11, 2010 9:46 pm
markmwest wrote:
Hi,

Tried the above fixes, not really running anything special, just the template, works fine in all other browsers, just not IE8

http://web.groovefm.fi/

Mark


Hi

I Suppose that you are referring to the wrong position on menu slide path.
Some change on the template is messing this. Anyway, try this solution:

1) Open ../templates/gk_viyo_brown/lib/php/gk_head.php and find this code:

Code: Select all
<!--[if IE 7]><link href="<?php echo $template_baseurl; ?>/css/ie7_css.css" rel="stylesheet" type="text/css" /><![endif]-->
<!-- Dynamic generated styles for background -->


replace it with:

Code: Select all
<!--[if IE 7]><link href="<?php echo $template_baseurl; ?>/css/ie7_css.css" rel="stylesheet" type="text/css" /><![endif]-->
<!--[if IE 8]><link href="<?php echo $template_baseurl; ?>/css/ie8_css.css" rel="stylesheet" type="text/css" /><![endif]-->
<!-- Dynamic generated styles for background -->


2) Go to css directory and create a new file with css extension. Named ie8_css.css.
Inside add this code:

Code: Select all
/* Rules to fixing problems in IE8 */

#slide_path {
left: 0}



Cheers ;)
User avatar
Platinum Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.