rsolosky
Forum Replies Created
-
Forum: Plugins
In reply to: [CKEditor for WordPress] CKEditor Toolbar DisappearanceAs I suspected, there is a switch on one of the settings pages. I’m away from my desk & can’t find it on my mobile, but I remember it was near the top of the page and it said something like turn off visual or HTML only.
Forum: Themes and Templates
In reply to: How to Insert a logo (jpg) into the headerWell, I kept tinkering and pretty much have it figured out now except for the sizing on the image. I first placed an image that is 600 x 300 which was too large so I resized the image to 400 x 200 and it is still too large. I saw a note that said to add this “img”: width=”490″ height=”50″ but it made no difference. My current HTML looks like the following:
<header id="branding" role="banner"> <hgroup> <h1 id="site-title"><span><a>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><img “img”: width=”300" height=”100" src="https://www.costoneworks.com/wp-content/themes/twentyeleven-child/images/cslogo2.gif"></a></span></h1> <h2 id="site-description"><?php bloginfo( 'description' ); ?></h2>
[Please post code or markup snippets between backticks or use the code button.]
Changing the gif size and changing the Height & Width doesn’t seem to change anything. If anyone can see where I’ve messed up I’d appreciate some help.
Forum: Themes and Templates
In reply to: How to Insert a logo (jpg) into the headerHey, it seems like in order to do the logo change, I need some sort of HTML editor. I’ve been updating files with Go Daddy’s FTP manager, which doesn’t have the editing capacity that the gal in the video seemed to have. I have an old copy of Dream Weaver should I use that or is there a simpler product?
Forum: Themes and Templates
In reply to: How to Insert a logo (jpg) into the headerThanks, I saw that somewhere and am watching a video on how to do that now. Unfortunately, it doesn’t make it any simpler for a novice.
Forum: Themes and Templates
In reply to: How to Insert a logo (jpg) into the headerSorry, it was late, I meant Twenty Eleven.
I found a few posts last night that address modifying the HTML. I’m surprised something as fundamental as a logo is not easier to insert. I’m also surprised I have not yet found WordPress documentation on the subject. I also found a plugin that might work, so I’m going to poke around with these ideas today.
If you have a simple way for a novice to insert a logo, I’m all ears. I had been fairly impressed with wp until now.