Ross Morsali
Forum Replies Created
-
Forum: Plugins
In reply to: [Search & Filter] Can't justify or specify the plugin locationI’m not sure what you are trying to do?
To modify the look/style you need to add CSS to your theme like:
.searchandfilter { border:1px solid #f00; }If thats not working try to add
!importantdeclarations to your rules.searchandfilter { border:1px solid #f00 !important; }Thanks
Forum: Plugins
In reply to: [Search & Filter] Support on HoldI’m afraid not – its simply as fast as I can get through the amount of work/programming required to do this.. thanks for the gesture though!
I thought this was a hard to find bug, but as its surfacing for a few of you I’ll take a look in to this and try to provide a fix in the next week.
Thanks
Forum: Plugins
In reply to: [Search & Filter] Support on HoldAhhh the new version won’t be out for a fair bit – still need to release the pro, then test, the probably release a patch or two, then I will port over a bunch of new functionality to free
The original post was written a good while ago however we are a lot closer – at a guess I’d say 2 months..
Thanks
Forum: Plugins
In reply to: [Search & Filter] How Can I buy the pro version?The add to cart buttons tunrs into “checkout”
http://www.designsandcode.com/wordpress-plugins/search-filter-pro/
Alternatively head to checkout – https://www.designsandcode.com/checkout/
(Yeah our website needs updating)
Thanks
Forum: Plugins
In reply to: [Search & Filter] Is search and filter compatible with Advance custom filed?Hi Delkhanna
ACF uses
post metato store the info – this is supported in S&F Pro but not free.Thanks
Forum: Plugins
In reply to: [Search & Filter] Show result after selectionHi there
There is no option in either but you could theoretically hide the initial results with CSS when there is no search entered, in either free or pro – you just need to know a little CSS.
Thanks
Forum: Plugins
In reply to: [Search & Filter] How do I sign up for your site to ask for support??Drop me a message here with the email address you used to register/purchase and I’ll take a look for you:
http://www.designsandcode.com/contact/
Thanks
Forum: Plugins
In reply to: [Search & Filter] How do I sign up for your site to ask for support??Did you just contact via twitter?
You create your support account when purchasing S&F Pro, so you just need to do a password reset if you’ve forgotten these details and you’ll be able to login and open a support ticket:
https://www.designsandcode.com/forums/forum/search-filter-pro/support/
Thanks
Thanks for the info, I’m hoping the next version is easier to use (and based on Pro) 🙂
Forum: Plugins
In reply to: [Search & Filter] Questions about Pro before purchasingHi there – sorry missed this.
So to answer your questions:
1) Yes S&F can search any post type, you can specify which post types – and you can create multiple forms for different purposes – you create “search result” pages for each form, unlike free which effectively browses the different archives.
Restyling is possible, using custom templates, again, you can have different layouts for different search forms – but you must be comfortable with creating this yourself – there is no WYSIWYG builder/composer etc.
2) How are “people” stored? You can have a “Post types” dropdown which would work if People are a custom post types
S&F does not search WP users, it searches any post type (incl attachments) so if its a CPT then you should be fine.
Thanks
Forum: Plugins
In reply to: [Forget About Shortcode Buttons] Button placementYou control the position of hte buttons in the editor, you align them just like regular text.
If you mean in terms of layout like your link then you will need to modify your theme, but this is not really a FASC buttons question, but a theme question.
Thanks
Forum: Plugins
In reply to: [Forget About Shortcode Buttons] Dynamic LinksHi there
I’m afraid it doesn’t work with Dynamic links as it needs the user to enter the link themselves.
You could try creating the button first, and then using html mode in the editor to replace the “href” attribute, perhaps you could replace this with a shortcode that generates a dynamic URL, but I haven’t tested anything like this.
How do you imagine this feature working?
Thanks
Yup thats correct
Hey there, another user has reported a similar issue, I’m currently looking in to this.
Thanks