- Posts: 11
- Thank you received: 0
IE problem
-
odiv
Inactive member - Topic Author
- New Member
Less
More
12 years 11 months ago #14031
by odiv
Replied by odiv on topic Re: IE problem
I updated the pie.htc, also I added in .htaccess this line - AddType text/x-component .htc, nothing changed.
The strange thing is that in blog view is working, but when I go to an article then this error appears.
I tried to put o the article default.php this JHtml::_('behavior.tooltip');
JHtml::core();
without any change.
I don`t know what to do!
The strange thing is that in blog view is working, but when I go to an article then this error appears.
I tried to put o the article default.php this JHtml::_('behavior.tooltip');
JHtml::core();
without any change.
I don`t know what to do!
Please Log in to join the conversation.
-
odiv
Inactive member - Topic Author
- New Member
Less
More
- Posts: 11
- Thank you received: 0
12 years 11 months ago - 12 years 11 months ago #14037
by odiv
Replied by odiv on topic Re: IE problem
I cant imagine what is happening with this template.
In IE 8 doesn`t show the header background and in Opera 11.6 everything is ruinded.
Look in this printscreens:
In IE 8 doesn`t show the header background and in Opera 11.6 everything is ruinded.
Look in this printscreens:
Last edit: 12 years 11 months ago by odiv.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 11 months ago #14050
by ivan.milic
Replied by ivan.milic on topic Re: IE problem
Open template_css.php
everywhere you see :
-pie-background: linear-gradient(something1, something2);
add this after:
filter: progid:DXImageTransform.Microsoft.gradient(
startColorstr=something2FF, endColorstr=something2FF
);
-ms-filter: progid:DXImageTransform.Microsoft.gradient(
startColorstr=something2FF, endColorstr=something2FF
);
note FF after something1 and something2 .
everywhere you see :
-pie-background: linear-gradient(something1, something2);
add this after:
filter: progid:DXImageTransform.Microsoft.gradient(
startColorstr=something2FF, endColorstr=something2FF
);
-ms-filter: progid:DXImageTransform.Microsoft.gradient(
startColorstr=something2FF, endColorstr=something2FF
);
note FF after something1 and something2 .
Please Log in to join the conversation.
-
odiv
Inactive member - Topic Author
- New Member
Less
More
- Posts: 11
- Thank you received: 0
12 years 11 months ago - 12 years 11 months ago #14057
by odiv
Replied by odiv on topic Re: IE problem
I did this what you told, but much bad, in all browser.
I will attach the file modified and 2 prinscreens.
I cannot attach the file, but you can download from here:
www.dietele.ro/1.rar
I will attach the file modified and 2 prinscreens.
I cannot attach the file, but you can download from here:
www.dietele.ro/1.rar
Last edit: 12 years 11 months ago by odiv.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6745
- Thank you received: 716
12 years 11 months ago #14061
by milos
Replied by milos on topic Re: IE problem
I can confirm that I checked (once again) our demo site
demo.hotjoomlatemplates.com/wellness
in IE and everything worked fine. Can you please visit this link? Do you see any problems in the above link?
Please Log in to join the conversation.
-
odiv
Inactive member - Topic Author
- New Member
Less
More
- Posts: 11
- Thank you received: 0
12 years 11 months ago #14062
by odiv
Replied by odiv on topic Re: IE problem
Milos, yes, your demosite is ok in IE, but all I did is only to add articles and to set up style2 on my.
Also for me is working the home page, the category page, look here and here but here appears the problem.
All I did in the default page for the article was to add 2 module positions and to publish there 2 modules. I deactivated those and the problem remains.
Also for me is working the home page, the category page, look here and here but here appears the problem.
All I did in the default page for the article was to add 2 module positions and to publish there 2 modules. I deactivated those and the problem remains.
Please Log in to join the conversation.
Time to create page: 0.091 seconds