Ross Morsali
Forum Replies Created
-
Forum: Plugins
In reply to: [Search & Filter] Presales questionHey elovkoff
So basically you want to be able to search images?
So for Q1 & Q2:
S&F Pro can search the attachment post type, which means you can search images.
It also supports custom taxonomies, tags, categories on the images provided you have created them yourself or via another plugin.
So filtering is fine absolutely fine, and once you perform a search you can filter down.
Q3 & Q4:
This is possible if you have the right knowledge – not directly with the plugin. You can create a custom search results template (the same as creating a standard WP template) to do all of those things. But you would need to add this functionality to the custom template yourself – which is easy enough if you know a little about building WordPress templates:
https://codex.ww.wp.xz.cn/Stepping_into_Templates
https://codex.ww.wp.xz.cn/Template_TagsThanks
Forum: Plugins
In reply to: [Search & Filter] Plugin for EDD – Marketify themeHey Sahana
If you’ve added additional taxonomies to your downloads S&F should be able to filter them no problem, I think even free could do this depending on your setup.
S&F pro will definitely be able to do this – just so you know though, it works a little different currently, but I’ve almost finished an EDD specific update (in beta) which allows S&F Pro to work directly with your EDD
downloadsshortcodes.Thanks
Forum: Plugins
In reply to: [Search & Filter] exclude categories/termsNot sure right now… still have to plan which options I’m going to add
Forum: Plugins
In reply to: [Search & Filter] giving a broken link for a search termAh ok thanks for all the feedback, will try to push a fix later on today 🙂
Forum: Plugins
In reply to: [Search & Filter] Product taxonomies no longer showingHi there, nothing should have changed really.
WP 4.2 broke some things so I pushed a fix – sounds like you might need to update to the latest version?
Thanks
Forum: Plugins
In reply to: [Search & Filter] Restrict search to within certain taxonomyHey there, this is only available in the Pro version.
Thanks
Forum: Plugins
In reply to: [Search & Filter] Conditional Logic & Chosen for MobileHey olileo
To answer your questions:
1) Take a look at the demo – this is not possible. What will be possible in the next version of pro (being worked on right now) if you take a look at the demo again, when you select say
Genre–Action (5)– all the other elements on the form will refresh, and hide options that are not available in the search results – as Action has only 5 films the ratings dropdown would show only the available ratings for the 5 action films in the search results – this will happen with all form elements, but you cannot have different fields for categories and sub categories.2) You’re right and this is something thats come up a few times – the guys at chosen say this is intended behaviour because native mobile multiselect would be better – but in some cases I disagree.
I’m looking into possibly changing this – but I think its possible you could load a plain multiselect with S&F and add your own JS (ie select2) yourself and get them to work with S&F.
Hope that helps!
Thanks
Forum: Plugins
In reply to: [Search & Filter] giving a broken link for a search termJust asking because of recent update to the way the URLs are being generated – I’ll take a look.
What are your permalink settings?
Forum: Plugins
In reply to: [Search & Filter] giving a broken link for a search termHi there, did you notice this problem when updating or are you a new user?
Thanks
Forum: Plugins
In reply to: [Search & Filter] Input type date not working in mozilaIt uses the html 5 input type
date– this is not currently supported on all browsers.S&F Pro has a jQuery datepicker if you want something that is compatible with all modern browsers.
Thanks
Forum: Plugins
In reply to: [Forget About Shortcode Buttons] Button AlignmentThey should be horizontal already – unless your theme is adding styles to
<a>Try to add:
.fasc-button { display:inline-block !important; }Thanks
Forum: Plugins
In reply to: [Forget About Shortcode Buttons] Insert button does not appearPlease see this topic if it is to do with a custom post type:
https://ww.wp.xz.cn/support/topic/buttons-on-custom-post-types?replies=7
Thanks
Forum: Plugins
In reply to: [Forget About Shortcode Buttons] How to put two buttons side by side?Just insert a button, press space bar, and insert another 😉
Hey there, the demo you see if for the pro version, S&F free is a lot more basic (there will be some upgrades soon).
In the pro you have incl/excl categories, and the ajax loading.
Thanks!
Hi all
I’ve just pushed a fix for the checkbox problem (1.2.7)/
Jack, your problem sounds different to the other, if its not fixed in this update please open a new ticket.
Thanks