ANSH7662
Junior Member
Posts: 9
Joined: Feb 2012
|
Navigation bar not showing like in html
the menu is not showing properly after converting the template to get simple when i intserted the navigation slug the out put is this -> www.feelthedance.in
please help me out
|
|
|
|
n00dles101
Administrator
Posts: 974
Joined: Aug 2009
|
Navigation bar not showing like in html
What should the menu look like?
Look like your missing a <span> in the menu for the hover/active states.
If we knew what it should look like we could help out...
My Github Repos: Github
Website: DigiMute
|
|
|
|
ANSH7662
Junior Member
Posts: 9
Joined: Feb 2012
|
Navigation bar not showing like in html
it must be look like this sir ...i am giving u the link
http://feelthedance.in/theme/feelthedanc...about.html
|
|
|
|
yojoe
GS Freak
Posts: 1,143
Joined: Jun 2010
|
Navigation bar not showing like in html
You took the css from the site you linked to, but you didn't make necessary changes in css.
GS menu generates current not active classes.
Themes: Getsimple BlueBusiness theme
Plugins: Online Visitors, Notepad
|
|
|
|
ANSH7662
Junior Member
Posts: 9
Joined: Feb 2012
|
Navigation bar not showing like in html
i have changes the css to active but still not working
|
|
|
|
eatons
Member
Posts: 59
Joined: Feb 2012
|
Navigation bar not showing like in html
The problem is markup code inside the 'admin/inc/theme_functions.php'
Unfortunately one solution in your case is to hack that file too include the span tags.
The other solution is to rewrite your menu setup inside CSS.
Hacking a file is of course a no no! ...but the real question is what is markup code doing in a programmer's logic? After all isn't markup the job of the designer?
P.S. if you do decide to hack, you'll find it online 614 approximately in the above mentioned file.
InnovationOutline Theme Tutorial
|
|
|
|
eatons
Member
Posts: 59
Joined: Feb 2012
|
Navigation bar not showing like in html
eatons wrote:The problem is markup code inside the 'admin/inc/theme_functions.php'
I don't know if you found your answer to the problem, but I did, and I wrote it in a tutorial covering that and other aspects of working with GetSimple themes. Here is a link to the actual solution within the tutorial, and from there you'll see a link for which you can download the solution.
http://eatons.net/tutorials/innnovationoutline/addendum
InnovationOutline Theme Tutorial
|
|
|
|