Vikas
Forum Replies Created
-
AuthorPosts
-
Hi,
I have fixed everything. Plz check and let me know.
ThanksHi,
Send me ftp, wordpress admin detail in private reply. I will do it for u.
Thanks
Hi,
To look into it further i need ftp access, send it as private reply.
Thanks
Hi,
I have fixed this issue, it was not related to any GD plugin or GDF. One ofyour ur other plugin has a filter on ‘wp_nav_menu’ hook.
i have written below code in your child theme function file to remove that filter.add_action( 'template_redirect', 'geodir_remove_wp_nav_menu_filters',1); function geodir_remove_wp_nav_menu_filters() { remove_all_filters( 'wp_nav_menu' ); }
Yes,
June 24, 2014 at 11:10 am in reply to: Post will be deleted if both city and map marker position has been changed #5866Hi,
There is a logic behind it. Lets say u have 5 listing for the city LA at different address in LA
So their address would be:
Sr No. Country Region City Address Lat Lon
1 USA California LA Address1 Lat1 Lon1
2. USA California LA Address2 Lat2 Lon2
3. USA California LA Address2 Lat3 Lon3
and so on ….
Now If u update LA city in back end and change it to something else then having these listing in database will not make any sense because markers of these listing on map will appear based on Lat/Lon.Please advise ?
Hi,
I have fixed it and it will be there in next release.
Thanks
Hi,
I am working on it and will update u asap.
Thanks
Hi,
I have tried on all browsers. 🙁
HI,
We are going to release updates today and it all will be fixed.
Thanks for ur patience.
Hi,
Yes u can do it using Multilocation adon.
Please install this adon and go to admin back end.
Geodirectory > Multilocation > Manage Locations or Add New Location
Here u can add as many regions as u want, basically u need to add a city per region too.Please advise ?
HI,
This bug has been fixed and it will work fine in next release.Thanks for ur patience.
Hi,
I have fixed that warring already mentioned in another thread too. It will work fine in next release which will be up very soon.
Thanks
Hi,
There are only 2 reasons when map does not load.1. Your theme should not include google map api script too. If it is including then make sure to disable it on those GD pages.
2. This is a new cause: Latest FF with firebug on. Please check that if u have Latest FF and firebug on then map will not appear, it will throw a JS error, so just stop firebug when viewing those pages.
Please advise ?
Thanks
Hi,
I have investigated it in further and found that ur Theme also has google map APi script included in admin. Plz try to avoid that with a condition when u add listing from back end.
e.g: include that script when u are not in admin backend
is_admin() tells if u are in admin back end or not.Please advise ?
-
AuthorPosts