1. Search filter sidebar on left side..
I wanna show only main categories not subcategories. How to do this?.
How to change the limit of no. of categories, region shown on sidebar?
2. I am not able to change the HOME menu item URL from http://frippo.com/home to http://frippo.com. Tried many times from menu section but failed to do so.
3. I am offering service only in USA. So, while registering business I want auto complete Address only show USA regions suggestions. How to restrict Google place API to show result for only particular country. Any reference on this issue? Where can I edit source file?
Also, waiting for response of support ticket - WXT-73622
Thanks
Viki
Hi,
Please find our answers bellow.
1. You can set the filter type to regular to show only 1 level at a time.
You can change the limit of items in the search filter on {joomla}/components/com_jbusinessdirectory/assets/defines.php
if( !defined( 'SEARCH_PARAMS_LIMIT') )
define( 'SEARCH_PARAMS_LIMIT',"5");
2. We will check this on your site on the ticket that you created
3. Currently this mechanism is not implemented.
You can edit {joomla}/administrator/components/com_jbusinessdirectory/views/company/tmpl/edit.php and edit initializeAutocomplete function.