Blueline

This is the third WordPress theme in the series of my themes. This theme is actually a first I’ve made for blogengine.net blogs, and I have running on my normal blog. It can be found and read under blogroll “Blog on whiplash”, if you feel like it.!

Blueline

Blueline

The theme includes the following features:

- Custom Menus
- Custom Header
- Post Thumbnails
- Widget-ready Sidebar
- Right Sidebar
- Footer on post with tags, catagories
- Styled footer
- Header on post with images and “Edit” link
- Comments on pages
- Seo Friendly
- Author info
- 2 menues
- Dropdown Menu
- Styled Sticky
- Comments with speech bubble ;o)

Det er released under the GNU General Public License v2.0.

Download wordpress theme Blueline
Test is live here Blueline demo

Current Version 2.1.4

Changelog:
Version: 2.1.2
What: Removed bug on headertext

Version: 2.1.3
What: Removed IE bug in sidebar, Updated sidebar code so it meets new standards(acorrding to http://themes.trac.wordpress.org/ticket/4786)

Version: 2.1.4
What: Fixed bug with old versions Internet Explore

37 Responses to Blueline

  1. cyrille says:

    hello, I’m french excuse my English very bad
    thank you for your template is beautiful. I have a problem with Internet Explorer that I did not firefox or safari. menus in the sidebar are shifted down the page when I’m in IE. it’s very annoying how fix this?
    Nouveau ! Cliquez sur les termes ci-dessus pour voi

  2. Ganesh Maharjan from mcqQuestions says:

    I want to use this theme in my site http://ghumti.com
    while customizing, after using graphic logo I want to remove the text and there is an option for this saying “Display text” and I select “No” but this doesn’t work… after selecting “Display text” “No” this still displaying text. so plz let me know how to remove that text. anyway thanks for creating this nice theme and sharing.

    Thanks

    • Jimmy Sigenstrøm
      Twitter:
      says:

      Hey

      If you after line 99 add this code, it will fix the problem.

      < ?php if ( 'blank' == get_header_textcolor() ) { ?>
      .headertitle {
      display: none;
      }
      #headertitle { display: none; }
      < ?php } else { ?>
      .headertitle {
      float: left;
      padding: 0px 0 0 0px;
      color: #FFF;
      width: 720px;
      height:134px;
      }
      < ?php } ?>

      And thx for telling me about this bug, so i can fix it on the next update.! ;)

      • Ganesh Maharjan from mcqQuestions says:

        I’m sorry to say that this code also doesn’t solve this problem.

        at the top of the wordpress screen the message is showing…

        ————

        Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, ‘Blueline_admin_header_style’ was given in /…./ghumti.com/public_html/wp-includes/plugin.php on line 405

        ————-

        for further plz check http://ghumti.com/

        Thanks

  3. Ganesh Maharjan says:

    the code is worked differently, after placing that code in function.php the title text was moved to the left than previously that was. that fine.. but I want to place a graphical logo than the simple text. I can upload my graphic logo and place that in header but the main problem is that I’m unable to remove that text which was initially there.

    I want to place graphic logo and remove that simple text title…!

    thanks

  4. Dear Jimmy,

    I recently changed my theme to Blueline 2.1.1and when I try to do a custom header, I get the following error: Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, ‘Blueline_admin_header_style’ was given in /home/chosencr/public_html/gegf/web/wp-includes/plugin.php on line 405

    My image looks fine when I am in the header page, but on my actual page, there is some underlying text that is showing through.

    Could you please help?

    Thanks,
    Debora

  5. I have a newbie question:
    I have managed to change the main article font size, however, how do I change the article header font size?
    Nothing seems to work.
    Regards Chris.

    • Jimmy Sigenstrøm
      Twitter:
      says:

      Hi

      In line 257 in the css file, you change this line to the size you want

      .content h1, .content h2 ,.content h3 ,.content h4, .content h5, .content h6
      {
      border-bottom: thin solid #DBD9DA;
      font: bold 1.2em Georgia,sans-serif;
      padding-top: 15px;
      }

  6. Jeremy says:

    Hi,
    I am trying to learn more about WordPress, and working on a custom background for a site with this theme.
    I want the image to be fixed to the bottom center of the page like this:

    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: fixed;

    However there is not an option for the bottom position in the wp dashboard interface, and this is set by an inline style sheet so I cannot modify it with the Global style sheet (style.css).
    Can you help me modify the theme to include the bottom position option for the background image?

    Thanks,
    Jeremy

  7. Jeremy says:

    update to my last post, I found a quick fix:
    upload background image to the “design” directory
    add the style rules to the global style sheet
    body {
    background-color: #57648E;
    background-image: url(‘design/rfbg.jpg’);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: fixed;
    }
    then remove the image from the background in the wp dashboard > Background settings.

    I still think it would be beneficial to see how to modify the theme so this option is accessible through the dashboard, if this is possible.

    • Jimmy Sigenstrøm
      Twitter:
      says:

      Hi

      Can I get you to post a link or mail me one, so I can see what it is.
      Because there is an option that allows you have your own custom background, but of course it would be behind the center part of the theme. You can find it under “Appearance” –> “Background”

  8. Juan Sadurni says:

    Hi,
    I have the same problem as the one reported in a previous post (2. juli 2011 klokken 20:46). Menus in the sidebar are shifted down when browsing in diferent pages. It happens with IE, but not with others browsers. Is there any solution?

    Regards

    • Jimmy Sigenstrøm
      Twitter:
      says:

      Hi

      You can download the latest version, it that one the bug is fixed.

      Hope it hepls. :)

      • J. Sadurni says:

        Hi,
        Thanks for your answer. I was already using the latest version. The menu on the sidebar is correctly showed when a Post is displayed, but it is shifted down when browsing on a menu option that points to a Page. Desactivating the Compatibility View in IE arranges the problem (really strange, it should be the opposite). You may have a look at my web site.
        Regards

        IE8
        Wordpress 3.1.4
        Blueline 2.1.3

  9. J. Sadurni says:

    Hi,
    Regarding my just recent post (menus in the sidebar out of place-shifted down), I found that DISABLING the Compatibility View on IE, it works fine….

    Regards.

  10. Gijs says:

    Hi,

    I’m using this theme for a couple of days now and I must say, it’s great! However I do have one question I can’t find:
    I want the menu to have somekind of delay when hovering over it, I’m building a site with a lot of sub menu’s (up to 4 parents). I think it should be in a JS-file but not able to track it.

    Can you help me out?

    KR, Gijs

  11. Vernon James says:

    I am having the same issue as listed above where the sidebar is being pushed down in IE8 only, Ive tried the above fix of replacing the functions.php file, that cause the site to crash. Then I followed the option to disable IE compatibility mode this also returned no results. Are they any other options available to rectify this?

    Thanks

  12. Vernon James says:

    I have version 3.2.1, I dont believe there is a newer version?

  13. Vernon James says:

    Update: this was not an issue with the theme, it was in regards to a wide spread issue with IE8 and the Compatibility View. For future reference in line with WordPress and a Local Intranet you must disable Compatibility view for local intranets to properly display.

    Thanks for your assistance

  14. Travis says:

    Is there a way to hide the left nav menu for certain pages? That way if I have something to display on the whole page it will hide the left nav menu?

  15. George says:

    The Blueline theme looks great! I never built a website on the Blogengine platform but this theme looks very classy, straight to the point. Do you still update it?
    George recently posted..Whole Life Insurance RatesMy Profile

  16. lar says:

    ok, figured out how to load your latest version and it fixed my problem – sorry about previous posts . . . very nice template – continued success to you

    • Jimmy Sigenstrøm
      Twitter:
      says:

      Hey

      I’m sorry I don’t quite know how your post was removed, because I wrote you answer saying that I would look into asap.
      But I’m glad you made it work.!

      And do plz let me know if you find any bugs on the theme.

      Have a good weekend

      /Jimmy

  17. SteveH says:

    Jimmy:

    I’m having fits with the css font and spacing for and . I’m trying to find where the font-size and line spacing code is in the css for those tags. Any help is appreciated.
    SteveH recently posted..Menard Work Comp Claims – Jumping Down the Rabbit HoleMy Profile

    • Jimmy Sigenstrøm
      Twitter:
      says:

      I’ll try to help you as best as I can.! :)

      In the body tag you have this line font: 62.5% “Lucida Sans Unicode”,sans-serif;
      It sets the font size as 1em to 10px, so by changing the 62,5% to a higher or lower would do the same to the text on your blog.

      In the stylesheet you can alos find this
      p{
      font-size: 1.1em;
      padding-bottom: 1.2em;
      line-height: 1.4em;
      }
      By changing the line-height you will change space between the lines.

      Hope that helps, if not do write again. ;)

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

CommentLuv badge

This blog uses premium CommentLuv which allows you to put your keywords with your name if you have had 3 approved comments. Use your real name and then @ your keywords (maximum of 3)