Search found 1491 matches

by Pablo
Sun Feb 02, 2020 9:27 pm
Forum: Form Questions
Topic: Editbox wordwrap
Replies: 2
Views: 11190

Re: Editbox wordwrap

An editbox only supports single lines.
The text area object can be used for multiple lines.
by Pablo
Sun Feb 02, 2020 9:26 pm
Forum: General Questions
Topic: Grids using a template
Replies: 1
Views: 5527

Re: Grids using a template

You can change the order of floating elements with the arrange tools (move up/move down).

Related FAQ:
http://www.quickandeasywebbuilder.com/f ... 10&t=43910
by Pablo
Sat Feb 01, 2020 8:30 am
Forum: General Questions
Topic: "Single Page Protect" w/password only?
Replies: 8
Views: 13274

Re: "Single Page Protect" w/password only?

Did you republish all pages that link to the page after changing the extension to PHP?
by Pablo
Sun Jan 26, 2020 8:21 am
Forum: Form Questions
Topic: returning field value in email
Replies: 2
Views: 10901

Re: returning field value in email

The built-in script will remove the captcha from the data, because most users do not want this.
If you need different behavior then you will have to implement your own form processing script.
by Pablo
Mon Jan 20, 2020 7:12 am
Forum: General Questions
Topic: Sitemap and Google Webmaster Tools
Replies: 3
Views: 7707

Re: Sitemap and Google Webmaster Tools

It looks like you have added empty or incomplete items to the 'hreflang' section of the Page Properties.
by Pablo
Thu Jan 16, 2020 6:02 pm
Forum: General Questions
Topic: Form field validation
Replies: 2
Views: 6661

Re: Form field validation

QWB has built-in form validation.
http://www.quickandeasywebbuilder.com/validation.html

But you can also add custom code via the HTML object or Page HTML
http://www.quickandeasywebbuilder.com/add_html.html
by Pablo
Wed Jan 15, 2020 7:28 am
Forum: General Questions
Topic: Excluding results from Site Search
Replies: 2
Views: 6844

Re: Excluding results from Site Search

There is currently no way to exclude pages from the search index, but I will investigate if this can be added in a future update.
by Pablo
Tue Jan 14, 2020 9:11 pm
Forum: Previewing and Publishing Questions
Topic: HTML5 Picture element fails when multiple images used
Replies: 2
Views: 11079

Re: HTML5 Picture element fails when multiple images used

Did you use correct filenames for the adaptive images?
Filenames should include pixel density descriptors such as 1x, 1.5x, 2x, and 3x.

Example:
filename@1.5x.png
filename@2.0x.png
by Pablo
Sat Jan 11, 2020 6:35 pm
Forum: General Questions
Topic: [Resolved] Problems cloning a page
Replies: 5
Views: 9243

Re: Problems cloning a page

The problem should be fixed in the latest update:
viewtopic.php?f=1&t=46041
by Pablo
Sat Jan 11, 2020 6:24 pm
Forum: General Questions
Topic: Looking for .deb version 6
Replies: 2
Views: 6393

Re: Looking for .deb version 6

The zip is 32bit otherwise it would have '64' in the filename. The files in the zip are exactly the same as in the Debian package. The only difference is that they will be copied automatically to the application folder. The Debian package for version 6 (64bit) can be downloaded here: https://www.qui...
by Pablo
Sat Jan 11, 2020 3:33 pm
Forum: News and Announcements
Topic: Quick 'n Easy Web Builder 7.1.2 update
Replies: 0
Views: 21757

Quick 'n Easy Web Builder 7.1.2 update

What's new in 7.1.2? - Fixed: Cloning a page with flexgrid does not include breakpoint data. - Fixed: Server sided form validation does not throw exception. - Improved: Added quotes to font-family when using 'Automatically use @font-face' - Improved: Menubar script is now compatible with 'Move javac...
by Pablo
Sat Jan 11, 2020 8:57 am
Forum: General Questions
Topic: [Resolved] Problems cloning a page
Replies: 5
Views: 9243

Re: Problems cloning a page

Thanks for the demo project.
I was able to reproduce the problem based on the provided information and it will be fixed in the next update.
by Pablo
Sat Jan 11, 2020 8:41 am
Forum: Previewing and Publishing Questions
Topic: Vimeo videos not playing - old widget?
Replies: 1
Views: 9345

Re: Vimeo videos not playing - old widget?

First note that version 2 is very old and no longer supported. However, Vimeo has not changed over the last few years, so it should work. Note that the player functionality is directly loaded from the Vimeo website so the only thing that can be wrong is the video ID. Or maybe your browser's security...
by Pablo
Fri Jan 10, 2020 6:29 pm
Forum: News and Announcements
Topic: Preloading Screen extension released.
Replies: 0
Views: 16598

Preloading Screen extension released.

Preloading screen with CSS animations. Based on a script by Petr Tichy. https://ihatetomatoes.net/create-custom-preloading-screen/ http://www.quickandeasywebbuilder.com/extensions/pictures/preloadingscreen.jpg You can download the new extension through the Extension Manager (Menu->Tools->Extension M...
by Pablo
Fri Jan 10, 2020 7:38 am
Forum: Form Questions
Topic: How do I position a flexible form in a Flex Grid?
Replies: 5
Views: 14267

Re: How do I position a flexible form in a Flex Grid?

I'm sorry, flex grids currently do not support forms.
But you can have a layout grids and flexgrids on the same page (not nested).