samb0005
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Setting the body class name for a pageHi
I tried removing the / before img as suggested but unfortunately it hasnt fixed it.The site can be found here. Its very basic as I’m just trying to get my head round it before I start building it. I keep making changes in the hope of getting the banner sorted but now the banner has disappeared from the home page altogether and I’m not sure why. The home page uses index.php / page.php while the other pages uses different templates that I was experimenting with.
Again your help is much appreciated!! Thanks
Forum: Fixing WordPress
In reply to: Setting the body class name for a pageHi
right I have tried that and now all the pages have their own body class (thank you so much!!) but the banners arent changing in the headers for the different pages and I was wondering if you could have a quick look at my code to see where i’m going wrong.
Each page has a different class showing eg <body class= “home”>
In the CSS there is the following code body.home #banner {background-image:url(/img/banner2.gif);} as well as #banner{
background-color:#73a0c5;
background-image:url(/img/banner3.gif;
background_repeat:no-repeat;
background-position:left top;}
and then in the relevant template file eg index.php I have <div id=”banner”></div>Any help would again be appeciated!! Thanks
Forum: Fixing WordPress
In reply to: Setting the body class name for a pagesorry made a mess with that link should be fancy themes
Forum: Fixing WordPress
In reply to: Setting the body class name for a pageHi
Thanks for both of your replies! I’ve tried both options and am still having a bit of trouble. I’m using the fancy theme and the header.php doesnt have a body tag. The header picture is found in the banner.php and the <body> can be found in both the index.php & page.php. Do I need to somehow take the <body> and put it into the header.php?
Sorry if this is really obvious, but as previously stated I’m a bit new to all of this!!
Thanks for all your help – its really appreciated!
SamForum: Fixing WordPress
In reply to: Email Error Message when leaving commentGreat, thanks!!
Forum: Fixing WordPress
In reply to: Removing the ‘mail (will not be published’) boxJust removed that information, but now when i try and leave a comment an error message comes up “Error: please fill in the required fields (name, email).
Is there anywhere else that I need to edit this? Again any help would be appreciated!! Thanks
Forum: Fixing WordPress
In reply to: Removing the ‘mail (will not be published’) boxThats great, thanks!