@ Jennifer
re: I’m so sorry but I still can’t get the categories to upload. It doesn’t even map the files. When I press upload it doesn’t do anything. I formatted the CSV to comma and double quote is that correct?
If you press the button and nothing happens, that seems to indicate that another plugin or theme is causing a fatal javascript error on the page which stops all javascript from after the error from running. This is just my best guess. If you give me a temp WP admin login, I’ll take a look. The login details can be posted here as a private reply.
Please attach a copy of the CSV file you are trying to upload. Please rename it from .csv
to .txt
first. Otherwise it will be rejected as an unsafe file type by the forum.
re: I still haven’t been able to get the maps to work.
Open the directory page in Chrome, hit the F12 key and then click the Console tab. Look for the message from Google. These can help you figure out what to do.
Before the message was Google Maps API warning: InvalidKey
.
Now it says Google Maps API error: RefererNotAllowedMapError
This tells me that you have the key setup correctly but the referer restriction for the browser API key is not correct.
See this step in the instructions for what I suggest using as the referer restriction.
http://www.roundhoused.com/*
The above referer should work.
re: I need you to direct me to the specific doc to customize the connections shortcode.
The shortcode and its options can be found in the docs, here.
Templates can also have their own specific shortcode options. On the docs table of contents page, click the template name to learn more about its options. Likewise for any of the extensions.
Hope this helps!