Kiran
Forum Replies Created
-
AuthorPosts
-
April 17, 2019 at 12:07 pm in reply to: How to Make GD Listings Inherit Newspaper 9 Theme Post Design More Effectively #481337This reply has been marked as private.This reply has been marked as private.
Hello Renee,
1) There is a style conflict causing this issue. Use following css to display radio buttons.
#package_id_row input[type="checkbox"], #package_id_row input[type="radio"], #package_id_row .form-check-input { position: inherit; opacity: inherit; width: inherit; }2) There could be any conflict with WP Easy Updates. Try solution provided here: https://wpgeodirectory.com/support/topic/fatal-error-after-updating/#post-469107
3) Provide us FTP credentials to check more.
Regards,
KiranHello There,
I have fixed issue and data converted to v2.
Please check and let us know.
Regards,
KiranApril 17, 2019 at 9:14 am in reply to: Google Maps on the site displays the message “for development purpose only” #481295Hello There,
Provide site link & admin credentials to check more. It could be possible that there is another map loaded on site.
Kiran
Hello BJ,
Try following coe snippet to remove link from the detail page tab title.
/** * Remove link from detail page tabs title. */ function gd_snippet_190417_remove_tab_link( $tab_title, $tab ) { if ( ! empty( $tab->tab_icon ) ) { $tab_icon = '<i class="fas ' . esc_attr( $tab->tab_icon ) . '" aria-hidden="true"></i>'; } else { $tab_icon = ''; } $tab_title = '<span class="gd-tab-list-title" >' . $tab_icon . esc_attr__( $tab->tab_name, 'geodirectory' ) . '</span><hr />'; return $tab_title; } add_filter( 'geodir_tab_list_title', 'gd_snippet_190417_remove_tab_link', 10, 2 );Regards,
KiranThis reply has been marked as private.Hello Jeff,
Issue has been fixed and will be in next release.
FTP credentials you provided are not working. Please provide correct FTP credentials to apply patch from our side OR apply patch from your side.
Patch available here: https://github.com/AyeCode/geodirectory/pull/714/files
Regards,
KiranThis reply has been marked as private.April 16, 2019 at 1:26 pm in reply to: Problem with tags with the same name in different languages #481119This reply has been marked as private.This reply has been marked as private.Hello Fabian,
I have opened task to check from our side. I will update you here once we implement it.
Regards,
KiranApril 16, 2019 at 12:59 pm in reply to: How to Make GD Listings Inherit Newspaper 9 Theme Post Design More Effectively #481106This reply has been marked as private.Hello,
This has been fixed.
Please check after clearing your browser cache.
Regards,
KiranApril 16, 2019 at 12:10 pm in reply to: [gd_listings] shortcode is not working after update plugin v1 to v2 #481096Hello There,
There is a customization code found in plugin GeoDirectory Sorting, and now it is not compatible with GeoDirectory v2.
I have fixed issue but there are some functions in that plugin which are not supported in GeoDirectory v2, please correct it.
Regards,
Kiran -
AuthorPosts