Hi
I use Leaflet Maps Marker in multisite WP with:
[caption id="" align="aligncenter" width="470" caption="..."][mapsmarker layer="4"][/caption]
And in right bottom corner I see the text:
MapsMarker.com
(
Leaflet
,
Icons
)
in 6 lines. I can erase this text but I prefer change PHP to show this properly in 1 line.
Can you help me?
Best regards
Witold
question is if you only use [mapsmarker layer="4"] and then the credits line displays correctly, it is an issue with your template and then you should check there to identify and change the css which is causing this...
http://www.eryniawtrasie.eu/wp-content/themes/adventure-journal/style.css?ver=3346
find
.wp-caption a { text-align:center; display:block; }
replace with
.wp-caption a { text-align:center; display:inline; }
PS: As I give support for free, I´d appreciate your review at http://wordpress.org/support/view/plugin-reviews/leaflet-maps-marker
thanks!
Every think is all right.
Thanks