5ulo
Forum Replies Created
-
Thanks for helping! It was easier as I tought 😀
the easiest way to do that is edit checkbox-item.html and change type=”checkbox” to type=”radio”
Forum: Plugins
In reply to: [SearchAutocomplete] Can't select theme stylesheet in settingsOk.. will test it.. email sent via contact form on your page
Thank YouForum: Plugins
In reply to: [SearchAutocomplete] Can't select theme stylesheet in settingsYes, fresh install.. haven’t used this plugin before
I don’t know if it is related to that error, but when I select searching ONLY in Taxonomies, the it look like the search is working but no values are listed (blank a hrefs in dropdown).. For example. If I type “wy” dropdown contains one blank item. When I hit enter it redirects me to Wyoming which is what I expected.
Weird is that the suggestion is working when I search in posts.I have the same problem as arsenic13 – WP 3.1.2 + NGG 1.7.4
Forum: Fixing WordPress
In reply to: wp_nav_menu: List only 2nd level (separate submenu)?squarecandy thanks for this code. Works perfectly. But when i turned WP Debug mode ON, there was an error, that says:
Notice: Undefined variable: item_output in /home/enjoy/www/enjoy/ubytovanie/wp-content/themes/ubytovanie/functions.php on line 536
The 536th line was
$output .= apply_filters( 'walker_nav_menu_start_el', $item_output, $item, $depth, $args );
So i moved this line at the end of the ‘if’ statement above, so it looks now like this[Code moderated as per the Forum Rules. Please use the pastebin]
The error disappeared and everything works fine.