Ross Morsali
Forum Replies Created
-
Forum: Plugins
In reply to: [Search & Filter] Custom taxonomy, tags and category missingPlease open a ticket on the pro support forums:
http://www.designsandcode.com/forums/forum/search-filter-pro/support/
Forum: Plugins
In reply to: [Search & Filter] Does not work in new WP 4.2This is getting worked on right now 🙂 Should be up an running again in next couple of days – martijnn94 is correct.
Thanks
Forum: Plugins
In reply to: [underConstruction] Does not work with MultisiteYup that fix was needed for me too – should be included in the plugin 🙂
Forum: Plugins
In reply to: [Search & Filter] Add New Search Form doesn't appearThe text you quoted is from the Pro version documentation – for S&F free docs head here:
Forum: Plugins
In reply to: [Forget About Shortcode Buttons] PermissionsHi there
If you insert a button in to your page, and then go to HTML view, what does the code look like for FASC buttons? Can you paste it here?
Thanks
Forum: Plugins
In reply to: [Forget About Shortcode Buttons] The "Insert button" icon does not appearHi there, this plugin is based heavily on TinyMCE, I guess it may not be compatible with CKEditor? – I couldn’t say as I’ve not used it in some time.
Thanks
Forum: Plugins
In reply to: [Forget About Shortcode Buttons] Buttons on Custom Post TypesHey there, yeah this sounds like a must have, and probably not tricky to add in.
We’re buys working on another project at the moment but should be finsihed by end of may, which is when we’ll look at adding in this fix as well as some other improvements 🙂
Thanks
Forum: Plugins
In reply to: [Forget About Shortcode Buttons] Load js sync break the pluginHey there, support is on hold until the end of May – we’re working on a few other things, once we’re back we’ll be updating this plugin and following up on support tickets properly 🙂
Thanks
Forum: Plugins
In reply to: [Search & Filter] Usage QueryHey there,
We’re not checking these forums as much atm moment as all work is on a new update for the pro plugin (you can notice the sticky at the top of this forum).
Anyway, from you description I believe S&F Pro can do what you need, as you can include/exclude tags and categories from search results without user input.
S&F free does not have this feature which I believe you need.
Thanks
Forum: Plugins
In reply to: [Search & Filter] WooCommerce CategoryHey there, if you’re talking about the pro plugin please open a ticket on the support forums:
https://www.designsandcode.com/forums/forum/search-filter-pro/support/
Thanks
Hey there, for each search form you can specify which post types it searches in, so you could of course set it so that in only searches in the post type
costumeThanks
Forum: Plugins
In reply to: [Search & Filter] Submit or Filter buttonI’ve recently added that to the pro plugin – otherwise you could just use any regular link to the page containing your search form
Hey thats very strange
It sounds like something is running the shortcode when you are saving.
When you save a page with a shortcode in it, it should not run the shortcode itself – which means that this file:
/home/clone3/public_html/centurylinkaf/wp-content/plugins/search-filter/search-filter.php
Should not be accessed at all when saving a page/post –
Test on a clean install and Im sure you will see there won’t be a problem.
I would check your other plugins to see if they are doing something strange…
Also, make sure you are not including php tags –
<?phpThanks
Forum: Plugins
In reply to: [Search & Filter] Submit or Filter buttonYou can style the form you want but you need to know some CSS to make the changes.
Something like this might work:
.searchandfilter input[type=submit] { background-color:red; }This would go in your themes
style.cssor equivalent.Thanks
Forum: Plugins
In reply to: [Search & Filter] Search and Filter Slow resultsHey there – if you are using the pro plugin please open a support ticket here:
https://www.designsandcode.com/support/
(You created an account when purchasing the plugin)
It certainly sounds like a bug/conflict so open a ticket there and we can go through some troubleshooting steps.
Thanks
– Ross