Page 1 of 1
Not Loading homepage banner...
Posted: Tue Apr 26, 2016 11:10 pm
by gcextreme
All of a sudden my site homepage isn't loading my banner...it seems to lad the first part then quits, it does this on google chrome and explorer.
Re: Not Loading homepage banner...
Posted: Wed Apr 27, 2016 12:03 am
by IP_CAM
this is, because you seemengly tried to add this Banner into the header Section, but you forgot, to enlarge the CSS-Specified HEIGHT Value of the Header part. So, it's cut off, partly at least.
Sample stylesheet.css Line:
#header{height:110px;margin-bottom:7px;padding-bottom:4px;position:relative;z-index:99;}
Just a Guess !
Ernie
Re: Not Loading homepage banner...
Posted: Wed Apr 27, 2016 12:11 am
by gcextreme
im not sure...it was working fine for a while,, then i changed the banner images and now it causes this. and i havent tried to add the banner into the head section..its where its always been...it was working for months, till just now.
Re: Not Loading homepage banner...
Posted: Wed Apr 27, 2016 2:24 am
by IP_CAM
without a link, one could only think...
Ernie
Re: Not Loading homepage banner...
Posted: Wed Apr 27, 2016 3:01 am
by gcextreme
Re: Not Loading homepage banner...
Posted: Wed Apr 27, 2016 3:41 am
by IP_CAM
can't see anything wrong, sorry, it all works as planned.
but, it could use some more performance, use remote URL Image/CSS/Script Access, and you better remove crab like:
Code: Select all
<script type="text/JavaScript">
var message="No Right Clicking Allowed!";
function defeatIE() {if (document.all) {(message);return false;}}
function defeatNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=defeatNS;}
else{document.onmouseup=defeatNS;document.oncontextmenu=defeatIE;}
document.oncontextmenu=new Function("return false")
</script>
it's good for nothing, if someone want's to steal something...
You also should get that <!-- Theme Options --> CSS out of the MAIN Souce, it just 'prolongs'
the page code.
---
But other than that, it a good Job !
---
Ernie