Ross Morsali
Forum Replies Created
-
Forum: Plugins
In reply to: [Search & Filter] Woocommerce Product categoriesHey there, thats a good idea but might not happen a little while
Thanks
Forum: Plugins
In reply to: [Forget About Shortcode Buttons] Fixed width buttonsHey there
This is not an option yet within the plugin, but you can of course modify the CSS and give them a fixed width. Add this to your themes CSS:
a.fasc-button { width: 150px; }This will only modify their appearance in the front end of the site – not the admin though.
Thanks
Forum: Plugins
In reply to: [Forget About Shortcode Buttons] Buttons on Custom Post TypesThis has been patched in the latest version as well as support for WP 4.4
Thanks
Forum: Plugins
In reply to: [Search & Filter] Search & Filter: Agency websiteI’ve replied to your ticket on the pro forums.
Please continue the discussion there 🙂
Thanks
Forum: Plugins
In reply to: [Forget About Shortcode Buttons] 500 Internal Server ErrorHey there
I think this will be to do with permissions on your server – I’ve come across it before.
In a next version I will be properly using
admin-ajax.phpwhich should never cause issues like this.Thanks
Forum: Plugins
In reply to: [Search & Filter] Problem with permalink structureHey there
It sounds like a problem with your permalinks rather than S&F – S&F doesn’t do anything with permalinks, it uses your existing permalinks.
What happens when you try to access your posts with S&F disabled? I’m assuming the same thing.
Thanks
Forum: Plugins
In reply to: [Search & Filter] Search & Filter: Agency websiteHey there,
Yes you can create something similar for sure – but for dedicated support you will need the pro version (also some fields may be advanced and you may also require features from pro).
Thanks
Forum: Plugins
In reply to: [Search & Filter] related dropdownsClosing as duplicate of: https://ww.wp.xz.cn/support/topic/related-dropdowns
Thanks
Forum: Plugins
In reply to: [Search & Filter] related dropdownsThis is possible in Pro 🙂
Thanks
Forum: Plugins
In reply to: [Search & Filter] Changing the labelPlease check the option
all_items_label:http://docs.designsandcode.com/search-filter/#options
Thanks
Forum: Plugins
In reply to: [Search & Filter] Woocommerce Product categoriesYou must find out the taxonomy name of product categories – I believe its just
product_categoriesEither way, you can see this listed in the sample shortcode in the Search & Filter menu in your dashboard 🙂
Thanks
Forum: Plugins
In reply to: [Search & Filter] Page tagsDo you mean you want to use plain text search on tag names?
This is not possible directly with S&F but you can also install Relevanssi to achieve what you need with S&F.
Thanks
Forum: Plugins
In reply to: [Search & Filter] Problem with date field and FirefoxHey there
The date field in S&F uses the html5 input type of date – which means its only supported by browsers that support that part of the html5 spec.
In S&F pro I’ve actually added a jQuery date picker which works cross browser.
Thanks
Forum: Plugins
In reply to: [Search & Filter] operators parameter case sensitiveMany thanks I’ve seen someone mention this – it should be insensitive – I’ll fix this.
Thanks
Forum: Reviews
In reply to: [Search & Filter] Doesn't work on firefoxHi Alfgago
The date picker is a HTML 5 date picker – so any browser that doesn’t fully support this will not render it properly.
It is entirely possible to add your own jQuery based date picker to work with this field (http://tjvantoll.com/2012/06/30/creating-a-native-html5-datepicker-with-a-fallback-to-jquery-ui/)
Alternatively this is built in in the pro plugin.
Thanks