quadroIdeas said
I would also suggest trying to activate your theme on a fresh WP install (and on a new database) before you create any menu. Try to see if you get the errors that way. The var_dump would help too, so try to bring the results to here.
the above is the result.
Thank you, Decneo
it’s a php notice.
in php , there are many levels of errors. the notice is low error and should not be consider as a bug. you may ask the reviewer to config his server.
http://stackoverflow.com/questions/4261133/php-notice-undefined-variable-and-notice-undefined-index http://php.net/manual/en/function.error-reporting.phpCan I see the complete function that you used to call wp_nav_menu with this walker class?
also try this, change the function params with
function start_el( &$output, $item, $depth = 0, $args = array() ){
//....complete function here
}
line 25, change with
$class_names = join( ' ', apply_filters( 'nav_menu_css_class', array_filter( $classes ), $item, $args ) );
source : “wp-includes/nav-menu-template.php” line 67
rongcon said
it’s a php notice.in php , there are many levels of errors. the notice is low error and should not be consider as a bug. you may ask the reviewer to config his server.
http://stackoverflow.com/questions/4261133/php-notice-undefined-variable-and-notice-undefined-index http://php.net/manual/en/function.error-reporting.php
Yes, I thought so, It is not bugs.The theme work fine
PrimeThemes said
Can I see the complete function that you used to call wp_nav_menu with this walker class? also try this, change the function params withfunction start_el( &$output, $item, $depth = 0, $args = array() ){ //....complete function here }line 25, change with$class_names = join( ' ', apply_filters( 'nav_menu_css_class', array_filter( $classes ), $item, $args ) );source : “wp-includes/nav-menu-template.php” line 67
Here is the complete to call wp_nav_menu :
Best regards, Decneo
Strange, both description_walker_class and your $header_menu_args are fine.
What’s that dropdown_menu() function? a custom function? can you show us..
PrimeThemes said
Strange, both description_walker_class and your $header_menu_args are fine. What’s that dropdown_menu() function? a custom function? can you show us..
Here is my dropdown-menu.php file
http://www.filesnack.com/files/cuj8bjpzBest regards, Decneo
I’ve give it a test and can’t find any php notices on my side too, maybe you should open support ticket and ask reviewer to “re-test” your theme, 
Good Luck! 
PrimeThemes said
I’ve give it a test and can’t find any php notices on my side too, maybe you should open support ticket and ask reviewer to “re-test” your theme,Good Luck!
![]()
Thank you PrimeThemes for your test to me, I’ve opened the ticket last 3 days but still didn’t met anyone to figure it out yet.
My Ticket ID: BUO-330-35630
This issue took 2 weeks now to release the new theme 
Best regards, Decneo
I just resubmission the theme last 8 hours and explain all to the reviewer, Just waiting for the reply.
Kind regards, Decneo
