Ross Morsali
Forum Replies Created
-
Forum: Plugins
In reply to: [Search & Filter] Filter with logic 'AND'I’m afraid not, this is available in Pro.
Thanks
Forum: Plugins
In reply to: [Search & Filter] Customize searchI think for this you will need to use Relevanssi with S&F.
This will allow a search terms against fields like this.
https://ww.wp.xz.cn/plugins/relevanssi/
Thanks
Forum: Plugins
In reply to: [Search & Filter] Page BuilderIn pro you can do this, as you can place results with shortcodes.
I do not think what you are trying to do is possible in S&F free.
Thanks
Forum: Plugins
In reply to: [Search & Filter] Cannot modify header information – headers already sentNice, it sounds like you have a php error/warning somewhere in your site which prevents the page from redirecting.
The best bet would be to track down this issue, but your workaround will likely work out for now.
Thanks
Forum: Plugins
In reply to: [Search & Filter] 2nd page shows duplicate resultsHey Lucy
Randomised in a WP_Query (wordpress’ implementation) has this issue.
This is because every refresh there is a new query and all results are randomised again – this is no way to “remember” the order for each and every user and retain that info – although it sounds like a cool feature to add.
Thanks
Forum: Plugins
In reply to: [Search & Filter] Display searched taxonomy names on results pageHi there
We have functions for this in Pro but no in S&F free.
With S&F free though, you can usually just use a combination of WP functions to find out what has been searched for.
To find out taxonomies you would probably need this function:
https://codex.ww.wp.xz.cn/Function_Reference/is_taxThanks
Forum: Plugins
In reply to: [Search & Filter] Empty search urlIf the search field & taxonomies are not set this URL should be used.
It seems like maybe because you have set post types that this is somehow being ignored.
Can you try not setting the post types (so nothing gets added to the URL) and checking if the redirect works?
Thanks
Forum: Plugins
In reply to: [Search & Filter] How can i display images thumbnails with the search resultsHi there, if you are using S&F free, then probably you will want to edit your search template.
This is usually
search.phpin your theme.Then you will need to check WP funcitons on how to display thumbnails in templates:
https://developer.ww.wp.xz.cn/reference/functions/get_the_post_thumbnail/
Thanks
Forum: Plugins
In reply to: [Search & Filter] Example not work !Hey Igor I’ve just seen you’ve tried to purchase pro, but to answer this question:
The free plugin uses the html5 input type
date– which should be rendered as a native date picker in the browser.However, even though this was added to the spec something like 2 years ago, its seems that firefox has still not implemented this!
Pro version uses jQuery, so no browser issues there.
Thanks
Forum: Plugins
In reply to: [Search & Filter] translate post type filterit looks like its just hte “name” label –
$post_type->labels->nameNope but its on the todo list 🙂
Forum: Plugins
In reply to: [Forget About Shortcode Buttons] CSS IssueHey Rik, I believe this will be your theme overriding them – did you update a few other things as well?
Thanks
Hey Duan
This will likely be a CSS issue with your theme.
Your theme will be applying CSS
!importantrules to the colours of links, which in general is not great practice (but there can be reasons for doing so).The way to figure this out is to get familiar with a DOM inspector like firebug (or the built in one in Chrome)
You can right click a front end button, and choose “inpsect” – you will then get a breakdown of all the CSS rules that are applied and which files they have come from.
Its a bit of a learning curve but and absolute must have for a web dev.
Thanks
Forum: Plugins
In reply to: [Forget About Shortcode Buttons] I downloaded but not workingHey Gokh whats the issue? Do you not see the edit button in the post editor (like in the video)?
Forum: Plugins
In reply to: [Search & Filter] WordPress network compatibilityYup 🙂