White box visible on all pages and in...

User 519956 Photo


Registered User
1 post

We started updating our complete website and have found embedded in the bottom of all the pages a white box, no code has been written for this to show up. It really looks bad and it shows up in all browsers.
It's not the calendar or the PayPal script which I have removed and replaced trying to figure it out, but the box stays. This is so strange, any help is appreciated, I'm at wits end.
It's throughout the site. If I load an old page that's been sitting idle for some time, it's not there.
I can't say when it started, or that it's our beloved software, but something has happened.
Went to Download. Com and got a Free HTML Editor, loaded my source code in, and no box!
This is the first time after all these many years of using CoffeeCup Software that a real problem has occurred.
Scott said try and get help from the Forum, any ideas out their?
You can view my sites white box at the bottom of the page here: http://www.michaelburtonproductions.com/index.html
User 103173 Photo


VP of Software Development
0 posts

You have 2 images referenced in your CSS that I get a 404. You might want to upload them and see if it helps.

.lb-nav a.lb-prev {
width: 34%;
left: 0;
float: left;
background: url(../img/prev.png) left 48% no-repeat;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
-webkit-transition: opacity 0.6s;
-moz-transition: opacity 0.6s;
-o-transition: opacity 0.6s;
transition: opacity 0.6s;
}


.lb-nav a.lb-next {
width: 64%;
right: 0;
float: right;
background: url(../img/next.png) right 48% no-repeat;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
-webkit-transition: opacity 0.6s;
-moz-transition: opacity 0.6s;
-o-transition: opacity 0.6s;
transition: opacity 0.6s;
}
Learn the essentials with these quick tips for Responsive Site Designer, Responsive Email Designer, Foundation Framer, and the new Bootstrap Builder. You'll be making awesome, code-free responsive websites and newsletters like a boss.
User 271657 Photo


Ambassador
3,816 posts

It seems to be some spammy adware installed by Sitemeter (Google vindicosuite).

Looks like it's time for some serious updating and clean-up. There's some weird coding used throughout the site, like gobs of <p> (or <P>) tags that aren't closed or are empty. Lots of <center> tags, too.
<P>
Since 1976 I have leased Tour Coaches.<br>
<P>
This year will be no different.<br>
<P>
Our Wish!<br>
<P>

I love deadlines. I like the whooshing sound they make as they fly by. (Douglas Adams)
https://www.callendales.com
User 10077 Photo


Senior Advisor
1,096 posts

Unclosed tags can caused lots of problems. As PB said, I think the first thing to do is clean up the code. That might remedy your problem right there.
ASK ME ANYTHING
I provide personalized help for Coffeecup Users including personal or group training for Site Designer, Web Form Builder and more via Zoom.
Email me at support@uscni.org or call 865-687-7698.

Did you know that Web Form Builder can be used for both simple and complicated forms and that it's not limited to the default fonts and buttons? Take a look at a form we developed for WindowTinting.com.
https://forms.windowtinting.com/forms/w … ppingcart/
User 2287960 Photo


Ambassador
580 posts

Known issue with Sitemeter when they update. Either remove or get latest code.

Some debate over what cookies they add without telling you.

Keith
User 122087 Photo


Registered User
2 posts

I'll start thanking everyone now for adding input, I really appreciate it.
I've tried to make the site look good by playing around with our beloved software,
and after 8 years I think I've done well, but this white box has had me really looking at if I know
what I'm really doing!
Thanks once again, now back to the drawing board.
Michael Burton Sr.

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.