Cakifo, a Free WordPress theme

cakifo-post-thumbnail

Cakifo is a free, responsive WordPress theme built from the rock-solid Hybrid Core theme framework. With its HTML5 markup and support for all the WordPress features you love, it might be the perfect theme and a great starting point for your blog!

Other features include a homepage template, content slider, post formats, improved widgets and many more useful features. Customize it with a custom background, logo and link color or use a child theme, as the theme is very child theme friendly.

Some features of Cakifo

  • Child theme friendly – Nearly everything can be customized in a child theme
  • Uses Hybrid Core (by Justin Tadlock) as framework
  • HTML5 markup
  • Responsive design
  • Theme Customizer – Make changes to the theme and live preview them
  • Custom logo (text, image or both)
  • Custom background
  • Custom front page with slider, recent posts, and posts from categories
  • Per-post layouts that allow you to quickly change the layout of your site
  • Post setting that allows you to add a custom stylesheet for individual posts
  • Breadcrumbs
  • Built-in pagination
  • Killer post thumbnails function that work with WordPress’ featured image functionality and provide extra features
  • Multiple sidebars that you can customize however you like
  • Fully internationalized, so you can run the theme in any language (Danish and French are already added!)
  • RTL support
  • Uses the built-in WordPress menu system
  • Context-aware action and filter hooks
  • Many useful shortcodes
  • Small theme settings page (yep, that’s a feature)
  • Custom link color
  • Highly-configurable widgets that give you full control over their display
  • And much, much more!

Download the theme

…or search for ‘Cakifo’ in Appearance > Install Themes

This theme has been tested and works with the latest version of WordPress (3.4). It is a parent theme, so any modifications you make should be handled within a child theme (example included in download)

You can view the source and help improving it on Github. The theme is licensed under GPL.

Version 1.4 on August 4, 2012

The theme is now available in the Official Themes Directory which means it can be installed from Appearance > Install Themes.

Update May 8, 2011

Version 1.1 has now been released. Changelog:

  • HTML5! The theme now uses HTML5
  • Improved Post formats
  • Frontpage improvements
  • Use loop.php instead of post-format.php
  • Print and RTL styles added
  • Slides script updated to 1.1.7

See a detailed changelog at Github

By in Downloads, WordPress | Published April 23, 2011

Cakifo, a Free WordPress theme 89.47% out of 100% based on 19 votes

130 Responses to Cakifo, a Free WordPress theme

  1. Pingback: Download the theme for free

  2. Awesome work! I’m picking apart the code now. :) So far, it looks pretty good and something I will definitely be recommending to others. This is a great example of what can be done with Hybrid Core.

  3. Ahmed siger:

    pretty nice design i love it

  4. Paulius R siger:

    Clean and feature rich, very nice! I’m spreading a word about this theme @ my web

  5. Pingback: Cakifo WordPress Theme | WP Tuts

  6. Pingback: Cakifo WordPress theme updated to version 1.1

  7. Pingback: Cakifo WordPress theme updated to version 1.1

  8. Wolforg siger:

    Hello and congratulations for this great theme :-)
    I’ve translated it in french today, feel free to download this translation for including here : http://www.wptrads.fr/theme/cafiko/

    Best Regards,

  9. Pingback: Temi gratis per WordPress per costruire siti magazine

  10. jaffamonkey siger:

    Brilliant – thankyou very much, as I was looking for a good example of parent/child theme. Nice effort, and hoping to create my own real soon!

    • Jesper siger:

      Your welcome :) Thanks for the kind words

      • jaffamonkey siger:

        Np :) I have been trying to understand the framwork/parent theme/child theme concept, and after headaches playing with many, settled on Hybrid. I have had a lot of fun already with cafiko, and it has helped my learning. Design frameworks are the way forward. Designers – ignore them at their peril!

  11. Pingback: Cakifo updated to version 1.2

  12. Pingback: The Most Flexible WordPress Themes: Widgetized Front Page and Extensive Options | webexpedition18

  13. Just wanna say “Thanks!”
    Great theme.

  14. Pingback: 80+ Best Stylish Free Wordpress Themes | ApnaZilla

  15. Pingback: Best free wordpress theme 2011 – có download | Thiết kế website

  16. Pingback: Free Minimalist Wordpress Themes 2011 | radworx.com

  17. Pingback: Free Wordpress Themes To Download 2011 - icanbeCreative

  18. Pingback: 32 Nice White and Clean WordPress Themes

  19. Gregory C. siger:

    Amazing theme, by far my favorite of the Hybrid Core framework!

  20. Pingback: 25 Cool and Fresh Free WordPress Themes for 2011 | Customize WordPress Blog

  21. Pingback: ดีไซน์เว็บไซต์,โหลด,ดีไซน์เว็บไซต์โหลด | ดีไซน์เว็บไซต์

  22. Pingback: Лучшие бесплатные темы для WordPress | Личный Блог Никиты Белоусова

  23. Pingback: 57 Free high quality WordPress templates | Tech Hum

  24. ArmNo siger:

    Excellent theme! I’m using it now.

    Just 1 question.
    In single post/page, why is site title a h4 instead of h1?

    Single

    Index

  25. Pingback: 37 پوسته برتر و رايگان وردپرس در سال 2011 | آي تي باي

  26. Pingback: Kostenlose und hochwertige Wordpress-Themes zum Download. | Geld verdienen im Internet - Suchmaschinenoptimierung, Affiliate Marketing,Selbständigkeit

  27. Pingback: Cakifo - Awasome WordPress Theme

  28. Amazing theme for sure, thanks for it!
    But i have some questions.

    1. I see the demo have an author’s box bellow the post, but i can’t find it on the theme. I have my bio infos on my profile and everything, but it doesn’t show up o.o

    2. Does the theme load some js for Tweet, Face or +1 shortcodes if i’m not using them? I’m used to use AddThis for those share buttons, so i wanna get ride of them.
    Does they load anything even if i’m not using the shortcodes?

    3. The theme add the RSS link, but i wanted to use FeedBurner’s rss link. So i added it to header… but the old one (default from WP) did not go away since it’s being called by wp_head. Is there a way i can remove it and just let my feedburner one?
    I think i saw a functions.php code once, but can’t find anymore.

    Thanks again!
    Oh and btw, i’m using the Github one.

    • Jesper siger:

      Thanks!

      1) See my answer here

      2) Nope. It only loads script if you are using the shortcodes.

      If you use the same share button shortcode multiple times on a page, it loads several scripts – this will be fixed in the next version

      3) This code is untested on Cakifo but I use it for this site

      add_filter( 'feed_link', 'my_feed_link', 1, 2 );
      add_filter( 'category_feed_link', 'my_other_feed_link' );
      add_filter( 'author_feed_link', 'my_other_feed_link' );
      add_filter( 'tag_feed_link', 'my_other_feed_link' );
      add_filter( 'search_feed_link', 'my_other_feed_link' );
      
      function my_feed_link( $output, $feed ) {
      	$url = 'http://feeds.feedburner.com/xxx';
      
      	if ( $url ) {
      		$outputarray = array( 'rss' => $url, 'rss2' => $url, 'atom' => $url, 'rdf' => $url, 'comments_rss2' => '' );
      		$outputarray[$feed] = $url;
      		$output = $outputarray[$feed];
      	}
      
      	return $output;
      }
      
      function my_other_feed_link( $link ) {
      	$link = 'http://feeds.feedburner.com/xxx';
      	return $link;
      }
      
      • 1. I don’t use a Child Theme… since i do too many speed related otimizations, i don’t use child themes :S
        I know it’s a mistake and all but… yeah. Is there a way to activate it without using a child theme?

        2. Ok, thanks :D

        3. I actualy just found that code at WP Begginer. Problem is i wanted my entire blog to just have one feed… and this one add comment feed and etc :S
        Will keep looking for something.

        Thanks for all the help!

      • Jesper siger:

        If you customize the Cakifo theme directly (you shouldn’t) just find functions.php line 583 and change

        < ?php if ( get_the_author_meta( 'description' ) && ( function_exists( 'is_multi_author' ) && is_multi_author() ) ) : ?>

        to

        < ?php if ( get_the_author_meta( 'description' ) ) : ?>
  29. Wow, worked like a charm, thanks again!

    And i know i should not modify the main theme… but doing calls to a child theme, import and stuffs… i’m just speed adicted :S

  30. Ok… another question.
    Is there a way to move meta from the post bellow the author box?

    Like

    ___________________
    author box info
    ___________________
    post meta info
    ___________________

  31. Gabus siger:

    Thanks for feature theme of cakifo, bravo for the subscriber here..!!

  32. Pingback: Bộ sưu tầm đặc biệt 37 themes WordPress miễn phí | Hướng Dẫn WordPress

  33. ArmNo siger:

    Hi Jesper,

    I’m using this theme for one of my blog which has a pretty lengthy content
    and I think it is slowed down when scrolling because of css box-shadow (at least, in Chrome).

    Maybe you should check this article:
    http://nerds.airbnb.com/box-shadows-are-expensive-to-paint

    • Jesper siger:

      Hello ArmNo,

      Thanks for the feedback! I actually read that article last week, I’ll look into it and see what I can do

      I suggest you make a child theme and remove/adjust the shadow to fit your needs

  34. Maarten siger:

    Hello Jesper,

    yesterday WordPress 3.3 is released. Your 1.3 version of Cakifo is only compatible with WP 3.3. Can you tell me when you officially release Cakifo 1.3?

    With the update to WP 3.3 the slider stopped working on my website. I really like the slider!

    Thanks in advance

    • Jesper siger:

      Hello,

      The 1.3 version should be released shortly after Justin Tadlock release Hybrid Core 1.3 (in beta right now)

      I see what the problem is on your site. The slider script is being inserted before jQuery. Do you use a plugin or something to use the Google hosted jQuery?

      • Maarten siger:

        Hello,

        yes I use the Google hosted jQuery instead of the WordPress jQuery. I do this because I have a slow upload connection.

        I’ve temporarily disabled the slider on my site and will try again when you release the 1.3 version.

        Thanks for your answer :)

      • Jesper siger:

        What code do you use to use the Google hosted version?

  35. Maarten siger:

    I use the following code. It contains more functions besides using the Google hosted jQuery.

    function removeHeadLinks() {
    remove_action(‘wp_head’, ‘rsd_link’);
    remove_action(‘wp_head’, ‘wlwmanifest_link’);
    wp_deregister_script( ‘l10n’ );
    remove_action(‘wp_head’, ‘wp_generator’);
    }
    add_action(‘init’, ‘removeHeadLinks’);
    function _remove_script_version( $src ){
    $parts = explode( ‘?’, $src );
    return $parts[0];
    }
    add_filter( ‘script_loader_src’, ‘_remove_script_version’, 15, 1 );
    add_filter( ‘style_loader_src’, ‘_remove_script_version’, 15, 1 );
    if ( !is_admin() ){
    wp_deregister_script(‘jquery’);
    wp_register_script(‘jquery’, (“http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js”), false, ’1.3.2′);
    wp_enqueue_script(‘jquery’);
    }

    • Jesper siger:

      You should use the wp_enqueue_scripts action to call the wp_enqueue_scripts function.

      Try

      function my_scripts_method() {
          wp_deregister_script( 'jquery' );
          wp_register_script( 'jquery', 'http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js');
          wp_enqueue_script( 'jquery' );
      }    
       
      add_action('wp_enqueue_scripts', 'my_scripts_method');
      

      Remember to should add this to a Cakifo child theme or a plugin. Not the Cakifo functions.php

  36. Pingback: Jayj.dk - 2011 in Review | Jayj.dk

  37. Pingback: Land-of-web » 100+ best of the best wordpress themes 2011

  38. Pingback: 52 Best Free WordPress Themes 2011 | WP Daily Themes

  39. Pingback: 30 бесплатных wordpress шаблонов 2011 — часть 2

  40. Thalia Miller siger:

    Hi, This theme looks great. Would love to use it if I can figure it out but I have a stupid question. Why doesn’t the installed theme layout look like the demo version layout of the theme? I can’t find any options in the settings or instruction for applying the columnized grid layout shown on the demo. Do I have to manually enter hooks or shortcodes? Also not seeing my images in slider. Guess I’m missing some documentation? Thanks.

    • Jesper siger:

      Hello,

      The documentation for the theme isn’t the best, I know.

      There’s a Wiki on the Github page

      With the columnized grid I guess you mean the front page? If so you should check out “Setting up the Front page” in the Wiki. That page talks a bit about the slider as well.

      The slider should show images if you add a ‘Featured Image’ to the posts.

      - Jesper

      • Thalia Miller siger:

        Thank you so much. The wiki’s very helpful. I also noticed you’ve embedded detailed explanation in the code as well. I appreciate your quick response and the amazing effort you’ve put into this project. Thanks again.

      • Jesper siger:

        My pleasure :)

  41. Pingback: Excellent Free and Premium Responsive Wordpress Themes | Artfans Design

  42. Hello Jay,
    Can i sugest that, on version 1.3, you add Google+ Profile with rel author, and Facebook profile to the author box?

    Also, related posts would be awesome :)

    Gonna use it on a new version of a project i’m making. I will try to add those manualy once i get my HD back, but it would be cool to have it by default :)

    • Jesper siger:

      Hello,

      Great ideas!

      I’ll look into it tomorrow and see if it can make it into version 1.3

      The related post properly can because I have the code from another of my themes.

      If I don’t add the Google+ and Facebook fields, I’ll make sure to add a hook to you can add it in a child theme.

      I created two issues on the Github page
      https://github.com/jayj/Cakifo/issues/3
      https://github.com/jayj/Cakifo/issues/4

      • If you can’t make it to version 1.3, i will try to make a tutorial somewhere to users to add it :)

        Thanks for acepting my sugestions! But i have one question:

        I will start the dev by tomorrow probably. Is the GitHub version stable enough for me to make a project based on it? Is it fully responsible already?

      • Jesper siger:

        I’ve added a Related Posts widget, See this commit.

        I have also added some hooks to the author box

        They can be used like this in a child theme:

        add_action( 'after_setup_theme', 'cakifo_child_theme_setup', 11 );
        
        function cakifo_child_theme_setup() {
        
          /* Get action/filter hook prefix */
           $prefix = hybrid_get_prefix();
        
           add_action( "{$prefix}_close_author_box", 'cakifo_child_google_facebook_links' );
        }
        
        function cakifo_child_google_facebook_links() {
          echo 'My links';
        }
        
        

        Hope that helps you and thanks a lot for the suggestions and feedback :)

    • Jesper siger:

      The Github version is stable.

      I’m only waiting on Hybrid Core 1.3 and that in beta2 right now

  43. I’m annoying, i know. But i have another question.

    I see that, when i resize the browser, the the blog is responsive and the slider goes away. That is great.

    What i wanna know is: is it just a “display:none;” or if the user use a mobile phone, the slider really won’t load?

    That would be the best way, i guess, since it would load faster for mobile phone users.

    And if so, do you have a function for that? Cause that would open a wide door of posibilities. For example, i could add a floating sharing bar if the user is on a desktop, and inline sharing buttons if the user is on a mobile phone.

    • Jesper siger:

      It’s just display: none

      You can find some mobile detection functions if you search for them. I don’t have one.

      • I wonder if the “if_iphone” conditional tag still works on WP. It was implemented in version 2.9 iirc, and worked with all mobiles.

        Gonna give it a try and if everything works, i could share the code? :)

      • Jesper siger:

        It could be great if you would share the code :)

        Even if it doesn’t gets included it might help others.

  44. @Jesper
    Thanks a lot man! Gonna start working on those stuffs asap :)

    Here is what i did this afternoon: http://www.julianfernandes.com.br/ubuntubrsc/

    The idea is to erase the search box and put our logo there. The top menu, in the end, will look like ubuntu.com’s one :)

    But i have been testing it on a LG Optimus One, and it seems the text is really small. I may use the same design idea, but use bootstrap, Twitter’s framework, to work with it.

    Let’s see what i can do :)

    And about the code, yes, i will share it as soon as i work with it. Should i write a tutorial for you to post here, or just comment with the code?

    • Also, the top menu isn’t fully responsible yet, right? I see that when i resize the browser, some menus just go away.

    • Jesper siger:

      Wow! That looks fantastic!!

      It looks like you’re changing things directly in the theme instead of a child theme? That’s a bad idea. You should create a child theme instead so you won’t lose your changes next time the theme is updated

      “Also, the top menu isn’t fully responsible yet, right”
      They don’t actually go away. In your case they have white text and no background

      Try

      #topbar .menu-item {
        background: #dd4814;
      }
      

      “And about the code, yes, i will share it as soon as i work with it. Should i write a tutorial for you to post here, or just comment with the code?”

      You are more than welcome to write a blog post for this blog if you want. But that’s up to you.

      • “Wow! That looks fantastic!!”

        Thanks man :)
        Since the website is for our Ubuntu Linux LoCo Team blog, i tryed to use Ubuntu’s font and god, it just suited the theme perfecly.

        “It looks like you’re changing things directly in the theme instead of a child theme? That’s a bad idea. You should create a child theme instead so you won’t lose your changes next time the theme is updated”

        I’m not a big fan of child themes. They are too slow in terms of speed. Importing a theme’s CSS, not being able to optimize all the theme… i prefer to just mess with the actual theme, and then when there are updates, just find the updates on GitHub and implement myself. That also opens a door to ignore certain updates that i don’t need. Like, let’s say you add a widget before the top menu for ADs. I would not need it, so if there was on my website, it would just slow things a little.

        Also, since i optimize every single part of the code, it makes impossible to use child themes. I get a hell lot of speed out of it, and a great PageSpeed/YSlow rank, but my coding is slower than normal… it’s a price i like to pay =P

        “They don’t actually go away. In your case they have white text and no background”

        Will change it with the code you provided :)
        But did you looked at booststrap’s top menu responsivness? If you could implement a menu like that on Cakifo, it would be better in my opinion.

        You can see this WordPress Bootstrap theme that 320 press made: http://320press.com/wpbs/
        Resize the browser and you will see what i’m talking about.

        I actualy got kinda tempted to mix twitter’s framework + your design, but you should look at they CSS… god damm it’s a mess xD

        When i finish customizing Cakifo, i will give a try to that, since there’s 2~3 months left for me to release this version of the website.

        “You are more than welcome to write a blog post for this blog if you want. But that’s up to you.”

        Will do :)
        I will also show how to add a floating bar for sharing buttons. The trick is, that with the is_iphone conditional tag, we can make that, when the user comes with a mobile agent, the floating bar goes away and inline social sharing buttons comes in. That way, it won’t destroy the visual, loads faster on mobile and we still get social love :D

  45. On a side note, i’m getting 2 annoying bugs.

    Try acessing this post for example: http://www.julianfernandes.com.br/ubuntubrsc/mari0-game-indie-que-mixa-super-mario-bros-portal-lancado.html

    Then scroll down to the next/prev post pagination. When the name is big, they get one above the other. That with 1366 x 768. Did not tryed with other resolution :S

    Also, with Google Chrome, the submenus go up by 1px, and i can’t find the CSS to fix that. On Firefox it works like a charm, but on Chrome, it does that.

    Hover the menu “Categorias” with Google Chrome to see it.

  46. Pingback: Downgraf | Design weblog for designers » 20 Free & Premium Responsive Wordpress Themes

  47. Pingback: 40+ Adet Ücretsiz Wordpress Mobil için Tema – Kişisel Blog & Gayri Kişisel Web Tasarım

  48. Jason siger:

    Hey,

    This is a beautiful theme and I’m implementing for a local client. My problem is the site is not acting responsive when I check on my iPhone. Am I doing something wrong – so far no code wrangling…just plug ‘n play outside of the footer where I included my link.

    Developer site at: http://getindaflo.com/yogainspirations/

    Thanks for any help or advice!

    Jason
    Indaflo Marketing Solutions
    Kapaa, HI

    • Jesper siger:

      Hello Jason,

      What is the screen resolution on your iPhone?

      The theme becomes responsive when the browser width lower than 980 pixel and even more under 768 pixel.

      On 980 pixel it becomes one column on all pages except the homepage template.

      On 768 pixel the slider gets removed and the top-navigation placed behind a button. The homepage templates turns into 1/2 columns as well.

      I admit the responsive may not be the best. Do you have any places you want to be improved?

    • Jesper siger:

      If you want, you can create a child theme and put this code in the child theme functions.php

      function cakifo_child_theme_head() {
         echo '<meta name="viewport" content="width=device-width">';
      }
      
      add_action( 'wp_head', 'cakifo_child_theme_head');
      
      • Jason siger:

        thanks jesper…I’ll give it a try and post back the results. as for iphone resolution…its an older 3GS model – not sure about resolution, but definitely within the responsive boundaries you programmed.

        I do have a couple of large images the theme is shrinking down…so maybe that’s the issue? I’ll remove them and re-test.

        jason

      • Jesper siger:

        No, the images should not be the issue.

        Try the code I posted. You can read a bit about viewport here if you want https://developer.mozilla.org/en-US/docs/Mobile/Viewport_meta_tag

        I will implement it into version 1.5 (maybe 1.4.4 if needed)

  49. Dario siger:

    Hello,
    I’m not an expert in html, but I will improve my site. I want to use your theme, simple, clean and suitable even for just a website.
    I appreciate that you can customize the background, logo and links.
    I wish I could even change the background color pages and posts, possibly with a dark color to bring out my photos.
    How can I do? Thank you.

    • Jesper siger:

      Hello Dario,

      If I understand you correctly, you want a different background color on posts and pages than on the other pages?

      The easiest way would to use a plugin like WP-Backgrounds Lite

      • Hello,
        Thanks for the quick response.
        It ‘s already possible to choose the background color, the header text color and the link color.
        I would also change the color of the pages, posts, categories, etc. Now they are all with a white background, but I would like them to another color even the same, but not white.
        I hope I explained: I translate with Google.

      • Jesper siger:

        Ahh, I think I get you now.

        You should first create a child theme. Follow this guide: https://github.com/jayj/Cakifo/wiki/Child-themes

        When in your child themes style.css, add this:

        #content {
           background-color: #bada55;
        }
        
      • Dario siger:

        Thanks Jesper!
        I disturb you again. What should I write to change the background color of:
        - Footer;
        - Motto in the Header Text ;
        - “You are here”.
        Thank you again.
        Dario.

      • Jesper siger:

        Footer is #footer

        Motto:
        If you use a text logo: Appereance > Header > Header Text
        if not #site-description

        Breadcrumb:
        .breadcrumb-trail

  50. Jason siger:

    Jesper,

    Thanks again for the earlier help on the viewscreen (mobile response) issue. I’m still working it out.

    I noticed another issue with the theme in fullscreen mode. When I add a “Featured” image, it is mysteriously displaying a “thumbnail” version in top right of the screen (behind my promotional “quote” area).

    Any ideas to remove this, while not losing the Featured Image display on the homepage??

    Thanks!

    Here’s a link to review (but its occuring on all instances):

    http://www.getindaflo.com/yogainspirations/into-the-bliss-cd/

    ~Jason

    • Jesper siger:

      I think the best way would be to delete the Featured Image and add it to the post content instead. That would give you more control over the placement.

      Or you can add some CSS to the blockquote.

      <blockquote style="width: 360px; margin-left: 0;">
      [...]
      </blockquote>
      

      I know inline styles are not the best but in this case it properly the easiest. If you know it will happen again, you should add a child theme and add it to that style.css

      • Jason siger:

        Hey Jesper,

        Thanks again for your prompt replies on theme questions!

        I had already tried the suggestion above, but had the same issue here:

        http://yogainspirations.com/hawaii-kundalini-yoga-dvd/

        Basically, it’s not about the picture “inside” the blockquote…the question is about the errant picture off to the right that appears to be a “thumbnail” of the “featured image” just hanging there (I believe incorrectly, yes?)

        On the above link, you’ll see the “feature image” placed in the post – and – the errant “thumbnail” off to the right. In the other example I sent before, this errant “thumbnail” is hiding behind the blockquote.

        Any ideas on why its there, or how to remove it without causing related issues?

        Thanks again,
        Jason

        PS ~ I’ve also moved the site to the actual client domain from my server.

      • Jesper siger:

        Hello,

        I see the problem. But currently I do not think it is a theme issue.

        The script searches for a post image in the following order.

        1. Looks for an image by custom field.
        2. If no image is added by custom field, check for a WordPress featured image.

        So you see the thumbnail to the right either because:
        – You have a “Featured Image” chosen
        – Or because you use a custom field called Thumbnail or thumbnail.

  51. Pingback: 20 Template WordPress Gratis yang Responsif dan Keren « OBAR46

  52. Pingback: Download WordPress Themes – 2012 | WordPress Themes Get Free Online

  53. Pingback: Cakifo « レスポンシブ デザインのWordPressテーマまとめ

  54. Pingback: 25 kostenlose WordPress-Themes für Responsive Design » t3n News

  55. Pingback: Responsive Wordpress Themes | Portable Interactive Ltd.

  56. Pingback: WordPressテーマまとめ:無料で美しすぎるレスポンシブ対応ができちゃうテーマ第2弾! | エンジニア転職・求人情報等も配信 SAK STAFF BLOG

  57. Tom van der Heijden siger:

    Hello Jesper,

    First of all, I would like to compliment you on the very nice looking Cakifo theme. Very nice work!

    However, today I found an issue with the pagination of the theme. When browsing the archives for a certain year and you want to jump to another page using the page numbers, the generated URL is wrong.
    For example, have a look at http://www.tomvanderheijden.com/2012/. When you scroll down to the bottom of the page and you click on the number 3 to go to the third page, you are being directed to http://www.tomvanderheijden.com/3013/page/3/, if you want to jump to page 5 you are being directed to http://www.tomvanderheijden.com/5015/page/5/. So, not only the page number is increasing, but also the year is changing, which obviously shouldn’t be happening.
    I would be very greatful if this could be fixed.

    Thank you,
    Tom

    • Tom van der Heijden siger:

      Hello Jesper,

      Please ignore my previous message. I noticed this was fixed in version 0.1.6 of the loop-pagination.php in Hybrid Core.

      Tom

  58. Pingback: Δωρεάν Responsive Templates Για Το WordPress - Ελληνική Κοινότητα WordPressΕλληνική Κοινότητα WordPress

  59. Fiona siger:

    Love my theme – thanks!

  60. ShortENG siger:

    LOVE this theme very much, it made me feel comfortable. Thanks you very much.

  61. Regina siger:

    This is a really nice theme. =)
    I love it lots.

    I’ve followed your instructions at https://github.com/jayj/Cakifo/wiki/Setting-up-the-Front-page and I’ve managed to get the recent posts out as per your demo.

    But how do you also display your Cat A, Cat B, Cat C, Games etc under your front page?

    • Jesper siger:

      Hello Regina,

      Thank you.

      You can choose which categories to display on the Appearance > Cakifo settings screen.
      It’s under the setting “Headline Categories”

      Hope that helps you. If not, feel free to write again

      - Jesper

  62. Justin M. siger:

    I chose this theme for a client specifically because of the functionality and aesthetics. Nice job!

    Upon nearly completing the project I have discovered the client, while using IE8 to view his new site, is getting the “Show Menu” option instead of just seeing the menu. His wife is having the same issue where she works… so they are annoyed by it.

    I understand this is a very intentional part of the theme, but is there a simple way to keep it from happening?

    Thank you, and I’m more than happy to make a donation some how!.. assuming you can help me.

    • Jesper siger:

      Hello Justin,

      Currently it’s not easy to do that as IE8 and older don’t support media queries.

      You can create a child theme and take a look at the following code:
      https://github.com/jayj/Cakifo/blob/master/style.css#L997-L1098

      It’s currently wrapped in a media query. You should try to add it to the child theme.css (without the media query) and see what happens. It might work correctly but it should help you.

      In older versions of IE, the html tag has a class called .oldie so you might want to add that in front of the selectors so it doesn’t affect other browsers.

      Hope it helps you. If not, feel free to write again. If you have any other questions, I recommend you sign up for support on Theme Hybrid.

      - Jesper

    • Jesper siger:

      About the donation, I don’t really know a lot about how to do that. I have Paypal if it helps. Please contact me if you want to know more.

  63. Justin M. siger:

    Jesper,

    I wanted to thank you for the help. That actually did help me to understand what’s happening and how the them operates.

    Unfortunately the css in my child theme (per your instructions) caused the menu to not be displayed on other browsers. I felt like it was progress, but after all my attempts… still no luck.

    To make things worse I’m displaying the header sidebar and it also won’t show in IE8. Driving me crazy and I’m losing time/money.

    Would you be interested in tackling the menu and header sidebar display as a paid job? I’m hoping it would only take you an hour or two. I can make a down payment via a PayPal request to get you started. Please email me: *email removed*

    Can give you FTP access, and everything is backed up already.

    Thanks.
    Justin

  64. Pingback: Templates Responsives Gratuitos Para WordPress - FÁBIO SILVA | FÁBIO SILVA

  65. Pingback: Free Wordpress ThemesIM Resource Guide | IM Resource Guide

  66. Pingback: [모음] 40가지 무료 테마 다운로드 - 워드프레스 VIP

  67. Pingback: hanya test « Sahabat

  68. Pingback: 40 TEMAS RESPONSIVOS E GRATUITOS! | Vídeo Aulas IAG

  69. Pingback: 100 adet ücretsiz wordpress teması 2012 | Ücretsiz Wordpress Temaları

  70. Pingback: 【保存版:85テーマ集めました】本当に無料?と見紛うほどハイクオリティなWordPress用レスポンシブWEBデザイン対応テーマ | yugurido

  71. Pingback: 40 free WordPress themes | simerah

  72. Pingback: Cakifo Survey 2013 - Jayj.dk

  73. see this page siger:

    Awesome blog! Is your theme custom made or did you download it from somewhere?

    A design like yours with a few simple tweeks would really
    make my blog stand out. Please let me know where you got your theme.

    Many thanks

Leave a Reply