Kubrick Blogger Template Kubrick modello di Blogger

kubrick_blogspot_template.jpg

Kubrick Blogger Template Kubrick modello di Blogger

Version History Versione Storia
27th Apr 2006 - Release 27a apr 2006 - Uscita
09th May 2006 - Added tab browsing. 09a maggio 2006 - Aggiunto scheda di navigazione.
23th May 2006 - Tab error fixed for IE 23 maggio 2006 - Scheda di errore fisso per IE

Technorati Tags: Technorati: , , ,

Translate to EnglishÜbersetzen Sie zum Deutsch/GermanTraduzca al Español/SpanishTraduisez au Français/FrenchTraduca ad Italiano/ItalianTraduza ao Português/Portuguese日本語に翻訳しなさい /Japanese한국어에게 번역하십시오/Korean中文翻译/Chinese Simplified中文翻译/Chinese Traditionalترجمة الى العربية/ArabicVertaal aan het Nederlands/DutchΜεταφράστε στα ελληνικά/GreekПереведите к русскому/Russian

Related Articles: Articoli correlati:




Comments Commenti

  1. EM Ostling EM Ostling

    on May 30th, 2006 il 30 maggio 2006

    I downloaded your “Kubrick” template, but the code in the text file does not produce the layout shown in this posting. Ho scaricato il tuo "Kubrick" modello, ma il codice nel file di testo non produce il layout mostrato in questa pubblicazione.

  2. John Hood John Hood

    on May 31st, 2006 il 31 maggio, 2006

    I’m considering refreshing my blog’s template and Kubrick caught my eye! Sto valutando rinfrescante mio blog e modello del mio Kubrick catturati occhio!

  3. mumsgather

    on June 20th, 2006 il 20 giugno 2006

    I tweaked around and fixed it myself. I ottimizzato intorno e io stesso fissato. Thanks again and keep up the good work. Grazie ancora e mantenere il buon lavoro.

  4. Brandon

    on July 12th, 2006 il 12 luglio 2006

    Is there a way I can edit the Header so it will display my own image? C'è un modo posso modificare l'intestazione in modo da visualizzare la mia immagine? I know how to do this with regular Blogger templates but that method didn’t work with this one. So come farlo con regolare modelli di Blogger, ma questo metodo non funziona con questa. I guess because it originally can from WordPress. Immagino perché originariamente può da WordPress.

    Please Email me or comment on my blog! Prego email me o da un commento sul mio blog!

  5. admin

    on July 13th, 2006 Il 13 luglio, 2006

    Find the line Trova la riga



    #kheader { # kheader (
    background: url("http://photos1.blogger.com/blogger/7994/1253/1600/kubrickheader.jpg") no-repeat bottom center #73a0c5; background: url ( "http://photos1.blogger.com/blogger/7994/1253/1600/kubrickheader.jpg")-non ripetere parte centrale inferiore # 73a0c5;
    } )

    replace the sostituire il http://photos.XXXXXXX.XXX/XXX/XX/XXXX/XX/kubrickheader.jpg with your own image. con la propria immagine. recommended resolution is 760 x 200. risoluzione consigliata è 760 x 200.

  6. Myndz

    on August 20th, 2006 il 20 agosto, 2006

    hi could you tell me how to get the name of the author who posted the comment to show when you click on each individual post please. hi potrebbe dirmi come ottenere il nome dell'autore che ha pubblicato il commento di mostrare quando si fa clic su ogni singolo post per favore.

    Could you also tell me how to get a ‘previous’button on the individual post pages as it only has a next button so far. Potrebbe anche dirmi come ottenere un 'previous'button sulle singole pagine di post in quanto ha un solo pulsante Avanti finora.

    thanks alot thanks a lot

  7. admin

    on August 20th, 2006 il 20 agosto, 2006

    usually it will show as admin right? di solito si mostrerà come admin giusto? and about the previous button link, try upload a photo and in the image set the desire url. e sul link del pulsante precedente, prova a caricare una foto e l'immagine impostare il desiderio url. for example: ad esempio:

    Change this: Modificare questa impostazione:


    into this: in questo:


    It should be something like that. Dovrebbe essere qualcosa di simile.

  8. Myndz

    on August 20th, 2006 il 20 agosto, 2006

    no, i mean when someone posts a comment it just shows the comment and the time it was posted not the author of the comment. No, significa quando qualcuno invia un commento che mostra solo l'osservazione ed il tempo che è stato postato non l'autore del commento. i would like it to show the author of the comment as well as the time Vorrei che per mostrare l'autore del commento e il tempo

    and by the previous button link, i mean i would like to have a next and previous buttons to scroll through posts using those buttons. e dal precedente link del pulsante, voglio dire mi piacerebbe avere un prossimo e precedente pulsanti per scorrere posti di utilizzare tali pulsanti. thanks for the reply grazie per la risposta

  9. Brandon

    on August 21st, 2006 il 21 agosto 2006

    For some reason the “supernav” buttons are up to high on my header. Per qualche motivo la "supernav" pulsanti sono fino a alta sulla mia testa. Go take a look and please tell me what I am doing wrong! Vai dare un'occhiata e mi dica ciò che sto facendo sbagliata!

  10. admin

    on August 21st, 2006 il 21 agosto 2006

    the demo version works fine, you must have toyed with the code, try adjusting the code. la versione demo funziona bene, è necessario disporre di toyed con il codice, provare a regolare il codice. Usually its the padding. Di solito la sua imbottitura. Below is one of the few lines of code that determine the position of the button. Qui di seguito è una delle poche righe di codice che determinano la posizione del pulsante. Try adjusting the “margin: 0 0 0 -360px;” Cercare di regolare i "margin: 0 0 0-360px;"


    #supernav { # supernav (
    font: bold 9px/9px Verdana, Lucida Grande, Arial, Helvetica, Sans-Serif; font: bold 9px/9px Verdana, Lucida Grande, Arial, Helvetica, sans-serif;
    position: absolute; posizione: assoluta;
    top: 202px; top: 202px;
    left: 50%; a sinistra: 50%;
    width: 720px; width: 720px;
    margin: 0 0 0 -360px; margin: 0 0 0-360px;
    padding: 5px 16px; /* duplicate the tab size */ padding: 5px 16px; / * duplicare la scheda dimensioni * /
    text-align: left; text-align: left;
    display: block; display: block;
    } )

  11. Brandon

    on August 21st, 2006 il 21 agosto 2006

    That worked perfectly. Che funzionavano perfettamente.

    Thank You Grazie

  12. Brandon

    on August 21st, 2006 il 21 agosto 2006

    Well it did…… It looks ok in the preview but when you publish it it screws it up. Bene ha fatto…… Sembra ok in anteprima, ma al momento della pubblicazione viti che lo compongono.

  13. Brandon

    on August 23rd, 2006 il 23 agosto 2006

    Please help me! Please help me! When I publish my blog (after adjusting the margins) it shifts the supernav the the middle instead of being in the left corner! Quando pubblicare il mio blog (dopo aver regolato i margini) essa sposta l'supernav il mezzo, invece di essere nella sinistra! I really dont know why, please help! Io non so perché, ti preghiamo di aiuto!

  14. admin

    on August 23rd, 2006 il 23 agosto 2006

    hmm… would it be possible if you paste the whole code again? hmm… sarebbe possibile se si incolla l'intero codice di nuovo? or maybe it because of the older browser ur using. o forse è a causa dei vecchi browser ur utilizzando. what version of browser ur using? quale versione di browser ur usi?

  15. Brandon

    on August 23rd, 2006 il 23 agosto 2006

    I am using the latest version of Firefox…”Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6″ I can send you a copy of the code if you need it. Sto usando l'ultima versione di Firefox… "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; it-IT; rv: 1.8.0.6) Gecko/20060728 Firefox/1.5.0.6" Sono in grado di inviarti una copia del codice, se necessario.

  16. Brandon

    on August 23rd, 2006 il 23 agosto 2006

    I dont really want to have to paste the code again because I have links, a counter, and I have a different header. Io davvero non vogliono avere per incollare il codice di nuovo perché ho Links, un bancone, e io ho una diversa intestazione. It would be a big pain if I did that. Sarebbe un grande dolore se mi ha fatto.

  17. John

    on September 6th, 2006 il 6 settembre, 2006

    Ugh, this is annoying! Ugh, questa è fastidioso! This is like the third template I have copied the WHOLE entire code (correctly, it’s not like I didn’t get parts of it in there - I’m not stupid) and it gives me this message: Questo è come il terzo modello Ho copiato l'intero intero codice (correttamente, non è come non mi parti di esso in là - Io non sono stupidi) e mi dà questo messaggio:

    “Your template could not be parsed as it is not well-formed. "Il tuo modello non potrebbe essere analizzato in quanto non è ben formato. Please make sure all XML elements are closed properly. Assicurati che tutti gli elementi XML sono chiusi correttamente.
    XML error message: The markup in the document preceding the root element must be well-formed.” XML messaggio di errore: La marcatura nel documento precedente l'elemento radice deve essere ben formato ".

    It does this when I copy/paste the code, it also does it when I upload it straight from kubrick.txt. Che fa questo quando ho copia / incolla il codice, anche quando non averli caricati direttamente dal kubrick.txt.

    What’s going on!? Cosa c'è di nuovo?

  18. Ravishankar Shrivastava Ravishankar Shrivastava

    on September 11th, 2006 il 11 settembre 2006

    Hi, Salve,
    Thanks for good job! Grazie per il buon lavoro!

    This design is simple, yet useful!! Questo disegno è semplice, ma utile!!

    Thanks again Grazie ancora

  19. Ronny Somby Ronny Somby

    on November 23rd, 2006 il 23 novembre 2006

    Hi, and thanks for the template, it’s very nice. Ciao e grazie per il modello, è molto bello.

    One thing thou. Una cosa tu. I have the same problem as someone else (myndz) here mentioned with the comments. Ho lo stesso problema, come qualcun altro (myndz) di cui qui con le osservazioni. When you go to a post to view the comments, the comments doesnt display the author. Quando cerchi di accedere a un post per visualizzare i commenti, le osservazioni non visualizzare l'autore. I have to say i have translated the displayed text fields to norwegian (they didnt work before either). Devo dire di aver tradotto il testo visualizzato campi per Norvegese (che non ha lavoro o prima).

    example can be seen here (pardon my norwegian): esempio si può vedere qui (il mio perdono norvegese): http://www.romskip.net/2006/11/death-on-road-etter-8mnd-med-venting.html#kommentarer Commenti http://www.romskip.net/2006/11/death-on-road-etter-8mnd-med-venting.html #

    Any suggestions? Qualche suggerimento?

  20. Ronny Somby Ronny Somby

    on November 23rd, 2006 il 23 novembre 2006

    Found it. Trovata.

    Add ## to the ## section. Aggiungi a # # # # la sezione.

    It does exactly what is says. Si fa esattamente che cosa si dice.

  21. Manu

    on December 15th, 2006 a dicembre 15, 2006

    I can not do it. Non posso farlo. Could you tell me how to get the name of the author who posted the comment to show when you click on each individual post? Potrebbe dirmi come ottenere il nome dell'autore che ha pubblicato il commento di mostrare quando si fa clic su ogni singolo post? please per favore
    look my blog guardare il mio blog http://tdnadie.blogspot.com

    Please i need help Vi preghiamo di Ho bisogno di aiuto

  22. thinchhia

    on December 16th, 2006 il 16 dicembre 2006

    thank you for this theme(kubrick).i love it..but i have a problem which is when visitors post comments their name never appear and shown as blank.help me solve this problem.thank you la ringrazio per questo tema (Kubrick). i love it .. ma ho un problema che è quando i visitatori inviare commenti loro nome e mai apparire come mostrato blank.help risolvere questo problema mi si problem.thank

  23. Ronny Somby Ronny Somby

    on December 18th, 2006 il 18 dicembre 2006

    to show author of comments add per mostrare autore di aggiungere commenti
    #$BlogCommentAuthor$# # $ BlogCommentAuthor $ #
    to a
    #BlogItemComments# # # BlogItemComments
    section. sezione.

    change the ## with cambiare il # # a

  24. Ronny Somby Ronny Somby

    on December 18th, 2006 il 18 dicembre 2006

    crappy html comment shait. crappy commento HTML shait.

    If anyone has this problem email me Se qualcuno ha questo problema e-mail me ronny@romskip.net

  25. cybersix Cybersix

    on January 8th, 2007 a 8 gennaio 2007

    really nice and like it… veramente bella e piace…
    I want to modify the code so that i can make 2 sidebar like this: Voglio modificare il codice in modo che possa fare 2 barra laterale simile a questo:
    content|sidebar1|sidebar2 | sidebar1 | sidebar2
    like piacere http://www.liewcf.com .
    So, how can i do that? Sì, come posso farlo?

  26. cybersix Cybersix

    on February 28th, 2007 il 28 febbraio 2007

    Really nice template…Is there any 3-column template for old blogger( Modello veramente bello… C'è qualche colonna 3-modello per i vecchi Blogger (
    i mean (content-sidebar-sidebar2) template…. i media (content-sidebar-sidebar2) modello….

  27. patchay

    on April 11th, 2007 L'11 aprile, 2007

    I don’t know why my nav menus drop below the blog header when viewed in Firefox, but look great in IE7. Non so perché il mio nav menu discesa al di sotto del blog di intestazione che vengono visualizzati in Firefox, ma guardare in grande IE7.

    Can anyonne help me solve this problem based on my codes below? Anyonne può aiutarmi a risolvere questo problema sulla base di codici sotto il mio?

    #supernav { # supernav (
    font: bold/1.5em “Trebuchet MS”, Verdana, Arial, Sans-serif; font: bold/1.5em "Trebuchet MS", Verdana, Arial, sans-serif;
    position: absolute; posizione: assoluta;
    left: 50%; a sinistra: 50%;
    width: 750px; width: 750px;
    margin: 0 0 0 -360px; margin: 0 0 0-360px;
    padding: 5px 16px; /* duplicate the tab size */ padding: 5px 16px; / * duplicare la scheda dimensioni * /
    text-align: left; text-align: left;
    display: block; display: block;
    top: 210px; top: 210px;
    } )

    Hope to hear from u soon. Auguriamo di e presto. Thanks! Grazie!

  28. Beto

    on August 23rd, 2007 il 23 agosto 2007

    Hello, i have one problem! Ciao, ho un problema!

    When I am going to put the code happens the following error Quando vado a mettere il codice accade il seguente messaggio di errore

    “Your template could not be parsed as it is not well-formed. "Il tuo modello non potrebbe essere analizzato in quanto non è ben formato. Please make sure all XML elements are closed properly. Assicurati che tutti gli elementi XML sono chiusi correttamente.
    XML error message: The markup in the document preceding the root element must be well-formed.” XML messaggio di errore: La marcatura nel documento precedente l'elemento radice deve essere ben formato ".

    I love this template, good work, please help me????? Amo questo modello, un buon lavoro, ti preghiamo di aiutarmi ?????

    Thanks! Grazie!

  29. cemil

    on December 14th, 2007 a dicembre 14, 2007

    hi admin. Hi admin. help me please. help me please.

    XML error : Content is not allowed in prolog. Errore XML: Contenuto non è consentito in Prolog.

    WHAT MUST I DO ? Che cosa devo fare? regards saluti

  30. cemil

    on December 15th, 2007 il 15 dicembre 2007

    XML : The markup in the document preceding the root element must be well-formed. XML: La marcatura nel documento precedente l'elemento radice deve essere ben formato.

  31. Ethereal Etereo

    on March 21st, 2008 il 21 Marzo 2008

    Please help, when i try to put it into blogger it gives me this error mesg. Please help, quando cerco di metterlo in blogger che mi dà questo errore mesg.

    “Your template could not be parsed as it is not well-formed. "Il tuo modello non potrebbe essere analizzato in quanto non è ben formato. Please make sure all XML elements are closed properly. Assicurati che tutti gli elementi XML sono chiusi correttamente.
    XML error message: The markup in the document preceding the root element must be well-formed.” XML messaggio di errore: La marcatura nel documento precedente l'elemento radice deve essere ben formato ".

    what is going on? cosa sta succedendo? What am I doing wrong? Che cosa sto facendo di sbagliato?

  32. Gen

    on March 27th, 2008 il 27 marzo 2008

    same thing here. stessa cosa qui.

    “Your template could not be parsed as it is not well-formed. "Il tuo modello non potrebbe essere analizzato in quanto non è ben formato. Please make sure all XML elements are closed properly. Assicurati che tutti gli elementi XML sono chiusi correttamente.
    XML error message: The markup in the document preceding the root element must be well-formed.” XML messaggio di errore: La marcatura nel documento precedente l'elemento radice deve essere ben formato ".

    can you please configure this problem for those of us who have the SAME EXACT problem? ti configurare questo problema per quelli di noi che hanno il medesimo preciso problema? ^^; ^ ^;

    thank you! grazie! :D : D

Leave a Reply Lasciare una risposta