-
AuthorPosts
-
sakoman Friend
sakoman
- Join date:
- January 2007
- Posts:
- 21
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 4
- Thanked:
- 2 times in 1 posts
July 23, 2011 at 1:54 pm #166639Is it possible to easily swap the placement of the logo/searchbox and menu?
I’d really like to have the log at top left and menu below.
Thanks!
sakoman Friendsakoman
- Join date:
- January 2007
- Posts:
- 21
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 4
- Thanked:
- 2 times in 1 posts
July 23, 2011 at 2:04 pm #402691I neglected to mention that I am using the 1.6 version of JA Rave
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
July 23, 2011 at 2:27 pm #402693Hi,
You login backend > Extensions > Template Manager > ja_rave > LAYOUTS.Edit Default.
-You replace this code
<block name="mainnav" type="mainnav" main-inner="1"></block>
<block name="header" type="header" main-inner="1"></block>
with
<block name="header" type="header" main-inner="1"></block>
<block name="mainnav" type="mainnav" main-inner="1"></block>
1 user says Thank You to khoand for this useful post
sakoman Friendsakoman
- Join date:
- January 2007
- Posts:
- 21
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 4
- Thanked:
- 2 times in 1 posts
July 23, 2011 at 3:25 pm #402697Thanks! That worked. I really appreciate the fast response.
However there are some cosmetic issues remaining:
How can I remove the “box” around the header and set the background color to match the page background? I’d like to have the logo and search box just sort of “floating” above the menu.
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
July 23, 2011 at 3:39 pm #402699You replace this code from /templates/ja_rave/css/template.css in the line #697, #703
#ja-header .main {
padding: 0px;
border-left: solid 1px #DDD;
border-right: solid 1px #DDD;
}
with
#ja-header .main {
padding: 0px;
background: #F2F2F2;
}#ja-header .main .main-inner1 {
padding: 20px 0px 20px;
margin: 0px 15px;
border-bottom: solid 1px #DDD;
}
with
#ja-header .main .main-inner1 {
padding: 20px 0px 20px;
margin: 0px 15px;
}1 user says Thank You to khoand for this useful post
sakoman Friendsakoman
- Join date:
- January 2007
- Posts:
- 21
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 4
- Thanked:
- 2 times in 1 posts
July 23, 2011 at 6:43 pm #402708Thanks! I made the change in the first chunk of code and it had the desired result.
The second change just seems to be a code formatting change (i.e. the closing brace is moved from being on a separate line to the line above). I’m guessing you meant to delete the ‘border-bottom: solid 1px #DDD;”? That removes the line below the logo and looks much better.
I really appreciate your help!
1 user says Thank You to sakoman for this useful post
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
July 24, 2011 at 3:41 pm #402756Yes, you right. I’m sorry about my mistake.
July 29, 2011 at 6:55 pm #403658<em>@khoand 255184 wrote:</em><blockquote>You replace this code from /templates/ja_rave/css/template.css in the line #697, #703
#ja-header .main {
padding: 0px;
border-left: solid 1px #DDD;
border-right: solid 1px #DDD;
}
with
#ja-header .main {
padding: 0px;
background: #F2F2F2;
}#ja-header .main .main-inner1 {
padding: 20px 0px 20px;
margin: 0px 15px;
border-bottom: solid 1px #DDD;
}
with
#ja-header .main .main-inner1 {
padding: 20px 0px 20px;
margin: 0px 15px;
}
</blockquote>Hello –
I also made the swap of main menu with logo/search placement. Worked very well. However, I am using the blue theme. Following your instructions for changing the white bkg to #F2F2F2 worked only on the home page. I looked through the css for the blue theme but was unable to locate #ja-header. Can you pls refer me to the correct location to revise css?
thank you
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
July 30, 2011 at 8:45 am #403709Could you give me a link to your page as you said?
August 1, 2011 at 12:13 pm #403979Certainly – http://www.team-charleston.com/
thank youkhoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
August 1, 2011 at 3:14 pm #404027You go to Template manager,choose JA Rave template, then change CSS Optomize fieds to NO, so I can check how and where to customize for you.Could you give me a snapshot with your annotation?
August 1, 2011 at 4:00 pm #404037Ok – I went ahead and turned off CSS optimization anyway, but this is very strange. The white bkg box no longer is displayed on the remaining pages. Maybe some one already fixed this for me?? If so, thank you
-
AuthorPosts
This topic contains 12 replies, has 3 voices, and was last updated by jonesmark 13 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum