8274 comments found.
Hi, Kazu! Any plans to have a limit sorter of listings at frontend?
Thanks for your great plugin and your great support.
Hello,
Sorry, but can you tell us in more detail about the “limit sorter”? Do you mean that you would like users to be able to change the number of listings to be displayed?
Yes, Kazu. At the backend, there’s an option like this. At the frontend, I think that would be good have an option to change the number of displayed listings.
We’ll see if we can add that to version 1.4 of the plugin.
Hi Sabai Team! I would like to increase searchable distance to 500 miles – how can this be done? Currently, I’m stuck at 100. Thanks!
Hello,
That is possible by hooking into the ‘sabai_directory_distances’ filter. Try adding the following code to your theme functions.php or a new file at wp-content/sabai/functions.php:
add_filter('sabai_directory_distances', 'my_sabai_directory_distances');
function my_sabai_directory_distances($distances)
{
$distances[] = 500;
return $distances;
}
Hi. Is there any “out of the box” way to show filters in a sidebar?
Hello,
Currently filters can only be shown at the top or the left side of the main content section, but we’re working on it for a sidebar version.
Looking for some live examples of sabai tricked out as more of a ratings and review style plugin. Anyone want to share a link and show off their work … would like to see some examples that are styled considerably different than the default. Also, is there any sort of a wishlist or favorite listings feature for a user to save listings he/she likes?
Hello,
>Also, is there any sort of a wishlist or favorite listings feature for a user to save listings he/she likes?
Yes, the plugin does already have that feature. You can install the DirectoryBookmarks add-on from Settings -> Sabai which allows you to bookmark listings/reviews/photos. You can see your bookmarked content on the directory dashboard page in the frontend.
Hi I’ve just purchased and would like to add some more contact fields to each location (eg a listing with multiple locations and a different ph at each location) – can this be done? and can this be imported? Many thanks for your help
Hello,
You can add multiple location addresses by following the instructions in this FAQ: http://codecanyon.net/item/sabai-directory-plugin-for-wordpress/4505485/faqs/22897Hi! 95% before purchasing,
two questions:
1.) Is it possible to add custom icons to custom fields? We would like to display available services with icons instead of plain text.
2.) Is it possible to show if a listing is currently opened? For example like your “Top” – This post is featured field.
Thanks for your help!
Hello,
1) Unfortunately this is currently not possible, but will be in version 1.4 of the plugin.
2) That is technically possible, but will require some custom code. We will see if we can add that feature to version 1.4 of the plugin.
Hello,
I have two questions. I have set up a sort of one page search directory, it initially hides the results and the results come up on the same page when a search is done. Everything works fine, but the “showing results 0” text is always visible. How can I hide that untill a search is done.
The second question is, when there are no results at all, the client wants to have a different text, now it has showing results 0, but it needs to be something else. Is this possible, if I change the text now, it shows all the time.
Regards and thank you, Marieke
Hello,
> I have two questions. I have set up a sort of one page search directory, it initially hides the results and the results come up on the same page when a search is done. Everything works fine, but the “showing results 0” text is always visible. How can I hide that untill a search is done.
Those will require some custom developed code.
> The second question is, when there are no results at all, the client wants to have a different text, now it has showing results 0, but it needs to be something else. Is this possible, if I change the text now, it shows all the time.
You can try editing some template files:
- wp-content/sabai-directory/assets/templates/directory_listings_list_no_map.html.php
- wp-content/sabai-directory/assets/templates/directory_listings_list_with_map.html.php
- wp-content/sabai-directory/assets/templates/directory_listings_grid.html.php
<p><?php echo __('No entries were found.', 'sabai-directory');?></p>
Hi, is there anyway to insert category field on widget?...
<?php echo $this->Entity_RenderField($entity, ‘directory_category’);?> doesn’t valid and i try too:
<?php if ($entity->directory_category && ($categories = $this->Entity_RenderField($entity, ‘directory_category’, ‘summary’))):?> <?php echo $categories;?> <?php endif;?>
Thank you in advance!,
Hello,
Can you tell us exactly which file you are trying to edit? The code you posted will only work in our plugin template files.
Thank you for your comment, it is wordpress_widget.html.php, another way to do this?
Unfortunately that is currently not possible with that template file.
Hi Kazu, just updated your Plugin to the latest version and everything is working smooth and perfect as always. My wish for future update would be that on same page, different maps could be shown. I would have few more Christmas-wishes for your Plugin, but I guess will see what you will come up with for 1.4 version.. saludos and thanks again for this stunning Plugin.
Hello,
Great, thank you for the comment! s for different maps, can you tell us in more detail if possible since our plugin does already shows different type of maps, such as the OpenStreetMap.
Hi Kazu.
I have City A, B, C; D, and want every City-map with serach bar be shown on same page. Right now they will show up depending on shortcut so far, thats correct. But when I am using for ex. the search bar of City A on all the other Maps the search results of City A also will also be shown. that means now I am having City B, C, D,.. with Map of City A shown..
. to reset this behaviour. I have to reload the whole page so each Map can be reset to its original shortcut. any thoughts how this can be avoided ? you can see it on one of my test pages which is: www.xxxxxlandia.com/destinations saludos and good luck with future projects
Can you re-paste the link to your test page or send us one through support since the one in your post did not work for some reason.
sure, just sent you a mail.. 
hi, I’ve found out how I can post an image to the activity stream of an listing. could you please told me, how I can get the first posted image from an listing? the images have such strange names… wp-content/sabai/File/files/m_5beb783f9fd0962c225cd6b335c44b14.png.
I know how I can get the path to wp-content/sabai/File/files/l_ that will work with $this->_application->Directory_PhotoUrl($entity, ‘large’) but there is no file name for the picture. where can I get this?
thanks and regards pare
Hello,
If you are referring to the activity stream of WordPress, unfortunately it is not currently possible to add listing images there. Technically possible of course, but will require custom developed code unfortunately.
Hi onokazu, thanks for reply and sure, it have to be coded, thats right. how ist it possible to get the images by item_id. that should be possible or not?
thanks and regards pare
Do you mean by listing ID? Also where are you putting your custom code? If it is outside our plugin source or template files, you can try;
<?php
$photo_url = get_sabai()->Directory_PhotoUrl(get_sabai()->Entity_Entity('content', $listing_id), 'large');
?>
This assumes you already have the ID of the listing to display in the $listing_id variable.
Open street map type maps quit functioning after update. Also cluster size changed again after update. This cluster is very hard to get righ to begin with… Both of these things have affected my site
site is SSL if that perhaps has anything to do with it.
Hello,
We don’t see any issue with OSM with the update. Can you contact support with the URL to the page where we can see the issue. http://codecanyon.net/item/sabai-directory-plugin-for-wordpress/4505485/support
Hi,
when a user clicks on a category we need that category archive page to display the category title at the top of the page. I have managed to add a title of Category Archives, but I need the dynamic category name that was clicked to be listed in the title also. Exactly the same as regular wordpress category archives work.
How can this be achieved please?
Thanks!
Hello,
Category names should appear as the page title by default, for example here: http://demo.sabaiapps.com/sabaidirectory/businesses/categories/architecture
Does it mean that on your site, the category title does not show like that on the above page?
Please anyone knows where Could I rename “directory” tab menu on buddypress? Regards, Thank you in advance
I did it on buddypress module on sabai settings
Hello,
The title there is the same title you have for the directory index page. So if you change the page title of the directory index page, the title of the tab will change as well.
Hi there
To hide the “No Image” image displayed for each listing on the directory index page and category pages, you recommend using the code.sabai-directory-no-image .sabai-directory-images {
display: none;
}
.sabai-directory-no-image .sabai-directory-main {
width: 100%;
}
How does one achieve similar results for the listing of the latest directory additions in the widget area, so only listings with images show a thumbnail & for those without, none?
Thank you in advance
Hello,
Unfortunately that is currently not possible since there is currently no specific class name to target listings without images in the widget.
hi, there is some issue i am facing.. i am unable to change status from pending to published though i have set listing without approval only for admin because there is no photo is shown and if i publish photo and then i make publish it works.. when i change status to publish through bulk action below the listing it is getting published with photo.
now i want that when i change status from pending to published from listing page, it should be published with photo,
Hello,
> now i want that when i change status from pending to published from listing page, it should be published with photo,
That is how it works with the plugin by default. Which version of the plugin are you using? For further support, please use the account that you used to purchase the plugin, sorry for the inconvenience.
Hi there!
Are there any plans to add more social profiles to listings in the next update? Preferably Instagram but also Yelp?
Hello,
If you add the Social Accounts type custom field from Directory -> Listings -> Fields, it already has Instagram but not Yelp. We will see what we can do.
Ok great! And that will add the little logo links similar to the Twitter and Facebook ones that are there already? Yelp would be great for restaurants. A lot of them use that.
Yes, as long as the icon is supported by the FontAwesome icon library. http://fontawesome.io/icons/
Also, is it possible to charge per category for a paid listing?
Okay I have set up multiple directories. Is there a way to display all of my directories on one page, like the categories page?
Hello,
> Also, is it possible to charge per category for a paid listing?
You can create add-on payment plans for additional categories.
> Is there a way to display all of my directories on one page, like the categories page?
Yes, you can use the [sabai-directory] shortcode for that. For example here: http://demo.sabaiapps.com/sabaidirectory/shortcodes/shortcode-sabai-directory/Okay, I can now see that. But it won’t let me have a space in my cloned directory name. That’s how I have multiple directories right? It won’t allow a space. So how do you have one in your directory name on the category listing page?
And, can I change the name of the default directory?
And, can I change the name of the default directory?
Unfortunately that is currently not possible.
No provision for including classified in plugin?
Hello,
It is possible to use it as classifieds, though it may lack some features. What features specifically do you need?
I intend to use it also for sale of vehicles (car, motorcycle, truck and boat), and I need that fields are customized according to each type of vehicle registered.
Summary … when someone selects the field 01 a motorcycle, the field 02 will become active automatically showing only existing manufacturers regarding this type of vehicle (motorcycle), thus the manufacturer to be chosen, the field 03 will automatically be active showing only the motorcycle models of the respective type of vehicle and chosen manufacturer.
Example:
01 – Vehicle type: Moto
02 – Motorcycle manufacturer: Honda
02 – Motorcycle model: CB Twister
Would be similar to this kind of search? http://goo.gl/4KLQWu
It is possible at the time of registration of the vehicle type, the unique inclusion and customization of fields?
?????
Still I await your response
Still I await your response
In summary view, it would be really nice to have a compact listing view and a button like “show more” which would display additional information.
A website that does this really nice (compact view but a lot of more content without changing page is trivago.com ..) just as a suggestion
Look for example here
http://www.trivago.com/?iPathId=34390&iGeoDistanceItem=0&aDateRange%5Barr%5D=2016-05-22&aDateRange%5Bdep%5D=2016-05-23&iRoomType=7&cpt=3439003&iViewType=0&bIsSeoPage=false&bIsSitemap=false&Hello,
Thank you for the suggestion but we’re not sure if that is possible since the single listing page of the plugin displays a lot more info than the listings shown on that site. The site does have some intuitive user interfaces though.
I am looking at this for a different implementation. Can I set it to not show the map at all? I am looking at it for listing online services and I don’t want to show the map.
Hello,
Yes, you can disable the map from Directory -> Settings -> Map.