-
AuthorPosts
-
November 17, 2015 at 7:39 pm #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
ChrisTomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 17, 2015 at 7:45 pm #754756So 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.November 18, 2015 at 8:00 am #754794TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 18, 2015 at 5:09 pm #754837When I opened your site (via the link below), the opening “tile” sequence did not occur?
Did you disable it? :confused:
November 21, 2015 at 4:34 pm #755058Thank you tom, and sorry
Yes. I’ts disabled on frontpage but enabled in different other Category-Pages.
For Examplehttp://tisato.komekom.ch/index.php/kommunikation/amt-fuer-gesellschaft-ar
Cheers
ChrisNovember 21, 2015 at 4:34 pm #755137Thank you tom, and sorry
Yes. I’ts disabled on frontpage but enabled in different other Category-Pages.
For Examplehttp://tisato.komekom.ch/index.php/kommunikation/amt-fuer-gesellschaft-ar
Cheers
ChrisNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
November 24, 2015 at 6:39 am #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 Examplehttp://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
November 24, 2015 at 1:04 pm #756556Thank 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
ChrisNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
November 25, 2015 at 5:28 am #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);
} -
AuthorPosts
This topic contains 9 replies, has 3 voices, and was last updated by Ninja Lead 9 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum