The following warnings occurred:
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message



GetSimple Support Forum
Navigation bar not showing like in html - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Installation & Setup (http://get-simple.info/forums/forumdisplay.php?fid=5)
+--- Thread: Navigation bar not showing like in html (/showthread.php?tid=2927)



Navigation bar not showing like in html - ANSH7662 - 2012-03-15

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


Navigation bar not showing like in html - n00dles101 - 2012-03-16

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...


Navigation bar not showing like in html - ANSH7662 - 2012-03-17

it must be look like this sir ...i am giving u the link


http://feelthedance.in/theme/feelthedance.com/about.html


Navigation bar not showing like in html - yojoe - 2012-03-18

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.


Navigation bar not showing like in html - ANSH7662 - 2012-03-20

i have changes the css to active but still not working


Navigation bar not showing like in html - eatons - 2012-03-20

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.


Navigation bar not showing like in html - eatons - 2012-04-13

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