Search found 24 matches

by pmacdonald
Thu May 15, 2025 10:06 pm
Forum: General Questions
Topic: getting a message from browser when accessing one of my site
Replies: 3
Views: 116

Re: getting a message from browser when accessing one of my site

Hello,

From what I see when trying to access the site this implies that OCSP Stapling is being used by the server in question.
That process seems to be failing at the server end so the browser cannot verify the TLS certificate and therefore does not trust the host.

This may be a temporary issue or ...
by pmacdonald
Mon May 05, 2025 9:54 pm
Forum: Forms
Topic: Error: Unknown column 'ID' in 'where clause'
Replies: 10
Views: 2471

Re: Error: Unknown column 'ID' in 'where clause'

Hello,

Interesting that the error message you have given indicates the ID column is contained in a WHERE clause of an SQL statement. I am wondering if this error message is not directly related to the INSERT statement you are showing?

I think a striped down sample of your project is going to be ...
by pmacdonald
Tue Apr 22, 2025 3:32 pm
Forum: Responsive Web Design
Topic: Auto Page Length
Replies: 6
Views: 780

Re: Auto Page Length

Hi,

It appears this particular object has a height of 7246px set on it somewhere.
If that were 100% instead, or not specified at all, I think you wouldn't have all that empty space at the bottom.

#wb_PhotoGallery1 {
left: 0px;
top: 200px;
width: 1024px;
height: 7246px;

Regards

Parker
by pmacdonald
Sun Apr 06, 2025 3:24 pm
Forum: Forms
Topic: -SOLVED- Donating form doesn't send/execute the data ??
Replies: 4
Views: 206

Re: -SOLVED- Donating form doesn't send/execute the data ??

Excellent.
Very glad to have been of some help.

Cheers,
Parker
by pmacdonald
Sun Apr 06, 2025 2:45 pm
Forum: Forms
Topic: -SOLVED- Donating form doesn't send/execute the data ??
Replies: 4
Views: 206

Re: Donating form doesn't send/execute the data ??

Hi Bluesman,

I notice that in your sample project that the layout grid "givingLayoutGrid3" and "givingLayoutGrid2" both have the Enable Form checkbox activated.

If you turn that off on "givingLayoutGrid3" you will certainly see a different behaviour.
Not sure if that is the real problem however ...
by pmacdonald
Tue Apr 01, 2025 6:40 pm
Forum: General Questions
Topic: View height adjustment for Flexgrid
Replies: 6
Views: 190

Re: View height adjustment for Flexgrid

I must admit I don't use the Flex Grid object but in the latest WB version 20.1 I added one to the page and I am able to type in whatever "height" value I want, just overwrite what is there.
The other option I guess would be to add your own CSS and override the generated values.
by pmacdonald
Tue Apr 01, 2025 6:24 pm
Forum: General Questions
Topic: View height adjustment for Flexgrid
Replies: 6
Views: 190

Re: View height adjustment for Flexgrid

hello,

Have you tried just typing in the value you want instead of picking it from the drop down list?

Cheers,
Parker
by pmacdonald
Tue Feb 25, 2025 1:52 pm
Forum: General Questions
Topic: Mulltiple Javascripts
Replies: 3
Views: 1021

Re: Mulltiple Javascripts

Hello,

If you really want this to work as is, you need to modify your two html objects.

1. In the first object this line: let isPasswordsMatch = false; should be moved into the function you defined like this:
<script>
/*Find input elements with the ID (PW1, PW2)*/
const pw1 = document ...
by pmacdonald
Thu Feb 20, 2025 2:40 pm
Forum: General Questions
Topic: Image Descriptions Using AI Vision Not Saving
Replies: 12
Views: 1332

Re: Image Descriptions Using AI Vision Not Saving

Hello,

I am using WB20.0.4

Tried duplicating the steps as per the video and it works for me also using manual typing of the description.
Not sure what type of structure the OP is inserting the image into, I tried a section, and it works.
Saved it several times after making modifications to the ...
by pmacdonald
Mon Sep 23, 2024 1:21 pm
Forum: Off Topic Section
Topic: Hosting Recomendation - Canada
Replies: 7
Views: 2866

Re: Hosting Recomendation - Canada

Thank you so much for taking the time to provide this detailed response.
It is very much appreciated and is very helpful!

Kind Regards

Parker
by pmacdonald
Sun Sep 22, 2024 1:22 pm
Forum: Off Topic Section
Topic: Hosting Recomendation - Canada
Replies: 7
Views: 2866

Re: Hosting Recomendation - Canada


I live in Alberta … highly recommend HostPapa … their support team are spectacular


Thank you for this recommendation.
The fact you are using it as a WWB user I assume FTPing your projects to the server is a no brainer.
May I ask if they support the latest versions of PHP with CURL and also ...
by pmacdonald
Sat Sep 21, 2024 1:18 pm
Forum: Off Topic Section
Topic: Hosting Recomendation - Canada
Replies: 7
Views: 2866

Re: Hosting Recomendation - Canada

Thank you.

Good information there, great starting point for my evaluation.
Only 2 seem to have servers in Canada, makes things a bit easier.

Regards

Parker
by pmacdonald
Sat Sep 21, 2024 12:50 pm
Forum: Off Topic Section
Topic: Hosting Recomendation - Canada
Replies: 7
Views: 2866

Hosting Recomendation - Canada

Hi all,

Does anyone have a strong recommendation for a hosting service in Canada with servers located in Canada?

All feedback is much appreciated.

Regards

Parker
by pmacdonald
Thu Sep 07, 2023 1:27 pm
Forum: General Questions
Topic: How can I tell where someone has come from, so I can send them back
Replies: 10
Views: 1750

Re: How can I tell where someone has come from, so I can send them back

Hi Alan,

You could grab the contents of the Referer Header and store it, it looked like this when I clicked on your GDPR link:
Referer https://dev2.dprevived.com/

You may read that the Referer is unreliable but I doubt you are going to spoof your own headers.
Of course if someone goes directly to ...
by pmacdonald
Thu Jul 27, 2023 11:21 am
Forum: General Questions
Topic: Semi-static Text In Multiple Places
Replies: 6
Views: 2639

Re: Semi-static Text In Multiple Places

If it is just a date you need to update across many pages you could try using a user defined variable.

Just a thought.
by pmacdonald
Tue May 02, 2023 2:05 pm
Forum: Previewing and Publishing
Topic: I can no longer preview multiple pages.
Replies: 7
Views: 4814

Re: I can no longer preview multiple pages.

Is it possible you checked this feature in the Options setup?

http://faculty.cbu.ca/pmacdonald/images/phppreview.png

From the Help:
Remove PHP code during preview
Many of the advanced features of WYSIWYG Web Builder use PHP code. As you may know, browsers cannot interpret PHP code and usually ...
by pmacdonald
Tue Mar 28, 2023 10:22 pm
Forum: General Questions
Topic: Displaying exif information when hovering over a picture
Replies: 11
Views: 1596

Re: Displaying exif information when hovering over a picture

Hi Alan,

How you would use it I guess depends on what you actually want to do with it.

Using that script that Bacon referenced, excellent find on his part by the way, I cobbled together an example.
I'm sure it isn't exactly what you want and it isn't pretty, but it is a proof of concept that the ...
by pmacdonald
Thu Dec 22, 2022 1:18 pm
Forum: Links and Navigation
Topic: Button title in Dropdown Menu
Replies: 3
Views: 4456

Re: Button title in Dropdown Menu

Hi,

If you do not mind adding a little javascript you can do this by adding something like this between the <head> </head> tags.

<script>
window.onload=function(){
btnProp = document.getElementsByClassName("navbar-toggle");
btnProp[0].title='Great Menu';
}
</script>

Regards

Parker
by pmacdonald
Mon Oct 10, 2022 7:50 pm
Forum: Previewing and Publishing
Topic: dialog set as a form strips out added object html
Replies: 7
Views: 3096

Re: dialog set as a form strips out added object html

Clearly then I have done something wrong in my original post, I see 2 images when I look at this message.

Rookie mistake.
by pmacdonald
Mon Oct 10, 2022 7:44 pm
Forum: Previewing and Publishing
Topic: dialog set as a form strips out added object html
Replies: 7
Views: 3096

Re: dialog set as a form strips out added object html

Thank you Pablo for the clarification.

Regards

Parker
by pmacdonald
Mon Oct 10, 2022 7:32 pm
Forum: Previewing and Publishing
Topic: dialog set as a form strips out added object html
Replies: 7
Views: 3096

dialog set as a form strips out added object html

hello,

When I set a dialog object to act as a form and then add html code before the tag and after the tag, that code gets striped out when I publish the page, is this expected behavior?

Regards

http://faculty.cbu.ca/pmacdonald/images/objecthtml.png

Here is the published source:

http ...
by pmacdonald
Tue Mar 22, 2022 2:37 pm
Forum: General Questions
Topic: Image as Base64 Code
Replies: 2
Views: 1890

Re: Image as Base64 Code

Hi,

If you already have the images you want to use converted to Base64 you should be able to do this by adding a HTML object to you project and place code like this in it:

<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFYAAABWCAMAAABiiJHFAAAAnFBMVEX ...
by pmacdonald
Mon Mar 14, 2022 2:34 pm
Forum: Off Topic Section
Topic: Embed google forms
Replies: 4
Views: 3386

Re: Embed google forms

Hi,

The quiz worked for me but I scored terrible, 2 out of 10 😩

Regards

Parker