Changeset 986805
- Timestamp:
- 09/10/2014 09:04:56 PM (12 years ago)
- Location:
- easy-maps/trunk
- Files:
-
- 3 edited
-
css/trippy-map-style.css (modified) (1 diff)
-
easy-maps.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
easy-maps/trunk/css/trippy-map-style.css
r966707 r986805 16 16 .trippy-map-panel-preview-container img { 17 17 max-width:100%; 18 18 } 19 20 .trippy-map-panel-preview-map-img { 21 width:100%; 22 padding:0; 19 23 } 20 24 -
easy-maps/trunk/easy-maps.php
r966707 r986805 7 7 * Description: Enhance your posts with Google Maps. Use the Trippy Easy Maps plugin to easily create more dynamic content. 8 8 * Plugin URI: 9 * Version: 1.0. 69 * Version: 1.0.7 10 10 * Author: Team Trippy 11 11 * Author URI: http://www.trippy.com … … 236 236 if ($label > 0) { 237 237 $pluginUrl = $trippy_base_url . "/tools/wordpress-easy-maps-plugin"; 238 return "<div style=\"width:".$content_width."px\" class=\"trippy-map-panel-preview-container trippy-map-panel-preview-container-" . $currentLayoutMode . "\"><div class=\"trippy-map-panel-title\">Mentioned in this post</div><a href=\"". $trippyMapDetailUrl . "\" target=\"_blank\"><img src=\"" . $trippyStaticMapUrl . "\" ><!--</a>-->". $trippyPlacesList. " <div class=\"trippy-map-panel-preview-container-header\">" . ($isAdminMode || is_preview() ? "" : "<img src=\"" . $trippyTrackingUrl. "\" width=\"1\" height=\"1\" style=\"float:left;\">"). "<span class=\"trippy-map-panel-preview-container-header-contents\"><a href=\"http://www.trippy.com\" target=\"_blank\">powered by <strong>trippy</strong></a> | <a href=\"". $pluginUrl . "\" target=\"_blank\">get the wordpress map plugin</a></span></div></div>";238 return "<div style=\"width:".$content_width."px\" class=\"trippy-map-panel-preview-container trippy-map-panel-preview-container-" . $currentLayoutMode . "\"><div class=\"trippy-map-panel-title\">Mentioned in this post</div><a href=\"". $trippyMapDetailUrl . "\" target=\"_blank\"><img src=\"" . $trippyStaticMapUrl . "\" class=\"trippy-map-panel-preview-map-img\"><!--</a>-->". $trippyPlacesList. " <div class=\"trippy-map-panel-preview-container-header\">" . ($isAdminMode || is_preview() ? "" : "<img src=\"" . $trippyTrackingUrl. "\" width=\"1\" height=\"1\" style=\"float:left;\">"). "<span class=\"trippy-map-panel-preview-container-header-contents\"><a href=\"http://www.trippy.com\" target=\"_blank\">powered by <strong>trippy</strong></a> | <a href=\"". $pluginUrl . "\" target=\"_blank\">get the wordpress map plugin</a></span></div></div>"; 239 239 } else { 240 240 return ""; -
easy-maps/trunk/readme.txt
r966707 r986805 43 43 44 44 == Changelog == 45 = 1.0.7 = 46 * CSS updates for map display 47 45 48 = 1.0.6 = 46 49 * CSS Updates to center map horizontally
Note: See TracChangeset
for help on using the changeset viewer.