- Posts: 1
- Thank you received: 0
ie9 Compatability - Menu's/ Modules & VM Tabs
-
JR54321
Inactive member -
Topic Author
- New Member
-
Less
More
13 years 3 months ago #13563
by JR54321
ie9 Compatability - Menu's/ Modules & VM Tabs was created by JR54321
I have noticed that is users user ie9 that the menu/ module background colours and VM tabs are not displayed correctly, this is also apparent on your demo version.
I'm running J1.5 and VM 1, purchased and downloaded in December 2011.
I have attached 4 images as an example; 1 of these is using compatability mode in ie9.
hope there is a fix for this as it spoils the look of the template/ site/
.
thanks in advance.
James
I'm running J1.5 and VM 1, purchased and downloaded in December 2011.
I have attached 4 images as an example; 1 of these is using compatability mode in ie9.
hope there is a fix for this as it spoils the look of the template/ site/
.
thanks in advance.
James
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 3 months ago #13571
by ivan.milic
Replied by ivan.milic on topic Re: ie9 Compatability - Menu's/ Modules & VM Tabs
Open template_css.php
you will see something like this in several places:
after each add line like this:
Note that two values after echo command are not always the same. Mach thier names from above code in each case.
you will see something like this in several places:
Code:
...
-pie-background: linear-gradient(<?php echo $modulesHeadingBgStart; ?>, <?php echo $modulesHeadingBgEnd; ?>);
behavior: url('templates/hot_ecommerce/css/PIE.php');
...
after each add line like this:
Code:
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='<?php echo $modulesHeadingBgStart; ?>', endColorstr='<?php echo $modulesHeadingBgEnd; ?>');
Note that two values after echo command are not always the same. Mach thier names from above code in each case.
Please Log in to join the conversation.
-
Badec
Inactive member -
- Member
-
Less
More
- Posts: 22
- Thank you received: 0
13 years 3 months ago #13866
by Badec
Replied by Badec on topic Re: ie9 Compatability - Menu's/ Modules & VM Tabs
Is it a possibility, to share the adjusted Template_css.php here?
Since its a bug in the original template and manual adjustements form someone with less knowledge (like me) can result in other junk or errors in the sourcefiles.
Since its a bug in the original template and manual adjustements form someone with less knowledge (like me) can result in other junk or errors in the sourcefiles.
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6806
- Thank you received: 724
13 years 3 months ago #13905
by milos
Replied by milos on topic Re: ie9 Compatability - Menu's/ Modules & VM Tabs
We have fixed the bug now! We can't attach the PHP file here, but you can re-download entire template package and extract only file template_css.php. Then just upload it to the server (overwrite original).
Please Log in to join the conversation.
Time to create page: 0.238 seconds