eddietaylor
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Help! PHP error means I'm locked out of WP AdminMany thanks, I found it and deleted it via ftp. I found out that the plugin doesn’t work with the latest version of WP which the client updated to.
Forum: Themes and Templates
In reply to: Padding Between Header / Content / FooterThanks for the advice, I have installed Firebug now. Any chance I could get an answer to the above question?
Forum: Themes and Templates
In reply to: Padding Between Header / Content / Footerfantastic! thank you both for solving that little conundrum. One question however; how do you adjust the margin between the header / content?
Forum: Fixing WordPress
In reply to: Removing Page Headings/TitlesThank you so much for your help on this esmi & keesiemeijer. Your advice has solved my problem, and given me a better understanding of WordPress themes – exactly what I needed!
Forum: Fixing WordPress
In reply to: Removing Page Headings/TitlesSorry, there’s so much to learn I keep missing basic stuff. Thanks for your help Esmi!
I’ve imported the parent theme now.
Using the Specific CSS or Javascript plugin, I’ve found a workaround which gets rid of the heading on a page-by-page basis, by inputting:
<style> h1 {display:none;} </style>
However I feel this isn’t ideal as I’d like to be able to change it globally on style.css (if I put the same code into style.css it is ignored). Also I don’t really want to hide all h1 tags, just the automatically generated headings at the top of pages. Have they got a class or ID?Forum: Fixing WordPress
In reply to: Removing Page Headings/TitlesHi Esmi, thanks for your help so far. I’ve created a basic child theme with just the style.css page as I’m not sure what I will need to change. I’ve also activated the theme.
Any ideas where to go from here?
Forum: Fixing WordPress
In reply to: Removing Page Headings/TitlesAh interesting, thank you. Is there a way of restoring the default theme in case I edited anything?