Vikas
Forum Replies Created
-
AuthorPosts
-
Hi,
Guust has explained very well about how u can manage fields to be appeared or not on add listing page.
Regarding: setting a listing as featured for a specific user type.
It seems to be a custom request but i can help u how u can achieve this.
GD fires an event just after saving a listing.do_action(‘geodir_after_save_listing’,$last_post_id,$request_info);
This hook sends saved listing id to the function u will add on this action.
so u can add these line of codes in ur theme’s function fileadd_action('geodir_after_save_listing' , 'geodir_set_listing_as_featured') ; function geodir_set_listing_as_featured($last_listing_id) { // here i am going to put some pseudo code as i am not sure how u will check that current user belongs to ur desired membership level Get the current user. Check if he has membership level. if yes then update is_featured field with 1 for $last_listing_id post in wp_gd_(posttype)_detail table. , so if u dont have any custom post type added other then the default one then the table name will be wp_gd_place_detail. }
I know its bit technical, so let me know what u understand and what not, so i can assist you further.
Hi,
I am not sure from where did u download this csv. Plz make sure that u download sample from Goedirectory > general > csv import section
Plz compare column heading of sample csv with the one u are trying to import.
Those are totally different.
Please advise ?Yes, i think if u will use maps.google.com and put address, it will return longitude and latitude of it.
Thanks
OK then please go to
Geodirectory > post type (Place) settings > Advance Search > Add search by distance field in advance search form and do the appropriate setting for it.
U will find ‘Show distance sorting’ there too.Thanks
Hi,
I requested u to send me csv file too, which u trying to upload.
Thanks
And correct longitude and latitude too.
Plz specify correct ‘Region’ as the part of address for the Place.
I found that Region field is blank in ur css.Here you find the full documentation about import csv for GeoDirectory
ThanksHi,
I will make it more clear in next release.
Thanks
Hi,
Yes for sure, Let me setting things.
Thanks for ur patience.
Hi,
It seems that avada flexslider is conflicting with GD felxslider script.
Plz disable Avada flexslider script.Thanks
Hi,
Sure i will consider that in coming release.Thanks
May 26, 2014 at 6:22 am in reply to: "Listed in Categories" on detail pages uses Post Type instead of Label? #3022Hi,
I will check it and get back to u asap.
Thanks
Hi,
Yes, it has been done already but we are building more features to include in next release.
Thanks for ur patience.
No, It will not cause any issue but u have to have correct Geolocation (lat/lng) of that listing to be appeared on map correctly.
Thanks
Hi,
We are working on most of the template parts and Localization is a part of it.It will be available very soon.
Thanks
-
AuthorPosts