neilgee
Forum Replies Created
-
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Some issues & suggestionsAll of these issues bar the filter are now in version 1.6.1, are you able to provide your filter usage so I can test.
Forum: Plugins
In reply to: [Helios Solutions Responsive category FAQ] Jquery UI CSS Missing 404(duplicate post)
Forum: Plugins
In reply to: [Helios Solutions Responsive category FAQ] Jquery UI CSS Missing 404No worries
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Some issues & suggestionsThanks for the feedback, appreciated – will get these rolled into the next update.
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Cannot activate the pluginClosing this now, hopefully addressed as above.
Forum: Plugins
In reply to: [Bootstrap Modals] Not working on IpadHi there, best to check first if you have any javascript errors on the site, you can see these in your developers console for the browser – the modals should be fine on any mobile Safari iOS device
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Cannot activate the pluginHi there – you’ll find the same issue here – https://wordpress.org/support/topic/php-error-message-20?replies=7
But I see that you say your version is 5.4.24, but I know that the plugin works on that version.
I would double check with your host, or see if there are any PHP settings in your cpanel that you can change or verify the version.
Otherwise if it is an older PHP version and the host provider won’t change the PHP version you can still use the older SlickNav version.
Just try adding this in your CSS
#wpadminbar { position:fixed !important; }See if that fixes it.
hi Emily – do you mean the WordPress admin bar scrolls and the slicknav remains in the same position at a size lower than 600px – like this
The solution is to force the #wpadmin bar to be fixed:
#wpadminbar { position:fixed !important; }This is a bit of an ongoing issue in WordPress
https://core.trac.wordpress.org/ticket/26609Forum: Plugins
In reply to: [SlickNav Mobile Menu] position in relation to logged in wordpress barThis should already be the case in the latest version, 1.6
Forum: Plugins
In reply to: [Table Field Add-on for ACF and SCF] Icons MissingWhen I look at the sprite I can’t see the icons – it’s just the letters ‘ACF’ – (I am using ACF Pro 5.2.8)
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Undefined index "ng_slicknav_button_expand"Thanks for letting me know Brian – you must have wp-debug set to true.
It is just a PHP notice as the new option is not set, you can also just update the settings without selecting a color value.
Will be adding in a fix for future new settings so the notice does not appear.
Forum: Plugins
In reply to: [SlickNav Mobile Menu] PHP error messageI’m marking this as resolved
Forum: Plugins
In reply to: [SlickNav Mobile Menu] PHP error messageOk yes its an older version of PHP, I have coded the updated plugin with newer PHP standards which require as a minimum PHP 5.3.0.
You can still use the older version of the plugin with no worries.
However WordPress recommends using PHP 5.4.0 This should also speed up your site as the PHP interpreter is quicker.
Some hosting providers just leave the lowest version of PHP as the default but you should be able to select a newer version.
Forum: Plugins
In reply to: [SlickNav Mobile Menu] PHP error messageAre you able to tell me what version of PHP your host is running, if it’s older than 5.3.0 this may be an issue, you may be able to tell in the control panel or the host provider can say.