Kiran
Forum Replies Created
-
AuthorPosts
-
Check now, i have added code via plugin “GD Package Select List”.
Kiran
Hi Chris,
Add following code in your theme functions.php
function geodir_geolocate_redirect_to_country( $redirect = '' ) { $base_location = rtrim( geodir_get_location_link( 'base' ), '/' ); if ( strpos( $redirect, $base_location ) !== false ) { if ( $redirect != $base_location . '/me' && $redirect != $base_location . '/me/' ) { $redirects = explode( $base_location, $redirect, 2 ); if ( count( $redirects ) == 2 && !empty( $redirects[1] ) ) { $redirect_slugs = explode( '/', trim( $redirects[1], '/' ), 2 ); if ( !empty( $redirect_slugs[0] ) ) { $redirect = $base_location . '/' . $redirect_slugs[0] . '/'; } } } } return $redirect; } add_filter( 'geodir_share_location', 'geodir_geolocate_redirect_to_country', 100, 1 );
This will work with First time load redirect > Redirect to nearest location (on first time load users will be auto geolocated and redirected to nearest geolocation found)
Kiran
Hi Vlad,
As i said listing slug are generated by WordPress default functions during add/edit listing. WP checking unique slugs within page,post,place,cat,tag etc. If it already used it appends -1/-2.
This is WordPress default functionality.This reply has been marked as private.Where did you added the code?
April 27, 2017 at 10:21 am in reply to: never ending loadings of image slider and google map on listing details #375706Hi Alex,
Check in backend settings if is there any setting to disable profile builder page editor on particular page.
If not any such settings then ask “profile builder” plugin owner for support. You can ask them how to disable page builder page editor for particular page or for front-end.Thanks,
KiranHi Vlad,
Listings slugs are generated by WordPress standard function during listing creation. So during listing creation if slug already used by other page,post,place,cat,tag etc, it appends -1/-2…
You can change it from edit listing page, but you can use same slug for multiple times.To fix country slug for multiple listings you can do it via import/export. Go GD > GD Import / Export > Export Listings > add/update missing country/region/city > Re-import csv (choose update if already exists)
In the meantime I also notice that the page with all the licenses, also disappeared.
We have updated our plugin update functionality in recent updates. Now you can manage licenses for our plugins from Plugin Manager directly.Thanks,
Kiran> the title field would be the title for the image or would that be the title for the listing?
<
The title is for the listing. The route/endpoint provided is used for edit the listing. There is no separate route/endpoint to upload listing images. You can upload images for listing via add/edit listing route.> Would the listing title be updated to whatever value is passed through the “title” parameter?
< Yes, it will update the listing title. This is like you are submitting listing form during update listing.Kiran
April 27, 2017 at 6:07 am in reply to: never ending loadings of image slider and google map on listing details #375672Hi Alex,
When logged in seen few Javascript errors in firebug console log.
So you have to disable all non GD plugins one by one to see which plugin causing JS errors. If you have done this let us allow to do this from our side.
We require FTP details to look into more.Thanks,
KiranHi mrv,
Add snippet code in your theme functions.php or add it via any snippet code plugin.
https://gist.github.com/kprajapatii/bf9f9568e6723cd3fb2a4dfa5a27cf00After adding this snippet code the price package will be displayed as select list.
Thanks,
KiranHi whattodo-vi,
This happened due to price package limitation you set in price package settings.
The listing “ZoZo’s at The Sugar Mill” has a price package “No Money Honey” which has no tags limit applied to it in price package settings.
The listing “Indigo Grill” has a price package “Introductory Special” which has tags limit applied to “0” in price package settings. If tags limit applied to “0” then it will be not displayed on front-end.FYI: Your site is running with old GD + GD plugins, update it to most recent.
Thanks,
KiranApril 26, 2017 at 1:53 pm in reply to: never ending loadings of image slider and google map on listing details #375512Hi Alex,
There is JavaScript error(see attachment) on that page and it breaks rest of JavaScript on the page.
Fix that JavaScript error or disable that plugin/code and let us know if error still exists.
Thanks,
KiranHi,
The problem has been fixed and will be available in next update of Social Importer.
Let us provide FTP details if you want to update patch on your site.
Thanks,
KiranApril 26, 2017 at 12:27 pm in reply to: Marker Cluster not working with All Categories unchecked on map #375478Hi Silks,
Can you confirm from your side?
It working fine for me, now i able save GD > Marker Cluster > Max Zoom. I have set the zoom level to 12.
FYI i have not enabled/disabled any plugin.Let us know.
Thanks,
Kiran -
AuthorPosts