Ross Morsali
Forum Replies Created
-
Forum: Plugins
In reply to: [Search & Filter] Selected tags onlyHey there, this is a feature in pro version
Forum: Plugins
In reply to: [Forget About Shortcode Buttons] Buttons on Custom Post TypesHmm there must be a hook to add this to editors for specific post types, I’ll take a look in WP docs…
Thanks
Forum: Plugins
In reply to: [Forget About Shortcode Buttons] add nofollowI’m looking at adding this in as a tick box next to “open in new tab”, as well as a panel that allows you to add custom attributes – updates won’t be for a little while though.
If you like the plugin please consider leaving a review 🙂
https://ww.wp.xz.cn/support/view/plugin-reviews/forget-about-shortcode-buttons
Thanks
Forum: Plugins
In reply to: [Search & Filter] I am losing the "selected" value in filter drop downI’m not sure what the problem would be – I’ve heard this happen before but never found out hte solution – perhaps try searching these forums I htink its been brought up before.
I’m currently devoting all time to S&F Pro at the moment, which doesn’t have these kinds of bugs – in a while I will be returning to the free version and begin to look at any bugs here.
Thanks
Forum: Plugins
In reply to: [Search & Filter] Display All New Sourcing LocationHey there – to answer your questions:
1) you cannot hook this up with another db – this relies too heavily on WP core
2) Live filter is available on pro – check the demos for how this works and if its what you are afterThanks
Forum: Plugins
In reply to: [Search & Filter] Can't display search terms on results pageIt should work fine provided a search term has been entered..
I would check to see if this is also occurring on your default search page – otherwise it will likely be a theme/plugin conflict somehwere, but that function is native to WP so is unlikely related to this plugin.
Thanks
Forum: Plugins
In reply to: [Search & Filter] Subscribers showing up in Author dropdownThanks, theoretically any user is an author, or could have created a post in the past (if their privileges had changed) – we use the built in functions from WP for fetching authors and that includes subscribers it seems – I guess it would be good to include/exclude certain groups of users based on their privileges.
Thanks
Forum: Plugins
In reply to: [Search & Filter] Changing Heading TagI’m afraid not without hacking into the plugin itself – why not style the h4 to look how you want using CSS?
.searchandfilter h4 { //do stuff to make this look like my span ;) color:#f00; display:inline-block; border:1px solid #ccc; }Thanks
Forum: Plugins
In reply to: [Search & Filter] Research not functionning well with Categories and TagsHey there – when you purchase the plugin you must create a support account – you will need to get your webmasters login details and ask them to change them to yours.
Thanks
Forum: Plugins
In reply to: [Search & Filter] Hide parent checkbox from parent categoryHey there
The best thing to do create separate custom taxonomies for each of those “headings” and add then as separate fields – then they can have their own heading and even have different input types if required.
Thanks
Forum: Plugins
In reply to: [Search & Filter] Search & Filter Auto SubmitThanks for the code.
In case anyone is reading this is also an option that has been added to the Pro plugin.
Thanks
Forum: Plugins
In reply to: [Search & Filter] Search by IDThanks – I was going to suggest Relevanssi but wasn’t sure if it was capable of searching IDs – thanks for the code snippet 🙂
Forum: Plugins
In reply to: [Search & Filter] Date field don't workHi there
The date field uses the HTML5 date field – which is not supported yet by some browsers (I think latest Chrome and Firefox do).
We’ve added a jQuery date picker to our Pro plugin to get around this.
Thanks
Forum: Plugins
In reply to: [Search & Filter] Research not functionning well with Categories and TagsHi there
Please open a ticket on the pro support forums: https://www.designsandcode.com/forums/forum/search-filter-pro/support/
We’re releasing an update today with some fixes for WPML so hopefully this will help.
Thanks
Forum: Plugins
In reply to: [Search & Filter] Checkbox categories issueHey martisim
I think what is happening is that you want an OR relationship instead of an AND relationship
So I think what it is doing is showing results that have BOTH categories, not EITHER category like you want.
The pro version has this as a configurable option.
Thanks