Kiran
Forum Replies Created
-
AuthorPosts
-
Hi Adrian,
I tested on my site but can’t replicate similar issue. We have many customers who updated GeoDirectory plugin but we not see any report for the same.
Regards,
KiranHi paattal,
BuddyBoss theme iCheckbox is causing problem in tick/untick categories on map.
I have added following PHP snippet under snippets to fix this problem.
/** * FIX: BuddyBoss iCheckbox causes issue with tick/untick category checkbox on map. */ function gd_snippet_191107_map_custom_content( $map_options ) { if ( ! empty( $map_options['cat_filter'] ) ) { echo '<div id="mepr-payment-methods-wrapper" style="display:none!important"> </div>'; } } add_filter( 'geodir_map_custom_content', 'gd_snippet_191107_map_custom_content', 10, 1 );
Please check and let us know.
Regards,
KiranThis reply has been marked as private.November 7, 2019 at 5:00 am in reply to: Linked Events showing past events – Code snippet stopped working #516234Hi Scott,
You have used incorrect double quote for event_type parameter in gd_linked_posts shortcode.
I have corrected and changed it fromevent_type=”upcoming”
to
event_type="upcoming"
.
Please check and let us know.
Regards,
KiranNovember 6, 2019 at 1:40 pm in reply to: 'Upload Photo' button for countries isn't responding #516157This reply has been marked as private.I have applied patch on that site as well.
Please check and let us know.
Kiran
This reply has been marked as private.Glad to hear that 🙂
Hi adrian,
It looks like WordPress detected this error at the same time when i was updating that file.
Please try add listing & checkout and let us know how it goes.
Kiran
Hi Adrian,
Please try now after clearing your browser cache. Changes will be included in next release as well so don’t worry about future updates.
Following two files are updated:
/plugins/invoicing/includes/wpinv-invoice-functions.php
/plugins/wpinv-stripe-payment/assets/js/wpinv-stripe.jsKiran
Hi adriangraham,
I checked csv file and expire_date has values in d/m/Y format. Current import listing does not supports date in only Y-m-d format. We have added d/m/Y support for expire_date and it will be in next version of Pricing Manager plugin.
So try expire_date in Y-m-d format or provide us FTP credentials to apply patch to support date in d/m/Y format.
Kiran
Hi adriangraham,
Issue has been fixed, provide us FTP credentials to apply patch on your site. Previous FTP credentials are not longer working.
Regards,
KiranThis reply has been marked as private.Hi DAVID,
3) has been implemented and it will be in next release of Location Manager.
FTP credentials are no longer working, so not able to aply patch on your site.—
Is there a suggestion thread you’d like me to post 1 & 2 in?
I have already opened a task to consider this in future.
Regards,
KiranNovember 6, 2019 at 5:20 am in reply to: 'Upload Photo' button for countries isn't responding #516107This reply has been marked as private. -
AuthorPosts