For me, they all do not work.
Did you make any recent changes?
Did you publish all files?
Do you have a demo project so I can see all your settings?
Search found 980 matches
- Tue Jan 19, 2021 7:14 am
- Forum: General Questions
- Topic: Slideshow not moving
- Replies: 2
- Views: 6
- Mon Jan 18, 2021 9:31 pm
- Forum: General Questions
- Topic: Updating a Carousel
- Replies: 1
- Views: 6
Re: Updating a Carousel
There is currently no option to rearrange the pages of the Carousel. This is related to the complicated structure of this object, where rearranging the pages could possibly corrupt the HTML structure. But you can post suggestions in the 'Suggestions' section of this forum. If more users find this us...
- Sun Jan 17, 2021 10:59 am
- Forum: General Questions
- Topic: installation is not working on Mint 20.1
- Replies: 1
- Views: 15
Re: installation is not working on Mint 20.1
Did you try use the Debian package?
See also:
http://www.quickandeasywebbuilder.com/f ... 10&t=40319
See also:
http://www.quickandeasywebbuilder.com/f ... 10&t=40319
- Sat Jan 16, 2021 7:58 am
- Forum: General Questions
- Topic: PayPal Shopping Cart problem
- Replies: 1
- Views: 51
Re: PayPal Shopping Cart problem
I think, the amount and shipping values should not include the dollar sign.
- Thu Jan 14, 2021 3:20 pm
- Forum: News and Announcements
- Topic: Quick 'n Easy Web Builder 8.1.0 update
- Replies: 0
- Views: 89
Quick 'n Easy Web Builder 8.1.0 update
Quick 'n Easy Web Builder 8.1 is a major update. This version fixes known problems, adds new features and other improvements. What's new? - Fixed: Issue with 'Indicate current page' in Responsive Menu. - Fixed: Responsive Menu icon size resets when cloning a page. - Improved: Upgraded to PHP Mailer ...
- Wed Jan 13, 2021 7:38 am
- Forum: Form Questions
- Topic: hCaptcha not working
- Replies: 1
- Views: 49
Re: hCaptcha not working
hCaptcha does not need any files.
I have just tried it myself and it works for me.
Maybe you did not use a configure one of the following?
- site key
- secret key
- error page
I have just tried it myself and it works for me.
Maybe you did not use a configure one of the following?
- site key
- secret key
- error page
- Wed Jan 13, 2021 7:07 am
- Forum: Form Questions
- Topic: How do I position a flexible form in a Flex Grid?
- Replies: 4
- Views: 2439
Re: How do I position a flexible form in a Flex Grid?
A standard form is an absolute/fixed container. It cannot be part of a grid. However, the grid itself can be a form. So, you can drag all the individual form elements inside the grid and set 'enable form' to 'true'' Also, the form wizard can create flexible forms by enabling 'Create responsive form ...
- Tue Jan 12, 2021 9:07 pm
- Forum: General Questions
- Topic: wbx2xmz
- Replies: 3
- Views: 70
Re: wbx2xmz
Sorry, I do not understand why you have to recreate the extension?
Why do you need to do that? What is difference before and after? It is the same file, right?
Why do you need to do that? What is difference before and after? It is the same file, right?
- Tue Jan 12, 2021 7:20 am
- Forum: General Questions
- Topic: How to highlight the current page in the Responsive Menu?
- Replies: 2
- Views: 68
Re: How to highlight the current page in the Responsive Menu?
You are right, this is a bug.
This will be fixed in the next update.
This will be fixed in the next update.
- Mon Jan 11, 2021 6:31 pm
- Forum: General Questions
- Topic: wbx2xmz
- Replies: 3
- Views: 70
Re: wbx2xmz
It is not clear to me what you have done exactly. Can you please more specific?
Extensions created with Extension Builder have the extension .wbx.
Note that this tool is provided "AS IS".
However, it works correct for me, I have used it hundreds of times myself.
Extensions created with Extension Builder have the extension .wbx.
Note that this tool is provided "AS IS".
However, it works correct for me, I have used it hundreds of times myself.
- Sun Jan 10, 2021 8:37 am
- Forum: General Questions
- Topic: Updating Dialog design
- Replies: 1
- Views: 103
Re: Updating Dialog design
Did you uncheck 'Use jQuery Theme'?
If you need further assistance, then please share a demo project so I can see what you have done.
If you need further assistance, then please share a demo project so I can see what you have done.
- Sat Jan 09, 2021 7:59 am
- Forum: General Questions
- Topic: QnEWB crashes
- Replies: 6
- Views: 211
Re: QnEWB crashes
Thanks for clearing that up!
- Fri Jan 08, 2021 7:16 am
- Forum: General Questions
- Topic: Opacity for Shapes
- Replies: 2
- Views: 66
Re: Opacity for Shapes is not working
You cannot set the opacity via 'more colors' because this standard color picker only returns the RGB color data.
But you can set the opacity via the 'Opacity' property in the Property Inspector. Or via the 'Fill Alpha'
But you can set the opacity via the 'Opacity' property in the Property Inspector. Or via the 'Fill Alpha'
- Fri Jan 08, 2021 7:11 am
- Forum: General Questions
- Topic: Line break on buttons
- Replies: 8
- Views: 148
Re: Line break on buttons
Not clear where do set Type 'Between Head tags' You can set the type in the properties of the HTML object How does it "Know" not to break the title on desktop or tablet? If the object is wide enough then the text will not break. This is standard HTML functionality. Why is the 2nd button on the 2nd ...
- Wed Jan 06, 2021 7:00 am
- Forum: General Questions
- Topic: Line break on buttons
- Replies: 8
- Views: 148
Re: Line break on buttons
1. Add an HTML object
2. Set the Type to 'Between head tags'
2. Copy/paste this code
2. Set the Type to 'Between head tags'
2. Copy/paste this code
Code: Select all
<style>
#Button1,
#Button2,
#Button3
{
white-space: break-spaces;
}
</style>