glsmith7
Forum Replies Created
-
Forum: Plugins
In reply to: [Gmedia Photo Gallery] Google Map APIHad space in front of Google number (a space is added to the copy to clipboard from the Google site).
Delete the space and all works.
Forum: Plugins
In reply to: [Gmedia Photo Gallery] How to get a Google map API?I just struggled through this and found the snags. I’m working well now, so hopefully this will help:
1) Get a Google API number:
https://developers.google.com/maps/documentation/javascript/get-api-key
2) Put this number into the GMedia preferences box.
IMPORTANT: I had a problem with this because when the Google site gives you the API, it automatically puts it on your clipboard. So, I pasted this into the GMedia preferences. Turns out, when you paste it puts a blank space in front. This makes the number unrecognized. So, after you put the number into the proper field, make sure there are no extra spaces before or after it.
3) Go to the Google Cloud Platform dashboard:
https://console.cloud.google.com/google/maps-apis/overview
4) Click APIs in the left side.
5) Activate the Maps Javascript API.
6) Go to the API Credentials page:
https://console.cloud.google.com/apis/credentials
7) Click the API number, and then set restrictions if desired. (E.g., only requests from a given web address, or IP address.) If you don’t do this, someone else can use your API number to make calls to Google’s server.
Hope this is helpful….
Forum: Plugins
In reply to: [Gmedia Photo Gallery] Refreshing tags on photoPerfect, thanks. Knew I was making it too complicated. 🙂
GLS
Forum: Fixing WordPress
In reply to: Update plugin errorNote that if the temp directory is defined otherwise further down in the wp-config.php file, the later definition must either be changed to the above, or deleted.
This arose in my installation which started as a local Bitnami WordPress install, but kept the same temp directory (pointing to my C: drive) when I moved it to a hosting provider. I had placed the above code at the top of the file, but it was being superceeded by the later temp folder definition that I was unaware of.
So, try checking further down in the wp-config.php file to see if there is already a temp file that either doesn’t exist, or you don’t have the 755 permissions set.
Forum: Plugins
In reply to: [Gmedia Photo Gallery] Google Map APIOn the front end. The picture comes up, but the google map appears briefly and then gives the error above.