Liquid

Liquid is a free wordpress theme structured on 2 columns with featured content slider, twitter updates and much more. It has a special design, clean and elegant.
Features: Interactive content slider, twitter updates, widget ready, cufon, seo optimized and more

Bookmark the permalink.

8 Responses to Liquid

  1. eneko says:

    It’s a great theme, but the “Follow” button does not appear to be as in the preview… how could I make it look like that?

    And, how could I change the font used in post titles for example? It seems that doesn’t suport non ASCII characters, which I need to use in my language…

    Thanks :)

  2. admin says:

    Hello,
    Thanks for appreciating my work!
    The twitter follow button should look like that because is twitter code for that kind of button, but you have to insert your twitter id in the social area from the theme admin panel. As for the fonts, i’m using cufon, that’s why doesn’t support ASCII characters. For support, no links into the footer and free installation, purchase the premium version of the theme, available in couple of days
    Best regards
    Mr Pixel

  3. Maodou says:

    awesome work. i love this theme and using now.
    these is a file named style-blue.css, but seems it doesn’t work with this theme.
    i m trying make this theme more compatible with Chinese.
    thanks for your theme!

  4. admin says:

    Hello, for the next update will be available on 3 color scheme. Enjoy it!

  5. Mil says:

    Hi! I’m currently using this theme and I love it very much! :-)

    I’m just wondering; is it possible to change the no-thumbnail image?

    link: http://1.bp.blogspot.com/-B7-yM6uG3MI/ToKyS_W-muI/AAAAAAAAA3k/2r94A63bN10/s000/no-thumbnail.jpg

    I’m thinking of changing it to a different one. Help?

    Thank you! :-)

  6. admin says:

    Hello,
    Please add this class in the style.css file after line 1175:

    .no-thumb{
    background: url("images/no-thumb.jpg") no-repeat scroll center center #FFFFFF;
    border: 1px solid #E7E7E7;
    float: left;
    height: 106px;
    margin: 0 !important;
    padding: 5px !important;
    width: 106px;
    }

    In functions.php, find imaj_image() – line 328, and replace the whole function with:

    function imaj_image(){

    if ( has_post_thumbnail() ) {
    ?>

    < ?php the_post_thumbnail( 'imaj', array('class' => 'entry img post-image-prelaoder') );?>

    < ?php
    } else {
    ?>

    < ?php
    };

    }

    Also copy your image into "images" directory in the Liquid folder.
    You're done now!

  7. Mil says:

    Hi!

    Thank you so much for responding. But I can’t seem to do the 2nd instruction (because I’m a newbie!). Can you please explain further? Sorry for all the trouble! :

    This one:

    In functions.php, find imaj_image() – line 328, and replace the whole function with:

    function imaj_image(){

    if ( has_post_thumbnail() ) {
    ?>

    ‘entry img post-image-prelaoder’) );?>

    < ?php
    };

    }

    Thank you!

Leave a Reply

Your email address will not be published.

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>