Publish -> View -> lose image file:

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,