Ross Morsali
Forum Replies Created
-
Forum: Plugins
In reply to: [Forget About Shortcode Buttons] Button settings lost after insertStrange I have the exact same setup… the only thing I can think is that some JavaScript is interfering or another plugin…
No one likes to do this, but you could try disabling your other plugins or try on a different install? Its odd because I’m on Window 7 using Chrome :/
Forum: Plugins
In reply to: [Search & Filter] Results on search.phpHey cerstrand_mace, yes of course, you just specify the filename of the template you want to use (which should be located in your themes folder) and you’re good to go!
If you ahve any problems drop my a message via the support forum (not this one) 🙂
Forum: Plugins
In reply to: [Search & Filter] Your thoughts please!Thanks Enis yeah seems like the right way to go 🙂
Forum: Plugins
In reply to: [Search & Filter] can't hide bullets in IE9Hey totalspaz, I’m not sure what this problem is but the plugin doesn’t do anything crazy with CSS or anything, just normal rules.
Unfortunately I don’t have IE9 to test on, but I guess this is more a browser issue than the plugin issue – if I find time I will try to test this but it looks like your rules are fine :/
Forum: Plugins
In reply to: [Search & Filter] No results showingHey indira14,
Try creating a new taxonomy, separate from this one, just for testing, and try a search with your new created taxonomy – please make sure it is lower case and let me know?
There are many great plugins which do this for you such as “ultimate taxonomy manager”, so testing should be quite easy.
Just to note, just because a taxonomy came this way (from some theme or other plugin) does not mean it is the correct way – I’m pretty sure I have experienced problems before with upper-case taxonomies so I really think the problem is here.
Just a little FYI, wordpress already has built in functionality to display you taxonomies, this plugin just links to that.
So if I have a public taxonomy that is called “tax_test” and a term called “test_term” then without this plugin at all, wordpress should display this URL no problem:
yoursite.com/?tax_test=test_term
This is not actually to do with the plugin and must be your theme/another plugin or in fact because you are using uppercase!
Let me know anyway 🙂
Forum: Plugins
In reply to: [Search & Filter] Results on search.phpHey cerstrand_mace
This is how this version works, it uses the power of WordPress to do the searching, and will take you to the taxonomy page as you mention if you select a single taxonomy…
What you are looking I think is in the pro version, with the ability to specify whichever template file you like for results!
I haven’t updated the free version in some time and will be looking at bringin in some pro features in the coming months but I guess that will be too late for you :/
Forum: Plugins
In reply to: [Search & Filter] Can't get Free version to WorkHey temp85, yes that is what the backend is like for the free version – it is just information, you need to create a shortcode and follow the instructions at the documentation link.
The pro version is actually a completely different codebase with a nice admin UI, which I will at some stage be bringing in to the free version but sad to say I don’t know when just yet :/
Forum: Plugins
In reply to: [Search & Filter] "type=checkbox" doen't workHey kremoni
All looks ok, maybe its to do with your custom post type “future_past”?
When you change to select does it work? What about about
multiselect?Thanks
Forum: Plugins
In reply to: [Search & Filter] No results showingHi indira14, just from looking at your shortcode, I think you must use lowercase names for taxonomies – not just in the shortcode but when you create your taxonomy..
So FYN_category should be fyn_category when you register it in your theme and then when using the shortcode also..
Forum: Plugins
In reply to: [Forget About Shortcode Buttons] Button settings lost after insertHey again, can you tell me does this happen every time, or sometimes?
What browser / OS are you using?
Thanks!
Hey Tevya
Thanks for the kind words 😉 Those are some good suggestions and hopefully I will be able to make some udpates soon!
Forum: Plugins
In reply to: [Search & Filter] Limiting search results to a specific CategoryYes no problem, just drop a line on the pro support forums and I’ll talk you through it 🙂
Forum: Plugins
In reply to: [Search & Filter] Limiting search results to a specific CategoryHey Power Design
In the pro version you exclude a list of category IDs so that searches are performed only in categories you allow users to select, however when initially loading a search form there are no restrictions on limiting the category, I have however supplied some code on the forums which allowed a user to limit the initial category by using a wordpress hook in their functions.php file…
I think this would cover off what you are looking for, however I am planning on adding in native support for doing this with the plugin in the near future.
Just want to check, are your books and pages separate categories, or are they custom post types?
Forum: Plugins
In reply to: [Forget About Shortcode Buttons] Button sizeLet me have a look in to this tomorrow but I think it should work fine – from what I can remember I tested this so maybe some other code on your theme is conflicting.
As you can see from the code I supplied, there is no reference to colour, so it should have zero effect on the color picker… maybe try clearing your cache and checking again?
Forum: Plugins
In reply to: [Search & Filter] search filterHey khurramgd
I don’t provide support for styling the search form on here -really this is the job of the theme developer – however, the search form is just one big unordered list… A quick google for “display ul as 2 columns” shows me this:
http://csswizardry.com/2010/02/mutiple-column-lists-using-one-ul/
Maybe you can find something that will help you.
About WooCommerce, the price is
post metaand not a taxonomy, so the free plugin will not support this, however our pro plugin does:
http://demo.designsandcode.com/sfpro-woo-mystile/product-search/Thanks