Support Forums

The forums are closed and will be removed when we launch our new site.

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

Forums Forums Search Search Results for 'Elementor'

Viewing 10 results - 71 through 80 (of 1,611 total)
  • Author
    Search Results

  • DELPHINE LESUR
    Participant

    Hello,

    I have to use the widget Dynamic Listing from The Plus Addons (Elementor) to show a list of my custom post “biens” (like “buildings” in english) with a custom skin for a customer.

    I use the query ID to link my search and filter form with my Dynamic Listing. Our item from the custom post type are displayed but the pagination isn’t working.

    I add this code to functions.php to manage the link :

    function recherche_bien_vente_function($query_args){
    	$query_args['post_type'] = 'biens'; // My custom post type
    	$query_args['search_filter_id'] = 783; // My search and filter ID
    	
    	if ( get_query_var( 'paged' ) ) { $paged = get_query_var( 'paged' ); }
    	elseif ( get_query_var( 'page' ) ) { $paged = get_query_var( 'page' ); }
    	else { $paged = 1; }
    	do_action ('search_filter_setup_pagination', $paged);
    	$query_args['paged'] = $paged;
    	
    	return $query_args;
    }
    add_filter('recherche_bien_vente', 'recherche_bien_vente_function');

    I think that your plugin does not support the pagination for Dynamic Listing (and Dynamic Listing globally) but can I make it work with the query_args ? Or is it an another method ?

    Regards,
    Amélie.

    #273089

    In reply to: Elementor Product Page


    Trevor
    Moderator

    Are you using Elementor Pro? If you are, are you using our extension for Elementor Pro, which can be installed after clicking the big blue button (you need to be logged in to see it) at the top of the guide page (to download the installation file):

    https://searchandfilter.com/documentation/3rd-party/elementor/

    The guide covers many different use cases (including the Product and Archive Products widgets), so please read it carefully.

    #273081

    Robert Cox
    Participant

    I am trying to create an elementor product page to replace the WordPress theme based one. I have come across one problem though, the filter and products are unlinked, and in fact when I select a filter it takes me back to original shop page.


    Trevor
    Moderator

    I am not sure what you mean?

    Our plugin uses WordPress hooks and functions to do its work.

    Our plugin works very well with ACF Pro (most features; some complex field types we do not support), Elementor Pro (we have an integration for that as a separate downloadable free plugin). The membership plugin should not have an effect.

    What problem are you seeing?


    Samuel Schneider
    Participant

    I have a fairly complex setup with ACF Pro, Elementor, a membershipt-plugin and Search and Filter PRO. All plugins have a specific task. Unfortunately I have a problem that arises between the individual plugins.

    I have gone through plugin by plugin and now the only thing missing is yours. Since you directly “create” the filter, I would like to know from you if you use the standard hooks and functions of wordpress? Apparently that’s the problem: Some plugin does not use that 🙂


    Blankka Room
    Participant

    Good evening, I just bought your plugin I used it I created the filters and then I integrated the shortecode on the page (Elementor) the filter works well it displays the categories that I ask it but when I click on a category it displays that there is no product for the selection knowing that I deactivate the plugin and when I reloaded the page the product was displayed well. Can you please help me solve the problem .
    I work with a premium template called Billey.
    You can see the problem with those images

    Plugin Activate
    Filtre When Plugin is Activate
    Plugin Deactivate

    #272754

    Trevor
    Moderator
    This reply has been marked as private.

    Ross
    Keymaster
    This reply has been marked as private.
    #272695

    Trevor
    Moderator
    This reply has been marked as private.

    Trevor
    Moderator

    As you are using Elementor Pro, did you use our extension for Elementor Pro, which can be installed after clicking the big blue button (you need to be logged in to see it) at the top of the guide page (to download the installation file):

    https://searchandfilter.com/documentation/3rd-party/elementor/

    The guide covers many different use cases, so please read it carefully.

Viewing 10 results - 71 through 80 (of 1,611 total)