Page 1 of 1

Problems after last upgrade 15.4.0 32Bits

Posted: Sun Dec 06, 2020 4:56 pm
by Humberto
Hi Pablo,

My problem with the layer it turn out to be nothing after all.

The problem is with conditions in editbox.

Let me try to explain:

I've multiple editbox's inside a layer that is configured to be a panel layer.
If i use the same condition in all editbox's the panel does not appear. If i remove the condition on all fields the panel appeares. :? :? :?

The conditions that i used:

if empty show some label
if not empty hide some label

Continue your nice job, my problem is resolved. I removed the condition and hide all labels with javascript, it´s not ideal but it works.

Thanks in advence.

Re: Problems after last upgrade 15.4.0 32Bits

Posted: Sun Dec 06, 2020 5:00 pm
by Pablo
If you need help then please share a demo project so I can see what you have done.
https://www.wysiwygwebbuilder.com/forum ... 10&t=82134

Also, make sure your software is up-to-date. There have been many updates after 15.4.0

Re: Problems after last upgrade 15.4.0 32Bits

Posted: Sun Dec 06, 2020 5:28 pm
by Humberto
Hi Pablo,

Thanks for the replay, the subject of the post is wrong, it should be "After 16.1.0 update".
The problem just appear after the last update.
I'll try to send you a small project.

Re: Problems after last upgrade 15.4.0 32Bits

Posted: Sun Dec 13, 2020 9:07 am
by thisazlife
I am experiencing the same problem after upgrading to 16.1.0 with the condition in the combo box no longer hiding... it will show but it will not hide.

I have a website that has a button initially hidden in object manager. Using a combo box the user must select to show or hide. This option will hide/show the button depending on which option is selected in the combo box. This option has worked flawlessly up until last update 16.1.0. (note: During testing I did move the button outside of any grid, combo box was in grid, button was not in a grid, and then it started working correctly again. Once I put button back in a grid it was no longer hiding.)

I have scaled down a .wbs called "problem.wbs" and it is located at https://ts4mo.com/test3/problem.wbs

Also I'd like to mention another issue I found but can't say for sure it is 16.1.0 when it occurred. In open graph you can select an image using the icon provided. If you use this option to select an image the html produced does not have a complete path to the image and Facebook scrapers do not locate the image (shown in image attached as #1). If I instead actually type the full path to the image (show in image attached as #2) and publish the html does show a complete path and Facebook scrapers do find the image.

Image

Thank you for your support and awesome product.
Steve Colbeth

Re: Problems after last upgrade 15.4.0 32Bits

Posted: Sun Dec 13, 2020 10:22 am
by Pablo
I am experiencing the same problem after upgrading to 16.1.0 with the condition in the combo box no longer hiding... it will show but it will not hide.
Thanks for the demo project. I will investigate this after the weekend.
If you use this option to select an image the html produced does not have a complete path to the image and Facebook scrapers do not locate the image (shown in image attached as #1).
You will need to specify a valid URL in the Open Graph. In your project, the URL field is empty so their is no way for the sofwtar to know what the location of the image will be.
Please see the help for more details.

Re: Problems after last upgrade 15.4.0 32Bits

Posted: Sun Dec 13, 2020 5:32 pm
by thisazlife
You will need to specify a valid URL in the Open Graph. In your project, the URL field is empty so their is no way for the sofwtar to know what the location of the image will be.
Please see the help for more details.
My apologize, the example project I sent didn't have the URL completed. I did manage to figure out how to enter the URL so that the image path displays correctly (see new attached image please):
Screen print 1: I selected an image and entered the URL as https://youinview.com -- As you see the html og:image does not display the full path to the image.
Screen print 2: I selected an image and entered the URL as http://youinview.com/ and now the og:image does show the full path to the image.
Screen print 3: From HELP, maybe you could add some more detail here? The Note: suggests that all you have to do is select the image but you actually have to select an image and enter the URL in a specific format or it doesn't work.

Image

Thank you ,
Steve Colbeth

Re: Problems after last upgrade 15.4.0 32Bits

Posted: Sun Dec 13, 2020 5:59 pm
by Pablo
From the help:
Usually the URL has the following format: http://www.yourwebsite.com/pagename.html
So as the help suggests, you should include the page name in the URL.
In your case, the URL for this page is: http://youinview.com/page1.html

Re: Problems after last upgrade 15.4.0 32Bits

Posted: Sun Dec 13, 2020 7:51 pm
by thisazlife
Pablo wrote: Sun Dec 13, 2020 5:59 pm From the help:
Usually the URL has the following format: http://www.yourwebsite.com/pagename.html
So as the help suggests, you should include the page name in the URL.
In your case, the URL for this page is: http://youinview.com/page1.html
If you are providing the full path and the image name then what is the purpose of selecting an image? I'm confused why you'd select an image then provide a URL with the image.

With respect, I have made it work so if you don't see any issue with this then just skip the request but I feel it is very misleading and does not work as described, my opinion.

Re: Problems after last upgrade 15.4.0 32Bits

Posted: Wed Dec 16, 2020 6:27 pm
by thisazlife
Pablo wrote: Sun Dec 13, 2020 10:22 am
I am experiencing the same problem after upgrading to 16.1.0 with the condition in the combo box no longer hiding... it will show but it will not hide.
Thanks for the demo project. I will investigate this after the weekend.

Hi Pablo:
Anything else you need to review this issue? Until it is fixed is there a way for me to go back to a previous version of WYSIWYG Web Builder?
Thanks!
- Steve

Re: Problems after last upgrade 15.4.0 32Bits

Posted: Wed Dec 16, 2020 6:46 pm
by Pablo
This issue has already been fixed.

Re: Problems after last upgrade 15.4.0 32Bits

Posted: Wed Dec 16, 2020 6:59 pm
by thisazlife
Pablo wrote: Wed Dec 16, 2020 6:46 pm This issue has already been fixed.
Great, when / how do I update?

Re: Problems after last upgrade 15.4.0 32Bits

Posted: Wed Dec 16, 2020 9:06 pm
by Pablo
You can download the update here:
https://www.wysiwygwebbuilder.com/download.html

Re: Problems after last upgrade 15.4.0 32Bits

Posted: Thu Dec 17, 2020 12:43 am
by thisazlife
Pablo wrote: Wed Dec 16, 2020 6:46 pm This issue has already been fixed.
I just reinstalled 16.1.0, uploaded my website again...the issue is now fixed!
Thank you Pablo