Version Description
(2019-02-07) = * Fix z-index issue with flyout admin menu
Download this release
Release Info
Developer | marcochiesi |
Plugin | Black Studio TinyMCE Widget |
Version | 2.6.7 |
Comparing to | |
See all releases |
Code changes from version 2.6.6 to 2.6.7
black-studio-tinymce-widget.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Black Studio TinyMCE Widget
|
4 |
Plugin URI: https://wordpress.org/plugins/black-studio-tinymce-widget/
|
5 |
Description: Adds a new "Visual Editor" widget type based on the native WordPress TinyMCE editor.
|
6 |
-
Version: 2.6.
|
7 |
Author: Black Studio
|
8 |
Author URI: https://www.blackstudio.it
|
9 |
Requires at least: 3.1
|
@@ -35,7 +35,7 @@ if ( ! class_exists( 'Black_Studio_TinyMCE_Plugin' ) ) {
|
|
35 |
* @var string
|
36 |
* @since 2.0.0
|
37 |
*/
|
38 |
-
public static $version = '2.6.
|
39 |
|
40 |
/**
|
41 |
* The single instance of the plugin class
|
3 |
Plugin Name: Black Studio TinyMCE Widget
|
4 |
Plugin URI: https://wordpress.org/plugins/black-studio-tinymce-widget/
|
5 |
Description: Adds a new "Visual Editor" widget type based on the native WordPress TinyMCE editor.
|
6 |
+
Version: 2.6.7
|
7 |
Author: Black Studio
|
8 |
Author URI: https://www.blackstudio.it
|
9 |
Requires at least: 3.1
|
35 |
* @var string
|
36 |
* @since 2.0.0
|
37 |
*/
|
38 |
+
public static $version = '2.6.7';
|
39 |
|
40 |
/**
|
41 |
* The single instance of the plugin class
|
css/black-studio-tinymce-widget.css
CHANGED
@@ -139,9 +139,9 @@ div[id*="black-studio-tinymce"] .mce-wp-fullscreen {
|
|
139 |
z-index: 500025;
|
140 |
}
|
141 |
|
142 |
-
/* Fix z-index to avoid the widget go behind the admin menu on small screen */
|
143 |
|
144 |
-
.widget[id*="black-studio-tinymce"] {
|
145 |
z-index: 100000 !important;
|
146 |
}
|
147 |
|
139 |
z-index: 500025;
|
140 |
}
|
141 |
|
142 |
+
/* Fix z-index to avoid the (open) widget go behind the admin menu on small screen */
|
143 |
|
144 |
+
.open.widget[id*="black-studio-tinymce"] {
|
145 |
z-index: 100000 !important;
|
146 |
}
|
147 |
|
css/black-studio-tinymce-widget.min.css
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
/* Black Studio TinyMCE Widget */
|
2 |
-
.bstw-links{font-size:11px;margin-top:-3px;text-align:right;position:absolute;right:18px}.rtl .bstw-links{text-align:left;right:auto;left:18px}.bstw-links .icon16:before{padding:0}.bstw-links .icon16{float:right;padding:3px 6px;margin:-6px -8px 0 -2px}.rtl .bstw-links .icon16{float:left;margin:-6px -2px 0 -8px}.bstw-links .bstw-links-list{display:none}.bstw-links a{text-decoration:none}.bstw-loading{position:absolute;left:0;right:0;top:0;bottom:0;background-color:#fff;background-image:url(../../../../wp-admin/images/loading.gif);background-position:center center;background-repeat:no-repeat;z-index:100000;display:none;opacity:.5}#wp-black-studio-tinymce-widget-wrap{display:none}div[id*=black-studio-tinymce] .wp-editor-wrap{margin-bottom:1em}#available-widgets [class*=black-studio-tinymce] .widget-title:before{content:"\f116"}.wp-admin #mce-modal-block,.wp-customizer #mce-modal-block{z-index:500000!important}.wp-admin .mce-menu,.wp-admin .mce-popover,.wp-admin .mce-window,.wp-customizer .mce-menu,.wp-customizer .mce-popover,.wp-customizer .mce-window{z-index:500010!important}div[id*=black-studio-tinymce] .mce-wp-fullscreen{display:none}.ui-dialog.panels-admin-dialog{z-index:100002!important}#TB_overlay,#TB_window{z-index:999999!important}.media-modal{z-index:1000100!important}.wp-customizer #wp-link-backdrop{z-index:500010}.wp-customizer #wp-link-wrap{z-index:500020}.wp-customizer .ui-autocomplete.wplink-autocomplete,.wp-customizer div.mce-inline-toolbar-grp{z-index:500025}.widget[id*=black-studio-tinymce]{z-index:100000!important}@media (min-width:1666px){.customize-control-widget_form.wide-widget-control .widget-inside{left:18%}}body.wait,body.wait *{cursor:wait!important}#zedity_content_overlay{z-index:100000!important}.mce-menubar{border-color:#e5e5e5!important;background:#fff!important;border-width:0 0 1px!important}.mce-rtl .mce-colorbutton button{padding-right:3px!important;padding-left:3px!important}.mce-rtl .mce-colorbutton .mce-preview{margin:0!important;padding:0!important}
|
1 |
/* Black Studio TinyMCE Widget */
|
2 |
+
.bstw-links{font-size:11px;margin-top:-3px;text-align:right;position:absolute;right:18px}.rtl .bstw-links{text-align:left;right:auto;left:18px}.bstw-links .icon16:before{padding:0}.bstw-links .icon16{float:right;padding:3px 6px;margin:-6px -8px 0 -2px}.rtl .bstw-links .icon16{float:left;margin:-6px -2px 0 -8px}.bstw-links .bstw-links-list{display:none}.bstw-links a{text-decoration:none}.bstw-loading{position:absolute;left:0;right:0;top:0;bottom:0;background-color:#fff;background-image:url(../../../../wp-admin/images/loading.gif);background-position:center center;background-repeat:no-repeat;z-index:100000;display:none;opacity:.5}#wp-black-studio-tinymce-widget-wrap{display:none}div[id*=black-studio-tinymce] .wp-editor-wrap{margin-bottom:1em}#available-widgets [class*=black-studio-tinymce] .widget-title:before{content:"\f116"}.wp-admin #mce-modal-block,.wp-customizer #mce-modal-block{z-index:500000!important}.wp-admin .mce-menu,.wp-admin .mce-popover,.wp-admin .mce-window,.wp-customizer .mce-menu,.wp-customizer .mce-popover,.wp-customizer .mce-window{z-index:500010!important}div[id*=black-studio-tinymce] .mce-wp-fullscreen{display:none}.ui-dialog.panels-admin-dialog{z-index:100002!important}#TB_overlay,#TB_window{z-index:999999!important}.media-modal{z-index:1000100!important}.wp-customizer #wp-link-backdrop{z-index:500010}.wp-customizer #wp-link-wrap{z-index:500020}.wp-customizer .ui-autocomplete.wplink-autocomplete,.wp-customizer div.mce-inline-toolbar-grp{z-index:500025}.open.widget[id*=black-studio-tinymce]{z-index:100000!important}@media (min-width:1666px){.customize-control-widget_form.wide-widget-control .widget-inside{left:18%}}body.wait,body.wait *{cursor:wait!important}#zedity_content_overlay{z-index:100000!important}.mce-menubar{border-color:#e5e5e5!important;background:#fff!important;border-width:0 0 1px!important}.mce-rtl .mce-colorbutton button{padding-right:3px!important;padding-left:3px!important}.mce-rtl .mce-colorbutton .mce-preview{margin:0!important;padding:0!important}
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Tags: widget, visual, editor, wysiwyg, html, text, tinymce, image, media, galler
|
|
5 |
Requires at least: 3.1
|
6 |
Tested up to: 5.0
|
7 |
Requires PHP: 5.2
|
8 |
-
Stable tag: 2.6.
|
9 |
License: GPLv3
|
10 |
License URI: https://www.gnu.org/licenses/gpl.html
|
11 |
|
@@ -212,6 +212,9 @@ DELETE FROM wp_usermeta WHERE meta_key LIKE '_bstw%';
|
|
212 |
|
213 |
== Changelog ==
|
214 |
|
|
|
|
|
|
|
215 |
= 2.6.6 (2019-01-29) =
|
216 |
* Fixed issue that was causing lots of auto-drafts when used in conjunction with WP 5 Block Editor and Page Builder by SiteOrigin
|
217 |
|
@@ -536,6 +539,6 @@ DELETE FROM wp_usermeta WHERE meta_key LIKE '_bstw%';
|
|
536 |
|
537 |
== Upgrade Notice ==
|
538 |
|
539 |
-
= 2.6.
|
540 |
If you're using WPML, double check our FAQ, as version 2.6 introduced some changes regarding widgets translations.
|
541 |
Important: Always ensure to backup your database before upgrading.
|
5 |
Requires at least: 3.1
|
6 |
Tested up to: 5.0
|
7 |
Requires PHP: 5.2
|
8 |
+
Stable tag: 2.6.7
|
9 |
License: GPLv3
|
10 |
License URI: https://www.gnu.org/licenses/gpl.html
|
11 |
|
212 |
|
213 |
== Changelog ==
|
214 |
|
215 |
+
= 2.6.7 (2019-02-07) =
|
216 |
+
* Fix z-index issue with flyout admin menu
|
217 |
+
|
218 |
= 2.6.6 (2019-01-29) =
|
219 |
* Fixed issue that was causing lots of auto-drafts when used in conjunction with WP 5 Block Editor and Page Builder by SiteOrigin
|
220 |
|
539 |
|
540 |
== Upgrade Notice ==
|
541 |
|
542 |
+
= 2.6.7 =
|
543 |
If you're using WPML, double check our FAQ, as version 2.6 introduced some changes regarding widgets translations.
|
544 |
Important: Always ensure to backup your database before upgrading.
|