Ross Morsali
Forum Replies Created
-
Forum: Plugins
In reply to: [Forget About Shortcode Buttons] Disappearing Editor Menu IconHey there
I’m not sure what hte issue could be, we use the standard WP functions for adding buttons to the TinyMCE/post editor toolbar – so its really strange the error is caused there.
By any chance do you have any other plugins enabled which might affect the post editor?
Anyway, we have rewritten a lot of the plugins code to work with some new functions of WP and TinyMCE, theres a good chance you won’t get this issue with the latest version which is in testing before release.
If you fancy a copy check out this sticky – https://ww.wp.xz.cn/support/topic/looking-for-v2-beta-testers?replies=1
Thanks
Forum: Plugins
In reply to: [Forget About Shortcode Buttons] Javascript ErrorSeems odd actually however this should be resolved in the next version.
We’re looking for beta testers if you want a copy drop us a line here:
http://designsandcode.com/contact
Thanks
Thats coming in v2 🙂 Its actually in testing at the moment and I’m looking for beta testers!
Anyone wants to test it out please drop a line here:
http://designsandcode.com/contact
Thanks
Forum: Plugins
In reply to: [Search & Filter] Search & Filter Plugin not working anymoreApologies everyone, if you’ve tried to use my contact form there was a problem with it… and I probably don’t have your message – doh!
Its fixed now though, so if anyone wants to send me a private link head here:
http://designsandcode.com/contact
Thanks
Forum: Plugins
In reply to: [Search & Filter] Search & Filter Plugin not working anymoreHey clarisse75018, do you have any sites on WP 4.5? Can you let me know if its working there?
I didn’t test this for previous versions of WP, but as of the last few updates there have hardly been big changes to the plugin so not sure why that would stop working.
S&F free + pro actually have quite different codebases – I’m pretty sure pro is not suffering from these recent issues as I’ve had no reports over there like this.
Thanks
Forum: Plugins
In reply to: [Search & Filter] Search & Filter Plugin not working anymoreThanks for the suggestion @jhample 🙂
I’ve not had anyone get back to me about any of this 🙁 – so if there is anyone else experiencing these problems feel free to weigh in or contact me via the link above for further investigation – this is high priority – but currently cannot replicate.
Thanks
Forum: Plugins
In reply to: [Search & Filter] Images instead of text oprionsI’m afraid not
If you are using select fields you can target them using the value attribute:
.searchandfilter select option[value="somevalue"] { }Otherwise if using lists you may have to do something like this (not tested, and likely won’t be completely correct):
.searchandfilter li li:nth-child(1) { } .searchandfilter li li:nth-child(2) { }Thanks
Forum: Plugins
In reply to: [Search & Filter] PROIt should do – so should free.
The
ob_starttrick I believe is a hack of your theme to suppress errors that are being generated (not by S&F).Anyway, Pro has some different display methods (such as using shortcodes to place your results on specific pages) so shoudl work no problem.
Thanks
I’ve replied in teh other thread 🙂
Forum: Plugins
In reply to: [Search & Filter] Wider search bar on homepageThis sounds like a CSS issue (possibly with your theme)
You could try something like:
.searchandfilter { width:500px; }Otherwise you will have to change the width of the container of the search form – which will be some element in your theme.
Thanks
Forum: Plugins
In reply to: [Search & Filter] Custom post types and taxesTake a look at the docs – http://docs.designsandcode.com/search-filter/#options
However it sounds like you might be trying to use the same taxonomy (or category) many times? There is a limitation in that you can only use a taxonomy once to generate a field.
Thanks
Forum: Plugins
In reply to: [Search & Filter] The price rangeHey there – you are looking at the demo for the Pro plugin – the slider is not available in the free version I’m afraid.
Thanks
Forum: Plugins
In reply to: [Search & Filter] Search title on search pageTake a look at the example here:
https://codex.ww.wp.xz.cn/Function_Reference/get_category
This is using categories, but you can apply to taxonomies.
Please also see:
http://wordpress.stackexchange.com/questions/20431/how-to-get-taxonomy-term-of-the-current-page-and-populate-queries-in-the-templatThanks
Forum: Plugins
In reply to: [Search & Filter] change colour of dropdown arrows?Hi there – this colour will be set by your themes CSS – not the plugin.
We just use standard HTML
selectfor dropdowns.To change the colour of the dropdowns is typically something like:
.searchandfilter select option { background-color:#ff0000; }Thanks
Forum: Plugins
In reply to: [Search & Filter] Omit certain CategoriesHi there – sorry for the delay.
This is all possible in pro – not in free I’m afraid.
Pro is WP 4.5.2 compatible.
Thanks