WordPress-Theme “Keiran”

After finishing “Lenora” I decided to create the dark but friedly theme “Keiran”. “Keiran” is a clean two-columns blog theme with theme options which allow you to configure the link color, your logo and your header-images. With the predefined shortcodes you can highlight your text,  type your content in columns and  add some colorful boxes.

Features

  • HTML5&CSS3
  • custom-colors & custom-background
  • custom header images
  • custom logo & custom favicon
  • two columns
  • shortcodes for highlight, colored boxes and columns
  • right-sidebar
  • threaded-comments
  • custom-menu
  • browser: Chrome, Safari, Firefox, Opera, IE 8 & 9

 

Theme preview & instructions

22 comments

  1. Hi,

    I love your theme and have begun using it, please could you tell me how I can only have my header image on the ‘Home’ page as currently it is on every page. Thank you.

    • Hi Nikk Hope,

      thanks for using Keiran. :)
      To remove the header image from all pages exept the homepage you have to change line 50 in header.php to:

      if ( ! empty( $header_image ) && ( is_home() )) :

      Cheers!
      Marion

  2. Hey,

    I’m trying to include an image with a hyperlink to an external page in the sidebar. In the past, I’ve been able to do this using the text widget but now it isn’t showing up. Any suggestions as to how I could do that?

    • Hi Kailey,
      thanks for using Keiran. :)
      In as much as I know this should work as usual.
      Greetings,
      Marion

  3. Hello,

    Great theme! I am trying to change some of the text from bold to normal for the Logo and even the page labels. Where exactly in css can I change that?

    Thank you!!

    • Hi jane ki!

      Thank you! :)
      To change the style for the logo look for the #site-title.
      I’m not sure what you mean with the page labels, but perhaps you want to install Firebug. It’s a great tool for debugging CSS etc.

      Cheers,
      Marion

  4. Hi,
    i like the theme very much. But is there a way to show the number of comments which an article has on the Homepage?
    Now there stands the Headline and under it stands Date | Tag | Permalink

    I would like to have there also number of coments and author

    • Hallo Elke,

      füge einfach der Zeile 6 von content.php vor dem < / p > folgendes hinzu:


      | < ?php comments_number( 'keine Kommentare', 'ein Kommentar', '% Kommentare' ); ?> | < ?php the_author(); ?>

      Grüße aus Oberösterreich!
      Marion

      TRANSLATION

      Just insert


      | < ?php comments_number( 'no comments', 'one comment', '% comments' ); ?> | < ?php the_author(); ?>

      in line 6 in content.php before < / p >.

  5. Danke!
    Das ist auch eine Leistung. Da habe ich aus mir selbst eine Elke gemacht ;)

    Nach ein wenig Probieren und merken das die Leerstellen entfernt werden müssen habe ich es auch geschafft noch eine Umbruch einzufügen so das nicht alles ineinander steht. Learning by doing

  6. Ist es eigentlich auch möglich die größe der mittleren Spalte / Frame zu vergrößern oder sie als % vom ganzen anzugeben? Und es wäre schön im Kalender eine andere Farbe für die Tage mit Beiträgen zu haben. In der style.css?

    • Hi nochmal,
      das ist bestimmt möglich, Du müsstest halt einiges umschreiben. Ja, die “normalen” Styles sind alle in der style.css, und in der theme-options.php findest Du ganz unten die Anweisungen zum Überschreiben der Farbwerte. Am besten ausprobieren. Recht hilfreich dabei ist das Tool “Firebug”.
      LG,
      Marion

  7. Alles hinbekommen. Die Breite habe ich in der Style.css und in der functions.php angepasst und die Farbe des Kalenders auch in der Style.css

    Firebug kannte ich schon. Sehr hilfreich um Dinge im Try & Error Verfahren herauszufinden.

  8. Hello Marion!
    Thanks for a great theme. Love it. :)

    Dont know if its a bug or not, but suddenly I noticed that the media manager didnt work properly. No images was showed, but there is plenty of images in the directory. If I uploads, the image uploads to the directory, but wp says that it was an error during upload. I googled the problem, and from this site: http://wordpress.org/support/topic/no-images-displayed-in-media-library-under-set-featured-image
    I found out some hints that I could try to change theme. I changed theme to another and now everything works fine.
    Im using the latest 1.1.1
    Maybe you can look into this?

    Best regards

    Robert

    • Hi Robert,
      thanks for using Keiran! :)
      Does it work again? I don’t think that this is a problem with Keiran, I’ve never heard of this… Perhaps you’ve installed a plugin that doesn’t work well with other plugins.
      Br,
      Marion

      • Hi Marion.
        It works again after changing theme to another theme like twenty twelve. Changing back to keiran theme makes the media manager not working. :(

        • Hi Robert,
          very curious… I’m afraid, but I don’t have any idea at the moment. If I find anything I’ll let you know.
          BR,
          Marion

Leave a Reply

Required fields are marked *.

*