Search found 1493 matches

by Pablo
Tue Jan 16, 2024 10:04 am
Forum: Quick 'n Easy Web Builder FAQ
Topic: Artificial Intelligence FAQ
Replies: 0
Views: 290

Artificial Intelligence FAQ

What is Quick 'n Easy Web Builder AI? AI has emerged as a pivotal tool in the quest for enhanced efficiency and productivity, playing a crucial role in reducing the time and effort required by creators in various tasks, spanning from content creation to coding. With the introduction of Quick 'n Eas...
by Pablo
Sun Jan 14, 2024 8:07 am
Forum: News and Announcements
Topic: Quick 'n Easy Web Builder 10.3.1 update
Replies: 0
Views: 2145

Quick 'n Easy Web Builder 10.3.1 update

What's new?
- Fixed: Issue with font validation on MacOS.

You can download the updated versions here:
https://www.quickandeasywebbuilder.com/download.html
by Pablo
Sun Jan 14, 2024 7:51 am
Forum: General Questions
Topic: Stop slideshow rolling
Replies: 7
Views: 1255

Re: Stop slideshow rolling

I'm sorry, but I was not referring to the 'image carousel' but the standard 'Carousel' object. https://quickandeasywebbuilder.com/carousel.html Note that I cannot see what you have done based on the published page (HTML), because the software has thousands of options and millions of possible combina...
by Pablo
Sat Jan 13, 2024 7:33 am
Forum: General Questions
Topic: SVG Images
Replies: 3
Views: 974

Re: SVG Images

Unfortunately, I have not found a SVG rendering engine that works stable on all supported platforms (Linux/Mac/Windows).
Implementing this myself would take months (or years) work.
by Pablo
Fri Jan 12, 2024 7:25 am
Forum: General Questions
Topic: Stop slideshow rolling
Replies: 7
Views: 1255

Re: Stop slideshow rolling

1. The images will have the aspect ratio of the carousel. Because they are background images. So, if the image has a different aspect ratio they will be clipped.
2. You can set the background mode in the properties of the Carousel.
by Pablo
Thu Jan 11, 2024 7:32 am
Forum: General Questions
Topic: Stop slideshow rolling
Replies: 7
Views: 1255

Re: Stop slideshow rolling

You can set the background color in the properties.
Set the background mode to 'transparent' to remove the background.
by Pablo
Thu Jan 11, 2024 7:31 am
Forum: General Questions
Topic: SVG Images
Replies: 3
Views: 974

Re: SVG Images

You can insert SVG images via the 'Image' object. However, the software itself will not render it, it will just show a placeholder.
by Pablo
Wed Jan 10, 2024 7:40 am
Forum: General Questions
Topic: Stop slideshow rolling
Replies: 7
Views: 1255

Re: Stop slideshow rolling

There is no option to stop the slideshow. The main reason for this is tat the slideshow is basically a collection of any different scripts, each option triggers a different script. There is no generic 'stop' command. However, the standard carousel does have a 'stop' event. https://quickandeasywebbui...
by Pablo
Wed Jan 10, 2024 7:32 am
Forum: General Questions
Topic: Stop Chrom checking for SSL Certificate
Replies: 1
Views: 949

Re: Stop Chrom checking for SSL Certificate

I am not ware of any script that stops Chrome from checking for the SSL Certificate.
by Pablo
Wed Jan 10, 2024 7:31 am
Forum: General Questions
Topic: Hidden dialog, works on iPhone, but not on Android
Replies: 12
Views: 8511

Re: Hidden dialog, works on iPhone, but not on Android

That is only possible with a script.
However. it is not common to address issues like this with scripts, because an update of the browser may break the functionality of the script.
by Pablo
Mon Jan 08, 2024 7:26 am
Forum: General Questions
Topic: Hidden dialog, works on iPhone, but not on Android
Replies: 12
Views: 8511

Re: Hidden dialog, works on iPhone, but not on Android

Maybe a different button specifically for mobile phone and hide it for desktop view via breakpoints?
by Pablo
Sun Jan 07, 2024 7:54 am
Forum: General Questions
Topic: Hidden dialog, works on iPhone, but not on Android
Replies: 12
Views: 8511

Re: Hidden dialog, works on iPhone, but not on Android

It no longer work because you have removed the code that spits/breaks the text...

Note that this code has nothing to do with the dialog.
by Pablo
Fri Dec 22, 2023 7:09 am
Forum: General Questions
Topic: Hidden dialog, works on iPhone, but not on Android
Replies: 12
Views: 8511

Re: Hidden dialog, works on iPhone, but not on Android

This code will not work with Bootstrap. You will need to update because it's a different script. function showTopic(htmlPage) { pageName = htmlPage; $('#Dialog1').modal('show'); // The Dialog is initially hidden on page load var url = 'http://our-family.au/'; var goto = url.concat(pageName); window....