Guest Posted November 15, 2008 Share Posted November 15, 2008 I have a group of banners that rotate and they worked fine but I just noticed that they no longer work. The banners show up but when you click on them it doesnt take you to the url assigned to it. Can someone please visit the site and click on them to see if it works for you? I am hoping it is something on my end because I checked everything and it SHOULD work...everything looks correct and I havent changed anything to do with the banners thecustomconnectiononline.com They are on top of the right column Link to comment Share on other sites More sharing options...
Guest Posted November 15, 2008 Share Posted November 15, 2008 LOL ... before I even looked at the source codes, I learned you have disabled the right click option with a cute pop-up message. Good job! I'm sick, and should be in bed, so I don't feel like going around the block in IE7, but Mozilla let me have it in one click. Just a FYI :blush: Header banner: <img src="images/banner2.gif" border="0" alt="The Custom Connection" title=" The Custom Connection " width="740" height="100"> Your banner, as above link shows, is a single frame .gif ... is it possible that you uploaded a .gif over the multi-framed animation from your rotation? In case the header banner isn't the one that you were refering to, I also clicked on the top image, in the right side colum. Each time I go back to previous page or refresh the index.php, I get a new image in that slot, as such: http://thecustomconnectiononline.com/redir...nner&goto=9 http://thecustomconnectiononline.com/redir...nner&goto=7 http://thecustomconnectiononline.com/redir...ner&goto=18 Link to comment Share on other sites More sharing options...
Guest Posted November 15, 2008 Share Posted November 15, 2008 LOL ... before I even looked at the source codes, I learned you have disabled the right click option with a cute pop-up message. Good job! I'm sick, and should be in bed, so I don't feel like going around the block in IE7, but Mozilla let me have it in one click. Just a FYI :blush: Header banner: <img src="images/banner2.gif" border="0" alt="The Custom Connection" title=" The Custom Connection " width="740" height="100"> Your banner, as above link shows, is a single frame .gif ... is it possible that you uploaded a .gif over the multi-framed animation from your rotation? In case the header banner isn't the one that you were refering to, I also clicked on the top image, in the right side colum. Each time I go back to previous page or refresh the index.php, I get a new image in that slot, as such: http://thecustomconnectiononline.com/redir...nner&goto=9 http://thecustomconnectiononline.com/redir...nner&goto=7 http://thecustomconnectiononline.com/redir...ner&goto=18 yeah the rotating banners are the one that stopped working not the header Link to comment Share on other sites More sharing options...
Guest Posted November 15, 2008 Share Posted November 15, 2008 So are you saying that when you clicked the banners on the right it took you to the page? cause when I click on them it goes to a blank page and the sites are never loaded Link to comment Share on other sites More sharing options...
Guest Posted November 15, 2008 Share Posted November 15, 2008 Right, they are rotating upon refresh or back button, but a blank page is showing. The current one I have on screen links to: http://thecustomconnectiononline.com/redir...ner&goto=18 Your source codes for this image are: <a href="http://thecustomconnectiononline.com/redirect.php?action=banner&goto=18" target="_blank"><img src="images/UPSTATE150120.gif" border="0" alt="Upstate Society" title=" Upstate Society " width="150" height="120"></a> Now, understand, PHP baffles me quite a bit right now, but the above codes is mostly HTML so I can understand it. The part I can't see is your redirect.php, so I would look there to make sure you have the right off site page link put in place. It does appear that the redirected link is not placed right ... possibly missing an end tag? Link to comment Share on other sites More sharing options...
Guest Posted November 15, 2008 Share Posted November 15, 2008 Right, they are rotating upon refresh or back button, but a blank page is showing. The current one I have on screen links to:http://thecustomconnectiononline.com/redir...ner&goto=18 Your source codes for this image are: <a href="http://thecustomconnectiononline.com/redirect.php?action=banner&goto=18" target="_blank"><img src="images/UPSTATE150120.gif" border="0" alt="Upstate Society" title=" Upstate Society " width="150" height="120"></a> Now, understand, PHP baffles me quite a bit right now, but the above codes is mostly HTML so I can understand it. The part I can't see is your redirect.php, so I would look there to make sure you have the right off site page link put in place. It does appear that the redirected link is not placed right ... possibly missing an end tag? I uploaded them all with the banner manager in the admin pannel and they worked fine until the other day what could have caused it to mess up? were do I need to look for the code? in the banner manager in the admin pannel everything looks correct Link to comment Share on other sites More sharing options...
Guest Posted November 15, 2008 Share Posted November 15, 2008 I just pulled the bit of code out the disables right click and the banners work but when I disable right click again they dont work so I guess I found out what is going on but the question now is why?????? What does the Disable right click code have to do with the banners I placed the code in application_top.php at the very end after the ?> Here is the code: <head> <META HTTP-EQUIV="imagetoolbar" CONTENT="no"> <script LANGUAGE="JavaScript1.1" type="text/javascript"> <!-- Begin function right(e) { if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2)) return false; else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3)) { alert("Sorry, you are not allowed to save images off of this site. If you would like a copy of any image please contact us at 270-860-1103 or info@thecustomconnectiononline.com"); return false; } return true; } document.onmousedown=right; document.onmouseup=right; if (document.layers) window.captureEvents(Event.MOUSEDOWN); if (document.layers) window.captureEvents(Event.MOUSEUP); window.onmousedown=right; window.onmouseup=right; // End --> </script> </head> Link to comment Share on other sites More sharing options...
Guest Posted November 15, 2008 Share Posted November 15, 2008 Ok so I moved the disable right click code to the index.php in the root and now both disable right click and the banners work so for those with the same prob this worked for me Link to comment Share on other sites More sharing options...
Guest Posted November 15, 2008 Share Posted November 15, 2008 I had issues with the banner manager in Admin as well, check to see (off the top of my head) that you do not have an end date enabled for the banners. Very likely you have an "end to the session" by putting in an end date there. LOL ... you answered before I got mine up, but good to know that right click is causing issues. JS often does cause issues, after so much coding, it is frustrating. Link to comment Share on other sites More sharing options...
Guest Posted November 15, 2008 Share Posted November 15, 2008 I had issues with the banner manager in Admin as well, check to see (off the top of my head) that you do not have an end date enabled for the banners. Very likely you have an "end to the session" by putting in an end date there. LOL ... you answered before I got mine up, but good to know that right click is causing issues. JS often does cause issues, after so much coding, it is frustrating. No there was no end date applied because the banners were still showing the links were just were not working but anyway its fixed now haha Link to comment Share on other sites More sharing options...
Guest Posted November 15, 2008 Share Posted November 15, 2008 Thanks to all of you that replied!!!!!! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.