grey box covering listings page

This topic contains 12 replies, has 3 voices, and was last updated by  Giri 7 years, 3 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #352943

    Katie Lidgard
    Expired Member
    Post count: 188

    Hi, Does anyone know why I would be getting a grey box over my listings page? It prevents me from being able to select anything on the page.
    Thank you for your help.
    Katie

    #352946

    Kor
    Moderator
    Post count: 16516

    Hi Katie,

    Not really sure what’s causing this. To save time, please insert the custom CSS code below into GD > Design > Scripts > Custom Style CSS to fix this. Let us know how it goes.

    
    
    header.entry-header {
        background: transparent!important;
    }
    #352983

    Katie Lidgard
    Expired Member
    Post count: 188
    This reply has been marked as private.
    #353049

    Giri
    Expired Member
    Post count: 3155

    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

    #353050

    Giri
    Expired Member
    Post count: 3155

    Try disabling this plugin.

    WP Google Maps
    #353530

    Katie Lidgard
    Expired Member
    Post count: 188
    This reply has been marked as private.
    #353679

    Katie Lidgard
    Expired Member
    Post count: 188
    This reply has been marked as private.
    #353787

    Giri
    Expired Member
    Post count: 3155

    Hi katie,

    I’m looking into this issue. I’ll let you know my findings.

    Thanks

    #353797

    Giri
    Expired Member
    Post count: 3155

    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;
    }
    #353805

    Katie Lidgard
    Expired Member
    Post count: 188
    This reply has been marked as private.
    #353821

    Giri
    Expired Member
    Post count: 3155

    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

    #353827

    Katie Lidgard
    Expired Member
    Post count: 188

    That’s worked – thank you. And yes, when i reactivated the third party plugin it’s still working.
    Thank you for sorting that issue out for me. It’s much appreciated.
    Katie

    #353829

    Giri
    Expired Member
    Post count: 3155

    You’re welcome katie.

Viewing 13 posts - 1 through 13 (of 13 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket