Search found 120 matches

by mexman
Fri Mar 26, 2021 7:48 pm
Forum: General Questions
Topic: View a PDF on the website
Replies: 14
Views: 15309

Re: View a PDF on the website

Hi Alex.... your link is not working for me
Regards
Michael
by mexman
Mon Dec 02, 2019 7:52 pm
Forum: Form Questions
Topic: form warnings order
Replies: 5
Views: 16721

Re: form warnings order

Hi Paolo,

you might try "Tab Index"

regards
Michael
by mexman
Mon Nov 25, 2019 9:14 pm
Forum: General Questions
Topic: Toasts
Replies: 6
Views: 12153

Re: Toasts

It is possible with custom code. For example: <script> $(document).ready(function() { $("#Toast1").on('hidden.bs.toast', function () { // do something }); }); </script> Thanks for pointing me in this direction, but it is not working as I like to. Seems that "//do something" is f...
by mexman
Mon Nov 25, 2019 8:02 pm
Forum: General Questions
Topic: Toasts
Replies: 6
Views: 12153

Re: Toasts

>Alternatively, you can try the dialog which does have a 'close' event.<

Just trying.... but seems that different than the Toast, the "dialog" condition will not be remembered by a cookie.... it seems to appear always.
Is this possible or am I doing something wrong?
by mexman
Sun Nov 24, 2019 6:35 pm
Forum: General Questions
Topic: Toasts
Replies: 6
Views: 12153

Re: Toasts

Thanks for the quick answer.
So I guess I need to build the function/message I mentioned with some other tool or can you think about any QnEWB function to use for that purpose?
by mexman
Sun Nov 24, 2019 4:08 pm
Forum: General Questions
Topic: Toasts
Replies: 6
Views: 12153

Toasts

Hi Pablo: The description to TOASTs in the help file is still very small, here a few questions: What does the cookie related to a toast do? Does it avoid reappearance after closing the toast? Can I trigger actions on "close toast"? Can "close toast" be used with a link? I want to...
by mexman
Sun Nov 24, 2019 4:03 pm
Forum: General Questions
Topic: Arial font missing
Replies: 7
Views: 12475

Re: Arial font missing

Hi uffex,
I guess you can't attache qwb files HERE.
Please send your request with description to:
info@pablosoftwaresolutions.com
by mexman
Sun Nov 24, 2019 8:04 am
Forum: General Questions
Topic: FTP settings
Replies: 1
Views: 6251

FTP settings

Hi Pablo:

I see that the new FTP engine on V7 also does not carry over the FTP-Settings from V6.
Can I copy the settings from the .Quick 'n Easy Web Builder 6 settings file the same way as I could from V5 to V6?


Regards
Michael
by mexman
Sat Nov 09, 2019 3:07 pm
Forum: General Questions
Topic: marquee size limitiation
Replies: 3
Views: 8583

Re: marquee size limitiation

Please describe better: "only scroll about half the text before abruptly resetting to the beginning": Before resetting to the beginnin, do you SEE any text or a clean window? I tried just with 60 lines of text and everything is working exactly like your linked example : Text scrolls up unt...
by mexman
Thu Jul 25, 2019 6:55 am
Forum: General Questions
Topic: Creating a blog
Replies: 5
Views: 18540

Re: Creating a blog

Hi Morris: Pablo sent you the complete and best possible answer: He told you, "There is no standard blog option". Full stop. In case you have any better idea of coding or at least HTML (because you did not mention your skill level) he explained to you, what you can do to implement a blog f...
by mexman
Sat Jun 08, 2019 4:05 pm
Forum: General Questions
Topic: Adequate For Simple Site?
Replies: 2
Views: 13063

Re: Adequate For Simple Site?

LTZSC: This is more than enough!

Regards
Michael
by mexman
Thu Jun 06, 2019 3:35 am
Forum: General Questions
Topic: Centering Page on Workscreen?
Replies: 4
Views: 13669

Re: Centering Page on Workscreen?

Hi Steve:
I suggest you check the HELP function (F1) first. See page 12 as a first step. As well the online tutorials are very helpful.
Regards
Michael
by mexman
Sat May 25, 2019 4:28 am
Forum: General Questions
Topic: QnEWB6.2.1
Replies: 0
Views: 24869

QnEWB6.2.1

Hi Pablo:

"- Improved: Language modules now also work with Linux."
->
Thanks a lot! That is great! But.... I got so familiar with using QnEWB, I will continue like this!
Regards
Michael
by mexman
Sat May 25, 2019 4:23 am
Forum: Form Questions
Topic: Unpassable validation.
Replies: 8
Views: 28828

Re: Unpassable validation.

Hi Bob, I can assure you that the instructions to build a form, are completely fine. I am using them ;-) Your first form gives the same error if you send it without entries. The difference between both forms, ist the validator (you can check that in the source code) The error I get ist like this one...
by mexman
Mon Apr 22, 2019 8:20 pm
Forum: Showcase your website created by Quick 'n Easy Web Builder and invite feedback.
Topic: First website with QnE Web Builder version 6
Replies: 3
Views: 32641

Re: First website with QnE Web Builder version 6

Hi Weyers:

Nice result!
Be careful about coding the mailto: function.... the way you did that, will bring you a big bunch of spam to the mail address you are reveilling.
Regards
Michael