Changeset 2611354
- Timestamp:
- 10/08/2021 06:07:12 AM (4 years ago)
- Location:
- supreme-maps/trunk
- Files:
-
- 1 added
- 4 edited
-
assets/css/supreme-maps-builder.css (added)
-
includes/class-supreme-maps.php (modified) (2 diffs)
-
includes/modules/LeafletMap/icon.svg (modified) (1 diff)
-
readme.txt (modified) (4 diffs)
-
supreme-maps.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
supreme-maps/trunk/includes/class-supreme-maps.php
r2610741 r2611354 200 200 wp_register_style( $this->_token . '-leaflet', esc_url( $this->assets_url ) . 'leaflet/leaflet.css', array(), $this->_version ); 201 201 wp_enqueue_style( $this->_token . '-leaflet' ); 202 if ( function_exists( 'et_core_is_fb_enabled' ) ) { 203 if ( et_core_is_fb_enabled() ) { 204 wp_enqueue_style( $this->_token . '-builder', esc_url( $this->assets_url ) . 'css/supreme-maps-builder.css', array(), $this->_version ); 205 } 206 } 202 207 } // End enqueue_styles () 203 208 … … 213 218 // wp_enqueue_script( $this->_token . '-frontend' );. 214 219 wp_register_script( $this->_token . '-leaflet', esc_url( $this->assets_url ) . 'leaflet/leaflet.js', array( 'jquery' ), $this->_version, true ); 215 // wp_enqueue_script( $this->_token . '-leaflet' );.216 220 } // End enqueue_scripts () 217 221 -
supreme-maps/trunk/includes/modules/LeafletMap/icon.svg
r2610741 r2611354 1 <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 61.02 61.02"><defs><style>.cls-1{fill:url(#linear-gradient);}.cls-2{fill:#fff;}</style><linearGradient id="linear-gradient" y1="30.51" x2="61.02" y2="30.51" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ff6cdf"/><stop offset="1" stop-color="#eb0ce2"/></linearGradient></defs><circle class="cls-1" cx="30.51" cy="30.51" r="30.51"/><path class="cls-2" d="M32.71,15.74a10,10,0,0,0-8.12,15.8L31.94,43a.91.91,0,0,0,1.53,0L40.86,31.5a10,10,0,0,0-8.15-15.76Zm0,14.53a4.54,4.54,0,1,1,4.54-4.54A4.54,4.54,0,0,1,32.71,30.27Z" transform="translate(-1.49 -1.49)"/><path class="cls-2" d="M39.8,36.61l-4.57,7.15a3,3,0,0,1-5,0L25.6,36.61c-4,.93-6.51,2.64-6.51,4.68,0,3.54,7,5.45,13.62,5.45s13.61-1.91,13.61-5.45C46.32,39.25,43.84,37.54,39.8,36.61Z" transform="translate(-1.49 -1.49)"/></svg> 1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- Generator: Adobe Illustrator 25.4.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> 3 <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" 4 viewBox="0 0 64 64" style="enable-background:new 0 0 64 64;" xml:space="preserve"> 5 <style type="text/css"> 6 .st0{fill:url(#SVGID_1_);} 7 .st1{fill:#FFFFFF;} 8 </style> 9 <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="6.7439" y1="31.8719" x2="57" y2="31.8719"> 10 <stop offset="0" style="stop-color:#FF6CDF"/> 11 <stop offset="1" style="stop-color:#EB0CE2"/> 12 </linearGradient> 13 <circle class="st0" cx="31.9" cy="31.9" r="25.1"/> 14 <g> 15 <g> 16 <g> 17 <path class="st1" d="M31.9,19.1c-4.5,0-8.2,3.6-8.2,8.2c0,1.8,0.5,3.3,1.5,4.8l6.1,9.5c0.3,0.5,1,0.5,1.3,0l6.1-9.5 18 c1-1.4,1.5-3,1.5-4.8C40.1,22.8,36.4,19.1,31.9,19.1z M31.9,31.1c-2.1,0-3.7-1.7-3.7-3.7s1.7-3.7,3.7-3.7s3.7,1.7,3.7,3.7 19 S33.9,31.1,31.9,31.1z"/> 20 </g> 21 </g> 22 <g> 23 <g> 24 <path class="st1" d="M37.7,36.3L34,42.2c-1,1.5-3.2,1.5-4.2,0L26,36.3c-3.3,0.8-5.4,2.2-5.4,3.9c0,2.9,5.8,4.5,11.2,4.5 25 s11.2-1.6,11.2-4.5C43.1,38.5,41,37.1,37.7,36.3z"/> 26 </g> 27 </g> 28 </g> 29 </svg> -
supreme-maps/trunk/readme.txt
r2610746 r2611354 1 1 === Supreme Maps === 2 2 Contributors: divisupreme, kenng87 3 Tags: divi, divi m odules, divi map, divi leaflet, divi builder, divi theme3 Tags: divi, divi map, divi leaflet, divi builder, divi theme 4 4 Requires at least: 5.6 5 5 Tested up to: 5.8.1 6 Requires PHP: 5.67 Stable tag: 1.0. 06 Requires PHP: 7.0 7 Stable tag: 1.0.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 16 16 Let us know what other functionalities you’d like to be able to use with Supreme Maps. We take your suggestions seriously. We want to build the Divi Map plugins that YOU want. 17 17 18 Feature d:18 Features: 19 19 20 20 * Unlimited Markers/Pins … … 25 25 * Always Show Marker/Pin Popup 26 26 * Popup Styling 27 * Advanced Map Control Settings 27 * Advanced Map Control Settings (Show Zoom Control, Use Scroll Wheel Zoom, Use Double Click Zoom, Center Map) 28 28 29 29 == Installation == … … 63 63 64 64 == Changelog == 65 = 1.0.1 = 66 * 2021-10-08 67 * Enhance: Leaflet Map Module icon and styling in Divi "Insert Module". 65 68 66 69 = 1.0.0 = -
supreme-maps/trunk/supreme-maps.php
r2610741 r2611354 2 2 /** 3 3 * Plugin Name: Supreme Maps 4 * Version: 1.0. 04 * Version: 1.0.1 5 5 * Plugin URI: https://divisupreme.com/supreme-maps-for-divi/ 6 6 * Description: Display beautiful and mobile-friendly interactive maps for your Divi websites.
Note: See TracChangeset
for help on using the changeset viewer.