-
AuthorPosts
-
charles99 Friend
charles99
- Join date:
- December 2008
- Posts:
- 314
- Downloads:
- 207
- Uploads:
- 17
- Thanks:
- 8
- Thanked:
- 50 times in 6 posts
August 20, 2011 at 5:00 am #167606I need to know how would I get the Left.png file to show on the right side of the page?
I just moved the left and right column over to the right side of the page but the sidebar image is not showing.
Settings:
<blocks name=”middle” colwidth=”22″ fixheight=”1″>
<block name=”content-mass-top”>content-mass-top</block>
<block name=”content-top” type=”modules”>content-top</block>
<block name=”content-bottom” type=”modules” style=”raw”>content-bot</block>
<block name=”right-mass-top”>right-mass-top</block>
<block name=”right1″>left</block>
<block name=”right2″>right</block>
</blocks>Edited Template.css file and added this to it. But for whatever reason I can’t get the divider to show…or the left.png image to show.
#ja-mainbody
{
background: url(“../templates/ja_travel/images/left-bg.png”) repeat-y scroll left top transparent;
float:left;
}does anyone know what file I need to edit in order to get the sidebar file left.png to show?
thanks….
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
August 20, 2011 at 5:27 am #407205please post a screenshot which section you need to move to left and right.
pritam Friendpritam
- Join date:
- April 2011
- Posts:
- 609
- Downloads:
- 0
- Uploads:
- 29
- Thanks:
- 11
- Thanked:
- 125 times in 113 posts
August 20, 2011 at 6:03 am #407210Hello charles99 ,
Can you provide your site url , and also send screenshot which File you want to move .
charles99 Friendcharles99
- Join date:
- December 2008
- Posts:
- 314
- Downloads:
- 207
- Uploads:
- 17
- Thanks:
- 8
- Thanked:
- 50 times in 6 posts
August 20, 2011 at 7:13 am #407222Here is a image of the problem I am having… And all I need to know is how do I move the left.png file or sidebar over to the right side of the tmplate! thanks
charles99 Friendcharles99
- Join date:
- December 2008
- Posts:
- 314
- Downloads:
- 207
- Uploads:
- 17
- Thanks:
- 8
- Thanked:
- 50 times in 6 posts
August 20, 2011 at 7:16 am #407223Also this is not a line but a image and the name of the file is left.png… I just need to move it over to the otherside…
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
August 20, 2011 at 7:46 am #407229to remove this left-bg.png image go to this file: /templates/ja_travel/css/template.css
remove this code
#ja-left { background: url("../images/left-bg.png") repeat-y right top; }
Note: If you Find my Post useful please click on the Thanks Iconcharles99 Friendcharles99
- Join date:
- December 2008
- Posts:
- 314
- Downloads:
- 207
- Uploads:
- 17
- Thanks:
- 8
- Thanked:
- 50 times in 6 posts
August 20, 2011 at 3:29 pm #407286I would like to thank everyone for the input, but I am not trying to hide the left.png, I am trying to get it to show on the opposite side of the template. Again I moved the left and right column or sidebar to the right side of the page, and I am trying to figure out how I can move the Left.png image over to the right side of the page also!
Take a look at the demo template of ja-travel and you will see it has this layout: Left – Right – Left.png. After I moved it should be Left.png – Left – Right. I only have the Left & Right sidebar or module position showing but I need to know which file I have to edit in order to move the left.png image over to the right side of page in order to get this Left.png – Left – Right layout…
Thanks
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
August 21, 2011 at 5:29 am #407376please post a screenshot how it should be.
charles99 Friendcharles99
- Join date:
- December 2008
- Posts:
- 314
- Downloads:
- 207
- Uploads:
- 17
- Thanks:
- 8
- Thanked:
- 50 times in 6 posts
August 21, 2011 at 1:38 pm #407430It should like the demo but on the right side of the page!!!! All I am trying to do it shift the left and right module position over to the right side of the page with the left.png image showing. The way you have the template setup has the left and right module position then then left.png showing on the left side. But when you shift things to the right side you have to place the left.png image first then the Left module followed by the right module position. I have already moved the Left Module Position and Right Module Position over to the Right side of the page. All I am trying to do now is place the left.png in front of the Left module position on the right side of the page.
Again all I am trying to do is shift the left.png to the rightside of the page! So please take a look at the image I already posted and just slide everything to the right and thats the look I am trying to get! The divider is the Left.png image running down the page and you have the left module position, then the right module position.
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
August 21, 2011 at 4:20 pm #407438Please screenshot just put an arrow mark where you need it to appear. A picture speaks more than the words.
charles99 Friendcharles99
- Join date:
- December 2008
- Posts:
- 314
- Downloads:
- 207
- Uploads:
- 17
- Thanks:
- 8
- Thanked:
- 50 times in 6 posts
August 22, 2011 at 2:47 am #407522Come on guys all I am trying to do is move the left-bg.png image you have running down the page on the left side over to the right side, when someone moves the left and right modules position to the right side of the page!
here is a picture…
#ja-left {
background: url(‘../templates/ja_travel/images/left-bg.png’) repeat-y scroll right top;
}i need to change this setting here in order to get the left-bg.png to show on the right side of the page…
Thanks…
charles99 Friendcharles99
- Join date:
- December 2008
- Posts:
- 314
- Downloads:
- 207
- Uploads:
- 17
- Thanks:
- 8
- Thanked:
- 50 times in 6 posts
August 22, 2011 at 3:38 am #407534Ok, I solved the problem I was having on my own…
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
August 22, 2011 at 3:59 am #407538Great. Please post here what have you done with the css , so the others may know where you did the edits.
Note: If you Find my Post useful please click on the Thanks Icon
December 2, 2011 at 6:47 pm #427622charles99 Friendcharles99
- Join date:
- December 2008
- Posts:
- 314
- Downloads:
- 207
- Uploads:
- 17
- Thanks:
- 8
- Thanked:
- 50 times in 6 posts
AuthorPostsViewing 15 posts - 1 through 15 (of 15 total)This topic contains 15 replies, has 4 voices, and was last updated by charles99 12 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum