Remove Default Location

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

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

Open Support Ticket
  • Author
    Posts
  • #18708

    mykidsdayout
    Free User
    Post count: 36

    Hi,

    Is there any way the plugin can just completely forget about the default location during the user’s session, for example when I got to the All Listings page after a recent search, I don’t want it to remember the last location that was searched etc

    Many thanks,
    Wes

    #18712

    Guust
    Moderator
    Post count: 29970

    Not possible, that is why you should use the location switcher and visitors should also be able to navigate away from the filtered location using the breadcrumbs.

    #18723

    mykidsdayout
    Free User
    Post count: 36

    forgive my ignorance, I am not using GD as the homepage, is the location switcher only available from there?

    Cheers

    #18724

    Guust
    Moderator
    Post count: 29970

    If you add the location switcher, it will be available on every page of your site (including non-GD pages), in the main menu.

    #18727

    mykidsdayout
    Free User
    Post count: 36

    Thanks, i’ve managed to get the location switcher on the menu (see url) – http://bit.ly/1DhPdns

    Can I ask how I change the “Change Location” text (and the CSS) as it’s not clear what it’s for at this stage because the site isn’t specifically about the directory search.

    Cheers,
    Wes

    #18739

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    change location text can be change via translation file. In this case it’s in location manager po file. Pls see http://docs.wpgeodirectory.com/category/translation/

    css:

    
    
    
    #main-nav ul li.parent-list a {
    width: auto;
    }
    
    #main-nav ul.sub-menu .gd-location-switcher-menu-item a {
        color: #333 !important;
        text-shadow: none !important;
    }
    
    #main-nav ul.sub-menu .gd-location-switcher-menu-item a:hover {
        color: #111 !important;
        text-shadow: none !important;
        background: 0 none;
    }
    
    #main-nav ul ul .geodir-chosen-container li {
        border: 0 none;
        color: #333 !important;
    }
    

    Let us know,

    Thx

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

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

Open Support Ticket