Ross Morsali
Forum Replies Created
-
Forum: Plugins
In reply to: [Search & Filter] how to show texonomy in autocomplete searchYou could try to add:
Otherwise, you can get a similar feature in the Pro version: demo.designsandcode.com/sfpro-movie-reviews/
Thanks
Forum: Plugins
In reply to: [Forget About Shortcode Buttons] Not responsive?Hey there
I’m not sure what you mean about changing size in mobile.
When you view the buttons on mobile devices, are they also square?
This means you CSS is working, so you just need to resize them:
.fasc-size-xlarge { font-size:10px; padding:2ox; }Thanks
Forum: Plugins
In reply to: [Search & Filter] Code Stopped Working RandomlyI’m not sure, it looks like there is an error after submitting the form, so you don’t get redirected to the correct place.
This can occur if you have even an unrelated error in your site somewhere, because this can break http redirects (which is required in S&F).
I would enable WP_DEBUG and see if you get any WP or PHP errors in general, an d fix those – then it should be safe to assume the redirects will work.
Thanks
Hey there
I just took a look but am getting an “under construction” page :/
We don’t check on here too regularly I’m afraid.
Thanks
Forum: Plugins
In reply to: [Search & Filter] Columns and tagsHey there
You can use CSS to style them – so it would be a case of adding some rules for the search form in your themes stylesheet somewhere.
What you want to achieve specifically layout wise is something you would have to figure out for your theme and setup.
Like the site BTW!
Thanks
Forum: Plugins
In reply to: [Search & Filter] Search within custom fieldsYou can use Relevanssi and combine it with S&F to do this 🙂
Thanks
Forum: Plugins
In reply to: [Search & Filter] Category keyword doesn't workHey Diana
In S&F free, S&F simply uses URLs that should work in WP regardless of S&F’s existence.
For example, when you search for a category you will be redirected to
www.yoursite.com/category/some-category-nameThis is a URL already existing for your archives.
Then when you use a search term, S&F just adds a
?s=searchtermto your URL – again this should work in WP as standard.So a search for both a category and a search term should result in a URL like:
www.yoursite.com/category/some-category-name/?s=searchtermIf this is the kind of URL you get, but the results are not accurate, then there is an issue somewhere else in your setup, possibly your theme, plugin or custom code.
I would probably try disabling plugins and testing on a WP theme to see if you still get the issue.
Thanks
Forum: Plugins
In reply to: [Search & Filter] Search term in all pages OR all tags OR bothHey there
I’m not sure I follow what the different checkboxes do.
S&F allows you to build checkboxes for tags, categories and taxonomies, so the only options on the checkboxes can be this kind of data.
Just take a look at docs to see how the data works:
http://docs.designsandcode.com/search-filter/#example-5
Thanks
Forum: Plugins
In reply to: [Search & Filter] Couldn't delete taxonomyHey there, this is not really a S&F question, but I think you would be fine to go ahead and remove everything IF you were planning not to use it for anything.
Thanks
Forum: Plugins
In reply to: [Search & Filter] Chained Taxonomies filterFor now at least, this will not be possible.
Thanks
Forum: Plugins
In reply to: [Search & Filter] Preselect an optionThanks for the message, lets keep our conversation over on the pro forums.
Ross
Forum: Plugins
In reply to: [Search & Filter] How to see results in 2 columns?Hi there, I believe this was answered over on our pro forums.
Thanks
Forum: Plugins
In reply to: [Search & Filter] No "New Search Form"Hey there, I think you’ve got free confused with pro – the docs for the free version are here:
http://docs.designsandcode.com/search-filter
I will just mention we are working on a big update to free, and adding in all the UI etc from what you have seen in the video 🙂
Thanks
Forum: Plugins
In reply to: [Search & Filter] Form in the result page?You just need to find the template file in your theme that is used for displaying your results.
Then you need to edit this and add your shortcode:
<?php echo do_shortcode("[searchandfilter... ]"); ?>Thanks
Forum: Plugins
In reply to: [Search & Filter] Can this search a youtube channel?This plugin won’t search youtube directly, however it may be possible to sync the youtube channel with a custom post type, which then S&F *could* search.
The first step though, sounds like a lot of work unless there is already a solution out there.
—
Edit – I just checked…
It looks like this plugin does store videos from a channel as a custom post type (but has some not great reviews)
https://ww.wp.xz.cn/plugins/automatic-youtube-video-posts/Maybe this (but no mention of custom post type) – https://ww.wp.xz.cn/plugins/youtube-channel-gallery/
The only thing that might be worth checking is that if you do find a plugin that does this, that it also imports the data as taxonomies.
Thanks