stevewatt
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Main page not displaying properlyI’ve worked it out!
site got hacked and they replace the page templates.
All I had to do was restore them from a backup.
Now to remember if there was anything else important in that folder…Forum: Themes and Templates
In reply to: twentyeleven – weird sidebar issueHey thanks for the replies.
I haven’t had time to look at coding till this afternoon. And I’ll I’ve got to give it now is about 5 minutes.I think you’re right Emsi, that’s exactly what’s happening.
Thanks heaps for your suggestions, I’ve tried them both.
Unfortunately neither has worked.
Min-width on the #page has stopped the page from scaling, but weirdly the current error still appears at low widths.
The other problem with the min width is it makes the page not scale well for mobile browsers which an increasing number of uni students (who the page is aimed at) use for their browsing.Is there a way to make the sidebar not display once the width gets below a certain number of pixels?
Thanks again (in advance) for you help
Steve
Forum: Themes and Templates
In reply to: Sidebar padding in TwentyelevenHey Rarefires,
you want the first one.
it’ll say something like this (hopefully exactly this)
#secondary {
float: right;
margin-right: 7.6%;
width: 18.8%;
in your child theme add
#secondary {
padding:
}and enter your padding values
I’ve recently been working on something similar, so I hope this will work for you
It’s been yonks since I’ve done serious CSS and these forums have been really helpful.
Forum: Themes and Templates
In reply to: Trouble with postings/sidebarHi drinkmesoftly,
Just wondering if you’ve made any progress?
I’ve just had what I think is the same problem occur.my website is https://www.newcastlechristanstudents.org
I wrote a new blog entry, posted it and BAM my site no longer displays properly…
But if I remove the entry it goes back to normal…
I’ve tried posting a blog entry with nothing in it, but same problem
I’ve tried posting a several different users, including a new one.
Same problem.Any ideas?