ie9 Compatability - Menu's/ Modules & VM Tabs

  • JR54321
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
13 years 3 months ago #13563 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
Attachments:

Please Log in to join the conversation.

More
13 years 3 months ago #13571 by ivan.milic
Open template_css.php

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.

More
13 years 3 months ago #13866 by Badec
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.

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
13 years 3 months ago #13905 by milos
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.

More
13 years 3 months ago #13909 by Badec
I'm going to re-download the template.
Thanx Milos!

Please Log in to join the conversation.

Time to create page: 0.238 seconds
Powered by Kunena Forum