Home Page Modifications
This topic contains 5 replies, has 2 voices, and was last updated by Guust 7 years, 8 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket-
AuthorPosts
-
November 5, 2017 at 2:12 am #404191
A couple of things, the size of the map is causing my default width of my page to be super big. Is there a place I can change/modify that?
I want to fully disable and make the overlay on the right of the map.
And on the category the red line, I need to change the color.
And is there a code or widget that I can add that will display the cities? I can’t seem to find one.
November 5, 2017 at 6:26 am #404196the size of the map is causing my default width of my page to be super big. Is there a place I can change/modify that?
Maybe there is a theme setting for that, have a look at your Divi settings or add CSS like this”#page-container { max-width: 1280px; margin: auto; }
I want to fully disable and make the overlay on the right of the map.
https://wpgeodirectory.com/docs/common-styling-examples/#legendAnd on the category the red line, I need to change the color
.gd-cptcat-row .gd-cptcat-title { border-bottom: 1px solid #cccccc; }
And is there a code or widget that I can add that will display the cities?
You can add the location switcher to the main menu: https://wpgeodirectory.com/docs/multilocations/#mainYou can also create a page with links to all locations:
https://wpgeodirectory.com/docs/location-manager-shortcodes/#switchThanks
November 6, 2017 at 12:34 am #404229Thank you, the code you gave for making the map worked, it’s causing some problems with my menu, but I will go back into divi and see if something I can change in there will fix it.
I want to fully disable and make the overlay on the right of the map.
https://wpgeodirectory.com/docs/common-styling-examples/#legend
I did this, but it just makes it so its retractable or not. I want it gone if possible, please!!The two suggestions that you gave don’t do what I’m looking for. Is there a way to just show cities, kinda like categories, so someone can select the city and the businesses in that city will show?
And one final question, I have two separate types of directories, one for businesses and the other for parks and playgrounds. So I made two custom post types. But for some reason when I try to just show my parks and playground map, it defaults to the business directory. I really hope there is a way around this.
http://chathamcountyevents.com/business-service-directory/ — Just want it to show business custom post type
http://chathamcountyevents.com/parks-and-playground/ — just want to show parks and playground custom post type.Thank you for all your help!
November 6, 2017 at 10:08 am #404278I want to fully disable and make the overlay on the right of the map.
.gd-trigger .fa-expand, .gd-trigger .fa-compress { display: none; }
Please review https://wpgeodirectory.com/docs/customizing-your-style/
Both suggestions add a way to select cities, not sure why you think they don’t. They are the only way to access all cities from a menu or a page. Maybe you deleted the location page or did not connect it correctly at GD > Permalinks.
https://wpgeodirectory.com/docs/core-permalinksYou have added a GD Home Map widget to a GD Listings page instead of a GD Listings Map widget.
Change the widget at GD Listings Top Section to the GD Listings Map widget.
https://wpgeodirectory.com/docs/layout/#directory
https://wpgeodirectory.com/docs/widgets/Thanks
November 6, 2017 at 9:04 pm #404381Thank you for your help. I was hoping to add the cities in a different way, but that’s okay. Thank you! You can mark as resolved.
November 6, 2017 at 10:25 pm #404392You’re welcome 🙂
-
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket