remove sidebar from places page

This topic contains 14 replies, has 2 voices, and was last updated by  Paolo 8 years, 7 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #53566

    Yanik Chauvin
    Free User
    Post count: 10

    Hello

    Thanks for a great plugin.

    How do I remove the sidebar from the places pages?

    I would also like to remove the “reviews” and “photos” tab.

    Thanks!

    #53620

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    the tabs you can hide from settings in GeoDirectory >> Design >> Detail >> Exclude selected tabs from detail page.

    To remove the sidebar, you can do that with css. It’s the easiest way.

    Add this to GeoDirectory >> design >> scripts >> custom css.

    
    
    .geodir-details-sidebar-right {
        display: none;
    }
    
    #geodir_content {
        width: 100%;
    }

    Let us know how you went.

    Thanks

    #53898

    Yanik Chauvin
    Free User
    Post count: 10
    This reply has been marked as private.
    #54030

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    the code didn’t work, because you are using X and with X css is a bit differnt. You can check what I changed in custom css.

    Here you have the page showing only commerces category :

    http://centrevillewaterloo.com/places/commerces-1/

    and vacants :

    http://centrevillewaterloo.com/places/vacants-1/

    I’ve already hidden everything but the map.

    Thanks

    #54133

    Yanik Chauvin
    Free User
    Post count: 10

    Hi Paolo!

    Thanks! That’s great! You’re awesome! 🙂

    I looked in the settings but I can’t seem to find where to change the default zoom level and the map width.

    I also still need add a page title above the map.

    Thanks!

    Yanik

    #54150

    Paolo
    Site Admin
    Post count: 31206

    For these 2 pages will be in widgets >> GD listings top section >> GD GMap listing widget.

    You can add the add listing link to your main menu in GeoDirectory >> Design >> Navigation

    https://wpgeodirectory.com/docs/core-design/#navigation

    For anything else you will really need to hire someone to guide you. We can’t customize your website from start to finish as part of support.

    Thank you

    #54154

    Yanik Chauvin
    Free User
    Post count: 10

    WOW! Thanks!

    I never would have thought to look in Widgets. 🙂

    Thanks for all your support! You have amazing CS. You have gone way beyond what most support do. You rock!

    I just gave you a big fat 5 stars! 🙂

    Yanik

    #54155

    Paolo
    Site Admin
    Post count: 31206

    Thank you sir! 🙂

    #54370

    Yanik Chauvin
    Free User
    Post count: 10

    Hi Paolo

    I promise this is my last request! 🙂

    It was in my original question and I looked in your forums first to see if I could find the answer but didn,t.

    How do I remove the “photos” and “reviews” tabs?

    Thanks!

    PS: I signed up to help translate the French files!

    #54415

    Paolo
    Site Admin
    Post count: 31206

    Hi again,

    I replied to that one too in my 1st reply:

    the tabs you can hide from settings in GeoDirectory >> Design >> Detail >> Exclude selected tabs from detail page.

    Thank you 🙂

    #54463

    Yanik Chauvin
    Free User
    Post count: 10

    hahaha!! Too much computer. I’m going blind! 🙂

    #54501

    Yanik Chauvin
    Free User
    Post count: 10

    Hi Paolo

    I’m sure it’s something silly but for the life of me I can’t find where to change the number of listings showing up on the listings map. Right now it is limited to 10. But I want all my listings to show.

    Thanks and have a great weekend!

    #54508

    Paolo
    Site Admin
    Post count: 31206

    HI,

    the listings in the map correspond to the number of listing in archive each page (that we have hidden below the map).

    You can’t have them all (unless they are a decent number). You can set that number in :

    Settings >> Reading >> Blog pages show at most and set a number covering all your listings.

    Remember you are not using the plugin has it is supposed to work…

    Thanks

    #54528

    Yanik Chauvin
    Free User
    Post count: 10

    Great! That worked! 🙂

    Thanks!

    #54529

    Paolo
    Site Admin
    Post count: 31206

    You are welcome 🙂

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

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

Open Support Ticket