Kiran
Forum Replies Created
-
AuthorPosts
-
Hi Jen,
Please check now.
Current SagePay payment mode is set to SANDBOX at Backend -> Prices & Payments -> Payments -> SagePay Settings.
So test first with SANDBOX mode and then test with LIVE mode.
You can use test card details: American Express Number = 374200000000004 & CV2/CVV = 123.Let us know
Thanks,
KiranThanks for letting us know 🙂
Hi There,
I have checked and not found any wrong in backend settings. Please check after disabling all non GD plugins.
If still problem then, provide us site FTP details so we can look into more.Thanks,
KiranHi Jan,
I have checked and found your server does not accepting feild request with parameter “data_type=VARCHAR” and resulting response “406 Not Acceptable”. It might be firewall setting causing this.
Try after disabling all non GD plugins. If problem still exists, then contact your server admin about this error.
Let us know.
Thanks,
KiranHi Håvard,
There was a bug in listing map short code and we have fixed it, so as Guust said from NEXT RELEASE the listing map short code will work fine.
You can see on our TEST SITE, how map will look after using gd_listing_map short code on pages. http://wpgeo.directory/kiran/gd_listing_map/
Thanks,
KiranHi Benjamin,
To meet your requirements, you need to update following two lines in the plugin file “pluginsgeodir_buddypressincludesgdbuddypress_functions.php”
1) On line no. 597
REPLACE LINE:
if ( !empty( $parent_nav ) ) {
BY:
if ( !empty( $parent_nav ) && $total_count > 0 ) {2) On line no. 602
REPLACE LINE:
if ( !empty( $parent_nav ) && !empty( $sub_nav ) ) {
BY:
if ( !empty( $parent_nav ) && !empty( $sub_nav ) && $total_count > 0 ) {Thanks,
KiranThanks for letting us know & for your suggestion 🙂
Hi George,
By using hook, you can limit the number of images uploaded via comments. Use following code snippet to set the limit.
function geodirectory_comments_images_limit( $image_limit ) { return 2; // Your limit here } add_filter( 'geodir_reviewrating_allowed_review_image_limit', 'geodirectory_comments_images_limit', 10, 1 );
You can disable images upload on replies via style. Add following code to your theme style.css file.
.comments-area .comment .comment #comment_imagesdropbox { display: none; }
Thanks,
KiranHi Kelsey,
Changes has been updated to make review stars clickable on listing/directory pages & also for stars on map bubble infowindow.
The click on stars will take it to reviews tab on detail page.
The stars on sidebar details page also now clickable and it will take it to reviews tab.Changes will be reflected in next release of GeoDirectory.
Thanks
Hi Adrian,
Both bounce on hover pinpoint & click on pinpoint issues has been fixed, but it will be available in next release.
If you want to update patch fix on your site before next release then just provide FTP details, i will fix on your site.Thanks,
KiranHi,
We have fixed pins bouncing problem, and the fix will be available in the next release of GeoDirectory.
Thanks,
KiranHi There,
You are using GeoTheme 3.3.8, which is too older than our last one 3.7.1. So first you need to update GeoTheme to version 3.7.1, then we can assist you more.
You can find documentation on GeoTheme to GeoDirectory Conversion at here: https://wpgeodirectory.com/docs/geotheme-to-geodirectory-conversion-tutorial/
How to get GeoTheme 3.7.1, check this one – https://wpgeodirectory.com/support/topic/a-copy-of-geotheme-3-7-1/#post-285991Let us know
Thanks
December 12, 2016 at 4:50 am in reply to: Geo Location Tab Switcher – empty map when filtering on city #323464Hi Marc,
For: https://wpgeodirectory.com/support/topic/geo-location-tab-switcher-empty-map-when-filtering-on-city/#post-322374
After running GD tool from “Admin -> GeoDirectory -> GD Tools -> Location category counts -> Run” it working fine.
Please check and confirmFor: https://wpgeodirectory.com/support/topic/geo-location-tab-switcher-empty-map-when-filtering-on-city/page/2/#post-323230
Listing map widget shows the filtered listings for the current listing page.
Ex: Map on page https://www.arbolife.com/fr/listing/suisse/seconde-main/ shows 10 results which are on 1st page, Map on page https://www.arbolife.com/fr/listing/suisse/seconde-main/page/2/ shows 10 results which are on 2nd page and so on…Let us know.
Thanks
Hi Belen,
Please check seems it working now.
The problem was, ISO2 code not found for country España in GB table, so it does not validate the country with the default country.Let us know.
Thanks
Hi Philip,
I have updated code now seems it will work fine. Now recurring listing will not downgrade until subscription cancelled. I have tested with running manually expire check tool.Thanks
-
AuthorPosts