Close Panel
 
 

Hi!

Just to let you know I have released a new and improved version of my Wordpress theme Yoghourt (I finally had some spare time to do this).

Few people complained it was not a valid XHTML & CSS Wordpress theme. Now it is done!

View demo.

Technorati Tags: , ,

Popularity: 3% [?]

 

Related posts

| Subscribe to Feed | Email the author

16 Responses to “wp-yoghourt 1.0 (Wordpress Theme) - New version release”

  1. 1
    Chad Says:

    What a great Wordpress theme to offer and for free no less! I look forward to whatever Wordpress themes you release in the future. Thanks again.

  2. 2
    Jeeremie Says:

    Thanks for your support. However, I am working on so many projects that I don’t think I will be able to make a new theme soon. But I plan to make a new PHP contact form with Ajax and Spam check when I will have some free time.

  3. 3
    JokinSu Says:

    Saludos:    Me he animado a utilizar tu theme. La verdad es que me gusta mucho aunque le he encuentrado algún fallito1. En el sidebar…las palabras con tildes se muestra con un código raro (no todas, pero si algunas). Yo por ahora las he quitado pero queda mal no poner las tildes2. Al leer un post, las imágenes que se ven (imagen principal y foto) en la página principal, no se ven en los post   Por si me puedes ayudar a solucionarlo.   Un saludo

  4. 4
    Jeeremie Says:

    Debes escribir letras con tildes con su codigo equivalente. Por ejemplo: ñ se debe escribir “Ñ” dentro del codigo y Õ de esta manera “Õ“. Visita “HTML: Special Characters” para más información.

    Para la imagen, creo que es un problema con el URL que Wordpress crea. Wordpress añade la fecha y nombre del post a su URL. En este caso el vinculo a la imagen no funcióna. Para solucionarlo, abres sidebar.php en Notepad y busca <img src=”wp-content/themes/yoghourt/images/budha.jpg” alt=”Photo Example” />

    Cambia wp-content/themes/yoghourt/images/budha.jpg para http://www.jokinsu.com/wp-content/themes/yoghourt/images/budha.jpg. Igual para tu imagen principal.

  5. 5
    Jokinsu Says:

    Gracias, acabo de solucionar los dos problemas.Mil gracias.Un saludo

  6. 6
    liby Says:

    Hi. the  frist time
                           

  7. 7
    adam Says:

    I love this theme!  The only problem is that it will not let me add widgets.  It says something about not being widget aware or something like that.  Am I doing something wrong?

  8. 8
    Jeeremie Says:

    you are not doing anything wrong. It was not Widget-ready. However, it is now. You can now download the new release (version 1.1).

    I have tested it and it worked fine for me. Let me know if you have any problem.

  9. 9
    nkhat Says:

    very nice :)  thank you  i will keep my eye on you’r blog :)

  10. 10
    Clemens Says:

    Hi Jeerimie,
    I am using your “yoghourt template” for my restaurant business, thank you very much for the work and all the time involved with it. Great job! Easy to use and to personalize. However there is one issue I do not know how to change: I am using your contact form php and customers leaving comments or reservations in German. Since we are using “Umlaute” (ÄÜÖß) etc. I have to change the language code so that these letters are getting to be displayed. At the moment, I will only get a mix-up like “ääööüüüßß”. Would you be so kind to help me?

    Merci Jeeremie, best regards from Germany

    Clemens

  11. 11
    Jeeremie Says:

    Open your contact page in a web editor and change this line:

    mail($to, $subject, $msg, "From: $email\r\nReply-To: $email\r\nReturn-Path: $email\r\n");

    … to:

    mail($to, $subject, $msg, "From: $from\r\nContent-Type: text/html; charset=utf-8; $email\r\nReply-To: $email\r\nReturn-Path: $email\r\n" );

  12. 12
    Jeeremie Says:

    Clemens,

    Actually, I think you have to put charset=iso-8859-2 instead of charset=utf-8

    Let us know if it works. Thanks.

  13. 13
    Jason Says:

    Jeeremie - I have to say this theme is one of the nicest I have seen. You did a wonderful job and really spent a lot of time on the small details and your code is nice and clean.

    I am having a small problem…when I create a Page the text in the top header section changes from what is in the index page and this results in screen anomalies. I would like the same text as in the index page to appear on every page (no dynamitic headers). Any ideas?

    Thanks for your offering such a nice template.

  14. 14
    Moni Says:

    Mate, sorry for the late reply, busy busy! wicked them as always, updated the post you asked for, new download link and a link back in the summery. Peace out :)

  15. 15
    Abe Says:

    I am using this theme and love it.

    I have one small problem with the WP-Syntax plugin…

    Using the line variable makes the dashed border shrink to about 60% of the pre container.

    I removed the border as a quick fix…

    pre {
    padding: 1em;
    border: none;
    /* border: 1px dashed #2f6fab; */
    color: black;
    background-color: #f9f9f9;
    line-height: 1.1em;
    }

  16. 16
    12345 Says:

    so kewl! thx

 

Leave a Reply

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

To insert a code, don't use <code>...</code>. Instead, use <pre lang="LANGUAGE" colla="-">...</pre> and replace 'LANGUAGE' by 'html4strict' for HTML, 'php', 'javascript', 'css'...