-
AuthorPosts
-
June 17, 2013 at 7:11 am #188279
Hello, I have MANY problems with JA Mixmaz.
After having almost finished the page, I went to have a cup of coffee, do not touch anything, no one touched anything, and when I returned he had changed the style sheet on the page, so that does not load properly styles.Not the first time it happens, but it always happens in Firefox.
I tested on other browsers. In Safari it works properly in Chrome running,but in Opera also does strange things.
If you click on the menu option “Shop” page appears without loading any stylesheet.Once on this page, if you press another option, such as “Contemporary”, appears correctly. Once on this page, if we press the menu option “Shop”, and displayed correctly.
t’s driving me crazy, because I have not touched anything. I do not know what happens. Not the first time I leave the page OK at night, and the morning open the browser in the styles appears erroneous, as if not loaded in Firefox.
My client uses Safari, but I am very concerned not charge well in Firefox, or to be loaded and displayed time and evil appears.
Can anyone help, please?
The page is http://www.art4plus.com.
Thank you.
- TomC Moderator
TomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
June 17, 2013 at 3:44 pm #496072It’s difficult to predict what a particular browser is going to do – or render – at any given moment. This is because each browser is made differently and each take their own approach to how CSS should be displayed in their browser. Alot of people on the Joomla! forums post how can i fix my CSS, so Ive created this post to answer their questions
One way to try to deal with issues such as this would be to use a “conditional comment” and then create a special style sheet specific to/for a particular browser – and then make sure your CSS rules are “customized” appropriately for the particular browser’s display issues. )
For example . . .
<?php$nav = ( isset( $_SERVER['HTTP_USER_AGENT'] ) ) ? strtolower( $_SERVER['HTTP_USER_AGENT'] ) : '';
// checks if browser is Internet Explorer
if (stristr($nav, "msie"))
{
echo "ie-css.css";
}// checks if browser is Mozilla
elseif (stristr($nav, "moz"))
{
echo "mozilla-cssfile.css";
}// If browser is a different one
else
{
echo "templatecss.css";
}?>
2 users say Thank You to TomC for this useful post
June 17, 2013 at 8:35 pm #496088Thanks for the reply and for your time.
At least I know that this happens to most users, and do not feel so alone and not as crazy.
Thank you again.June 18, 2013 at 7:02 am #496134I found the solution! If anyone is interested, has to do with JAT3Caché. You need to enter the administrator of the page in each of these browsers (Firefox, Safari, Chrome, Opera), and once inside click the “JAT3 Clean Cache”. Page appears and css style loaded correctly.
I am happy … by the moment.
Thanks a lot.
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by antoniamag 11 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
Problem with the CSS style in Firefox?
Viewing 4 posts - 1 through 4 (of 4 total)