Homepage filter container

This topic contains 7 replies, has 3 voices, and was last updated by  Alessandro Rossignoli 5 years, 7 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #444477

    Alessandro Rossignoli
    Expired Member
    Post count: 24

    Hi,

    I’ve a little problem with the filter container. In the listings page it works perfectly, when you open filter it pull the bottom content more down to take space. In homepage it cant do the same and maps goes over it.

    How can i make that one in homepage work as the one in the listings?

    Thanks,
    Alessandro

    #444485

    Alex Rollin
    Moderator
    Post count: 27815

    Please share the URL of the pages where we can see the issue. We will take a look and see if that can be fixed with some CSS.

    #444940

    Alessandro Rossignoli
    Expired Member
    Post count: 24
    This reply has been marked as private.
    #444958

    Alex Rollin
    Moderator
    Post count: 27815

    Please put the map where you want it and let us know.

    You can use BSR to correct URLs in your DB.

    https://wpgeodirectory.com/docs-v2/v2/mixed-content/

    #445002

    Kor
    Moderator
    Post count: 16516

    Hi there,

    Thanks for your reply. I’ve just checked your Website and I’m able to see the issue you’re referring to. To fix this, I’ve inserted the custom CSS code below into Gd > Design > Scripts > Custom Style CSS

    div#sticky_map_geodir_map_v3_home_map_2 {z-index:0!important}

    Could you please check and see if it works now?

    Thanks!

    #445108

    Alessandro Rossignoli
    Expired Member
    Post count: 24

    Hi Kor,

    I’ve just checked and it’s half ok, I need the menu pull the maps down like in the listings page.

    Take a look on the attacched gif!

    Thanks,
    Alessandro

    #445233

    Kor
    Moderator
    Post count: 16516

    Hi there,

    Thanks for your reply. That would require customization. But I’ve worked out an idea here and you might need to fix the styling issues on your own.

    
    
    .sd.home .featured-area .geodir-filter-container, .sd.sd-location .featured-area .geodir-filter-container {
        position: relative!important;
        
    }
    
    .sd-homepage .featured-area, .sd-location .featured-area {
        height: inherit!important;
        
    }
    
    .header-wrap {
        margin-top:100px!important;
    }
    #446737

    Alessandro Rossignoli
    Expired Member
    Post count: 24

    Thanks Kor, I’ve adjusted your idea/code and now it’s working perfectly!

    Mark this thread resolved!

    Thanks a lot!

    Alessandro

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

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

Open Support Ticket