IE problem

  • milos
    Support Staff
  • Moderator
  • Moderator
More
12 years 11 months ago #14086 by milos
Replied by milos on topic Re: IE problem
I believe you did copy-paste directly from MS Word or similar text processor on that problematic page? If yes, this most likely caused the problem. If you need to copy-paste text into an article or into a custom module, copy it first to the Notepad and then from Notepad copy it to the Joomla editor.

Please Log in to join the conversation.

  • odiv
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 11 months ago #14091 by odiv
Replied by odiv on topic Re: IE problem
Milos, all the articles are copied from the Notepad and are formatted in backend editor.

Also the problematic page are ALL the articles!

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
12 years 11 months ago #14094 by milos
Replied by milos on topic Re: IE problem
Please try this, open file /templates/hot_wellnes/index.php and change this part:
Code:
.bg_zone { -pie-background: linear-gradient(<?php echo $headerBackgroundColor1; ?>, <?php echo $headerBackgroundColor2; ?>); behavior: url(<?php echo $template_path ?>/css/PIE.php); }
with this
Code:
.bg_zone { -pie-background: linear-gradient(<?php echo $headerBackgroundColor1; ?>, <?php echo $headerBackgroundColor2; ?>); behavior: url(<?php echo $template_path ?>/css/PIE.php); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='<?php echo $headerBackgroundColor1; ?>', endColorstr='<?php echo $headerBackgroundColor1; ?>'); -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='<?php echo $headerBackgroundColor1; ?>', endColorstr='<?php echo $headerBackgroundColor1; ?>'); }

Please let us know if this helps?

Please Log in to join the conversation.

  • odiv
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 11 months ago - 12 years 11 months ago #14095 by odiv
Replied by odiv on topic Re: IE problem
Wow Milos, that worked, only I added
Code:
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='<?php echo $headerBackgroundColor1; ?>', endColorstr='<?php echo $headerBackgroundColor1; ?>'); -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='<?php echo $headerBackgroundColor1; ?>', endColorstr='<?php echo $headerBackgroundColor1; ?>');

after
Code:
-pie-background: linear-gradient(<?php echo $headerBackgroundColor1; ?>, <?php echo $headerBackgroundColor2; ?>);

but ... after this modification a white space appeared between the header and the bg_zone and content_wrap.
It is called main_area. Look here !


later edit: I edited the $mainareamargintop from the index.php

But remain the error from Opera :(
Last edit: 12 years 11 months ago by odiv.

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
12 years 11 months ago #14103 by milos
Replied by milos on topic Re: IE problem
What happens when you disable SEF links in global configuration? Any changes?

Please Log in to join the conversation.

  • odiv
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 11 months ago #14116 by odiv
Replied by odiv on topic Re: IE problem
It`s the same, nothing changes!

Please Log in to join the conversation.

Time to create page: 0.083 seconds
Powered by Kunena Forum