Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • antoniamag Friend
    #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.


    1. 01firefox-home-and-shop
    2. 02safari-home-and-shop
    3. 03chrome-home-and-shop
    4. 04opera-shop-from-homepage
    5. 05opera-shop-after-click-in-one-of-the-categories
    TomC Moderator
    #496072

    It’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";
    }

    ?>

    antoniamag Friend
    #496088

    Thanks 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.

    antoniamag Friend
    #496134

    I 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.


    1. solution
Viewing 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