Search found 1491 matches

by Pablo
Tue Feb 05, 2019 10:41 am
Forum: News and Announcements
Topic: Quick 'n Easy Web Builder 6.1 update
Replies: 0
Views: 34020

Quick 'n Easy Web Builder 6.1 update

What's new in 6.1? - Fixed: Issue with overlay images in Card with layout grids. - Improved: Added support for OverlayMenu in master pages. - Improved: Spaces in page names are replaced with '-' instead of '_'. - New feature: The Flex Grid editor now indicates when you are typing a duplicated name, ...
by Pablo
Mon Feb 04, 2019 9:13 pm
Forum: General Questions
Topic: HTML5 or HTML 4.01 Trans
Replies: 1
Views: 5795

Re: HTML5 or HTML 4.01 Trans

HTML5 is now supported by all modern browsers, so that is the best choice.
Unless you have added custom code to the page which does not work with HTML5.
by Pablo
Sat Feb 02, 2019 9:03 pm
Forum: General Questions
Topic: Licence transfer ?
Replies: 4
Views: 8461

Re: Licence transfer ?

I'm sorry, WYSIWYG Web Builder is a different product, it does not use the same license.
by Pablo
Sat Jan 19, 2019 7:50 am
Forum: General Questions
Topic: moving from app store version to standard version
Replies: 7
Views: 12023

Re: moving from app store version to standard version

Ok, thanks for clearing that up.
by Pablo
Fri Jan 18, 2019 7:55 am
Forum: General Questions
Topic: moving from app store version to standard version
Replies: 7
Views: 12023

Re: moving from app store version to standard version

You do not need to copy that entire folder, only the 'documents' folder. Each project has a project file: projectname.qwb and project folder with the same name which contains all the images \projectname\ The project and entire project folder needs to be copied to a location where it can be accessed ...
by Pablo
Thu Jan 17, 2019 9:33 pm
Forum: General Questions
Topic: First question from newbie...
Replies: 1
Views: 5611

Re: First question from newbie...

If you use layout grids of flexbox then the layout will be flexible.

Related tutorial:
http://quickandeasywebbuilder.com/layout_modes.html
by Pablo
Thu Jan 17, 2019 9:31 pm
Forum: General Questions
Topic: moving from app store version to standard version
Replies: 7
Views: 12023

Re: moving from app store version to standard version

Maybe the permission of the folder are preventing the application to access it?
If you copied the files from a protected (sandboxed) folder then the system may have applied different credentials to the folder.

You should not have to change any settings in the project itself.
by Pablo
Thu Jan 17, 2019 8:21 am
Forum: General Questions
Topic: moving from app store version to standard version
Replies: 7
Views: 12023

Re: moving from app store version to standard version

Basically you will need to copy all your projects and project folders (with assets) to the new computer in the documents folder or anywhere else.
Then you can use the file menu to open the project.
by Pablo
Fri Jan 11, 2019 6:59 am
Forum: Form Questions
Topic: Form with ReCaptcha generates server error
Replies: 9
Views: 29786

Re: Form with ReCaptcha generates server error

The 'Recaptcha' folder will be generated when you publish the page.
This folder must also be uploaded to the server.

Or use the built-in FTP to publish the pages, then all files will be uploaded to the correct folder automatically .
by Pablo
Thu Jan 10, 2019 9:55 pm
Forum: Form Questions
Topic: Form with ReCaptcha generates server error
Replies: 9
Views: 29786

Re: Form with ReCaptcha generates server error

Please make sure all files are uploaded, Included the files in the folder "ReCaptcha"
Also make sure the casing of the folder name and file names is correct.
by Pablo
Thu Jan 10, 2019 9:54 pm
Forum: General Questions
Topic: Searchresults and Inline-Frame
Replies: 3
Views: 8788

Re: Searchresults and Inline-Frame

To be able to help you, I need your project file.

See also this related FAQ:
http://www.quickandeasywebbuilder.com/f ... 10&t=45024
by Pablo
Thu Jan 10, 2019 9:52 pm
Forum: General Questions
Topic: linking to a PDF document
Replies: 1
Views: 5959

Re: linking to a PDF document

by Pablo
Wed Jan 09, 2019 9:36 pm
Forum: Form Questions
Topic: Form with ReCaptcha generates server error
Replies: 9
Views: 29786

Re: Form with ReCaptcha generates server error

Did you upload all files?
Also note that reCaptcha requires PHP 5.6 or newer
by Pablo
Wed Jan 09, 2019 7:15 am
Forum: General Questions
Topic: Breakpoint turn back ??
Replies: 1
Views: 5557

Re: Breakpoint turn back ??

Please see the FAQ: "Why are newly added objects hidden in other breakpoints?" http://www.quickandeasywebbuilder.com/forum/viewtopic.php?f=10&t=43085 Note that a breakpoint is not a different page, it is a variation of the same objects on the same page. So, deleting a breakpoint will n...
by Pablo
Mon Jan 07, 2019 5:11 pm
Forum: Previewing and Publishing Questions
Topic: list of links created in excel and transferred the code to HTML does not work properly to publish with QEWB, as before
Replies: 2
Views: 21838

Re: list of links created in excel and transferred the code to HTML does not work properly to publish with QEWB, as befo

You cannot just copy this code to an HTML object, this will make the entire page invalid because you will end up with a duplicated page structure (body/header etc)
The best way to include an external page (in a different file) is by using an inline frame.