Kiran
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.
Hello edge,
This has been fixed.
Please provide FTP credentials to apply patch or apply patch available at here: https://github.com/AyeCode/geodirectory/pull/859/commits/7e96a166a8554db474fbd783e8b27d05a9216cb0
Regards,
KiranHi David,
It looks like same cache related issue. Please check this https://wpgeodirectory.com/support/topic/updates-to-cpt-saving-but-not-showing/#post-497700
Kiran
This reply has been marked as private.Hello Mike,
This has been fixed and updated on your site too.
Please check and let us know.
Thanks,
KiranJuly 15, 2019 at 7:54 am in reply to: meta descriptions not showing on place pages using geodirectory and yoast seo #497656Hello Stephen,
This has been fixed. Please provide FTP credentials so we can check & confirm on your site after applying patch.
Regards,
KiranThanks for providing screenshot.
Please check and let us know.
Kiran
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.July 12, 2019 at 7:55 am in reply to: Supreme (v1) 'Claim Listing ' shortcode or widget required if possible. #497321This reply has been marked as private.Hello Ralf,
Use %%street%% (%%neighborhood%%) in address template and use following snippet to remove “()” for empty neighbourhood.
function gd_snippet_190712_custom_field_output_address( $html, $location, $cf, $p = '', $output = '' ) { if ( ! empty( $html ) ) { $html = str_replace( ' ()', '', $html ); } return $html; } add_filter( 'geodir_custom_field_output_address', 'gd_snippet_190712_custom_field_output_address', 20, 5 );Kiran
-
AuthorPosts