Kiran
Forum Replies Created
-
AuthorPosts
-
Hi Rudi,
Admin credentials are working but FTP credentials still show following error:
Error: Connection timed out after 20 seconds of inactivity Error: Could not connect to serverKiran
Hi Marita,
Your site is running with old version of Location Manager & Marker Cluster plugins.
Please update or download from here https://wpgeodirectory.com/your-account/.
Kiran
October 3, 2019 at 1:16 pm in reply to: GD > Listings Block is breaking when adding additional CSS class #511404Hi Carole,
I checked but could not replicate issue. Can you provide video capture or screenshot how to replicate issue from my side?
You have have saved Settings > General > WordPress Address (URL) with http:// & Settings > General > Site Address (URL) with https://. This should be same.
Let us know.
Kiran
Hi jotomas,
Issue has been fixed, i just run a tool from GeoDirectory > Status > Tools > Clear version numbers and it fixed issue.
Please check and let us know.
Kiran
October 3, 2019 at 12:41 pm in reply to: Revolution Footer/Subfooter CSS conflicting with some of the shortcodes #511400This reply has been marked as private.October 3, 2019 at 12:13 pm in reply to: Revolution Footer/Subfooter CSS conflicting with some of the shortcodes #511392Hi Sangita,
Issue has been fixed, there was extra div in widget after_title parameter and it mismatching with GeoDirectory shortcodes.
I have added following PHP code snippet in theme functions.php file to fix this conflict.
/** * Revolution Theme: Fix widget after_title extra div. */ function gd_snippet_191003_wp_super_duper_widget_output( $output, $instance, $args, $super_duper ) { if ( $output != '' && ! empty( $super_duper ) && empty( $super_duper->options['no_wrap'] ) ) { if ( isset( $instance['title'] ) && empty( $args['after_widget'] ) && $instance['title'] != '' && isset( $args['after_title'] ) && $args['after_title'] == '</h6><div class="widget_content">' ) { $output .= '</div>'; } } return $output; } add_filter( 'wp_super_duper_widget_output', 'gd_snippet_191003_wp_super_duper_widget_output', 10, 4 );Please check and let us know.
Regards,
KiranThis reply has been marked as private.October 3, 2019 at 8:00 am in reply to: Revolution Footer/Subfooter CSS conflicting with some of the shortcodes #511364Hi Sangita,
We need to do some debugging in theme files and for that we need to access files. Using WP-File Manager for file editing may breaks the site sometimes when file being saved has functions which are used to running by WordPress in background. WP-File Manager plugin is good to add file/folder, but edit & save file may creates trouble sometimes.
Do you have staging/test site?
Regards,
KiranThis reply has been marked as private.October 3, 2019 at 6:36 am in reply to: Revolution Footer/Subfooter CSS conflicting with some of the shortcodes #511353Hi Sangita,
I have checked and found that adding “title” parameter to shortcode adds extra div tag in widget title. I checked by removing “title=’Best of Destinations'” and it worked.
Provide us FTP credentials to look into more in theme functions to check what causing this problem.
Best Regards,
KiranThis reply has been marked as private.This reply has been marked as private.October 2, 2019 at 1:42 pm in reply to: Rankings disappearing from Google and Server error (5xx) on GD files #511238Those urls are indexed & cached so you have to remove those urls from Google. See https://www.sistrix.com/ask-sistrix/google-index-google-bot-crawler/how-can-i-remove-a-url-on-my-website-from-the-google-index/#Option_2_Use_the_Google_Search_Console
Kiran
Please send url you are trying so we can try from our side.
Kiran
October 2, 2019 at 12:52 pm in reply to: Rankings disappearing from Google and Server error (5xx) on GD files #511231Hi eic2010,
Pages gd-details/ gd-events/ gd-archive-item/ and gd-archive/ are template page and not accessible from frontend. So these pages should not be listed in xml sitemap http://mysite.com/page-sitemap.xml
You can also exclude those pages from sitemap from Pages > Edit “GD Details” > Yoast SEO Section > Advanced > Select “Allow search engines to show this Page in search results?” to No.
Similarly you can exclude GD Archive, GD Archive Item etc pages.We have fixed this issue and it will be in next release. You can try this patch: https://github.com/AyeCode/geodirectory/commit/2f77a914f87d8bb4c735fba19d0faf85bf3e658e
Thanks for spotting.
Best Regards,
Kiran -
AuthorPosts