jimellison-1
Forum Replies Created
-
Most excellent. Thanks again.
Thanks, Mike!
Hi, certain readers who try to comment say if they don’t hit the Submit button post the comment in fewer than a couple minutes, the message won’t go thru as the Captcha image has evidently timed out.
How does one increase that number of minutes? Is it at the server level or within the si-Captcha script?
Thanks, Jim Ellison, Roanoke, Va.
Forum: Fixing WordPress
In reply to: Hit publish button and you’re sent to FacebookAlas, the site isn’t quite live. I needed to change my local host settings, but you may be able to see it at blogs.bizjournal.com
Forum: Fixing WordPress
In reply to: How to change Error 404 Not Found defaultYes, thanks, I’ve been to that page. And I do not see a ‘404 Template’ among my themes. Nor have I had any luck in changing either the 404.php, index.php, single.php or page.php — all of which have Not Found provisions in them.
I also looked at /wp-content/themes/default/404.php and changed that file — to no avail.
At one point last year, I fooled around with a theme named /home/ and put in the error 404 info I wanted, but the memory fades and if that ever worked in the first place, it does not now.
Still stuck in Roanoke, Va. …
Forum: Fixing WordPress
In reply to: Why don’t non-plug in pop-ups work?Well, there’s this in the java script:
// Actual popup function
function popUp() {
if (!document.getElementsByTagName) return false;
var lnks = document.getElementsByTagName(“a”);
for (var i=0; i<lnks.length; i++) {
if (lnks[i].className == “soundslide_popup”) {
lnks[i].onclick = function() {
soundslideOpen(this.getAttribute(“href”));
return false;
}
}
else if (lnks[i].className == “photogallery_popup”) {
lnks[i].onclick = function() {
photogalleryOpen(this.getAttribute(“href”));
return false;That’s gotta be the ticket. Otherwise, the sports galleries at http://www.roanoke.com/sports/college/wb/198505 wouldn’t pop up.
Forum: Fixing WordPress
In reply to: Why don’t non-plug in pop-ups work?Ah …. thanks, will investigate.
Forum: Fixing WordPress
In reply to: Why don’t non-plug in pop-ups work?<script src=”http://www.roanoke.com/js/global.js” type=”text/javascript”></script>
is the operative script, and it is not ad related.