Guust
Forum Replies Created
-
AuthorPosts
-
A developer will have a look at your question in the new year.
Thanks for your patience, and happy new year 🙂Listings must have addresses and map data for all listings in a Custom Post Type (CPT).
You can turn off addresses for ALL listings in a CPT, or turn on for ALL listings in a CPT.
But you cannot have both in the same CPT.Yes, that’s right.
Yes, you can add it to your functions.php.
Code Snippets does not take anything to run, it just allows you to add snippets you would normally add to your functions.php independently of your theme.It allows your visitors to search by title of a listing.
This should remove it:
.map_category input[type="text"] { display: none; }See also https://wpgeodirectory.com/docs/common-styling-examples/#legend if you want to remove the whole category box.
Thanks for letting us know 🙂
This will assist to make sure you do not miss any updates:
https://wpgeodirectory.com/docs/installing-addons
https://wpgeodirectory.com/docs/installing-addons/#updatesJust open a new ticket if you need more help.
Thanks
You should not add any locations, see https://wpgeodirectory.com/docs/manage-location/#edit
Once you added the Location Manager, your CSV should work.
Google classifies locations different in every country, and each town or suburb in Australia is treated as another “city” by the Google API: https://wpgeodirectory.com/docs/definitions/#location
That does not stop GD to be used though for Australia, see for example
https://playinginpuddles.com.au/
https://2cv.com.au/
and plenty more, just cannot think of them right now.PS: I live near Brisbane myself 🙂
December 31, 2017 at 12:14 am in reply to: How to use my LICENCE KEY to activate an existing site #410999Please try adding your license now as explained here: https://wpgeodirectory.com/docs/installing-addons/#updates
You may also be interested in this: https://wpgeodirectory.com/docs/linking-custom-post-types/
You need to add the GD Home Widget in the top section:
https://wpgeodirectory.com/docs/layout/#directory
https://wpgeodirectory.com/docs/widgets/Let us know how you went.
1. Because you are not allowing any images or fields to be added in the price package setup.
2. Try using only normal characters, cannot see the reason really.
To change the cog wheel:
.fa-cog:after {font-family: FontAwesome; content: "\f1b9"; color:white; font-size: 16px;} .fa-cog {color:transparent; font-size: 0}To change the search icon:
.fa-search:after {font-family: FontAwesome; content: "\f1b9"; color:white; font-size: 16px;} .fa-search {color:transparent; font-size: 0}Adjust as required.
To find the correct icon code, see http://fontawesome.io/cheatsheet/I tried custom html with a grid but Supreme Directory doesn’t recognize the grid which is really frustrating.
I have now added a text widget with some basic HTML so you can see how it can be done.Creating a non-GD homepage
You would just create a normal WP page and assign that as the homepage.
Some people use the directory not as the main part of their site, and others want the GD Home Page to be the website’s homepage.
That is why the option is there, all sites are different.
This explains the settings required if you want to go that way: https://wpgeodirectory.com/docs/basic-installation/#homeIf you want to use one of your normal WordPress pages for the homepage of your website, then at GD Home Page select GD Home Page, but choose your normal WordPress page at Settings > Reading > Front page displays > Front Page.
Alex’s snippet will indeed work. Sorry for my incorrect answer.
And Alex, thanks for the tip 🙂December 30, 2017 at 10:33 pm in reply to: Place categories vs place tags vs. sub-categories #410989Yes, that would be an option. A custom field can be set to be “required” in which case at least one option will be available.
-
AuthorPosts