Trevor

Forum Replies Created

Viewing 10 posts - 161 through 170 (of 32,056 total)
  • Trevor in reply to:
    Showing all posts
    #275463

    What 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
    #275462

    It 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)
    #275460

    You 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
    #275458

    This 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-item

    And 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
    #275456
    This reply has been marked as private.
    Trevor in reply to:
    Displaying results using Custom option
    #275455
    This reply has been marked as private.
    Trevor in reply to:
    Displaying results using Custom option
    #275454

    If 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
    #275442

    Thanks 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
    #275440

    Thanks 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
    #275429

    I don’t have a script to do that, I use this plugin:

    https://wordpress.org/plugins/page-scroll-to-id/

Viewing 10 posts - 161 through 170 (of 32,056 total)