Some issues & suggestions
-
Some feedback after evaluating plugin 1.6.0 with WordPress 4.3:
1. “Settings Updated” message is always shown in admin if a setting for
ng_slicknav_menuis stored in options. It should only show after using “Update” button.2. “Menu Button Position” set to “left” does not work in combination with a logo. The logo also floats left so the button can’t go there.
3. For “Stick Menu to Head” a higher
z-index(currently999) should be used. We tested with “Twenty Eleven” theme, it uses e.g.9999for it’s#brandingheader, would suggest at least999999.4. Settings can be overwritten via CSRF, please use
wp_nonce_field()andcheck_admin_referer()in backend, examples here.5. Would suggest an additional setting or using the search-form setting to switch off
wp_enqueue_style( 'dashicons' )in frontend, it is not required if no searchform is used in menu.6. Would suggest
$data = apply_filters( 'ng_slicknav_php_vars', $data );or similar beforewp_localize_script(...)for advanced users. We had to add a filter there to be able to set different label/logos in different site-areas and to provide the label in different languages.Questions welcome, thanks for the great plugin.
The topic ‘Some issues & suggestions’ is closed to new replies.