Giri
Forum Replies Created
-
AuthorPosts
-
Hi katie,
I have disabled your 3rd party maps plugin.
Modified the css like this.
#geodir-wrapper header.entry-header { background: transparent!important; position: relative!important; text-align:left; }
Let me know how that goes.
PS: you can enable your 3rd party map plugin. but make sure to test the site before enabling the plugin.
Thanks
Hi Katie,
Your menu item causes issue with the map. Please remove one of you main menu items.
That will fix your issue.
Let me know how that goes.
Also don’t remove the custom css code I added in your settings.
This is what i added.
header.entry-header { background: transparent!important; }
Hi katie,
I’m looking into this issue. I’ll let you know my findings.
Thanks
Hi JJJ,
I have created the Alpha version for the plugin.
@paolo The source code is in bitbucket. Once stiofan move it to github, you can download and give him for testing.
Thanks
Try disabling this plugin.
WP Google Maps
Hi Katie,
You seems like using some 3rd party plugin that uses google maps api.
Its interfering with GD maps api.
So it causes error.
This is the error message I see in your site console.
You have included the Google Maps API multiple times on this page. This may cause unexpected errors.
Please disable the third party plugin and let us know if you still face that problem.
Thanks
Hi Tom,
CPanel login not working for me.
Can you post your wp-admin login details as well?
Thanks
Hi Cyril,
I have applied the patch.
Test and let me know if you face any issues.
Thanks
Hi Tom,
I have added a filter to modify banner.
Please post your ftp details. I’ll apply the changes.
Once I apply the changes you can use the following code in code snippets to modify the thumbnail.
add_filter('sd_featured_image_url', 'modify_near_me_banner'); function modify_near_me_banner($banner_url) { global gd_session; if (($gd_session->get('my_location') || ($gd_session->get('user_lat') && $gd_session->get('user_lon')))) { $banner_url = "image url here"; } return $banner_url; }
Hi we believe its something related to your server and not with our plugin or themes.
You can try this last solution.
Download the entire site folder and search for “addthis”. If you can’t find any file with that string then the problem is coming from your server software itself.
In this case you should either ask your hosting provider to fix your problem or move to a VPS like paolo advised.
Thanks
I was browsing your site folders via FTP. I have seen gd booster cache directories.
Thats why I asked you to clear the cache. But it seems like you have already disabled it. So the problem is not with GD Booster.
Hi Ron,
This question uses the same addthis publisher id your site has.
"pubid":"ra-554ac5c71847b3c2"
He also posted the solution.
http://stackoverflow.com/a/41247240/736037
That might be helpful to you.
As far as I know we don’t use any addthis code in our plugin or themes.
oh ok
I am able to connect using the IP you given.
I see that you are using GD Booster. Can you try by clearing the GD Booster cache as well as Godaddy cache?
Let me know
January 31, 2017 at 4:40 pm in reply to: Home Breadcrumb take me to wrong page and Popular Places issue #352693You need to apply the patch in Miltilocations addon. Its a private repo. So i cannot give you the link.
I totally understand your concern.
So let me give you the steps to apply the patch.
File:
/wp-content/plugins/geodir_location_manager/geodir_location_template_tags.php
Line number: ~ 56
Function name: geodir_location_breadcrumb
Replace this line
$breadcrumb .= '<li><a href="'.home_url().'">' . __( 'Home', 'geodirlocation' ) . '</a></li>';
with
$breadcrumb .= '<li>' . apply_filters( 'geodir_breadcrumb_first_link', '<a href="' . home_url() . '">' . __( 'Home', 'geodirlocation' ) . '</a>' ) . '</li>';
Final step:
Make sure Multilocations -> Home page should go to setting NOT set to location.
Let me know how that goes.
Thanks
-
AuthorPosts