Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • galbur Friend
    #726202

    Hi

    I hope its the last post 😉
    But where can i find the CSS-Snippet to change the background-color (in the beginning) of the loading tile?
    And: i changed the loading.gif with a smaller one, but it is still the same size. Something blows it up.

    Thank you
    Chris

    TomC Moderator
    #754756

    So that we can try to best assist you, please provide the url of the site you’re working on,
    as well as temporarily set “Optimize CSS” to “Off” within your Template Manager–General settings.

    galbur Friend
    #754794

    Hi tom and thank you

    The URL is:

    http://tisato.komekom.ch

    Cheers
    Chris

    TomC Moderator
    #754837

    When I opened your site (via the link below), the opening “tile” sequence did not occur?

    Did you disable it? :confused:

    galbur Friend
    #755058

    Thank you tom, and sorry

    Yes. I’ts disabled on frontpage but enabled in different other Category-Pages.
    For Example

    http://tisato.komekom.ch/index.php/kommunikation/amt-fuer-gesellschaft-ar

    Cheers
    Chris

    galbur Friend
    #755137

    Thank you tom, and sorry

    Yes. I’ts disabled on frontpage but enabled in different other Category-Pages.
    For Example

    http://tisato.komekom.ch/index.php/kommunikation/amt-fuer-gesellschaft-ar

    Cheers
    Chris

    Ninja Lead Moderator
    #756523

    <em>@galbur 503268 wrote:</em><blockquote>Thank you tom, and sorry

    Yes. I’ts disabled on frontpage but enabled in different other Category-Pages.
    For Example

    http://tisato.komekom.ch/index.php/kommunikation/amt-fuer-gesellschaft-ar

    Cheers
    Chris</blockquote>

    You can find see the image and css to load when you click on the article

    Open templates/ja_fixel/local/css/themes/light/template.css file

    find and change


    .ajax-indicator {
    background: url("../../../../images/ajax-indicator-big.gif") no-repeat center center;
    background-size: 128px 128px;
    height: 128px;
    left: 50%;
    margin: -64px 0 0 -64px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    text-indent: -9999em;
    width: 128px;
    }

    .ajax-indicator {
    background-image: url("../../../../images/themes/light/ajax-load.gif");
    }

    to


    .ajax-indicator {
    background-image: url("../../../../images/themes/light/ajax-load.gif") no-repeat center center !important;
    background-size: 128px 128px;
    height: 128px;
    left: 50%;
    margin: -64px 0 0 -64px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    text-indent: -9999em;
    width: 128px;
    }
    .ajax-indicator {
    background-image: url("../../../../images/themes/light/ajax-load.gif") !important;
    }

    with image path: templates/ja_fixel/images/themes/light/ajax-load.gif

    galbur Friend
    #756556

    Thank you very much

    So, i shrinked the loader.gif. it looks fine. Now ist only this black semi-transparent background that appears for a second that disturbs me. Wher can i change this colour?

    Best
    Chris

    Ninja Lead Moderator
    #756602

    <em>@galbur 503799 wrote:</em><blockquote>Thank you very much

    So, i shrinked the loader.gif. it looks fine. Now ist only this black semi-transparent background that appears for a second that disturbs me. Wher can i change this colour?

    Best
    Chris</blockquote>

    You can change the highlight text below

    Open templates/ja_fixel/local/css/themes/light/template.css file and see it

    .fixel-grid .items.poping article:before {
    background: #000 ;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    opacity: 0.8;
    filter: alpha(opacity=80);
    }

Viewing 9 posts - 1 through 9 (of 9 total)

This topic contains 9 replies, has 3 voices, and was last updated by  Ninja Lead 8 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum