Ross Morsali
Forum Replies Created
-
Forum: Plugins
In reply to: [Search & Filter] Does it work with Types?Hmmm, I do know the plugin but I can’t say I’ve tested for a while.. I’ll have to do a test and get back to you (sorry really busy atm).
For custom fields I am usually using
Advanced Custom Fieldsand it works very well.The post types should not be a problem regardless of the plugin you use.
Thanks
Forum: Plugins
In reply to: [Search & Filter] Display only child custom taxonomies or parentPro allows you to include/exclude taxonomies so it is possible, but there is no option to show just “parents” or just children, you cannot break out one taxonomy in to multiple fields.
Thanks
Forum: Plugins
In reply to: [Search & Filter] Plugin not using taxonomy slug after updateHey there thanks so much for this – there was clearly something wrong in the code, I’m looking to do an update in the next couple of days and will update to use the correct slug.
Thanks
Forum: Plugins
In reply to: [Search & Filter] Display of results not working: "No Results"Can you open a ticket on pro support?
http://www.designsandcode.com/forums/forum/search-filter-pro/support/
Thanks
Forum: Plugins
In reply to: [Search & Filter] S&F does not work with my theme (LMS)Hi there
The issue is likely your theme in this case, if switching theme enables or breaks functionality – then it the likely culprit is the theme.
S&F does not actually do anything with the search box, it simply adds a get param (
s) – ieyoursite.com/?s=searchtermWP as standard is able to search by appending this to almost any archive on your site.
If this does not work in your theme, then your theme is messing with WP standards – try adding the
?s=searchtermto your site on both the regular theme and the theme you are working with, does it work?Hope that helps!
Best
Forum: Plugins
In reply to: [Search & Filter] S&F Standard with Marketify / EasyDigitalDownloadsSure, once you purchase you’ll find a sticky in the forums – https://www.designsandcode.com/forums/topic/limited-support-in-preparation-for-search-filter-2-0/
Just leave a comment linking back to this thread and I’ll get a copy out to you.
Forum: Plugins
In reply to: [Forget About Shortcode Buttons] Adding an Audio FileYou just need the full link of the audio file, but it may not download directly but play in the browser. In that case you need something else that will force the browser to do download a file rather than use default behaviour.
FASC buttons only supports plain html links.
Thanks
Forum: Plugins
In reply to: [Search & Filter] S&F Standard with Marketify / EasyDigitalDownloadsHi there
S&F free uses wordpress archive URLs to effectively search / filter your results.
So download tag is a taxonomy, and if it was a regular WP taxonomy you would be able to access its archives via:
http://www.yoursite.com/taxonomy-name/
In the case above it is probably trying to load something like:
http://www.yoursite.com/download-tag/
However after recently using EDD a lot more, I realise EDD does not work based of this structure.
Fortunately S&F Pro works with EDD, because its builds its own URLs and its own search pages.
The next version of S&F (2.0) actually has direct support for the
downloadsshortcode from EDD, so it will work directly with them on a page you choose rather than building a separate search page – its in beta testing at the moment 🙂Hope that helps!
Best
Forum: Plugins
In reply to: [Search & Filter] Display available filters ONLY on returned resultsHey there
This is going to be released in Pro in the next couple of weeks – it does “reveal” different fields as you search but the opposite.
So you will see all the fields, and once you start making selections and filtering your results, all the unavailable options will be hidden – there will also be an updated count number next to the field based on the current search results – eg
Extra Large (43)Thanks
Forum: Plugins
In reply to: [Search & Filter] Extra tag generated in search result itemsHi there, for questions relating to pro please post on the Pro support forums:
http://www.designsandcode.com/forums/forum/search-filter-pro/support/
Thanks
Not with the plugin directly but you can add some custom JS and remove this option on page load:
http://stackoverflow.com/questions/7375491/jquery-select-remove-option
You must add the correct code somewhere in you theme, but this is theme specific so I cannot guide you here.
Thanks
Forum: Plugins
In reply to: [Search & Filter] Modify taxonomyTo create more fields you must create more taxonomies:
See here: http://www.wpbeginner.com/wp-tutorials/create-custom-taxonomies-wordpress/
My favourite plugin to create taxonomies is this one: https://ww.wp.xz.cn/plugins/custom-post-type-ui/
Hope that helps!
Forum: Plugins
In reply to: [Search & Filter] Plugin for EDD – Marketify themeHi there
You cannot have different fields for the same taxonomy (in this case category) but what I would suggest is to use taxonomies to create more fields
See here: http://www.wpbeginner.com/wp-tutorials/create-custom-taxonomies-wordpress/
My favourite plugin to create taxonomies is this one: https://ww.wp.xz.cn/plugins/custom-post-type-ui/
The next version of S&F Pro (out very soon) will dynamically show / hide options in the fields only if they are available.
So say you had a taxonomy for colour, and a taxonomy for style, you could have 2 fields (1 for each).
When you select say the colour “red”, then the styles list will update to only show the available styles that are also “red”
This is the next version though, which is almost complete.
Thanks
Forum: Plugins
In reply to: [Search & Filter] Not works with my theme (themler)Hi deuns26
I’m not sure about that specific theme, but S&F free works using standard WP practices and URLs, so I think really this is an issue with the theme – see more about the URLs and template hierarchy here:
https://developer.ww.wp.xz.cn/themes/basics/template-hierarchy/#examples
S&F Pro however should work anyway, because it is built entirely differently and doesn’t use the template hierarchy at all, instead you can choose which templates to use and which page to display the results on 🙂
Thanks
Forum: Plugins
In reply to: [Search & Filter] Purchase pro plugin problemHi there
The free version does not control which template to use, it lets WP handle this.
For example a URL in WP like:
http://www.yoursite.com/category/tshirts
Will try to load a specific WP template related to category, see more here:
https://developer.ww.wp.xz.cn/themes/basics/template-hierarchy/#examples
However, Pro version works different, you build a specific Search Page, where you can choose which template you want to use.
Hope that helps!