soundwaves-productions
Forum Replies Created
-
Forum: Plugins
In reply to: [Google Maps v3 Shortcode multiple Markers] Modify Info Window?Please see the screenshot section of my plugin description:
Please test the code – it works in Chrome for me
[MultipleMarkerMap id=”MultipleMarkerMapDemo” z=”12″ lat=”48.220162″ lon=”16.287525″ marker=”48.193054,16.261282,Bar,https://google-maps-icons.googlecode.com/files/cocktail.png|48.220162,16.287525,<b>super</b> <i>bar</i>,https://google-maps-icons.googlecode.com/files/beautiful.png” w=”690″ h=”442″]
Forum: Plugins
In reply to: [Google Maps v3 Shortcode multiple Markers] Modify Info Window?hi toxeia,
you can try to format the content of the info window as follows:
<b>super</b> <i>bar</i>
[MultipleMarkerMap id=”MultipleMarkerMapDemo” z=”12″ lat=”48.220162″ lon=”16.287525″ marker=”48.193054,16.261282,Bar,https://google-maps-icons.googlecode.com/files/cocktail.png|48.220162,16.287525,<b>super</b> <i>bar</i>,https://google-maps-icons.googlecode.com/files/beautiful.png” w=”690″ h=”442″]
Forum: Plugins
In reply to: [Fetch Feed shortcode pageable] Not working with httpsTina,
I checked this issue.I tried this https feed – works fine:
https://www.nytimes.com/services/xml/rss/nyt/Europe.xmlThis https feed has issues with its certificate
https://ax.itunes.apple.com/WebObjects/MZStoreServices.woa/ws/RSS/topalbums/limit=25/xml
Should work if you add the https:// feed url in the plugin shortoce:
https://ax.itunes.apple.com/WebObjects/MZStoreServices.woa/ws/RSS/topalbums/limit=25/xml
So whenever you have troubles with https URLs just try to add the http URL to your shortcode!
@avshash: Cool ! ??
Hope you have fun using my plugin !please re-download the plugin and let me know if you still have the problem. I fixed the css issue.
thanks for the info – I can confirm the problem – I will have a look at it !
Forum: Plugins
In reply to: [Fetch Feed shortcode pageable] Not working with httpsHi Tina,
never tested a https:// Feed… will have a closer look at this !Thanks for your input!
hi, dkotter !
just have a closer look to this shortcode example:
[MultipleMarkerMap id=”mapJGH2″ z=”12″ lat=”48.193054″ lon=”16.261282″ marker=”48.193054,16.261282,JGH,https://213.33.97.74/wp-content/uploads/2011/05/logo_googlemap_jgh.png|48.220162,16.287525,SHB,https://213.33.97.74/wp-content/uploads/2011/05/logo_googlemap_shb.png” w=”690″ h=”442″ ]
do you see the third value of the “marker” attribute?
it says “JGH” .. this is the pop-up text .. you can try it on your site !best
RomanShortcode plugins are usually entered BY HAND .. there’s no generation of shortcodes ..
there are several internet sites which will get you the latitude and longitude, just google “get lat long” and you’ll get a bunch of search results … furthermore, as you said .. I guess you can get lat/long in google earth !
best,
Romanhi, luispic!
Glad, that the plugin works for you !
Don’t get your question though .. what do you mean by “how can I generate the shortcode?”First install and activate the plugin.
Then, if you are in the admin section of your wordpress installation, select an article (post) or page where you want to include a google map.Then paste this piece of code in the WYSIWYG editor
[MultipleMarkerMap id=”MultipleMarkerMapDemo” z=”12″ lat=”48.220162″ lon=”16.287525″ marker=”48.193054,16.261282,Bar,https://google-maps-icons.googlecode.com/files/cocktail.png|48.220162,16.287525,point-of-view,https://google-maps-icons.googlecode.com/files/beautiful.png” w=”690″ h=”442″]
Now adapt the markers lat/lon values as you wish.
hope that helps !
best,
Roman