-
AuthorPosts
-
Leon Cuzzilla Friend
Leon Cuzzilla
- Join date:
- September 2014
- Posts:
- 156
- Downloads:
- 4
- Uploads:
- 35
- Thanks:
- 44
- Thanked:
- 5 times in 1 posts
December 12, 2012 at 12:09 pm #183053I know how to change the background image in template.css but I would like to add silhouetted vines coming out from behind the template on the left and right side of the template. I tried putting in an image where the shadow on the left and right side of the template is but this just put the header and footer out of whack. I basically want the vines to stay in the same position on each side of the template regardless of the users screen size. Is this possible? If so how could I achieve it. Many thanks. 🙂
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
December 12, 2012 at 5:35 pm #476024Might you be able to provide the url of the site you’re working on?
It would also be helpful if you would set “Optimize CSS” to “No” within your Template Manager-General settings.
Leon Cuzzilla FriendLeon Cuzzilla
- Join date:
- September 2014
- Posts:
- 156
- Downloads:
- 4
- Uploads:
- 35
- Thanks:
- 44
- Thanked:
- 5 times in 1 posts
December 13, 2012 at 1:36 am #476046Hi thanks for you reply. I’ve set Optimize CSS to No (forgot about that) and site is http://www.grinderscatering.com.au/newsite/ – just have a dummy stock image in background at moment.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
December 13, 2012 at 3:39 pm #476150<em>@imatilda 350282 wrote:</em><blockquote>I know how to change the background image in template.css but I would like to add silhouetted vines coming out from behind the template on the left and right side of the template. I tried putting in an image where the shadow on the left and right side of the template is but this just put the header and footer out of whack. I basically want the vines to stay in the same position on each side of the template regardless of the users screen size. Is this possible? If so how could I achieve it. Many thanks. :)</blockquote>
So, just so I can try to understand what you already tried to do … let me know if these are the steps you took:
Within file path –> /newsite/templates/ja_tiris/css/template.css
at line 633, you have the following CSS rule:
#ja-wrapper .main .main-inner1 {
background: url("../images/bg-right.png") repeat-y scroll right top transparent;
margin: 0;
padding: 0 7px 0 0;
}and at line 628, you have the following CSS rule:
#ja-wrapper .main {
background: url("../images/bg-left.png") repeat-y scroll left top transparent;
padding: 0 0 0 8px;
}Is this where you tried to apply your “vine” image – i.e., replacing “images/bg-left.png” and “images/bg-right.png” with your “vine” image (for both the left side and right side?
What does your “vine” image look like? Is it similar in structure to the “bg-left” and “bg-right” images – in terms of size and basic idea – for the easiest consistency when you replace?
any of this making sense? 😉
1 user says Thank You to TomC for this useful post
Leon Cuzzilla FriendLeon Cuzzilla
- Join date:
- September 2014
- Posts:
- 156
- Downloads:
- 4
- Uploads:
- 35
- Thanks:
- 44
- Thanked:
- 5 times in 1 posts
December 14, 2012 at 1:38 am #476211Hi Tom,
Yes that’s exactly what I did. The vines weren’t the same size as bg-left and bg-right as these images are just a shadow of a few pixels. Mine was more like 338px wide and 1000px high. I wanted to use several vines coming out of the sides of the template intermittently. Here are the images similar to what I want to use🙂
Leon Cuzzilla FriendLeon Cuzzilla
- Join date:
- September 2014
- Posts:
- 156
- Downloads:
- 4
- Uploads:
- 35
- Thanks:
- 44
- Thanked:
- 5 times in 1 posts
December 28, 2012 at 12:31 am #477684Hi, Just wondering if you’d had any thoughts on how to add the larger vine image rather than the templates shadow side images to the template. Thanks:)
Leon Cuzzilla FriendLeon Cuzzilla
- Join date:
- September 2014
- Posts:
- 156
- Downloads:
- 4
- Uploads:
- 35
- Thanks:
- 44
- Thanked:
- 5 times in 1 posts
January 15, 2013 at 9:59 pm #479911Hello again, I’ve had a play around with the css but still can’t get the effect I want. I’ve looked around the forums but can’t find a specific answer to this template. If you could have a quick look again it would be much appreciated. 🙂
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
January 16, 2013 at 10:32 am #480015Hi Imatilda,
Please focus in TomC previous post:
<blockquote>Is this where you tried to apply your “vine” image – i.e., replacing “images/bg-left.png” and “images/bg-right.png” with your “vine” image (for both the left side and right side?What does your “vine” image look like? Is it similar in structure to the “bg-left” and “bg-right” images – in terms of size and basic idea – for the easiest consistency when you replace?
</blockquote>
If it is not what you desired, then post a screenshot to clarify your idea.Regards
Leon Cuzzilla FriendLeon Cuzzilla
- Join date:
- September 2014
- Posts:
- 156
- Downloads:
- 4
- Uploads:
- 35
- Thanks:
- 44
- Thanked:
- 5 times in 1 posts
January 17, 2013 at 11:10 pm #480247Hello, Yes I did replace the images that Tom suggested but because they were larger than the shadow it sent everything out of sink. I’ve attached a screenshot of how I want it to look.
(ignore attached thumbnail – wrong image sorry)
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
January 18, 2013 at 4:45 am #480273Hi ,
Please try to add background for body of page in templatec.css file as below:
body#bd{
background: url('image_link.png') no-repeat top center;
}
Example:
body#bd{
background: url('http://static.myopera.com/community/graphics/speeddials/Opera-Background-Blue-Swirls.jpg') no-repeat top center;
}
Regards1 user says Thank You to HeR0 for this useful post
Leon Cuzzilla FriendLeon Cuzzilla
- Join date:
- September 2014
- Posts:
- 156
- Downloads:
- 4
- Uploads:
- 35
- Thanks:
- 44
- Thanked:
- 5 times in 1 posts
January 18, 2013 at 8:51 pm #480362Thank you so much this is just what I wanted so the images stay static on each side of the template. Many thanks for your time.:D
AuthorPostsViewing 11 posts - 1 through 11 (of 11 total)This topic contains 11 replies, has 3 voices, and was last updated by Leon Cuzzilla 11 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum