Ross Morsali
Forum Replies Created
-
Forum: Plugins
In reply to: [Search & Filter] Today show errorHey, this means you have a PHP/WP error in your site.
Its not a S&F problem, it just means the PHP error is preventing the page from redirecting – which is what S&F does to direct you to a correct results page.
You will need to debug your site, find the cause of the error and remove it.
I already provided a link above to get you started.
Thanks
Forum: Plugins
In reply to: [Forget About Shortcode Buttons] button in the widgetRight now the only thing you can do is create it in the post editor, goto the HTML tab to get the code, and paste the code into widget area.
I will be adding support for this further down the line π
Forum: Plugins
In reply to: [Search & Filter] I see only submit buttonVery strange indeed, as far as I know S&F works fine with Avada – I’ve made plenty of sites with this :/
I’ll double check my end and see if I get the same issue.
Thanks
Forum: Plugins
In reply to: [Search & Filter] How can I replace "page tags"?Hey again, sorry I’m finding it hard to follow what you’ve written.
Could you try explaining in more detail?
Thanks
Forum: Plugins
In reply to: [Search & Filter] Today show errorThis looks like you have a PHP error in your site, which is causing the redirects from S&F to fail.
Try to track down your errors using WP_DEBUG – https://codex.ww.wp.xz.cn/WP_DEBUG
Once you resolve your issue, the redirects should work again.
Thanks
Forum: Plugins
In reply to: [Search & Filter] 5000 Γtems, any solution?5000 items really is too many for users to be going through a select field.
S&F pro uses comboboxes, and will soon get an autosuggest feature which I think would be perfect for this scenario.
Not sure if these advanced features will make it to free though, but I’m concentrating on getting setup in pro first.
Thanks
Forum: Plugins
In reply to: [Search & Filter] How to remove all categories in search and filterIts not an option in the plugin, there is a filter for this in the pro plugin.
If you want to remove from free, you might need to use a combination of CSS/JS depending on which field type to you use – ie:
http://stackoverflow.com/questions/9234830/how-to-hide-a-option-in-a-select-menu-with-css
Thanks
Forum: Plugins
In reply to: [Forget About Shortcode Buttons] Button BordersGood suggestion, I’ll add that as an option π
Forum: Plugins
In reply to: [Search & Filter] Customizing Search & Filter ProHey there
I’m afraid we don’t generally do customisations, and at the moment we’re extremely busy so unable to take on any extra work.
Thanks for getting in touch π
Forum: Plugins
In reply to: [Forget About Shortcode Buttons] Button BordersDo you mean with transparent background?
Forum: Plugins
In reply to: [Forget About Shortcode Buttons] button for shortcode instead of urlThe buttons only allows for linking to a URL.
You can hijack the functionality to do what you want using JavaScript – however this is something completely custom you would have to implement.
Thanks
Forum: Plugins
In reply to: [Forget About Shortcode Buttons] Insert button does not appearIt sounds like you might have another plugin interferring with TinyMCE thats preventing this from being visible?
Try disabling your other plugins to see if there is a conflict.
There are no known issues with the button appearing and WP 4.4 specifically.
Thanks
Forum: Plugins
In reply to: [Search & Filter] No results or action after submitHi there
As you will see on the sticky on the top of the forums, support is pretty much on hold at the moment.
However, it does sound like you have a PHP error somewhere being thrown, so when you submit the form, instead of a redirect, due to the PHP error, the current URL is refreshed.
I would enable WP_DEBUG and check your PHP error logs for an indication of the issue.
Thanks
Forum: Plugins
In reply to: [Search & Filter] Stopped working after WP4.4 updateI just mean to setup a test site somewhere to figure out the issue – which you can delete afterwards.
Thanks
Forum: Plugins
In reply to: [Search & Filter] Stopped working after WP4.4 updateIts really hard to say the issue, I don’t think its an issue with WP4.4 and custom taxonomies per say, as otherwise there would be quite a lot of people complaining on the internet that WP broke some fundamental functionality.
However, it could be something to do with the way you define your taxonomies, perhaps there is something slightly incorrect in the way you do this, that was allowed in previous versions but no longer works.
Or perhaps permalinks are not working correctly in your setup (to reset them goto the permalinks page and simply save the page again to refresh the settings).
Either way something is buggy, because at least those URLs should be showing a 404 if it could not detect the taxonomies.
My recommendation is always to try things on a clean install, and add in plugins/features one by one until you find the cause of your error.
Thanks