It looks like a bug.
This will be fixed in the next update.
Search found 1066 matches
- Sun Apr 18, 2021 7:11 am
- Forum: General Questions
- Topic: Morphing shape
- Replies: 1
- Views: 17
- Fri Apr 16, 2021 6:07 am
- Forum: General Questions
- Topic: Options For Paypal Buy Now Button
- Replies: 2
- Views: 30
Re: Options For Paypal Buy Now Button
The built-in PayPal buttons do not support options.
However, there is an example PayPal form with options in the Form Wizard.
However, there is an example PayPal form with options in the Form Wizard.
- Fri Apr 16, 2021 6:02 am
- Forum: General Questions
- Topic: Forms not going to our e-mail address
- Replies: 2
- Views: 21
Re: Forms not going to our e-mail address
Usually when sometime suddenly stops working then the web-host has change something. Your webhost should be able to tell you why the email is not sent and based on that information you can modify the settings of your form. Note that usually the webhost first blame the script. However, because this h...
- Wed Apr 14, 2021 5:32 pm
- Forum: General Questions
- Topic: Error message on the top of page
- Replies: 5
- Views: 1002
Re: Error message on the top of page
What is "analyticstracking.php"? This is not part of the software. It looks like something that was added manually. If you did not add it yourself then maybe your webhost has added it? How do I share a demo project? Please see this related FAQ: http://www.quickandeasywebbuilder.com/forum/viewtopic.p...
- Wed Apr 14, 2021 6:27 am
- Forum: General Questions
- Topic: Flexbox container, flex Grid, Layout Grid ...
- Replies: 1
- Views: 561
Re: Flexbox container, flex Grid, Layout Grid ...
There are no known issues with these tools. They have been available for years. If there where any known issues then would have already been fixed. Basically, all templates have been create with these tools, so I am sure they work correct. https://www.quickandeasywebbuilder.com/templates2020.html No...
- Wed Apr 14, 2021 6:24 am
- Forum: General Questions
- Topic: Error message on the top of page
- Replies: 5
- Views: 1002
Re: Error message on the top of page
It looks like you have added custom code yourself?
Please remove all custom code and then try again.
If you need further assistance then please share a demo project so I can see wha t you have done.
Please remove all custom code and then try again.
If you need further assistance then please share a demo project so I can see wha t you have done.
- Mon Apr 12, 2021 6:11 am
- Forum: General Questions
- Topic: Shadow to cards
- Replies: 1
- Views: 568
Re: Shadow to cards
It seems to work correct.
Note that a breakpoint is just a variant of the same page but with different properties. But the alpha value cannot be different.
Note that a breakpoint is just a variant of the same page but with different properties. But the alpha value cannot be different.
- Sun Apr 04, 2021 6:58 am
- Forum: Form Questions
- Topic: Form generating html code at top of web page
- Replies: 2
- Views: 680
Re: Form generating html code at top of web page
Correct.
Note that this is also mentioned in the FAQ:
https://www.quickandeasywebbuilder.com/ ... 10&t=32967
Note that this is also mentioned in the FAQ:
https://www.quickandeasywebbuilder.com/ ... 10&t=32967
- Sun Apr 04, 2021 6:57 am
- Forum: General Questions
- Topic: Window sticking to corner of screen
- Replies: 4
- Views: 856
Re: Window sticking to corner of screen
Maybe the folder is hidden on your computer?
See also:
https://apple.stackexchange.com/questio ... les-on-mac
See also:
https://apple.stackexchange.com/questio ... les-on-mac
- Fri Apr 02, 2021 5:57 am
- Forum: General Questions
- Topic: A comples problem to explain...
- Replies: 7
- Views: 1460
Re: A comples problem to explain...
I cannot explain why it does not work in this specific case. But it may be related to the way sessions work in general. The session ID and cookies are transfered via the header of the http request between the browser and the server. The inline frame may have a different session id than the main page...
- Thu Apr 01, 2021 6:06 am
- Forum: General Questions
- Topic: Window sticking to corner of screen
- Replies: 4
- Views: 856
Re: Window sticking to corner of screen
Version 8 does not work any different than version 7. But your configuration file may be corrupt. If you use the same values as in version 7 then it will behave the same. The window position is stored in 'Persistent_Options' in the preference file: https://www.quickandeasywebbuilder.com/forum/viewto...
- Thu Apr 01, 2021 6:00 am
- Forum: General Questions
- Topic: A comples problem to explain...
- Replies: 7
- Views: 1460
Re: A comples problem to explain...
Thanks for sharing your solution!
- Sat Mar 27, 2021 7:08 am
- Forum: General Questions
- Topic: A comples problem to explain...
- Replies: 7
- Views: 1460
Re: A comples problem to explain...
I do not think this is related to the software. Cookies and sessions variables are not processed by the software, but by the browser.
But maybe you forgot to start the session at the start of the page?
But maybe you forgot to start the session at the start of the page?
- Thu Mar 25, 2021 9:32 pm
- Forum: General Questions
- Topic: Calling a blog item
- Replies: 7
- Views: 1605
Re: Calling a blog item
Did you try?
- Thu Mar 25, 2021 7:13 am
- Forum: General Questions
- Topic: Calling a blog item
- Replies: 7
- Views: 1605
Re: Calling a blog item
I do not think these actions can used together.
window.reload(true) will reload the page so everything after that will be ignored.
Note that this is unrelated to QWB, Events and JavaScript are standard browser functionality.
window.reload(true) will reload the page so everything after that will be ignored.
Note that this is unrelated to QWB, Events and JavaScript are standard browser functionality.