Look's like a php problem

All WYSIWYG Web Builder support issues that are not covered in the forums below.
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
Post Reply
jrd440
 
 
Posts: 21
Joined: Fri Feb 24, 2012 6:27 am

Look's like a php problem

Post by jrd440 »

Hello
Please look at my site and you will see what looks like a php problem. At the very top of the of the home page in the middle is this > and it's not on any other page. On the home page I have a contact form and on the contact page but the > doesn't show up on the contact page.
https://massappealmotorsports.com/index.php
Thank you for any help.
User avatar
BaconFries
 
 
Posts: 5640
Joined: Thu Aug 16, 2007 7:32 pm

Re: Look's like a php problem

Post by BaconFries »

This is not a php problem... you have inserted code incorrectly in the page. See the following:

Image

The code should be In between <body>! Here !</body> and not <body ! Here ! >
User avatar
crispy68
 
 
Posts: 2912
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: Look's like a php problem

Post by crispy68 »

You have a script incorrectly added to the <body> tag in your code. Also, you have an extra '>' there.

Here is what your code looks like:

Code: Select all

<body <script async
src="https://dni.trumeasure.com/Scripts/TMLoader.js [1]"></script>
<script async
src="https://dni.trumeasure.com/Scripts/TMLoader.js [1]"></script>
>
<div id="container">
Wherever you added the above code to the body is where the issue lies.
jrd440
 
 
Posts: 21
Joined: Fri Feb 24, 2012 6:27 am

Re: Look's like a php problem

Post by jrd440 »

Thank you for the help. I'll get with the company that asked me to add the script to the site.
jrd440
 
 
Posts: 21
Joined: Fri Feb 24, 2012 6:27 am

Re: Look's like a php problem

Post by jrd440 »

So I took the script out of the site but it still shows the > at the top of the page. Can you please look at it again. Thank you
jrd440
 
 
Posts: 21
Joined: Fri Feb 24, 2012 6:27 am

Re: Look's like a php problem

Post by jrd440 »

I had the script in two different places in the program once in the page html and also in the site html. I have removed them both and noe it no longer shows the > again thank you for your help.
ktseta
 
 
Posts: 3
Joined: Wed Aug 08, 2018 6:11 pm

Re: Look's like a php problem

Post by ktseta »

I have added a php script to the page. I also have a contact form on the same page. The settings of the form within the layout grid have been checked over many times. The issue is after completing the Contact form and submit it directs me to the php page when its set to redirect to the Success or Error page. Please help.
User avatar
Pablo
 
Posts: 22472
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Look's like a php problem

Post by Pablo »

To be able to help you, I need to see what you have done.
What is the URL of the page?
What is the generated code of the page?
ktseta
 
 
Posts: 3
Joined: Wed Aug 08, 2018 6:11 pm

Re: Look's like a php problem

Post by ktseta »

Thank you.

url: http://www.carrolltontaxi.com

Not able to send a message within the contact layout. The Subscribe button, Airplane and Car icons placed on the layout before the Footer will not link to the desired pages within the project. Please note the Subscribe button is also linked to the Success Page within the project as well.

Many thanks in advance.
User avatar
Pablo
 
Posts: 22472
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Look's like a php problem

Post by Pablo »

Sorry, but the code you have added to the page is in the wrong part of the page.
There may not be code at the start of the page.
ktseta
 
 
Posts: 3
Joined: Wed Aug 08, 2018 6:11 pm

Re: Look's like a php problem

Post by ktseta »

Thank you Pablo!

I did change the location of the code in the head of the page and it is now working smoothly.

Many thanks for your help throughout the years!
Post Reply