Skip to content

Commit

Permalink
Quickfix - compatibility with fb3 conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
cristeacosmin committed Jun 6, 2024
1 parent db0f31e commit 85c5a84
Show file tree
Hide file tree
Showing 9 changed files with 417 additions and 17 deletions.
4 changes: 2 additions & 2 deletions Modula.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin URI: https://wp-modula.com/
* Description: Modula is the most powerful, user-friendly WordPress gallery plugin. Add galleries, masonry grids and more in a few clicks.
* Author: WPChill
* Version: 2.8.6
* Version: 2.8.7
* Author URI: https://www.wpchill.com/
* License: GPLv3 or later
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
Expand Down Expand Up @@ -47,7 +47,7 @@
* @since 2.0.2
*/

define( 'MODULA_LITE_VERSION', '2.8.6' );
define( 'MODULA_LITE_VERSION', '2.8.7' );
define( 'MODULA_PATH', plugin_dir_path( __FILE__ ) );
define( 'MODULA_URL', plugin_dir_url( __FILE__ ) );
defined( 'MODULA_PRO_STORE_URL' ) || define( 'MODULA_PRO_STORE_URL', 'https://wp-modula.com' );
Expand Down
9 changes: 8 additions & 1 deletion assets/css/front.css

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions assets/css/front/fancybox.css
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,24 @@ html.with-fancybox body.hide-scrollbar{
filter:blur(0px);
will-change:transform,width,height
}
/** Resetting this **/
.fancybox-image {
background: initial;
border: initial;
height: initial;
left: initial;
margin: initial;
max-height: initial;
max-width: initial;
padding: initial;
position: initial;
top: initial;
-webkit-user-select: initial;
-moz-user-select: initial;
-ms-user-select: initial;
user-select: initial;
width: initial;
}
.fancybox-image{
margin:auto;
display:block;
Expand Down
9 changes: 8 additions & 1 deletion assets/css/front/fancybox.min.css

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
= 2.8.7 - 06.06.2025 =
Fixed: Reset fancybox image styles (v3 compatibility fix)

= 2.8.6 - 04.06.2025 =
Fixed: JS was not minimized in prev. version

Expand Down
Loading

0 comments on commit 85c5a84

Please sign in to comment.