emmawood
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can’t upload pictures when I write a postHi, I’m not aware of any options, but I assume the visual editor.. I don’t have to write any code!
Forum: Fixing WordPress
In reply to: Can’t upload pictures when I write a postMy problem isn’t resolved.
I just have code, no way of uploading pics.Forum: Fixing WordPress
In reply to: Google Maps in WPOh ok.. It’s not just me that’s having trouble adding Google maps to my site then, if you are writing code!?
Will email you Paul, thanks. EmForum: Fixing WordPress
In reply to: Google Maps in WPFor sure.
When Google maps thank you for signing up for a google maps AIP key, they give you an example web page to get you started on your way to ‘mapping glory’. (Pasted below)
It includes my key, that they say is good for all URLs in my directory: https://www.emmawoodphotos.co.uk/blog/
I assumed that once that was up – I could then edit as I worked through the instructions. Obviously not that easy!
Does that help explain Otto?
I really appreciate the help if you have any other suggestions. Thanks<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN”
“https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”>
<html xmlns=”https://www.w3.org/1999/xhtml”>
<head>
<meta http-equiv=”content-type” content=”text/html; charset=utf-8″/>
<title>Google Maps JavaScript API Example</title>
<script src=”https://maps.google.com/maps?file=api&v=2&key=ABQIAAAAn5ldIr0maFFOV3lYj4rlgRRfmMzZG2Yqac32kyf0U0MY-EakhRTpd5izgH_PtdA2xIp_NWSjsWCY_w”
type=”text/javascript”></script>
<script type=”text/javascript”>//<![CDATA[
function load() {
if (GBrowserIsCompatible()) {
var map = new GMap2(document.getElementById(“map”));
map.setCenter(new GLatLng(37.4419, -122.1419), 13);
}
}//]]>
</script>
</head>
<body onload=”load()” onunload=”GUnload()”>
<div id=”map” style=”width: 500px; height: 300px”></div>
</body>
</html>Forum: Fixing WordPress
In reply to: Google Maps in WPThanks Otto.
Done that – and again nothing. Do I need to de-activate the php stuff previously activated?Forum: Fixing WordPress
In reply to: Google Maps in WPMicheal,
Thanks for your help.
I have done what you suggest and downloaded the RunPHP Plugin. Followed all the directions.. but still not a map in sight when I come to writing the page!