Kiran
Forum Replies Created
-
AuthorPosts
-
February 18, 2020 at 11:39 am in reply to: Strange result of "Омск" city location page in Russia. #530987
Hi Alexander,
This has been fixed and it will be in next release of Location Manager.
If you have access to files then you can apply patch to fix on your site.
– Open file WORDPRESS_ROOT\wp-content\plugins\geodir_location_manager\includes\widget-functions.php
– In line no. 72 just changelike
to
=
– Save file
Let us know.
Thanks,
KiranHi milettic,
This is the archive page title and it is coming from Yoast plugin title setting.
You can find it at
– SEO > Search Appearance > Taxonomies > Place Categories > SEO Title
– SEO > Search Appearance > Taxonomies > Place Tags > SEO TitleTranslation can be done via Yoast or you can directory modify “Archives” text there.
Regards,
KiranFebruary 18, 2020 at 10:14 am in reply to: Facebook app status: should I tick App status On or Off? #530974This reply has been marked as private.Hi jotomas,
On ajax requests WPML uses language code stored in cookie. On your site when user is logged in it always uses default CA language and retrieves calendar for CA language.
If you have noticed for non-logged users the calendars are working fine for all languages.
I have added some updates to fix this issue for logged in users, so it will force to use current language code to make ajax request to retrieve calendar.
Please try after clearing your browser cache & cache from server(it looks like your site caches JavaScript files from server side cache).
Let us know.
Regards,
KiranHi Foster,
This has been fixed and it will be in next release. Provide us FTP credentials if you want me to apply patch on your site.
Thanks for spotting.
Kiran
Hi jotomas,
Issue has been fixed. Please check and let us know.
Thanks for spotting.
Kiran
Hi Abdelaziz,
Please check now search with price range is working fine. It was treating price as a text instead of number.
Kiran
Hi Ron,
Since v2.0.0.13 WP Invoicing has improved API functionality and this affected Payment Manager(v1) running with old version.
I have fixed issue on your site, please check and let us know.
Kiran
February 17, 2020 at 9:05 am in reply to: Site gets very slow and cpu is running up to 99% without doing much on site #530760Hi Hanno,
Please provide us FTP credentials to debug from our side. Provide us details on which page you seen this error or tell us steps to replicate issue from our side.
Regards,
KiranHi Matthew,
Actually issue is coming from Ninja Forms plugin. We already reported to Ninja Forms team to fix this bug, but in recent version they have not fixed yet.
So we have released new version and also provided snippet as a temporary solution.Kiran
This reply has been marked as private.This reply has been marked as private.Hi Ewen,
I have made changes in following plugin directories.
– /wp-content/plugins/geodir_custom_posts
– /wp-content/plugins/geodir_event_managerPlease check now and let us know.
Regards,
KiranHi @memorex13,
On staging site i tested with WordPress default theme & disabling all the plugins. Still it refreshing page on click on reply button. Issue is add comment setup is not loading on your site which should be loaded on domready. I guess issue is a site specific or a server specific.
I have added following snippet on your live site to load add comment setup. Now reply action is working fine as expected.
function gd_snippet_fix_comment_reply_refresh() { ob_start();?> <script type="text/javascript"> jQuery( function($) { try { window.setTimeout( function() { window.addComment.init(); }, 200); } catch ( err ) { } }); </script> <?php echo ob_get_clean(); } add_action( 'wp_footer', 'gd_snippet_fix_comment_reply_refresh', 999 );
Try on live site after clearing your browser cache.
Regards,
KiranThis reply has been marked as private. -
AuthorPosts