Leon Rowland
Forum Replies Created
-
Forum: Plugins
In reply to: [[DEPRECATED] Pronamic Cookies] Wall on httpsAn update is now on our develop version. The WordPress repository will be updated soon.
Forum: Plugins
In reply to: [Pronamic Google Maps] Static map link not using SSLThanks for the report. We have fixed this in the development version. Expect an update soon.
Forum: Plugins
In reply to: [[DEPRECATED] Pronamic Cookies] Wall on httpsGreat thanks. We know what the problem is. Expect an update in the coming days. Thanks again.
Forum: Plugins
In reply to: [Pronamic Google Maps] Change Default Map Marker IconHello patrick0001
We have a few examples located here: https://github.com/pronamic/wp-pronamic-google-maps/tree/develop/examples
There is one, that details how to change the icons: https://github.com/pronamic/wp-pronamic-google-maps/blob/develop/examples/map-filter-marker-options.php
As for your second question, on the installation tab, there are details there:
https://www.ads-software.com/plugins/pronamic-google-maps/installation/
Hope that answered your questions. If you have anything further you can respond, but I will mark as resolved for now.
Forum: Plugins
In reply to: [[DEPRECATED] Pronamic Cookies] Wall on httpsThanks for the report. We will look into it.
Forum: Plugins
In reply to: [[DEPRECATED] Pronamic Cookies] Button custom text?Close is part of the language file. You can read more about Translating WordPress plugins/themes on https://codex.www.ads-software.com/Translating_WordPress
If you want a quick solution, although I would advise against it, as it would be overridden when the plugin gets updated, you can modify the
‘views/message.php’ file.Forum: Plugins
In reply to: [[DEPRECATED] Pronamic Cookies] Cookie bar not displaying properly?Most plugins will require that the theme uses wp_head(); as it is that that loads any of the themes custom styles or custom javascript code.
If you open the header.php from the Editor page under Themes you can add wp_head inside the <head></head> tags and it should be ok.
This obviously depends on how the theme is built, but you can give it a try.
Forum: Plugins
In reply to: [[DEPRECATED] Pronamic Cookies] Cookie bar not displaying properly?Hello Rick.
Do you use <?php wp_head(); ?> in your theme? The plugin registers a stylesheet which doesn’t appear to be loading.
htc1014.
If you are still having troubles with number 3, can you open a new thread, so it’s a little easier for us to keep track of. Thanks
aiacPL and htc1014:
In regards to the first 2 points. I have had a chance to look at them, and have fixed them. Expect to see it in the next release, coming soon.
Thanks for the report.
Hmm, I will look into this. I will get back to you both.
Forum: Plugins
In reply to: [Pronamic Google Maps] mashup not showing allHello StevieD
Make sure in your [googemapsmashup query=””] that it has nopaging=true.
I can only see 10 markers, which is the default posts per page setting.
Forum: Plugins
In reply to: [Pronamic Google Maps] Map infobubble (no mashup)Hello Maartje_1992.
It doesn’t appear the moment that we can support that. What you would be looking for, is the ability to override the content assigned to the ‘description’ property. ( https://github.com/pronamic/wp-pronamic-google-maps/blob/develop/classes/Pronamic/Google/Maps/Maps.php#L401 )
Currently though, there is no filter attached to the $info object or the description property set, which means it can not be modified. We will take note of this and give an additional filter on the entire $info object.
This will make modifications to every property ( title, description etc ) a possibility.
Forum: Plugins
In reply to: [Pronamic Google Maps] List of options?Hello johnevanofski
There isn’t a fully defined list. Instead you can look at the $defaults array from these 2 files.
For Mashups: https://github.com/pronamic/wp-pronamic-google-maps/blob/develop/classes/Pronamic/Google/Maps/Mashup.php#L15
For Normal: https://github.com/pronamic/wp-pronamic-google-maps/blob/develop/classes/Pronamic/Google/Maps/Maps.php#L372
Forum: Plugins
In reply to: [Pronamic Google Maps] Does it work in 3.6?Hello chicchera.
In the content of your post, did you call the shortcode? Pronamic Google Maps doesn’t automatically append the map to the content. Instead you can use the shortcode, or directly call the pronamic_google_maps() function in your template files.
If those still don’t work then please respond and I will help you further.
Forum: Plugins
In reply to: [Pronamic Google Maps] Link to map and location info?You can add a link into the description of a marker. Using the tag from HTML.
Would that achieve what you are after?