Posts: 9
Threads: 4
Joined: Feb 2012
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
Posts: 1,108
Threads: 70
Joined: Aug 2009
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...
Posts: 9
Threads: 4
Joined: Feb 2012
it must be look like this sir ...i am giving u the link
http://feelthedance.in/theme/feelthedanc...about.html
Posts: 1,204
Threads: 30
Joined: Jun 2010
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.
Addons: blue business theme, Online Visitors, Notepad
Posts: 9
Threads: 4
Joined: Feb 2012
i have changes the css to active but still not working
Posts: 79
Threads: 2
Joined: Feb 2012
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.
Posts: 79
Threads: 2
Joined: Feb 2012
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