WB 19.4.4 Publish bug?
Posted: Fri Jan 17, 2025 9:02 am
WYSIWYG Web Builder
https://www.wysiwygwebbuilder.com/forum/
https://www.wysiwygwebbuilder.com/forum/viewtopic.php?t=99851
Thank you1!wwonderfull wrote: Fri Jan 17, 2025 9:15 am I downloaded the project I think if you go to Dialog --> General --> Options --> Type --> (Set it to Bootstrap) that will solve the issue. I already checked the browsers console error which got resolved.
Code: Select all
.ui-widget-overlay{background:#666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;opacity:.5;filter:Alpha(Opacity=50)}
Code: Select all
.ui-widget-overlay{background:#666;opacity:.5;filter:Alpha(Opacity=50)}
Thanks! Solved my problem!Pablo wrote: Fri Jan 17, 2025 10:50 am To solve the problem for jQueryUI, go to
\Documents\WYSIWYG Web Builder\system\themes\bootstrap
and edit the file jquery-ui.min.css
ReplacewithCode: Select all
.ui-widget-overlay{background:#666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;opacity:.5;filter:Alpha(Opacity=50)}
Code: Select all
.ui-widget-overlay{background:#666;opacity:.5;filter:Alpha(Opacity=50)}
I have purchased the new 20 edition,