Search found 1063 matches
- Wed Apr 14, 2021 5:32 pm
- Forum: General Questions
- Topic: Error message on the top of page
- Replies: 5
- Views: 12
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: 8
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: 12
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: 11
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: 65
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: 300
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: 702
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: 300
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: 702
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: 702
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: 786
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: 786
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.
- Wed Mar 24, 2021 9:04 pm
- Forum: General Questions
- Topic: Calling a blog item
- Replies: 7
- Views: 786
Re: Calling a blog item
Events in QWB work the same as in WB.
You can add multiple events to an object.
You can add multiple events to an object.
- Wed Mar 24, 2021 7:08 am
- Forum: General Questions
- Topic: Calling a blog item
- Replies: 7
- Views: 786
Re: Calling a blog item
Maybe this will work?
Code: Select all
https://squadron-125.org.il/viewadobe.php?pdffile=<?php $_SESSION['username'] ?>.pdf
- Sat Mar 13, 2021 7:52 am
- Forum: General Questions
- Topic: View a PDF on the website
- Replies: 14
- Views: 1312
Re: View a PDF on the website
The website of PDF Object states that mobile browsers do not support embedded PDF:
https://pdfobject.com/#browser-support
So, if even this developer (who dedicated a lot of time to this) cannot make it work then I am not sure if it's possible.
https://pdfobject.com/#browser-support
So, if even this developer (who dedicated a lot of time to this) cannot make it work then I am not sure if it's possible.