Ross Morsali
Forum Replies Created
-
Forum: Plugins
In reply to: [Search & Filter] Translate "search & Filter"no worries 🙂 Feel free to leave us a review if you like the plugin 😉
Forum: Plugins
In reply to: [Forget About Shortcode Buttons] Csn't get plug in workingHey seasonticketless, would you be ok to give me access to wp-admin?
What I would suggest is that first you need to fix any errors that are in your code (a production site should not be throwing any errors) however in this case I think that error is not causing the issue so will take a look via wp-admin if you are happy for me to do so –
If so please drop me an email here – http://designsandcode.com/contact – and send me your login details 🙂
Forum: Plugins
In reply to: [Search & Filter] Retain Filter Selections After SubmitGlad you got it working with yeahmans code hai_su 🙂
Forum: Plugins
In reply to: [Search & Filter] display title of taxonomies after filterHey hai_su
This is currently not possible, you need to modify your template file to detect which filters are set manually – which can be a bit tricky (there is a forum post here somewhere where I give some explanation of how to do this).. I’ll try to find it.
I will be including an update soon, where you can use a shortcode to output this information to make life easier 🙂 Hopefully this will be next week.
Thanks
Forum: Reviews
In reply to: [Search & Filter] very flexible search filterThanks yeahman45 🙂
Forum: Plugins
In reply to: [Forget About Shortcode Buttons] Csn't get plug in workingHey seasonticketless
I had a quick look at the site…
If the plugin was enabled then even on the front end of your site, the plugin would load a css file for the buttons –
yoursite.com/wp-content/plugins/forget-about-shortcode-buttons/assets/css/button-styles.css?ver=1.0.4The fact that the CSS file is not being loaded seems to me there is problem loading the plugin at all – it is not being loaded in to the frontend of your site or in the admin section..
Can you confirm that when you go to the plugins page in wp-admin that the plugin is listed as enabled??
If it says it is enabled, then there is definitely something fishy going on… maybe another plugin is conflicting or there are some errors somewhere on your site…
Can you try disabling your other plugins to see if this loads?
If there are still problems can you try installing debug bar to see if your site is generating any errors? (http://ww.wp.xz.cn/plugins/debug-bar/)
Let me know how it goes.
Thanks
RossForum: Reviews
In reply to: [Forget About Shortcode Buttons] Very good – sehr gutNo problem 😀
Forum: Plugins
In reply to: [Search & Filter] Hit the SEARCH button with an empty search fieldMarking as resolved, let me know if it is not!
np 🙂
Forum: Plugins
In reply to: [Search & Filter] WPML and icon compatible ?Hey noumima, did you get this working?
Forum: Plugins
In reply to: [Search & Filter] Translate "search & Filter"Hey trm0002
Check the docs:
http://docs.designsandcode.com/search-filter/#optionsThere is an option that uses
all_items_labels– this will allow you to change the text in the dropdowns to whatever you want 🙂Forum: Plugins
In reply to: [Search & Filter] why my search menu was blank in options?Hey imdreamer
Can you give me a link to look at?
Thanks
Forum: Plugins
In reply to: [Search & Filter] Vertical LayoutHey zihniates – this layout is horizontal I believe!?
By default if the plugin is used inside a widget, then the layout will be vertical, and you use the shortcode outside a widget (ie in a theme or a post) the layout will be horizontal like the site you linked.
Check the CSS file that comes with the plugin you should be able to copy and modify some of the code from there 🙂
Forum: Plugins
In reply to: [Search & Filter] dropdown not preselected after submissionHey yeahman45 thanks for this, looking at the code I think you could get away with just having
$args['selected'] = $defaults[ count( $defaults) - 1 ];instead as both evaluate to the same thing 😀 A few people have reported this problem so I’ll test and integrate this update into the plugin.
Thanks for supplying the code! 🙂
Forum: Plugins
In reply to: [Search & Filter] How to style the count numberHey greenhoe
This shouldn’t be too hard to include so will include it in a future update 😀