hayesy
Forum Replies Created
-
Forum: Plugins
In reply to: Widgets won’t configureMy widgets worked fine until I upgraded from 2.2.1 to 2.2.2, and now the status bar of the widgets page says Done, but with errors on page. and the ‘configure’ buttons don’t work. They can still be moved around, however.
Has anyone got a fix for this without manually putting them into sidebar.php?
Update: an impulse made me double click the status bar, and I found some details about the error:
Line: 100
Chare: 4
Error: 'null' is null or not an object
Code: 0
URL: https://www.thecrazyaustralian.com/wp-admin/widgets.phpForum: Themes and Templates
In reply to: Linking a Background HeaderI was in the middle of reverting back to the JS when my browser went AWOL (Apparently there IS a limit to the number of tabs you can have open before it will hang)
Thanks, I’ll fix that and read that.
Thank you so much! I really appreciate your help!
Forum: Themes and Templates
In reply to: Linking a Background HeaderOh really!
haha oh wow. I’ve got it working with that html. But as you say, java or invalid code.
What does invalid code do?
Forum: Themes and Templates
In reply to: Linking a Background HeaderAnd how bad is it to have JS?
Good question. I really am in over my head!Which is preferable, do you think? Javascript or invalid xhtml?
Forum: Themes and Templates
In reply to: Linking a Background HeaderAnd that goes after the
<div class="header">
tag?Sorry, this must be frustrating for you. I’m not terribly good at this.
EDIT: And how bad is it to have invalid xhtml?
Edit again: Stupid question, it goes before the <div part. Sorry.I’ll give it a whirl. I’m not sure about the importance of xhtml validity though.
Forum: Themes and Templates
In reply to: Linking a Background HeaderUsing Javascript in the header:
<div class="header" onclick="location.href='https://www.yoursite.com';" style="cursor: pointer;">
I’ve got it clicking!
But is there a way to do it without javascript?
I’m using .header h1 {display:none;
to hide the text.
Thanks again!Forum: Themes and Templates
In reply to: Linking a Background HeaderAs I said, I’ve read through quite a few other threads, but my theme seems to have been set up differently. I’ll keep trying, but I was hoping someone more adept might be able to give some specific advice.
Thanks ??