Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Beta 2 - Bugfixes Round 3 #450

Merged
merged 11 commits into from
Dec 3, 2024
3 changes: 2 additions & 1 deletion assets/css/scss/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@
}*/

.lsx-price-wrapper,
.lsx-single-supplement-wrapper {
.lsx-single-supplement-wrapper,
.unit-price-wrapper {
/*&:before {
background-image: url( ../img/icons/price-icon.png );
}*/
Expand Down
2 changes: 2 additions & 0 deletions assets/css/scss/_slider.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
top: 32px;
}



.lsx-to-slider,
.slick-lightbox-inner {
.slick-arrow {
Expand Down
99 changes: 66 additions & 33 deletions assets/css/style.css

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

2 changes: 1 addition & 1 deletion assets/css/style.css.map

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

8 changes: 5 additions & 3 deletions assets/js/blocks/general.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
wp.domReady(() => {
// Gallery Wrapper
// Gallery Block
wp.blocks.registerBlockVariation("core/gallery", {
name: "lsx-tour-operator/gallery",
title: "TO Gallery",
icon: "admin-multisite",
icon: "gallery",
category: "lsx-tour-operator",
attributes: {
metadata: {
Expand Down Expand Up @@ -40,7 +40,7 @@ wp.domReady(() => {
isDefault: false
});

// Price Wrapper
// Price Block
wp.blocks.registerBlockVariation("core/group", {
name: "lsx-tour-operator/price",
title: "Price",
Expand Down Expand Up @@ -405,10 +405,12 @@ wp.domReady(() => {
]
});

// View More Button Block
wp.blocks.registerBlockVariation('core/button', {
name: 'lsx-tour-operator/more-link',
title: 'More Button',
name: 'core/button',
category: "lsx-tour-operator",
attributes: {
className: 'lsx-to-more-link more-link',
metadata: {
Expand Down
Loading
Loading