WB 19.4.4 Publish bug?

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
ssbbstw
 
 
Posts: 89
Joined: Fri Feb 03, 2017 9:49 am

WB 19.4.4 Publish bug?

Post by ssbbstw »

project: https://app.box.com/s/el9equjqd6kkhyxneq3nmia48pcxl256

Publish -> View -> lose image file:

Image
I'm come from Taiwan.
User avatar
Pablo
 
Posts: 23249
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: WB 19.4.4 Publish bug?

Post by Pablo »

What is the exact problem?
Can you please be more specific?
User avatar
wwonderfull
 
 
Posts: 1566
Joined: Fri Aug 21, 2020 8:27 am
Contact:

Re: WB 19.4.4 Publish bug?

Post by wwonderfull »

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.
ssbbstw
 
 
Posts: 89
Joined: Fri Feb 03, 2017 9:49 am

Re: WB 19.4.4 Publish bug?

Post by ssbbstw »

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.
Thank you1!
May I ask why?
I'm come from Taiwan.
User avatar
Pablo
 
Posts: 23249
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: WB 19.4.4 Publish bug?

Post by Pablo »

To solve the problem for jQueryUI, go to
\Documents\WYSIWYG Web Builder\system\themes\bootstrap
and edit the file jquery-ui.min.css

Replace

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)}
with

Code: Select all

.ui-widget-overlay{background:#666;opacity:.5;filter:Alpha(Opacity=50)}
ssbbstw
 
 
Posts: 89
Joined: Fri Feb 03, 2017 9:49 am

Re: WB 19.4.4 Publish bug?

Post by ssbbstw »

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

Replace

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)}
with

Code: Select all

.ui-widget-overlay{background:#666;opacity:.5;filter:Alpha(Opacity=50)}
Thanks! Solved my problem!
Is it possible to release an updated version?
I'm come from Taiwan.
User avatar
Pablo
 
Posts: 23249
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: WB 19.4.4 Publish bug?

Post by Pablo »

This has already been solved in version 20.0.2
ssbbstw
 
 
Posts: 89
Joined: Fri Feb 03, 2017 9:49 am

Re: WB 19.4.4 Publish bug?

Post by ssbbstw »

Pablo wrote: Fri Jan 17, 2025 2:31 pm This has already been solved in version 20.0.2
I have purchased the new 20 edition,
However, I don't dare to use it yet. I will wait until it is stable before changing it.
I'm come from Taiwan.
User avatar
Pablo
 
Posts: 23249
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: WB 19.4.4 Publish bug?

Post by Pablo »

There are currently no known issues with version 20.
Post Reply