Search found 289 matches

by alex4orly
Sat Jan 13, 2024 8:22 pm
Forum: General Questions
Topic: Stop slideshow rolling
Replies: 7
Views: 1149

Re: Stop slideshow rolling

I set it to Carousel, please see : https://our-family.au/index2.html
But the aspect ratio is NOT adjusted and the object is jumping on any image change, even tried one image per slide, not 3
I also don't manage to see where can I change to transparent, to remove the frame?

Thanks
by alex4orly
Thu Jan 11, 2024 8:20 pm
Forum: General Questions
Topic: Stop slideshow rolling
Replies: 7
Views: 1149

Re: Stop slideshow rolling

1) When I switch to Carousel, the images that are not cut to the same height need to be adjusted
2) I can't see where to set the background to transparent

Thanks again
by alex4orly
Wed Jan 10, 2024 9:30 pm
Forum: General Questions
Topic: Stop slideshow rolling
Replies: 7
Views: 1149

Re: Stop slideshow rolling

I tried the carousel, it comes up with a white frame
Is there a way to avoid the frame?

Thanks
by alex4orly
Wed Jan 10, 2024 6:20 am
Forum: General Questions
Topic: Stop slideshow rolling
Replies: 7
Views: 1149

Stop slideshow rolling

Is there a way I can execute a js command to
disable the rolling when I load another dialog on top?

Thanks
by alex4orly
Wed Jan 10, 2024 6:18 am
Forum: General Questions
Topic: Stop Chrom checking for SSL Certificate
Replies: 1
Views: 890

Stop Chrom checking for SSL Certificate

I am developing a new site, but didn't yet purchase an SSL / HTTPS certificate.
So, when I try using Chrome, it checks and doesn't load the dialog I am calling
But, no problem when I use Safari or FireFox

Any way to disable this programatically

Thanks
by alex4orly
Wed Jan 10, 2024 6:15 am
Forum: General Questions
Topic: Hidden dialog, works on iPhone, but not on Android
Replies: 12
Views: 8385

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

My question is, how to distinguish between Android and Apple
I handle breakpoint OK.

Thanks
by alex4orly
Mon Jan 08, 2024 7:36 pm
Forum: General Questions
Topic: Hidden dialog, works on iPhone, but not on Android
Replies: 12
Views: 8385

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

Yes, that is an option
Any function to check for that?

Thanks
by alex4orly
Sun Jan 07, 2024 10:34 pm
Forum: General Questions
Topic: Hidden dialog, works on iPhone, but not on Android
Replies: 12
Views: 8385

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

Yes, found another way to force a line break on the button title

Family 
Together
Instead of just Family Together

But now it does it also on a larger screen, not only on a Mobile phone

Any suggestion as to how to limit it depending on screen size / break point?

Cheers
by alex4orly
Sun Jan 07, 2024 10:31 am
Forum: General Questions
Topic: Hidden dialog, works on iPhone, but not on Android
Replies: 12
Views: 8385

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

It has nothing to do with the dialog, but it fixed the web page to stop moving sideways
Is there any other way?

Thanks
by alex4orly
Sun Jan 07, 2024 6:44 am
Forum: General Questions
Topic: Hidden dialog, works on iPhone, but not on Android
Replies: 12
Views: 8385

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

It works OK now on both iPhone and android, after I removed the following HTML code: <style> #Button1, #Button2, #Button3, #Button4, #Button5, #Button6, #Button7, #Button8, #Button9 { white-space: break-spaces; } </style> But now, the titles that are two words on the same button, are no longer split...
by alex4orly
Thu Dec 21, 2023 9:29 am
Forum: General Questions
Topic: Hidden dialog, works on iPhone, but not on Android
Replies: 12
Views: 8385

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

I tried Bootstrap and the dialog doesn't show up at all on any device type. Not Clear what to do instead of my script function showTopic(htmlPage) { pageName = htmlPage; $('#Dialog1').dialog('open'); // The Dialog is initially hidden on page load var url = 'http://our-family.au/'; var goto = url.con...
by alex4orly
Wed Dec 20, 2023 7:38 am
Forum: General Questions
Topic: Hidden dialog, works on iPhone, but not on Android
Replies: 12
Views: 8385

Hidden dialog, works on iPhone, but not on Android

Started developing a new website and bumped into the following problem: It works OK on PC It works OK on Tablet It works OK on iPhone It doesn't on an Android phone: To view the problem, please visit : http://www.our-family.au, click the button "Our Home" The hidden dialog comes up in full...
by alex4orly
Sun Jun 11, 2023 5:07 am
Forum: Form Questions
Topic: Form processing
Replies: 19
Views: 21366

Re: Form processing

OK, figured it out, removed the text word, added labels and all is fine.

I learned a few things during this time

Many thanks
by alex4orly
Sat Jun 10, 2023 9:04 pm
Forum: Form Questions
Topic: Form processing
Replies: 19
Views: 21366

Re: Form processing

Yes, I understand that, I am only looking at form items.
For example, MAAA Number at the top right, has no Label to the text item, how can I fix it?

Thanks again
by alex4orly
Sat Jun 10, 2023 8:49 am
Forum: Form Questions
Topic: Form processing
Replies: 19
Views: 21366

Re: Form processing

OK, found it
I was looking at the Input field itself, not at the "Label"
I have now managed to reduce the number of error from 12 to 4' but I have 4 TEXT items, without any Label associated, so how to add a Label for each TEXT item?

Thanks again