Styling and Places
This topic contains 115 replies, has 5 voices, and was last updated by Paolo 10 years ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket-
AuthorPosts
-
January 12, 2015 at 9:02 pm #27235
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?
January 12, 2015 at 9:06 pm #272363) 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.
January 12, 2015 at 9:13 pm #272423) 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
January 12, 2015 at 9:15 pm #27244meant to ask as well… when selecting locations is it possible to set different zoom levels for different locations please?
January 12, 2015 at 9:17 pm #272453) 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.
January 12, 2015 at 9:25 pm #272483) 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?
January 12, 2015 at 9:33 pm #27250couple 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
January 12, 2015 at 9:44 pm #272564) 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; }
January 12, 2015 at 9:47 pm #27257great, 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?
January 12, 2015 at 9:52 pm #27260added all of the code above into the GDF Options ,quick code but the reviews are still showing
January 12, 2015 at 9:54 pm #27263a.geodir-pcomments { display:none !important; }
January 12, 2015 at 9:56 pm #27265great, thank you so much.. can you please help with my top menu?
January 12, 2015 at 10:03 pm #27268January 12, 2015 at 10:03 pm #27269I 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; }
January 12, 2015 at 10:04 pm #27270sorted 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
-
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket