Styling and Places

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

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

Open Support Ticket
  • Author
    Posts
  • #27235

    michaeljb
    Free User
    Post count: 84

    2) ok, but then adding neighbourhoods is pretty pointless then, I may as well add them as cities. that way I can select them from the drop down menu.

    3) can I change the sizes or the boxed under the map? or is there a fixed area that the main area and right hand column need to fit in?

    4) is it possible to have my agents show on all locations?

    #27236

    Simone
    Expired Member
    Post count: 3515

    3) when you embed the code of youtube, you can choose the width

    4) not sure I get what you mean (?) I assume Agents is a post type, so when you add a widget for the agents (widget name is GD > Popular post widget) there is an option for the location (“Enable location filter”), if ticked, it will filter the agents based on location, so I assume you shouldn’t enable this if you want them to be on all locations.

    #27242

    michaeljb
    Free User
    Post count: 84

    3) I know, what I am meaning is that if the main content area is not big enough under the map, can I make it bigger? I just changed it from 63% to 80% and nothing happened

    4)ok thanks

    #27244

    michaeljb
    Free User
    Post count: 84

    meant to ask as well… when selecting locations is it possible to set different zoom levels for different locations please?

    #27245

    Simone
    Expired Member
    Post count: 3515

    3) you can change the width from the GDF option here http://www.herb.the-county.ca/wp-admin/admin.php?page=_options but you ned to change the sidebar accordingly from the geodirectory settings.

    you cans et the widget map to be set with the auto-zoom (you’ll find the option in the widget) so it will dynamically change the zoom based on the listing on the map.

    #27248

    michaeljb
    Free User
    Post count: 84

    3) ok I will play about with that thanks

    4) is it possible to have a default post type for the home page please?

    That’s not what I mean. If you look at my home page, I live on an island with several towns. So if someone selects a town with a few listings, rather than showing the map of the island with clustered icons, could the town be a different zoom level?

    #27250

    michaeljb
    Free User
    Post count: 84

    couple more things please.
    Is it possible to lose the star ratings, reviews and favorites from everything?

    also, please look at my top menu, anyway that I can move it to the right of the logo and up a bit?

    thanks

    #27256

    Simone
    Expired Member
    Post count: 3515

    4) you can set the default post type from the geodirectory settings, design and Map tab.

    The zoom map cannot be set based on a location because it is set on the widget itself, autozoom would be the best option.

    You can hide the star/review/favorite, it has been discussed several times here on the forum.

    to remove them add this in your style.css inside your child theme

    rating stars

    
    
    div.geodir-rating {
    display:none;
    }

    review text

    
    
    a.geodir-pcomments {
    display:none;
    }

    favorites

    
    
    a.geodir-addtofav-icon {
    display:none;
    }
    #27257

    michaeljb
    Free User
    Post count: 84

    great, thank you so much.. I just need help moving my top nav menu to the left of my logo and up a bit.. can you please help with this?

    #27260

    michaeljb
    Free User
    Post count: 84

    added all of the code above into the GDF Options ,quick code but the reviews are still showing

    #27263

    Simone
    Expired Member
    Post count: 3515
    
    
    a.geodir-pcomments {
    display:none !important; 
    }
    
    #27265

    michaeljb
    Free User
    Post count: 84

    great, thank you so much.. can you please help with my top menu?

    #27268

    Guust
    Moderator
    Post count: 29970
    #27269

    Simone
    Expired Member
    Post count: 3515

    I can help you a little bit, but I’m not a designer and I’m not sure it will be ok with the responsiveness on mobile.
    Also, this is far beyond the asking for support in this forum..

    to move the logo to the right of the menu add this in your style.css

    
    
    div.site-logo {
    float:right;
    margin-right: 0px !important;
    }

    for the menu up

    
    
    ul#menu-home-page.nav.top-nav.cf {
    margin-top:20px;
    }
    #27270

    michaeljb
    Free User
    Post count: 84

    sorted that out thanks.. just need help moving my top nav bar to the right of my logo and up a bit. Can you please point me in the right direction

Viewing 15 posts - 16 through 30 (of 116 total)

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

Open Support Ticket