Viewing Objects Not Showing When Publishing with Beta 1.6

Objects Not Showing When Publishing with Beta 1.6



User: Emmanuel W. 11 years ago
Hello, there are a few objects that are not showing on one of my pages after I publish and I don’t know why. They are showing in EverWeb, but I after publishing they are not visible on the web. I tried saving and choosing publish entire page option. I also cleared my cache and cookies. Can’t seem to get around the problem.
User: Roddy 11 years ago
Can you post the URL to a problem page and describe the items that are missing?

-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.
User: Emmanuel W. 11 years ago
http://emmanuel.tv/stream2.html it is a duplicate of our homepage http://emmanuel.tv except that it is using a different video player for streaming. The problem is that the Partnership button, link to the alternate player, Facebook page follower, navigation in the footer, are all missing from the stream2 page. If you go to the homepage you will see that they are there. Everything shows fine inside of EverWeb.
User: Roddy 11 years ago
In the Partnership button for example you have some unwanted tags like <body></body> and </html> which are probably screwing things up.

The snippet code should be more like this…

<a href="http://emmanuel.tv/partnership/info.html" target='_top' title="Become a Partner!"><img src="http://emmanuel.tv/images/butt1.png" height="83" width="264" border="0" alt="Become a Partner!" class="button" /></a>
<script type='text/javascript'>
$(document).ready(function(){
$(".button").hover(function() {
$(this).attr("src","http://emmanuel.tv/images/butt2.png");
}, function() {
$(this).attr("src","http://emmanuel.tv/images/butt1.png");
});
});
</script>

… which does work.

Check the other missing button's codes for similar errors or post the code here if you don't know how to find them.

-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.
User: Emmanuel W. 11 years ago
I changed the code, but it is still giving me the same problem...
User: Roddy 11 years ago
Try pasting the code into a new blank page to see if it works. It works fine for me on a test page.

Note that the YouTube video doesn't work either. The page shows 8 warnings and 56 invalid properties in the Web Inspector.

Perhaps you should try re creating the page adding one item at a time to see what is causing all these problems.

-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.


Post Reply
You must login or signup to post.