Jon Christopher
Forum Replies Created
-
Forum: Plugins
In reply to: [SearchWP Modal Search Form] Installed 5.3.2 update and crashed my siteI’m sorry about that Error to both of you (and anyone else!) — Version 0.3.3 has been released with a fix for this Error.
If you notice any other problems please let me know, thank you!
Forum: Plugins
In reply to: [SearchWP Modal Search Form] Installed 5.3.2 update and crashed my siteOh no! Was there any more information you can share? An exact error message maybe? Do you know which version of the plugin was installed?
Forum: Reviews
In reply to: [Duplicate Menu] totally brokenWell, I can try to help out with that if you are able to elaborate on specifically which settings were not included. Were they core WordPress Menu settings, or settings from third party code?
Your update says it’s not totally broken, but the topic title and one star review say it is, and it looks like you made your account solely to leave this review, so hopefully we can work together to resolve the issue you’re having ??
Forum: Plugins
In reply to: [SearchWP Modal Search Form] Autofocus Search Input FieldHi there! The input should be focused by default, but if that’s not working for you version 0.3 has been released which adds jQuery events that fire when modals are open.
Once you’ve updated you can use this to focus the first input in the template:
jQuery('body').on('searchwpModalOnShow', function(e) { // Focus an input in the template. e.el.find('input').focus(); });
Enjoy!
Forum: Plugins
In reply to: [Duplicate Menu] Duplicate multiple menus into 1 menuDuplicate Menu does not merge Menus, but the code may help you (or a friend!) build a plugin that does! I’m sorry Duplicate Menu doesn’t meet your need but I hope the code may prove to be useful on some level ??
Forum: Plugins
In reply to: [Duplicate Menu] Will new menu remain after plugin removal?Yes, the new Menu will remain — you do not need to keep Duplicate Menu installed, it can be removed once you are done duplicating Menus ??
Forum: Reviews
In reply to: [Duplicate Menu] totally brokenHi @espohranderson — can you share with me specifically what doesn’t work? Does the UI not show up? Does duplicating a Menu not work? Are any errors output?
The reason the plugin hasn’t been updated in so long is that it’s a single purpose plugin that does only one thing; there isn’t anything to update. I do run compatibility checks (as per the “Tested up to” designation) so if you are having issues I’d be happy to check into it further. Thanks.
Forum: Plugins
In reply to: [SearchWP Live Ajax Search] Compatible with ElasticPress?It should, yes – if SearchWP is not active it falls back to a
WP_Query
search which ElasticPress should be able to take over if it doesn’t by default but I’d wager that it would work right out of the box. ??- This reply was modified 5 years, 4 months ago by Jon Christopher. Reason: Spelling
- This reply was modified 5 years, 4 months ago by Jon Christopher. Reason: Formatting
Forum: Plugins
In reply to: [SearchWP Live Ajax Search] Excluding SearchWP Live from script optimization~/wp-content/plugins/searchwp-live-ajax-search/assets/javascript/dist/bundle.js
~/wp-content/plugins/searchwp-live-ajax-search/assets/javascript/dist/bundle.min.js
Forum: Plugins
In reply to: [SearchWP Modal Search Form] 0.2.2 update broke functionalitySorry about that @jeffrowe — version 0.2.3 has been released with a fix for this issue!
Forum: Plugins
In reply to: [SearchWP Modal Search Form] Strange error with GenesisHi there, version 0.2.2 has been released which has a fix for this issue! If you’re still seeing a problem please let me know ??
Forum: Plugins
In reply to: [SearchWP Live Ajax Search] Not appear SearchWP seetingThere is no settings page, SearchWP Live Ajax Search automatically integrates with your native WordPress search forms, and there are hooks you can use to customize everything else.
Please see the documentation for all available hooks: https://searchwp.com/extensions/live-search/
Sorry about that! This appears to have been an issue for setups using a custom configuration and disabling the spinner entirely. Version
1.4.2
has just now been released which resolves the problem.Forum: Plugins
In reply to: [SearchWP Live Ajax Search] Search loggingSearchWP supports this feature: https://searchwp.com/gain-visitor-insights-search/
There is also a more advanced Extension, Metrics: https://searchwp.com/extensions/metrics/
You can use SearchWP to accomplish this, it supports partial matching:
https://searchwp.com/docs/settings/advanced/actions-settings/