Search found 1491 matches

by Pablo
Sun Jan 14, 2024 7:51 am
Forum: General Questions
Topic: Stop slideshow rolling
Replies: 7
Views: 1213

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: 950

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: 1213

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: 1213

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: 950

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: 1213

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: 927

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: 8450

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: 8450

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: 8450

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: 8450

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....
by Pablo
Thu Dec 21, 2023 7:58 am
Forum: General Questions
Topic: Hidden dialog, works on iPhone, but not on Android
Replies: 12
Views: 8450

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

Unfortunately, I do not have an Android phone, so I can try this myself. But it looks like you have written a custom script to show the dialog? Why not use the built-in 'show' event? Also, it looks like the dialog is not responsive, so it will not fit on smaller screens. Maybe it helps if you use th...
by Pablo
Mon Dec 18, 2023 7:19 am
Forum: General Questions
Topic: Lost http (etc) data on upgrade
Replies: 2
Views: 4947

Re: Lost http (etc) data on upgrade

Maybe this will be helpful?
viewtopic.php?t=43939