kingsinnersoul Posted June 23, 2010 Share Posted June 23, 2010 I know how to transplant it in the BO. But I encounter a problem when I transplant it to any other hook but the wiznav hook. When moving to another hook, it moves there, but does not show itself there. Even if it shows in the BO that its 'hooked' in another place and I go a head and remove it from the wiznav hook - it does not show in the store...I hope it makes sense, please help me fix this one. thanks. Link to comment Share on other sites More sharing options...
rocky Posted June 24, 2010 Share Posted June 24, 2010 The wiznav module was only designed to be placed in the "wiznav", which is why it doesn't display in any other hook. I don't understand why you'd want to place it in another hook. Where did you want to hook it? You'd need to modify the module to add the capability for it to be added to that hook. Link to comment Share on other sites More sharing options...
kingsinnersoul Posted June 24, 2010 Author Share Posted June 24, 2010 can you help me with how, or what to modify in the module? Thanks Link to comment Share on other sites More sharing options...
kingsinnersoul Posted July 1, 2010 Author Share Posted July 1, 2010 I wanted to move it higher in the header. I thought that I have to move it to another hook. But thanks for the reply Rocky. Link to comment Share on other sites More sharing options...
Raggy786 Posted July 7, 2010 Share Posted July 7, 2010 how do I just put a below the wiznav modult? I tried change the template but it would not let me. I just want to seperate it between the index image. Link to comment Share on other sites More sharing options...
kingsinnersoul Posted July 7, 2010 Author Share Posted July 7, 2010 did you try to change the position of the module you want to put below the wiznav module?Also, go to your header.tpl file and edit it in the order you want the hook to appear. On what I am working right now I have the logo area, then a flash area, then the search+currency+lang area. The hooks order in the header.tpl file are: {$HOOK_HEADER} then {$HOOK_WIZNAV} then {$HOOK_TOP} then {$HOOK_LEFT_COLUMN}. Hope it helps. Link to comment Share on other sites More sharing options...
Raggy786 Posted July 8, 2010 Share Posted July 8, 2010 Hi. I just want a line between tags and wiznav. Right now its joined together without any space. I just need to add < br > but it does not let me . lol Link to comment Share on other sites More sharing options...
kingsinnersoul Posted July 8, 2010 Author Share Posted July 8, 2010 I see what you mean. It won't work when changing the tpl file. Go to the modules/wiznav/css an modify wiznav.css. I Changed #nav {padding:0 0 6px 0; margin:0; list-style:none; height:78px;z-index:500; font-family:arial, verdana, sans-serif; width: 966px; float:left; width: 980px; background: url(../img/header/header_menu.png) no-repeat} Into this #nav { margin:0; list-style:none; height:78px; z-index:500; font-family:arial, verdana, sans-serif; width: 966px; float:left; width: 980px; background: url(../img/header/header_menu.png) no-repeat; padding-bottom: 20px; border-bottom-style: dashed; I simply added: padding-bottom: 20px; border-bottom-style: dashed; in the #nav compound. It added a space of 20 pixels bellow the wiznav menu and then a dotted line to separate it below it. btw, it won't allow you go any lower the defined size of the box. its hight is defined as 78px. changing it will also change the height of the box in overall. just if you want to add anything else there. Hope it helps. Link to comment Share on other sites More sharing options...
Raggy786 Posted July 8, 2010 Share Posted July 8, 2010 Hi, I tried your way but no luck, it shows the line above my header :Sall i need is this added : padding-bottom: 20px; how do i add this on this code: #nav {padding:0 0 6px 0; margin:0; list-style:none; height:22px; background:#FFFFFF url(../img/blankbg.gif) repeat-x; z-index:500; font-family:arial, verdana, sans-serif; width: 980px; float: left } Link to comment Share on other sites More sharing options...
kingsinnersoul Posted July 9, 2010 Author Share Posted July 9, 2010 #nav { padding:0 0 6px 0; margin:0; list-style:none; height:22px; background:#FFFFFF url(../img/blankbg.gif) repeat-x; z-index:500; font-family:arial, verdana, sans-serif; width: 980px; float: left; /* <-- added ';' at the end of this line*/ padding-bottom: 20px; /* <-- added the extra space here*/ } Link to comment Share on other sites More sharing options...
Raggy786 Posted July 9, 2010 Share Posted July 9, 2010 actually that worked,. but i had to remove backgound FFFFFF which gives a white line thanks for your time for me sir Link to comment Share on other sites More sharing options...
Raggy786 Posted August 15, 2010 Share Posted August 15, 2010 hey guys sorry, How do i change the font colour on the wiznav menu ? confused lol. Thanks for the answers... Link to comment Share on other sites More sharing options...
kingsinnersoul Posted August 16, 2010 Author Share Posted August 16, 2010 Go to the CSS folder and open wiznav.css file; there you will need to change the css; otherwise, if it si not there you will need to change the global.css in the template folder\css;Hint and a recommendation: get firefox\mozilla, get the firebug addon for firefox. Use the firebug addon (play with it to get used to it) and when you have firebug 'on' and hover the mouse over certain elements it will show you what css code is working for that specific part. It is really useful to find out what code you need to chane in order to change the feel and look of you shop. Also, you can change the css code and see hw it effectsw you site, so you do not have to reload it everytime. pretty cool tool...firefox\mozilla: http://www.mozilla.comFirebug: https://addons.mozilla.org/en-US/firefox/addon/1843/intruduction video: <-- good to see and understand how it works Link to comment Share on other sites More sharing options...
Raggy786 Posted August 16, 2010 Share Posted August 16, 2010 thanks lol but its like something new. can you not give me the lines to add? lol and ill study that soon. Link to comment Share on other sites More sharing options...
kingsinnersoul Posted August 16, 2010 Author Share Posted August 16, 2010 you are lazzy....go to wiznav.css <---- change the color on line 29 it begins with #nav li a.top_link the color is color: #CCCCCC; change the color line to anything you want. use this site to get the color codes. http://www.color-hex.com/Enjoy Link to comment Share on other sites More sharing options...
Raggy786 Posted August 16, 2010 Share Posted August 16, 2010 Sorry man got so much going on. But damn you are the greatest the reason why i asked for the code because my css for some reason had color: #ccc and the rest was cut off? so just checked and i dont know why it shows half of the stuff lol weird.thanks Link to comment Share on other sites More sharing options...
kingsinnersoul Posted August 16, 2010 Author Share Posted August 16, 2010 http://en.wikipedia.org/wiki/Web_colorsskip to to the hex triplet - read it, and then skip to web-safe colors::: it will explain this three and six hex number difference. but yea, get firefox, and firebug. it is easy to use - but it will tell you everything you need about any part pf the site with its code, and css. i recomend it to you. it will cut you hours of searching and researching about this ind of questions. if any problems let me know. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now