Kiran
Forum Replies Created
-
AuthorPosts
-
Hi fashioncollaborate,
Your site is running with some old version plugins. Can you update those plugins so we can check further?
Kiran
This reply has been marked as private.Hi Amy,
Can you provide more details how to replicate issue from my side?
Provide us site link, admin credentials and screenshot or page url which has issue.
Kiran
March 9, 2020 at 12:22 pm in reply to: GDv1 – How to enable image slider of uploaded listing images at details page? #534390Hi Alex,
Do you want “slider of own listings” or “slider of current listing’s images”?
Kiran
This reply has been marked as private.Hi Misty,
Issue is fixed, please check.
There was wrong container parameter used in add listing shortcode [gd_add_listing].
I have changedcontainer=".add-listing-container"]
to
container=".geodir-add-listing-container"]
to fix issue.
Kiran
Hi Misty,
Issue has been fixed & will be in next release.
Provide us FTP credentials to apply patch.
Kiran
I just cleared cache and tried to replicate issue but could not replicate issue, so asked to provide page url.
If you see issue again just provide details like how to replicate issue.
Kiran
March 9, 2020 at 9:39 am in reply to: The Add-listing page width on iPhone 7 is wider than the screen #534362This reply has been marked as private.This reply has been marked as private.Hi Jeff,
Try following PHP snippet to filter max no. of listings allowed in compare list
/** * Filter max no. of listings allowed in compare list. */ function gd_snippet_compare_maximum_listings( $max = 5 ) { $max = 10; // Max number of listings allowed. return $max; } add_filter( 'geodir_compare_maximum_listings', 'gd_snippet_compare_maximum_listings', 10, 1 );
Thanks,
KiranThis reply has been marked as private.March 9, 2020 at 8:44 am in reply to: Search issue with categories / advance search options / near #534355This reply has been marked as private.Hi Darrell,
After doing some debugging found that WordPress default date timezone was overwritten from /wp-content/themes/CURRENT-CHILD-THEME/header.php file.
Changing PHP default timezone after WordPress loading interferes with correct calculations of dates and times.
I have fixed and used wp_date() function to show date in current timezone.
Thanks,
KiranHi Darrell,
Thanks for providing FTP access. In what timezone your server is running?
Kiran
-
AuthorPosts