vidapura
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to change Author of post in 4.5.2Ahh haa…
Screen Options eh? Thats a new one on me.
Thank you very much!
Apologies if I have missed some basic reading here.
I’ll try to read the manuals a bit more closely.Thanks again
Vida.Forum: Plugins
In reply to: [Google Maps Plugin by Intergeo] Can't get API Key ???I’m sorry Hardeep,
I still haven’t been able to get this plugin to display a map.
I removed the api key.
But still get errors on console…The deviceorientation event is deprecated on insecure origins, and support will be removed in the future. You should consider switching your application to a secure origin, such as HTTPS. See https://goo.gl/rStTGz for more details.
util.js:220 Google Maps API warning: NoApiKeys https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys
util.js:220 Google Maps API warning: RetiredVersion https://developers.google.com/maps/documentation/javascript/error-messages#retired-version
util.js:220 Google Maps API warning: SensorNotRequired https://developers.google.com/maps/documentation/javascript/error-messages#sensor-not-requiredForum: Plugins
In reply to: [Google Maps Plugin by Intergeo] Can't get API Key ???I’m using the plugin on the free version of the Parallax One theme.
I get these errors on the console:
JQMIGRATE: Migrate is installed, version 1.4.0
jquery.js:2
Uncaught Error: Syntax error, unrecognized expression: #menu-primary a[href*=#]:not([href=#]), a.woocommerce-review-link[href*=#]:not([href=#]), a.post-comments[href*=#]:not([href=#])
plugin.home.js:7
The deviceorientation event is deprecated on insecure origins, and support will be removed in the future. You should consider switching your application to a secure origin, such as HTTPS. See https://goo.gl/rStTGz for more details.
maps.googleapis.com/maps-api-v3/api/js/22/17/util.js:30
RetiredVersion, SensorNotRequired: https://developers.google.com/maps/documentation/javascript/error-messagesForum: Plugins
In reply to: [Google Maps Plugin by Intergeo] Can't get API Key ???Thanks Hardeep,
But I cannot seem to get a map to show.
I make the map and put in the shortcode.. but no luck.
Initially I was getting a message complaining about the api key.
So I got a javascript api key.
Now I don’t get a message, but I also don’t get a map.I have the shortcode in the page etc..
Forum: Plugins
In reply to: Whats making my dialog transparent?Ok,
So I managed to answer this one myself.WordPress 3 doesn’t appear to include the jquery ui css unless you tell it to.
So I had to put this into my plugin…wp_enqueue_style("jquery-ui-css", "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery.ui.all.css");
and that did it.
Hope this is of use to someone else…
Vida
Forum: Plugins
In reply to: Whats making my dialog transparent?Sorry, I managed to hit Enter there a bit quick.. and ended the post prematurely.
I’m using WordPress 3.8.1 and Chrome browser.
And any advice will be greatly appreciated.
Thanks
Vida