- Posts: 3
- Thank you received: 0
Background Image
-
sampei
Inactive member -
Topic Author
- New Member
-
Less
More
13 years 10 months ago - 13 years 10 months ago #8141
by sampei
Background Image was created by sampei
Background image appears only in the Home. In other pages, nothing appears.
When setting color and not image, it works.
How can I solve this issue?
site link
www.sampei.net/nanayasite/
When setting color and not image, it works.
How can I solve this issue?
site link
www.sampei.net/nanayasite/
Last edit: 13 years 10 months ago by sampei.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 10 months ago #8157
by ivan.milic
Replied by ivan.milic on topic Re: Background Image
You have sub folder for your site. So one solution would be to edit template_css.css and layout.css and relapse all replace paths with absolute. Example:
...
backgorund:url(/images/stories/someimage.jpg);
...
with
...
backgorund:url( www.sampei.net/nanayasite/images/stories/someimage.jpg );
...
...
backgorund:url(/images/stories/someimage.jpg);
...
with
...
backgorund:url( www.sampei.net/nanayasite/images/stories/someimage.jpg );
...
The following user(s) said Thank You: sampei
Please Log in to join the conversation.
-
sampei
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 3
- Thank you received: 0
13 years 10 months ago #8172
by sampei
Replied by sampei on topic Re: Background Image
actually is the background of Hot Accordion and not the website. Will look for Hot Accordion CSS... maybe is the same solution.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 10 months ago #8182
by ivan.milic
Replied by ivan.milic on topic Re: Background Image
Yes this implies to all conflict of this type.
Please Log in to join the conversation.
Time to create page: 0.155 seconds