Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter wildwillyiii

    (@wildwillyiii)

    @zimmer

    I just discovered another theme that has a random image in the header. They did something similar to what I did but put the css code in a style tag rather than a separate css file. You might want to check it out and look at the code in the header.php file.

    Ciao

    Thread Starter wildwillyiii

    (@wildwillyiii)

    @joe Whitley

    I took a quick look at your site and it looks pretty good. I’ll check it out some more. I like the topics that you cover.

    Aloha

    Thread Starter wildwillyiii

    (@wildwillyiii)

    @zimmer

    As long as your image is a background image for a <div> or other block then just selecting an extra css file that overwrites the css for that block will change the image.

    Each of the css files just contains the css that is different from the main css file to implement the header. That includes the background-image and color settings for the 2 classes that are used in the header to get different colors that compliment the image. You don’t need to recreate the entire css file for each header.

    If you need to see an example of the header1.css file let me know and I’ll post it.

    Shalom

    P.S. Shalom is just one of my typical salutations. I sometimes use Aloha, Cool Runnin’s, Ciao or KYSOTI (which means Keep Your Stick On The Ice). My name is actually Bill.

    Thread Starter wildwillyiii

    (@wildwillyiii)

    Thanks for the feedback guys.

    I’m not sure why ads are such a turn off for Chrisber and CoolHandLuke. I don’t know of very many web sites that don’t have them although I know that there are some.

    Unfortunately, you guys are not the demographic that I’m looking for although you are golfers and blog readers. I am trying to get to the point where I can make a living or at least supplement my income with my various online activities. That means that people who don’t read blogs with ads are not my target audience.

    The only other income generating technique I can think of with a blog is to either charge a monthly subscription (who would pay?) or beg for donations. Neither of those seem like a reasonable avenue.

    I do appreciate your feedback on the content of the site. It is encouraging to know that you would be back if there were no ads but at this point no ads = no blogs. I’m not going to spend my time on this without some hope of a return on it.

    Shalom

    Thread Starter wildwillyiii

    (@wildwillyiii)

    It is a function of the theme. I added the following code to the header.php file in the <head> section. There is a css file for each version of the header that has a different background file and possibly different text colors.

    I have also added an option for the setup in functions.php file that allows me to enter the number of headers to choose from. That is the wpr_001_header_count variable but you could hard code it here just as well.

    <?php
    if ($header_count = get_option ('wpr_001_header_count')) {
    	$header_version = mt_rand (1, $header_count);
    	$css_path = get_bloginfo ('template_directory') . "/header" . $header_version . ".css";
    	echo "<link rel='stylesheet' href='$css_path' type='text/css' media='screen' />\n";
    }
    ?>

    At some point when I get the theme more stable I will probably post it here.

    Hopefully this helps.

    Shalom

    SERP:

    So far 3 definitions found (only 1 seems relevant to the context)

    Search Engine Results Page

    Supplemental Employee Retirement Pension Plan (not sure why only 1 P at the end)

    An open source framework for manipulating Java bytecdoe.

    Which one I think is relevant is left as an exercise for the reader.

    Thread Starter wildwillyiii

    (@wildwillyiii)

    Thanks CoolHandLuke. I appreciate the comments. I’m not sure that I agree with you about “driving people away via advertising”. I think most people are used to them and either look at them or ignore them but I could be wrong about that. I suppose that time will tell.

    Thanks for spending some time to check the site out and give me the feedback.

    Thread Starter wildwillyiii

    (@wildwillyiii)

    Doh!

    I can’t believe I did that! https://blogs.wolfpawroad.com is the URL. Thanks 2nutz.

    I like the feel of the site. It is quirky and light. I also like that this discussion led to the SEO information which I am finding helpful.

    Still haven’t figured out what serps is all about but I’m sure I’ll find that somewhere in all the information 8=)

    Good luck with your site, I’ll be checking in on you once in a while.

    Forum: Your WordPress
    In reply to: How am I doing??

    It seems like a nice and clean layout. I’m fairly new to blogging myself, but I did like it. You might consider adding a visual background that relates to Osoyoos. Something like the pictures in your pictures widget but really faded out. Something that your local readers would identify.

Viewing 10 replies - 1 through 10 (of 10 total)