Trevor
Forum Replies Created
-
Trevor in reply to:
Showing all posts(Private) February 6, 2021 at 11:19 am #275463What do you need it to look like?
What content do you need in each post ‘card’?
e.g. Title, Featured Image, Content excerpt …
I wonder if this option would work for you? You can set it up as a block in Gutenberg, or as a Shortcode (set the Layout up and it will give you a shortcode to use):
https://searchandfilter.com/documentation/search-results/custom-layouts/
For that plugin, follow the installation instructions on the wordpress.org plugin page, especially about importing the layouts.
It has a Settings page to set up the Responsive Breakpoints, and you can change the number of columns depending on those breakpoints (there are animated gifs showing how).
Trevor in reply to:
Fields are moving when filter taxonomy is selected(Private) February 6, 2021 at 11:13 am #275462It is being caused by CSS float. Try this custom CSS:
.searchandfilter li[data-sf-field-name="_sfm_מחיר_ביורו"] { clear: both; }
Trevor in reply to:
Setting Up S&F Pro for one type of post only (video)(Private) February 6, 2021 at 11:06 am #275460You can, yes. What do you want on the search bar? A box to type in to, a submit button, what else?
Does the page have a search icon in the header bar, would you want to use that instead, or maybe keep it for other more general searches?
The simplest method to have a (simpler) search form on another page to go to the results page is to make one using the ‘Custom’ display results method, enter the Results URL, and switch OFF Ajax.
Whatever fields you have in that simpler form, make sure there is an equivalent in the more complex search form on the results page to match (to receive, as it were, whatever is sent to it).
Trevor in reply to:
Infinite scroll suddenly stopped working(Private) February 6, 2021 at 10:52 am #275458This will require some troubleshooting steps to be taken.
It is very important that, even when customising the results.php template, you try to keep these class names:
search-filter-results-list
search-filter-result-itemAnd use the basic structure that can be seen in the exemplar results-infinite-scroll.php file. Some of the commented out HTML makes me think your code started out with the results.php exemplar template instead.
So, how to test?
If you set aside the customised results.php file you are using (rename it), and instead use our default results-infinite-scroll.php (renamed to results.php), does the issue still happen?
Trevor in reply to:
Autofill has been disabled. This form is not Secure – Warning(Private) February 6, 2021 at 10:46 am #275456This reply has been marked as private.Trevor in reply to:
Displaying results using Custom option(Private) February 6, 2021 at 10:41 am #275455This reply has been marked as private.Trevor in reply to:
Displaying results using Custom option(Private) February 6, 2021 at 10:39 am #275454If you want to set up the plugin using Gutenberg, the best option is to use the method described here:
https://searchandfilter.com/documentation/search-results/custom-layouts/
For that plugin, follow the installation instructions on the wordpress.org plugin page, especially about importing the layouts.
What theme are you using?
Trevor in reply to:
anchor tags and jquery scrollTop stopped working(Private) February 6, 2021 at 6:57 am #275442Thanks for getting back to me. I will close this thread for now.
Trevor in reply to:
Ajax Paging Issue after updating plugin from 2.5.1 to 2.5.4(Private) February 6, 2021 at 6:54 am #275440Thanks for sharing and getting back to me. I will close this thread for now.
Trevor in reply to:
anchor tags and jquery scrollTop stopped working(Private) February 5, 2021 at 8:58 pm #275429I don’t have a script to do that, I use this plugin:
-
AuthorPosts