Forums Forums Search & Filter Pro Custom post type title, default sort text etc.

Viewing 10 posts - 1 through 10 (of 31 total)
  • Anonymous
    #41349

    I just bought Pro-version of Search & filter. Now I have some problems.

    1) How can I translate (or change) the text of the default sort order (next to radio button)? This text comes automatically and is in English. How I can change or translate it to another language (without any translation plugins)?

    2) My filters are for products (I have custom Post type “Product”). I’m trying to list product manufacturers as checkboxes. Manufacturer information is set inside of each product by ACF drop down and this ACF meta is a post object (I have custom post type “Manufacturer”). If I set “Post meta” filter with manufacturer meta key and set order options by Label and also choose “is ACF Field”, my filter lists values are still like “field_56b07d2c07b32” instead of correct manufacturer labels/titles. How do I get right titles for manufacturers?

    3) Is it possible to let user change the number of results per page (just like sort order)?

    Trevor
    #41351

    1. With regard to translations, Ross would need to comment, but there are these pages in the documentation:

    http://www.designsandcode.com/documentation/search-filter-pro/3rd-party/polylang/
    http://www.designsandcode.com/documentation/search-filter-pro/3rd-party/wpml/

    I can also see a .pot file in the plugin’s languages folder, which may mean some strings are translatable. I have added this to our planning list for discussion.

    2. I have noticed for ACF fields that the field appears twice in the list, the real one is usually further down the list. I may need to see the settings you have made to make sure it is set up correctly.

    3. Not at this time. There is a separate forum to post ideas for future development:

    https://support.searchandfilter.com/forums/forum/search-filter-pro/feature-requests/

    Anonymous
    #41352

    2) Site is in localhost at the moment but I can send screenshots by email?

    Trevor
    #41353
    This reply has been marked as private.
    Trevor
    #41355

    Hi

    From the search_filter_post_meta_settings.png image I can see that the Meta Key is wrong. The one you show has an underscore before it as _product_manufacturer. Look further down the select list for one called product_manufacturer.

    Anonymous
    #41454
    This reply has been marked as private.
    Trevor
    #41457

    Hi Pasi

    If you need a fast resolution, then a conference on Skype is probably better. Otherwise I am struggling to find and see this issues you mention. For example, I do a search and see pagination? I will send you my Skype details.

    Trevor
    #41458
    This reply has been marked as private.
    Anonymous
    #41460

    Also, could you guide me how can I get my jQuery accordion navigation to work with Search & Filter Ajax load?

    I have jQuery accordion plugin and this in my document.ready function… If I use Ajax in results page, I lost my accordion navigation.

    $(‘.accordion’).navAccordion({
    expandButtonText: ‘<i class=”fa fa-plus”></i>’,
    collapseButtonText: ‘<i class=”fa fa-minus”></i>’
    },
    function(){
    console.log(‘Callback’)
    });

    Is there any simple way so that I do not need not change my actual accordion extension and it would load after Search & Filter Ajax is ready?

    Trevor
    #41462

    It is possible that the accordion plugin is loading conflicting jQuery. Sadly, this happens.

Viewing 10 posts - 1 through 10 (of 31 total)