Skip to content

Commit

Permalink
Merge branch 'master' into 65146
Browse files Browse the repository at this point in the history
  • Loading branch information
rudlinkon committed Sep 9, 2024
2 parents 3825e27 + 25eb919 commit db23c20
Show file tree
Hide file tree
Showing 64 changed files with 1,457 additions and 2,452 deletions.
28 changes: 26 additions & 2 deletions assets/front-end/css/view/quick-view.css
Original file line number Diff line number Diff line change
Expand Up @@ -161,14 +161,38 @@
.eael-product-popup.woocommerce div.product div.images .flex-control-thumbs li:nth-child(4n) {
margin-right: 0;
}
.eael-product-popup.woocommerce div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
.eael-product-popup.woocommerce div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li,
.eael-product-popup.woocommerce div.product div.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
width: calc(25% - 0.75em);
margin-right: 1em;
margin-bottom: 1em;
}
.eael-product-popup.woocommerce div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:last-child {
.eael-product-popup.woocommerce div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li img,
.eael-product-popup.woocommerce div.product div.woocommerce-product-gallery--columns-5 .flex-control-thumbs li img {
cursor: pointer;
opacity: 0.5;
}
.eael-product-popup.woocommerce div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li img:hover,
.eael-product-popup.woocommerce div.product div.woocommerce-product-gallery--columns-5 .flex-control-thumbs li img:hover {
opacity: 1;
}
.eael-product-popup.woocommerce div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li img.flex-active,
.eael-product-popup.woocommerce div.product div.woocommerce-product-gallery--columns-5 .flex-control-thumbs li img.flex-active {
opacity: 1;
}
.eael-product-popup.woocommerce div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:last-child,
.eael-product-popup.woocommerce div.product div.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:last-child {
margin-right: 0;
}
.eael-product-popup.woocommerce div.product div.woocommerce-product-gallery--columns-4 ol.flex-control-thumbs,
.eael-product-popup.woocommerce div.product div.woocommerce-product-gallery--columns-5 ol.flex-control-thumbs {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0;
padding: 0;
list-style: none;
}
.eael-product-popup.woocommerce div.product .product_title {
font-size: 28px;
line-height: 1.2em;
Expand Down
2 changes: 1 addition & 1 deletion assets/front-end/css/view/quick-view.min.css

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions assets/front-end/css/view/woo-product-gallery.css
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,9 @@
text-transform: capitalize;
border: none;
letter-spacing: normal;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.eael-product-gallery .woocommerce ul.products li.product .button:hover, .eael-product-gallery .woocommerce ul.products li.product .button:visited {
text-decoration: none;
Expand Down
2 changes: 1 addition & 1 deletion assets/front-end/css/view/woo-product-gallery.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/front-end/js/edit/advanced-data-table.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/front-end/js/view/fancy-text.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
/*! no static exports found */
/***/ (function(module, exports) {

eval("var FancyText = function FancyText($scope, $) {\n var $fancyText = $scope.find(\".eael-fancy-text-container\").eq(0),\n $id = $fancyText.data(\"fancy-text-id\") !== undefined ? $fancyText.data(\"fancy-text-id\") : \"\",\n $fancy_text = $fancyText.data(\"fancy-text\") !== undefined ? $fancyText.data(\"fancy-text\") : \"\",\n $transition_type = $fancyText.data(\"fancy-text-transition-type\") !== undefined ? $fancyText.data(\"fancy-text-transition-type\") : \"\",\n $fancy_text_speed = $fancyText.data(\"fancy-text-speed\") !== undefined ? $fancyText.data(\"fancy-text-speed\") : \"\",\n $fancy_text_delay = $fancyText.data(\"fancy-text-delay\") !== undefined ? $fancyText.data(\"fancy-text-delay\") : \"\",\n $fancy_text_cursor = $fancyText.data(\"fancy-text-cursor\") === \"yes\",\n $fancy_text_loop = $fancyText.data(\"fancy-text-loop\") !== undefined ? $fancyText.data(\"fancy-text-loop\") === \"yes\" : false;\n $fancy_text = $fancy_text.split(\"|\");\n if ($transition_type === \"typing\") {\n new Typed(\"#eael-fancy-text-\" + $id, {\n strings: $fancy_text,\n typeSpeed: $fancy_text_speed,\n backSpeed: 0,\n startDelay: 300,\n backDelay: $fancy_text_delay,\n showCursor: $fancy_text_cursor,\n loop: $fancy_text_loop\n });\n }\n if ($transition_type !== \"typing\") {\n $(\"#eael-fancy-text-\" + $id).Morphext({\n animation: $transition_type,\n separator: \", \",\n speed: $fancy_text_delay,\n complete: function complete() {\n if (!$fancy_text_loop && $(this)[0].index + 1 === $(this)[0].phrases.length) {\n $(this)[0].stop();\n }\n }\n });\n }\n $(document).ready(function () {\n setTimeout(function () {\n $(\".eael-fancy-text-strings\", $scope).css(\"display\", \"inline-block\");\n }, 500);\n });\n if (isEditMode) {\n setTimeout(function () {\n $(\".eael-fancy-text-strings\", $scope).css(\"display\", \"inline-block\");\n }, 800);\n }\n};\njQuery(window).on(\"elementor/frontend/init\", function () {\n if (eael.elementStatusCheck('eaelFancyTextLoad')) {\n return false;\n }\n elementorFrontend.hooks.addAction(\"frontend/element_ready/eael-fancy-text.default\", FancyText);\n});\n\n//# sourceURL=webpack:///./src/js/view/fancy-text.js?");
eval("var FancyText = function FancyText($scope, $) {\n var $fancyText = $scope.find(\".eael-fancy-text-container\").eq(0),\n $id = $fancyText.data(\"fancy-text-id\") !== undefined ? $fancyText.data(\"fancy-text-id\") : \"\",\n $fancy_text = $fancyText.data(\"fancy-text\") !== undefined ? $fancyText.data(\"fancy-text\") : \"\",\n $transition_type = $fancyText.data(\"fancy-text-transition-type\") !== undefined ? $fancyText.data(\"fancy-text-transition-type\") : \"\",\n $fancy_text_speed = $fancyText.data(\"fancy-text-speed\") !== undefined ? $fancyText.data(\"fancy-text-speed\") : \"\",\n $fancy_text_delay = $fancyText.data(\"fancy-text-delay\") !== undefined ? $fancyText.data(\"fancy-text-delay\") : \"\",\n $fancy_text_cursor = $fancyText.data(\"fancy-text-cursor\") === \"yes\",\n $fancy_text_loop = $fancyText.data(\"fancy-text-loop\") !== undefined ? $fancyText.data(\"fancy-text-loop\") === \"yes\" : false;\n $fancy_text = DOMPurify.sanitize($fancy_text).split(\"|\");\n if ($transition_type === \"typing\") {\n new Typed(\"#eael-fancy-text-\" + $id, {\n strings: $fancy_text,\n typeSpeed: $fancy_text_speed,\n backSpeed: 0,\n startDelay: 300,\n backDelay: $fancy_text_delay,\n showCursor: $fancy_text_cursor,\n loop: $fancy_text_loop\n });\n }\n if ($transition_type !== \"typing\") {\n $(\"#eael-fancy-text-\" + $id).Morphext({\n animation: $transition_type,\n separator: \", \",\n speed: $fancy_text_delay,\n complete: function complete() {\n if (!$fancy_text_loop && $(this)[0].index + 1 === $(this)[0].phrases.length) {\n $(this)[0].stop();\n }\n }\n });\n }\n $(document).ready(function () {\n setTimeout(function () {\n $(\".eael-fancy-text-strings\", $scope).css(\"display\", \"inline-block\");\n }, 500);\n });\n if (isEditMode) {\n setTimeout(function () {\n $(\".eael-fancy-text-strings\", $scope).css(\"display\", \"inline-block\");\n }, 800);\n }\n};\njQuery(window).on(\"elementor/frontend/init\", function () {\n if (eael.elementStatusCheck('eaelFancyTextLoad')) {\n return false;\n }\n elementorFrontend.hooks.addAction(\"frontend/element_ready/eael-fancy-text.default\", FancyText);\n});\n\n//# sourceURL=webpack:///./src/js/view/fancy-text.js?");

/***/ })

Expand Down
2 changes: 1 addition & 1 deletion assets/front-end/js/view/fancy-text.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/front-end/js/view/filterable-gallery.js

Large diffs are not rendered by default.

Loading

0 comments on commit db23c20

Please sign in to comment.