Support Forums

Looking for support? You can access the support system via your account.

Michele

Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • Michele in reply to:
    Additional sorting options in drop down menu
    #276948

    Okay, thank you for the update, Trevor.

    Michele in reply to:
    Additional sorting options in drop down menu
    #276944

    Since v3Pro is not coming, I wanted to know if at least v2 will be updated so I can figure out if I can continue to use it on the old websites with S&F (and renew the subscription) or if it is better to find alternatives. Thanks.

    Michele in reply to:
    V3 comming soon?
    #276484

    I’ve seen the videos, and everything seems very interesting, but I don’t see anything on the frontend side, where the current v2 is very poor in terms of graphic style (at least compared to the others competitors). It is also unclear if it will be possible to upgrade the work done with the current v2.

    Unfortunately, it’s hard to invest money and time for me on a plugin that you work on only when you have free time compared to your main activity. If I remember, the last v2 update is 14 July 2021, and with every WordPress update (such as with 5.9), I’m always worried that Search&Filter will crash and stop working.

    Anyway, I’ve just renewed my license to show you how much I believe in your work, but obviously, such a long wait doesn’t help much (it’s been almost two years since the announcement of the beginning v3).

    P.S. I’m a “Beaver Builder” user, and I don’t use Gutenberg (which I think is rubbish, IMO).

    Michele in reply to:
    V3 comming soon?
    #276480

    Hi Trevor,
    From your last post, I understand that the v3 development has stopped again, or have I misunderstood?

    Michele in reply to:
    First session without results, how to do it?
    #274358

    Another “little” request… I’ve inserted this code in the page to show the taxonomies but I don’t know how to customise it (e.g. change the separator “,” and remove the “and” for the last value when the list is multiple and the dot at the end “.”, remove/change the taxonomy title before of the values):
    <p><?php the_taxonomies(); ?></p>

    How can I do it?

    Michele in reply to:
    First session without results, how to do it?
    #274219

    Another question… is it possible to have in the dropdown menu, the voice “All” that selecting it load all the results?
    Is not important (I can change the name from “All” to “Select”), but this option would give the search a full function.
    Thanks.

    Michele in reply to:
    First session without results, how to do it?
    #274198

    Hello Trevor,
    can you please confirm the following?

    1) I’ve created a custom results page with the ID (14) of the search form…
    wp-content\themes\my-child-theme-name\search-filter\14.php

    2) … I’ve put all the current php code, except:

    if ( ! defined( 'ABSPATH' ) ) {
    	exit;
    }

    3) … in the section commented “// the current results.php code here”

    global $searchandfilter;
    $sf_current_query = $searchandfilter->get(14)->current_query();
    if ((!$sf_current_query->is_filtered())&&($sf_current_query->get_search_term()=="")) {
      echo '<div>Nothing to see here folks!</div>'; 
    } else {
    
      if ( $query->have_posts() )
    {
    	?>
    ...

    Is the above procedure correct?
    If I need to translate the website (using WPML), do I need to create a new search form and a new custom results page (so with another ID)?

    Thanks.

    Michele in reply to:
    Problems with dropdown and custom post type values
    #274135

    Thanks!

    Michele in reply to:
    Problems with dropdown and custom post type values
    #274105

    Fixed.
    It was necessary to use “Post Meta”.

Viewing 9 posts - 1 through 9 (of 9 total)