AnonymousInactive
I love search and filter pro.
I was just wondering if it’s possible to toggle only one of the filter in one shortcode as two shortcakes on one page are not working and I would love to have a filter looking like this:
Taxonomy:Categories (open)
Taxonomy: Materials (closed/toggle)
Price ranges: (closed/toggle)
Thank you in advance!
Mike
AnonymousInactive
Hi!
I have a problem with the shortcake integration. I follow the documentation but my page keep showing “No Results Found”, even if the categories show that there is some post ( with the auto count).
Can you help me ?
URL : http://the-bureau.lher.biz/the-news/
Thanks,
Alexia
AnonymousInactive
I set the Display Results to Custom. I put the code within a page template file and output the shortcake via PHP as well:
echo do_shortcode('[searchandfilter id="1478"]');
I’m just not getting any results showing:
http://nmfma.identifiedmedia.com/?page_id=1481
If I remove the $args['search_filter_id'] = 1478;
then all results display.
AnonymousInactive
Hi, two days ago i bought your plugin and i can say that is great, till now the best filter plugin that i ever tried.
My problem is till now, all work but i need some help to create a simple output template for my post page, i use a premium template so i chooses the shortcake approach.
I need a really simple template : a Square thumbnail on left side, a title with link inside and a read more button under the title on right side.
Something very similar to standard wordpress blog page, how i can do this..? I’m not a php dev and i’m not a wp dev.
Thanks
AnonymousInactive
Damn autocorrect. shortcakes = shortcodes.
AnonymousInactive
Oops, after further study ๐ I may have misstated the problem. Sorry ๐
I am using the shortcode to display results, and am using it to display results from a Custom Post Type. The CPT is part of WP-Customer Area, which enables userlevel-based viewing permissions on a page-by-page basis.
When I visit the URL with the search form on it, a set of results are loaded but instead of the excerpt they display parts of my menu. I guess this is probably related to viewing privileges. However if I filter for anything or search for any term the results update, but this time they DO contain the correct excerpt, along with the unwanted Visual Composer shortcakes.
So it seems like there are two separate issues going on.
The first part I’m not too worried about. If I could just have zero results pre-loaded when I visit the search page that would be fine. Is there a way I can disable the results that are “pre-loaded”?
The second part I would like to figure out a way to strip the tags.
AnonymousInactive
Hi Ross
I re-installeed S&F according to the instructions.
I created a test search, sending the results to a shortcake.
I set up the target page url.
On searching, the page refreshed and I was in the target results page, BUT the page displayed ALL the posts, not the search results subset.
Can you please advise?
Robert
Hahaha I did notice that ๐
You’re not the only one (just):
https://support.searchandfilter.com/forums/search/shortcake/
AnonymousInactive
Thanks, I’ll take a look and see what I can come up with ๐
create collapsible text using shortcakes
LOL!
AnonymousInactive
Hi,
I installed a wp plugin called “collapse-o-matic” which can be used to create collapsible text using shortcakes or html in your theme. It seems pretty good.
You’ve mentioned in other threads that you added html to search & filter that would make it possible to add the code to make things collapsible but I’ve looked everywhere but can’t find where it might need to go.
This is the html from “collapse-o-metic” that I need to use to make my taxonomy checkbox boxes collapsible. Could you point me to where/how in the s&f plugin I should add this code?
<div class="collapseomatic " id="my_id" title="Trigger Text">Trigger Text</div>
<div id="target-my_id" class="collapseomatic_content ">Target Content</div>
Many thanks
Alex