- Posts: 10
- Thank you received: 0
Background images
-
chumzp
Inactive member -
Topic Author
- New Member
-
Less
More
13 years 7 months ago #10326
by chumzp
Background images was created by chumzp
Hi, Can disable images on my background, how?
Images running on my background are making my site loading quite slow. In fact, the background images of the pyramid etc, would appear first and delay the loading of my site greatly. Or is there something I can do to load faster ?
pls assist
Pierre
Images running on my background are making my site loading quite slow. In fact, the background images of the pyramid etc, would appear first and delay the loading of my site greatly. Or is there something I can do to load faster ?
pls assist
Pierre
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6789
- Thank you received: 720
13 years 7 months ago #10327
by milos
Replied by milos on topic Re: Background images
Yes, you can disable it in template parameters. Go to Template Manager, click on Hot Destination and you'll see many parameters.
Please Log in to join the conversation.
-
gregy1403
Inactive member -
- New Member
-
Less
More
- Posts: 14
- Thank you received: 1
13 years 6 months ago #10601
by gregy1403
Replied by gregy1403 on topic Re: Background images
Hi Miloš
Just found out that none of those function works .. not static pic not colour .. always shows slideshow, even if color is picked up for background style ...
Cleaned browser cache and cleand joomla cache
Just found out that none of those function works .. not static pic not colour .. always shows slideshow, even if color is picked up for background style ...
Cleaned browser cache and cleand joomla cache
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 6 months ago #10609
by ivan.milic
Replied by ivan.milic on topic Re: Background images
Select "Solid Color" for background.
Please Log in to join the conversation.
-
royglerum
Inactive member -
- New Member
-
Less
More
- Posts: 3
- Thank you received: 0
13 years 6 months ago #10762
by royglerum
Replied by royglerum on topic Re: Background images
hi,
not working for me either. Preset 1 with slideshow bg seems uneditable.
not working for me either. Preset 1 with slideshow bg seems uneditable.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 6 months ago #10766
by ivan.milic
Replied by ivan.milic on topic Re: Background images
Ok, you use pre-defined style which is fixed like that but you can alter it's style file:
templates\hot_destinations\styles\style1.php
you will see:
<?php
$backgroundImage = "slideshow";
$backgroundImageName = "bg_static.jpg";
$backgroundColor = "#FFFFFF";
....
change it like this:
<?php
$backgroundImage = "solid";
$backgroundImageName = "bg_static.jpg";
$backgroundColor = "[your color goes here]";
....
templates\hot_destinations\styles\style1.php
you will see:
<?php
$backgroundImage = "slideshow";
$backgroundImageName = "bg_static.jpg";
$backgroundColor = "#FFFFFF";
....
change it like this:
<?php
$backgroundImage = "solid";
$backgroundImageName = "bg_static.jpg";
$backgroundColor = "[your color goes here]";
....
Please Log in to join the conversation.
Time to create page: 0.182 seconds