- Posts: 11
- Thank you received: 0
Repeating background image
-
Horst
Inactive member - Topic Author
- New Member
Less
More
11 years 5 months ago #30933
by Horst
Repeating background image was created by Horst
Hi there, I changed the background colour to a repeating pattern in Real Estate 2.5. The problem now is that the patern background only shows on the home page, all the other pages still only displays a plain white background. How do I get around this problem. I had it working fine in Joomla 1.5 but the same setting does not work on the 2.5 template. Any input would be greatly appreciated.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6745
- Thank you received: 716
11 years 5 months ago #30936
by milos
Replied by milos on topic Repeating background image
Please give me your website link so I can check this.
Thanks
Milos
Thanks
Milos
Please Log in to join the conversation.
-
Horst
Inactive member - Topic Author
- New Member
Less
More
- Posts: 11
- Thank you received: 0
11 years 5 months ago #30937
by Horst
Replied by Horst on topic Repeating background image
I can not send a link, this site is currently being developed on my local server and has not yet been uploaded to a remote ftp host.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6745
- Thank you received: 716
11 years 5 months ago #30939
by milos
Replied by milos on topic Repeating background image
In this case I can't help you. So, please upload it on a temporary link if you need our support.
Please Log in to join the conversation.
-
Horst
Inactive member - Topic Author
- New Member
Less
More
- Posts: 11
- Thank you received: 0
11 years 2 months ago #33017
by Horst
Replied by Horst on topic Repeating background image
Hi Milos, I finally got time to upload this to a temporary domain:
www.horstdieter.co.za
I woulf really be appreciated it if we can find a solution for the repeating background problem. Thanks in advance.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 2 months ago #33032
by ivan.milic
Replied by ivan.milic on topic Repeating background image
In template_css.php
body {
color:#444444;
background:url(templates/hot_realestate/images/white-washed-oak.jpg) repeat !important;
}
image path requires / in front:
body {
color:#444444;
background:url(/templates/hot_realestate/images/white-washed-oak.jpg) repeat !important;
}
or if that does not help put absolute path:
body {
color:#444444;
background:url( www.horstdieter.co.za/templates/hot_real...white-washed-oak.jpg ) repeat !important;
}
body {
color:#444444;
background:url(templates/hot_realestate/images/white-washed-oak.jpg) repeat !important;
}
image path requires / in front:
body {
color:#444444;
background:url(/templates/hot_realestate/images/white-washed-oak.jpg) repeat !important;
}
or if that does not help put absolute path:
body {
color:#444444;
background:url( www.horstdieter.co.za/templates/hot_real...white-washed-oak.jpg ) repeat !important;
}
Please Log in to join the conversation.
Time to create page: 0.183 seconds