Hi all,
This webpage:
https://www.sanctuarycounselling.com.au/contact.html
used to have the contact form to the right of the google map. Been that way for months. Now it is at the bottom of the page and I've done nothing to the contact form nor the website.
Can someone explain why?
TIA
Greg
Webpage suddenly changed
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
- BaconFries
-
- Posts: 5842
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Webpage suddenly changed
Web pages just don't suddenly change!. If it has been like that for months then there must be a reason why it suddenly has!. Note the form is by a third party (jotform) so how it works is controlled by its code. See also previous similar questions asked about the same and replies.
Re: Webpage suddenly changed
Note, I'm not blaming the program at all. Just after reasons why it was fine for months and now it is not.
- BaconFries
-
- Posts: 5842
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Webpage suddenly changed
Reply from Pablo in back in November...
But maybe this FAQ will be helpful?
When do I use 'Include min-width in CSS3 media queries'?
http://wysiwygwebbuilder.com/forum/view ... 10&t=63817
But maybe this FAQ will be helpful?
When do I use 'Include min-width in CSS3 media queries'?
http://wysiwygwebbuilder.com/forum/view ... 10&t=63817
Re: Webpage suddenly changed
The code you have added seems to be incomplete:
https://validator.w3.org/nu/?doc=https% ... ntact.html
https://validator.w3.org/nu/?doc=https% ... ntact.html
Re: Webpage suddenly changed
Thanks @Pablo for your reply. The error was caused by having the option "Move JavaScripts to the end of the page" enabled. I disabled this and the error disappeared and the page is now working.
BTW - Using WWB 12.5.2
BTW - Using WWB 12.5.2
Re: Webpage suddenly changed
BTW - This still happens in WWB14 when "Move JavaScripts to the end of the page" is enabled, so I guess it must be a bug.
- BaconFries
-
- Posts: 5842
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Webpage suddenly changed
This is not a Bug...it is related to the code you have manually added yourself. The error(s) can be seen in the w3c validator showing there is missing closing tags these being </div> in the HTML object . Please note if you wish to add/insert code then you should understand how use and check for errors so thst it is valid and not break the code generated by WWB.
Re: Webpage suddenly changed
@BaconFries - I think you do not understand what I'm trying to say. If you enable "Move JavaScripts to the end of the page" the page will fail the validator, disable "Move JavaScripts to the end of the page" and then publish the page and it passes the validator.
The option "Move JavaScripts to the end of the page" is adding the errors to the page.
The option "Move JavaScripts to the end of the page" is adding the errors to the page.
- BaconFries
-
- Posts: 5842
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Webpage suddenly changed
I fully understand, the issue is not all scripts can be moved to the end of page they need to be inserted in the correct position in the HTML or it will give errors. This is not a Bug it is simply how it works.