Version Description
18.05.2020 = * Enhanced: Divi Easy Theme Builder Header CSS when user "Show Toolbar when viewing site" and "Push Body Down".
Download this release
Release Info
Developer | divisupreme |
Plugin | Supreme Modules Lite – Divi Theme, Extra Theme and Divi Builder |
Version | 2.2.2 |
Comparing to | |
See all releases |
Code changes from version 2.2.1 to 2.2.2
includes/class-dsm-supreme-modules-for-divi-review.php
CHANGED
@@ -148,7 +148,7 @@ if ( ! class_exists( 'Dsm_Supreme_Modules_For_Divi_Review' ) ) :
|
|
148 |
|
149 |
echo '
|
150 |
<div class="updated">
|
151 |
-
<p>' . sprintf( __( 'You have been using the %s plugin for %s now, do you like it? If so, please do us a favor by leaving us a 5-stars rating with your feedback on WordPress.org
|
152 |
<br />
|
153 |
<a href="' . esc_url( $no_bug_url ) . '">' . __( 'No thanks.', 'dsm-supreme-modules-for-divi' ) . '</a>
|
154 |
</p>
|
148 |
|
149 |
echo '
|
150 |
<div class="updated">
|
151 |
+
<p>' . sprintf( __( 'You have been using the %s Lite plugin for %s now, do you like it? If so, please do us a favor by leaving us a 5-stars rating with your feedback on WordPress.org.<br />A huge thanks in advance! Divi Supreme Lite will remain free as always in WordPress plugin repo. <div class="dsm-admin-go-pro" style="display: flex; align-items: center; padding-top: 10px;"><a onclick="location.href=\'' . esc_url( $no_bug_url ) . '\';" class="button button-primary" href="' . esc_url( 'https://wordpress.org/support/plugin/supreme-modules-for-divi/reviews/?rate=5#new-post' ) . '" target="_blank">' . __( 'Leave A Review', 'dsm-supreme-modules-for-divi' ) . '</a><span style="padding-left: 7px;">or</span><span class="dashicons dashicons-cart" style="font-size: 1.4em;padding-left: 7px; padding-right: 3px;"></span><a href="https://divisupreme.com/?coupon=SUPREMEJOURNEYTOPRO10" target="_blank">Get Divi Supreme Pro</a> with 10%% off applied automatically to your cart if you wish to support our developement. - Note: This promotion will only show up once.</div>', 'dsm-supreme-modules-for-divi' ), $this->name, $time ) . '
|
152 |
<br />
|
153 |
<a href="' . esc_url( $no_bug_url ) . '">' . __( 'No thanks.', 'dsm-supreme-modules-for-divi' ) . '</a>
|
154 |
</p>
|
public/css/dsm-easy-tb.css
CHANGED
@@ -1,91 +1 @@
|
|
1 |
-
.dsm_fixed_header header.et-l--header {
|
2 |
-
position: fixed;
|
3 |
-
top: 0;
|
4 |
-
width: 100%;
|
5 |
-
transition: all 0.4s ease-in-out;
|
6 |
-
-moz-transition: all 0.4s ease-in-out;
|
7 |
-
-webkit-transition: all 0.4s ease-in-out;
|
8 |
-
-o-transition: all 0.4s ease-in-out;
|
9 |
-
z-index: 99999;
|
10 |
-
}
|
11 |
-
.dsm_fixed_header.dsm_fixed_header_vb header.et-l.et-l--header.et-fb-root-ancestor-sibling {
|
12 |
-
position: sticky;
|
13 |
-
top: 0;
|
14 |
-
width: 100%;
|
15 |
-
transition: all 0.4s ease-in-out;
|
16 |
-
-moz-transition: all 0.4s ease-in-out;
|
17 |
-
-webkit-transition: all 0.4s ease-in-out;
|
18 |
-
-o-transition: all 0.4s ease-in-out;
|
19 |
-
z-index: 99999;
|
20 |
-
}
|
21 |
-
body.logged-in.admin-bar.dsm_fixed_header header.et-l--header,
|
22 |
-
body.dsm_fixed_header_vb.logged-in.admin-bar.dsm_fixed_header header.et-l--header {
|
23 |
-
top: calc(0px + 32px);
|
24 |
-
}
|
25 |
-
.dsm_fixed_header_shrink header.et-l--header img {
|
26 |
-
transition: max-width 0.4s ease-in-out;
|
27 |
-
-moz-transition: max-width 0.4s ease-in-out;
|
28 |
-
-webkit-transition: max-width 0.4s ease-in-out;
|
29 |
-
-o-transition: max-width 0.4s ease-in-out;
|
30 |
-
}
|
31 |
-
/*Shrink*/
|
32 |
-
.dsm_fixed_header_shrink header.et-l--header {
|
33 |
-
-webkit-animation-timing-function: cubic-bezier(.075, .82, .165, 1);
|
34 |
-
animation-timing-function: cubic-bezier(.075, .82, .165, 1);
|
35 |
-
}
|
36 |
-
|
37 |
-
.dsm_fixed_header_shrink.dsm_fixed_header_shrink_active_scrolled header.et-l--header .et_pb_section,
|
38 |
-
.dsm_fixed_header_shrink.dsm_fixed_header_shrink_active_scrolled header.et-l--header .et_pb_section .et_pb_row,
|
39 |
-
.dsm_fixed_header_shrink.dsm_fixed_header_shrink_active_scrolled header.et-l--header .et_pb_menu__menu>nav>ul>li>a,
|
40 |
-
.dsm_fixed_header_shrink.dsm_fixed_header_shrink_active header.et-l--header .et_pb_section,
|
41 |
-
.dsm_fixed_header_shrink.dsm_fixed_header_shrink_active header.et-l--header .et_pb_section .et_pb_row,
|
42 |
-
.dsm_fixed_header_shrink.dsm_fixed_header_shrink_active header.et-l--header .et_pb_menu__menu>nav>ul>li>a {
|
43 |
-
transition: padding 0.4s ease-in-out;
|
44 |
-
-moz-transition: padding 0.4s ease-in-out;
|
45 |
-
-webkit-transition: padding 0.4s ease-in-out;
|
46 |
-
-o-transition: padding 0.4s ease-in-out;
|
47 |
-
}
|
48 |
-
|
49 |
-
.dsm_fixed_header_shrink.dsm_fixed_header_shrink_active header.et-l--header .et_pb_menu__menu>nav>ul>li>a {
|
50 |
-
padding-top: 21px;
|
51 |
-
padding-bottom: 21px;
|
52 |
-
}
|
53 |
-
.dsm_fixed_header_shrink header.et-l--header img {
|
54 |
-
transition: max-width 0.4s ease-in-out;
|
55 |
-
-moz-transition: max-width 0.4s ease-in-out;
|
56 |
-
-webkit-transition: max-width 0.4s ease-in-out;
|
57 |
-
-o-transition: max-width 0.4s ease-in-out;
|
58 |
-
}
|
59 |
-
.dsm_fixed_header_shrink.dsm_fixed_header_shrink_active header.et-l--header img {
|
60 |
-
max-width: 70%;
|
61 |
-
transition: max-width 0.4s ease-in-out;
|
62 |
-
-moz-transition: max-width 0.4s ease-in-out;
|
63 |
-
-webkit-transition: max-width 0.4s ease-in-out;
|
64 |
-
-o-transition: max-width 0.4s ease-in-out;
|
65 |
-
}
|
66 |
-
|
67 |
-
@media only screen and (min-width: 981px) {
|
68 |
-
.dsm_fixed_header_desktop_disable.dsm_fixed_header header.et-l--header {
|
69 |
-
position: relative;
|
70 |
-
}
|
71 |
-
}
|
72 |
-
@media only screen and (max-width: 980px) and (min-width: 768px) {
|
73 |
-
.dsm_fixed_header_tablet_disable.dsm_fixed_header header.et-l--header {
|
74 |
-
position: relative;
|
75 |
-
}
|
76 |
-
}@media (max-width: 980px) {
|
77 |
-
body.logged-in.admin-bar.dsm_fixed_header.et-fb header.et-l--header {
|
78 |
-
top: 0;
|
79 |
-
}
|
80 |
-
}
|
81 |
-
@media screen and (max-width: 782px) {
|
82 |
-
body.logged-in.admin-bar.dsm_fixed_header header.et-l--header {
|
83 |
-
top: calc(0px + 46px);
|
84 |
-
}
|
85 |
-
}
|
86 |
-
|
87 |
-
@media screen and (max-width: 767px) {
|
88 |
-
.dsm_fixed_header_phone_disable.dsm_fixed_header header.et-l--header {
|
89 |
-
position: relative;
|
90 |
-
}
|
91 |
-
}
|
1 |
+
.dsm_fixed_header header.et-l--header{position:fixed;top:0;width:100%;transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-webkit-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;z-index:99999}.dsm_fixed_header.dsm_fixed_header_auto.dsm_fixed_header_vb header.et-l.et-l--header.et-fb-root-ancestor-sibling{position:sticky;width:100%;transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-webkit-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;z-index:99999}.dsm_fixed_header.dsm_fixed_header_vb header.et-l.et-l--header.et-fb-root-ancestor-sibling{position:fixed;top:0;width:100%;transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-webkit-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;z-index:99999}body.dsm_fixed_header_vb.logged-in.admin-bar.dsm_fixed_header header.et-l--header,body.logged-in.admin-bar.dsm_fixed_header header.et-l--header{top:calc(0px + 32px)}.dsm_fixed_header_shrink header.et-l--header img{transition:max-width .4s ease-in-out;-moz-transition:max-width .4s ease-in-out;-webkit-transition:max-width .4s ease-in-out;-o-transition:max-width .4s ease-in-out}.dsm_fixed_header_shrink header.et-l--header{-webkit-animation-timing-function:cubic-bezier(.075,.82,.165,1);animation-timing-function:cubic-bezier(.075,.82,.165,1)}.dsm_fixed_header_shrink.dsm_fixed_header_shrink_active header.et-l--header .et_pb_menu__menu>nav>ul>li>a,.dsm_fixed_header_shrink.dsm_fixed_header_shrink_active header.et-l--header .et_pb_section,.dsm_fixed_header_shrink.dsm_fixed_header_shrink_active header.et-l--header .et_pb_section .et_pb_row,.dsm_fixed_header_shrink.dsm_fixed_header_shrink_active_scrolled header.et-l--header .et_pb_menu__menu>nav>ul>li>a,.dsm_fixed_header_shrink.dsm_fixed_header_shrink_active_scrolled header.et-l--header .et_pb_section,.dsm_fixed_header_shrink.dsm_fixed_header_shrink_active_scrolled header.et-l--header .et_pb_section .et_pb_row{transition:padding .4s ease-in-out;-moz-transition:padding .4s ease-in-out;-webkit-transition:padding .4s ease-in-out;-o-transition:padding .4s ease-in-out}.dsm_fixed_header_shrink.dsm_fixed_header_shrink_active header.et-l--header .et_pb_menu__menu>nav>ul>li>a{padding-top:21px;padding-bottom:21px}.dsm_fixed_header_shrink header.et-l--header img{transition:max-width .4s ease-in-out;-moz-transition:max-width .4s ease-in-out;-webkit-transition:max-width .4s ease-in-out;-o-transition:max-width .4s ease-in-out}.dsm_fixed_header_shrink.dsm_fixed_header_shrink_active header.et-l--header img{max-width:70%;transition:max-width .4s ease-in-out;-moz-transition:max-width .4s ease-in-out;-webkit-transition:max-width .4s ease-in-out;-o-transition:max-width .4s ease-in-out}@media only screen and (min-width:981px){.dsm_fixed_header_desktop_disable.dsm_fixed_header header.et-l--header{position:relative}}@media only screen and (max-width:980px) and (min-width:768px){.dsm_fixed_header_tablet_disable.dsm_fixed_header header.et-l--header{position:relative}}@media (max-width:980px){body.logged-in.admin-bar.dsm_fixed_header.et-fb header.et-l--header{top:0}}@media screen and (max-width:782px){body.logged-in.admin-bar.dsm_fixed_header header.et-l--header{top:calc(0px + 46px)}}@media screen and (max-width:767px){.dsm_fixed_header_phone_disable.dsm_fixed_header header.et-l--header{position:relative}}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Donate link: https://suprememodules.com/
|
|
5 |
Requires at least: 4.5
|
6 |
Tested up to: 5.4.1
|
7 |
Requires PHP: 5.6
|
8 |
-
Stable tag: 2.2.
|
9 |
License: GPLv2
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -111,6 +111,9 @@ This is a common question that we get asked here every now and then which is why
|
|
111 |
|
112 |
|
113 |
== Changelog ==
|
|
|
|
|
|
|
114 |
= 2.2.1 – 15.05.2020 =
|
115 |
* Enhanced: Divi Easy Theme Builder enqueue method making sure JS will only load on Visual Builder or Frontend – For better speed enhancement.
|
116 |
|
5 |
Requires at least: 4.5
|
6 |
Tested up to: 5.4.1
|
7 |
Requires PHP: 5.6
|
8 |
+
Stable tag: 2.2.2
|
9 |
License: GPLv2
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
111 |
|
112 |
|
113 |
== Changelog ==
|
114 |
+
= 2.2.2 – 18.05.2020 =
|
115 |
+
* Enhanced: Divi Easy Theme Builder Header CSS when user "Show Toolbar when viewing site" and "Push Body Down".
|
116 |
+
|
117 |
= 2.2.1 – 15.05.2020 =
|
118 |
* Enhanced: Divi Easy Theme Builder enqueue method making sure JS will only load on Visual Builder or Frontend – For better speed enhancement.
|
119 |
|
supreme-modules-for-divi.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Supreme Modules Lite - Divi Theme, Extra Theme and Divi Builder
|
4 |
* Plugin URI: https://suprememodules.com
|
5 |
* Description: Divi Supreme enhances the experience and features found on Divi and extend with custom creative modules to help you build amazing websites.
|
6 |
-
* Version: 2.2.
|
7 |
* Author: Supreme Modules
|
8 |
* Author URI: https://suprememodules.com/about-us/
|
9 |
* License: GPL2
|
@@ -34,7 +34,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
34 |
}
|
35 |
|
36 |
if ( ! defined( 'DSM_VERSION' ) ) {
|
37 |
-
define( 'DSM_VERSION', '2.2.
|
38 |
}
|
39 |
if ( ! defined( 'DSM_SHORTCODE' ) ) {
|
40 |
define( 'DSM_SHORTCODE', 'divi_shortcode' );
|
3 |
* Plugin Name: Supreme Modules Lite - Divi Theme, Extra Theme and Divi Builder
|
4 |
* Plugin URI: https://suprememodules.com
|
5 |
* Description: Divi Supreme enhances the experience and features found on Divi and extend with custom creative modules to help you build amazing websites.
|
6 |
+
* Version: 2.2.2
|
7 |
* Author: Supreme Modules
|
8 |
* Author URI: https://suprememodules.com/about-us/
|
9 |
* License: GPL2
|
34 |
}
|
35 |
|
36 |
if ( ! defined( 'DSM_VERSION' ) ) {
|
37 |
+
define( 'DSM_VERSION', '2.2.2' );
|
38 |
}
|
39 |
if ( ! defined( 'DSM_SHORTCODE' ) ) {
|
40 |
define( 'DSM_SHORTCODE', 'divi_shortcode' );
|