Forums › Forums › Search & Filter Pro › Custom post type title, default sort text etc.
- This topic has 30 replies, 3 voices, and was last updated 9 years, 1 month ago by
Trevor.
-
Anonymous(Private) April 2, 2016 at 1:36 pm #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(Private) April 2, 2016 at 2:27 pm #413511. 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(Private) April 4, 2016 at 8:55 am #41460Also, 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?
-
AuthorPosts