Ross Morsali
Forum Replies Created
-
Forum: Reviews
In reply to: [Forget About Shortcode Buttons] Wow! It works just as in the videoYou’re welcome Book Shepherd 🙂
Forum: Plugins
In reply to: [Search & Filter] WPML and icon compatible ?Nope, if its inside a form element (for example in a select) then no html allowed… if you use radio buttons / checkboxes then maybe it is possible because you can have html in the labels and you can do quite a lot with just CSS 🙂
I think it would be nice to add something like this link in – http://codepen.io/jamesbarnett/pen/yILjk – so you can use any font-awesome icons… but thats for further down the road (I’m thinking of adding themes so you could some really nice preset styles)!
Great about the pro version 😉 Let me know if you have any questions when you’re ready!
Forum: Plugins
In reply to: [Search & Filter] WPML and icon compatible ?Nope unfortunately not… I haven’t even looked in to how to do it but I think it would be a really complicated feature to add..
I’ll have to do some more research, but maybe allowing users to add classes to your fields might enable developers to add this functionality in?
Will have a think on it anyway and if you have any suggestions on how to implement this I would be more than happy to hear them.
Thanks
Forum: Plugins
In reply to: [Search & Filter] Exclude all pages🙂
Forum: Plugins
In reply to: [Search & Filter] WPML and icon compatible ?Hey noumima, I just released a pro version of this plugin which definitely supports WPML 🙂
http://www.designsandcode.com/wordpress-plugins/search-filter-pro/
Forum: Plugins
In reply to: [Search & Filter] Exclude all pagesSure, just set the
post_typesvariable to the post types you would like to include and obviously leave outpageas a post type:You can find info on the docs:
Forum: Plugins
In reply to: [Search & Filter] Search multiple categories and tagsIm having a look at this today to see if there is anything I can see from my end :/
It’s odd though my local copy works fine with operator fields…
Forum: Plugins
In reply to: [Search & Filter] Search multiple categories and tagsHey okiedokeymc, that is strange, can you tell me what happens when the URL is:
?rubriken=barcocktailbarvinothek,bistro&ausstattung=parkplaetzeNotice, there is a ‘,’ instead of ‘+’ – which means it is using OR… do you have a link I could take a look at?
Forum: Plugins
In reply to: [Search & Filter] Post Type Format textHey mcleek21
There is a setting to override the default –
all_items_labelsUse like this:
[searchandfilter fields="search,category,post_types" all_items_labels=",Choose a Category,Choose a Post Type"]Let me know if that helps 🙂
Forum: Plugins
In reply to: [Search & Filter] Exclude Category from listHey all 🙂
The pro version of this actually came out yesterday if you’re interested – http://www.designsandcode.com/wordpress-plugins/search-filter-pro/
I’m also working on an update right now to load the results with AJAX – which will be live tomorrow 🙂
@mcleek21 – I had already planned not to add this functionality to the shortcode version (free) however the pro version does have this available.
You can create as many different search forms as you like and reference specific ones with a shortcode in your theme – so I guess it should do what you want it to? 🙂
Thanks
Forum: Plugins
In reply to: [Search & Filter] Search multiple categories and tagsAh no the operators field works the same as the others (heading, types etc)
[searchandfilter fields="search,rubriken,ausstattung" types=",checkbox,checkbox" headings=",Kategorien,Ausstattung" operators=",OR,OR" search_placeholder="Suchbegriff..." submit_label="filtern"]See if that works? 🙂
Forum: Plugins
In reply to: [Forget About Shortcode Buttons] Button sizePS if you like the plugin please consider leaving it a rating 🙂
Forum: Plugins
In reply to: [Forget About Shortcode Buttons] Button sizeNot really, it should be fine placing it at the end of the file 🙂
Forum: Plugins
In reply to: [Search & Filter] Search multiple categories and tagsYup, you need to use the “or” operator, check the “operators” option in the docs – http://docs.designsandcode.com/search-filter/#options
🙂
Forum: Plugins
In reply to: [Forget About Shortcode Buttons] Button sizeHey Philip Cullen
You could add this CSS to your theme:
a.fasc-button { width:400px; }And if that does not work add
!important:a.fasc-button { width:400px !important; }🙂