neilgee
Forum Replies Created
-
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Settings won't saveFWIW – I came across this issue on an old site I inherited, seems that the issue is to do with the wp_options table and its format.
Specifically in wp-config.php I had this defined
/** Database Charset to use in creating database tables. */ define('DB_CHARSET', 'utf8');But the wp_options table was set to latin_swedish
I changed it to match utf8
So you can either comment out the constant in wp-config.php, probably a bad idea, better to change the collation on the table to match the constant.
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Menu item not clickableHi – I have had a look at the site – seems that both the plugin and manual code are in use – this will be causing the conflict.
What I would do is to remove the manual code which is a js enqueued file and CSS in your style.css and just fill out the options in the plugin – this should solve the issue.
Forum: Plugins
In reply to: [SlickNav Mobile Menu] PHP NoticesNow resolved in 1.7.4
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Best CSS for Maintaining Menu's MarginsClosing this now – let me know if still an issue and provide a link
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Advanced Filters not workingClosing this now – let me know if still an issue
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Menu not appearingClosing this now
Forum: Plugins
In reply to: [SlickNav Mobile Menu] submenu doestnt workI would say it is your CSS causing the issue – if you remove your custom CSS it should be fine, I use the menu on my own site below 600px and the submenu expands and contracts with no issue.
Forum: Plugins
In reply to: [Testimonial Rotator] Process to override single templateI ran into this too – how do you override it?
Hi Matt – I have Enable HIGH SENSITIVITY disabled and Disable config caching enabled but it still picks it up.
Hi Matt – ok just sent you an example.
Forum: Plugins
In reply to: [Bootstrap Modals] Not working on IpadOk will close this now
Forum: Plugins
In reply to: [Bootstrap Modals] Doesn't Make popup only it blinkCheck for any js errors in web console
Forum: Plugins
In reply to: [matchHeight] CSS Selector is not workingThe 2 are probably in conflict, I would only use 1 solution, masonry is normally used to flow in, unequal height elements on the page, this plugin makes unequal height elements the same, you would need to provide a url.
If I disable W3 Total Cache and use WP Super Cache and rescan no issues are found
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Best CSS for Maintaining Menu's MarginsNot too sure why you are seeing 2 menus – maybe because the .wrapper class has 2 instances.
You could be more specific with the CSS class to target 1 .wrapper class – for example if it was in your header area you could target .header .wrapper as the position.