luceylin
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Adding header image to printed pageEsmi
Changing the text as you suggested did not fix it. Now the menus are printing down the page as text????? The print.cc is in the theme folder. When you say edit print.css, did you mean just to delete the stuff you said, or was I to make another change as well?Forum: Fixing WordPress
In reply to: Adding header image to printed pageThe header is a foreground graphic I think. I built the site in Artisteer, and put the header image in foreground as opposed to background. Not sure if this helps.
Forum: Fixing WordPress
In reply to: Adding header image to printed pageI have no idea why php is in my style sheet. I basically copied it from somewhere and amended it. Site URL is paullucey.com
Forum: Fixing WordPress
In reply to: Putting Blog Name onto multiple lines?This is my code, but because it is not EXACTLY like your example I am not completely following as to which parts I delete. Can you tell me exactly what gets deleted? By the way, I have in my header a logo that was put in as a graphic. Here is the site if you want to take a peek to better see what I mean. Many thanks for your help. This is almost the last tweak I need to make before I put it down for a NAP. I am sure I will futx with it more later, but I really do need a break………
<div class="art-Header"> <div class="art-Header-jpeg"></div> <div class="art-Logo"> <h1 id="name-text" class="art-Logo-name"> <a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1> <div id="slogan-text" class="art-Logo-text"> <?php bloginfo('description'); ?></div>
Forum: Fixing WordPress
In reply to: Putting Blog Name onto multiple lines?Can you give me some hints as to what code I have to edit and what edits to make? I am learning as I go here, and still have pretty basic skills. Thanks.
Forum: Fixing WordPress
In reply to: New Page template almost working but…..that seemed to make all of the pages wide, not just the template that I wanted as 1 column.
Forum: Fixing WordPress
In reply to: New Page template almost working but…..Forum: Themes and Templates
In reply to: I get an error message when I apply a new page templateThanks. I just redid the templates and I am good. I think I started with a one column template page in my theme, and then added a two column page template, but since there was no sidebar template in the main (one column) template I think that is what caused the problem. I am going to start with a two column theme, and add a new page template to that one that just has one column.
I know what to add at the top (been there done that, as they say) but am not sure if need to delete the include statement for my one page template.
Also, for my own learning, when there is an error message that refers to a specific line in code, what counts as a line? Every line that has code on it or the blank lines too. (I know REALLY stupid question, but I am a TRUE novice at this–learning quickly but missing some of the basics, I think.
Thanks very much for your help.