-
AuthorPosts
-
ejner Friend
ejner
- Join date:
- August 2011
- Posts:
- 4
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
May 22, 2012 at 1:00 pm #177393Why the h… is it so difficult for a not so experienced user to find a way to insert a logo in the standard layout instead of the “JA Wall” text?
Also it seems impossible to find a way to change the hight and size of the area where the logo is placed?Both issues I assume is necessary in 99,9% of all new sites….why not make it straight forward…..arrrgh.
Help – anybody?
John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
May 22, 2012 at 2:35 pm #454289Because this is/will become a multi-theme template – at least 8 are planned some with text logos, others with image logos. But any can customized to include either if you want.
I would be glad to show you how, but would need to know what THEME you are wanting to customize.
ejner Friendejner
- Join date:
- August 2011
- Posts:
- 4
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
May 22, 2012 at 3:32 pm #454299Thanks a lot ð
I am using the “Default” template and am looking to do the following:1. Adjust hight of the space for logo (.png file). The hight of the menu must be adjusted accordingly.
2. Adjust the with of the space for logo. I suppose it doesn’t have to have the same width as “Categories” ?
3. Need to adjust the background color for both.
4. Need to know where to make a reference to the logo .png file (css file I guess?).Would be very happy if you would help me out on this. ð
Thanks
EjnerJohn Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
May 22, 2012 at 4:48 pm #454312Thanks for your questions!
CAVEAT: I would HIGHLY encourage you NOT to play with the height of the menu as this will likely have unintended consequences – not the least of which is it will cause the template to loose its classy look in small mobile devices and possibly break the menus. You may find yourself suffering from Programmers Creep in that changing something one place, will now cause you to adjust something elsewhere and on and on and on.
– You’ve been warned. ðPlease make backup of all your file BEFORE editing.
First you need to get rid of the TEXT logo.
Open templates/ja_wall/index.php – [FONT=arial]line 118[/FONT]
This is where the JA WALL text is located – remove it.THEN –
[FONT=arial]Open – /templates/ja_wall/css/template.css[/FONT]1. Adjust height of the space for logo (.png file). The height of the menu must be adjusted accordingly.
This is a long process – so please be patient…or reconsider. ð
To add a logo – create the logo.png and place it in your templates/ja_wall/images/ folder.
Actually you can place it in the DEFAULT folder or anywhere you want…adjusting its location in the code below.At line 835 – change from this:
#logo { border-bottom: 5px solid #84B12A
float: left;
height: 40px;
position: relative;
text-align: center;
width: 120px;
z-index: 1000;}
}
[FONT=arial]
To this – and adjust the areas in red so that your logo shows fully:[/FONT]#logo {
background: url("../images/logo.png") repeat scroll 0 0 transparent;
border-bottom: 5px solid #84B12A
float: left;
height: 40px;
width: 120px;
z-index: 1000;}
You probably now have a logo that bleeds into your TOP MENU and/or your MAIN MENU.
NEXT – TOP MENU adjustments (main navigation) if needed.Goto: templates/ja_wall/css/navigation.css – Line 15
Adjust the line below in RED to move the menu to the right if needed.
#mainnav { left: 120px;
position: absolute;
top: 0;
width: 100%;}
NEXT – MAIN MENU adjustments (left sidebar) if needed
Goto: /templates/ja_wall/css/layout.css – line 173
Adjust the line below in red to move the sidebar to the left or right – pushing the main content area along with it.
body.has-sidebar #container .container-main { padding-left: 120px;
}
And ONLY after you have your sidebar positioned correctly horizontally…then
Goto: – line 177 to move the sidebar vertically. Change ONLY the line in red below!
(You should NOT change the margin-left and width below unless you need extra room for menu items)
#sidebar { margin-left: -120px;
position: fixed;
top: 60px;
width: 120px;}
Being RESPONSIVE has its benefits…but any customization affects everything else and it can be a long frustrating process. ðThis should get you going. Please ask further questions if needed.
Have fun.
John.3 users say Thank You to John Wesley Brett for this useful post
swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
May 22, 2012 at 5:56 pm #454317John,
I know I’m always happy to point out when people make mistakes but I hope I’m also as quick, if not quicker, to point out when people do well, and as I mentioned in a previous thread you’ll the only mod I’ve seen busy on the Wall forum.
So, I say it again, and say it personally and publicly,
Thank you big time for rolling up your sleeves and getting dirty, and trying to help the user base.
Very much appreciated – I hope by all, but certainly by me.
Merci/Danke/Thank You!
1 user says Thank You to swissa for this useful post
ejner Friendejner
- Join date:
- August 2011
- Posts:
- 4
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
May 22, 2012 at 7:46 pm #454347Hi John
Thank you so much for your helpful input. I guess I now have to reconsider my initial plans as I did not take into account the issues that will arise because of the responsive design…. But I’m glad that I now can test and check with that in mind.
Super helpful you are – appreciate it a lot ð
Ejner1 user says Thank You to ejner for this useful post
June 21, 2012 at 7:07 am #458299thank for this .. my problem is the content is under the logo -.-
mehmet_alp Friendmehmet_alp
- Join date:
- April 2009
- Posts:
- 97
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 14
- Thanked:
- 2 times in 1 posts
July 27, 2012 at 10:12 am #462411Can anyone tell me how to change the width of the logo for minimalist?
swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
July 27, 2012 at 12:27 pm #462425<em>@mehmet_alp 332003 wrote:</em><blockquote>Can anyone tell me how to change the width of the logo for minimalist?</blockquote>
It’s in /templates/ja_wall/themes/minimalist/css/theme.css
#logo.logo-image h1 a {
- background: url(../images/logo.png) no-repeat center;
- display: block;
- width: 36px;
- height: 16px;
- text-indent: -9999px;
- padding: 24px 11px;
}
Hope that helps
mehmet_alp Friendmehmet_alp
- Join date:
- April 2009
- Posts:
- 97
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 14
- Thanked:
- 2 times in 1 posts
July 27, 2012 at 4:53 pm #462437Well thanks, but problem Äąs how to move the to menu to the right?
swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
July 27, 2012 at 6:49 pm #462442<em>@mehmet_alp 332033 wrote:</em><blockquote>Well thanks, but problem Äąs how to move the to menu to the right?</blockquote>
Can you post a url to see please?
-
AuthorPosts
This topic contains 11 replies, has 5 voices, and was last updated by swissa 12 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum