Feedback
Das Internet ist keine Einbahnstraße, es lebt von der Interaktion. Das gilt auch für diese Website und deshalb ist Feedback jeglicher Art – Kritik, Fragen & Antworten, Gedanken & Anregungen – überaus willkommen.
The internet isn’t a one-way-street, it lives on interaction. This is true for my website too. So any kind of feedback – criticism, questions & answers, thoughts & suggestions – is always appreciated.
John
Bob Gentle
20.04.2005
12:04h
HI,
Fantastic WP template ~ sorry I’m a bit thick.
How do I reinstate the image in the header. Which file and lines of code should I edit.
I know this sounds stupid. Normaly I work it out for myself but I can’t see it.
Thanks,
Bob. (Aberdeen /Scotland)
jowra
20.04.2005
03:04h
Hi Bob,
thank you. So you want to put an image in the header part? That ist done via the header.php in the wp-content/themes/relaxation/ directory. In this file you will find the following lines:
<div> <a> --> </div>(I have shortened the lines a little bit, so that they fit in the comment-area ;) ). There you must now comment out the first line wich is displaying the grey headline at default. And then remove the comment tags from the second line. Since, the header.gif I’ve put in the ‘image’ folder is only a dummy, you should replace it with your own image.
Hope this helps. If not, please ask again, okay? :)
John
JP
20.04.2005
07:04h
jowra,
Your theme is beautiful.
I really like the way that you handle your photos.
Could you tell me the name of the plugin that you use? I am really curious to know and would love to use it on my site if you don’t mind.
jowra
20.04.2005
12:04h
JP, do you mean the images that I put into my blog-entries or my photogallery?
The gallery is set up with folderblog, a small php-script that is easy to use and can be designed to your liking. I will shortly add a theme for this gallery that fits to my wordpress-theme. There is a good documentation available, but if you have any specific questions, just ask me. :)
John
JP
22.04.2005
01:04h
Thanks for the link to folderblog. I must confess I didn’t see the link on the blog until after I posted my inquiry.
If or when you do create a folderblog theme that uses your “relaxation” look, I would be very interested in using it as I’m in the process of setting up my website to utilize wordpress and after looking at many themes, I feel that I will be using yours.
Thanks for all your work.
JP
jowra
23.04.2005
12:04h
“If or when you do create a folderblog theme that uses your “relaxation” look, I would be very interested in using it…”
JP, I’m busy for some days, but in the next week I will release the folderblog-theme as it is.
John
roni_bats
25.04.2005
06:04h
John.
Was hopping from one WP blog to another till I landed onto yours.
Just wanted to say that yours is a very good template. Perhaps the best I have seen so far.
Another thing. I noticed that most of your blog entries are not in English. Nice, really nice. I am from the Philippines and I also prefer blogging in my native tongue.
As we Filipinos would say, “Ang galing mo, pare!” (“Nice work, dude!”)
jowra
26.04.2005
02:04h
Roni, thanks for your words. Really nice to read, that you like my design.
First I was thinking to write in english here and it looks like many readers are coming from english-speaking parts of the world but on the other hand, there are so many blogs in english already and after all my german ist quite better than my english. ;)
Certainly, english is the language which brings people together but a little diversity in the net is still needed too, right? :)
Wyatt
26.04.2005
05:04h
On your front page, how do you get that news feed? I use CG-FeedReader and I would like to do something like you have.
jowra
26.04.2005
04:04h
Hi Wyatt,
the rss-parsing on my homepage is done via Magpie RSS. My front page is simply an PHP–document and doesn’t belong to wordpress. But it should be no problem to integrate Magpie into an WP-Installation so you can output the feeds to the sidebar, the header-part or an static page. If you need further help, please contact me.
John
Mark
28.04.2005
07:04h
What photoalbum software are you using? Looks awesome :)
–Mark
jowra
28.04.2005
08:04h
Thanks Mark. :)
Have a look at folderblog a little php-script (20kB), but very powerful and flexible. Give it a try, it’s worth it.
John
Mike
30.04.2005
05:04h
I have downloaded your theme cause it is so nice and clean and I noticed inside there was another folder for the photo gallery script wich is great but im lost to what I need to do and what files go in what direction maybe you can tell me how you did it I would like it to look just like yours
jowra
30.04.2005
09:04h
Hello Mike, thank you. :)
On my website I have two installations: WordPress and Folderblog. At the moment they are running parallel to each other, so folderblog is not integrated in WordPress. Therefor copy the WordPress-Theme files in this directory:
/wp-path/wp-content/themes/relaxation/*.*then you can activate it in the admin-panel of wordpress.
In another directory (outside WP) I’ve installed folderblog. Copy my folderblog-files in the root-dir of this installation and everything should be fine. If you have a question about the general installation of folderblog, have a look at the documentation or come back here please and I’ll try to help you out. :)
John
Mike
01.05.2005
02:05h
Ok thnk you so much for your help I have the wordpress installed and your theme installed as well so that part is fine you can see that much here http://www.localmadness.org/journal/ Now do I creat another folder Called “Photos” or something of that sort in the main Public_html and put the folderblog contents that came along with your theme in there? I am sorry to bother you but I am real new to when it comes to this thats why i chose to use Wordpress cause I am not a website designer and wanted something simple if I could only get this script installed everything else should be great. I have read the documentation of folderblog and all the coding seems like foriegn language to me :( so any help is great from you thnx so much again.
jowra
02.05.2005
03:05h
Okay Mike, here is a quick intro how to install folderblog and the theme:
vars.phpto suit your needs. at the beginning important are only the following lines:$email="your@email.here";$fbpass="password";Hope that works. :)
John
Mike
02.05.2005
04:05h
Thnx so much John for the instructions I am going to give it a whirl now and let you know how it comes out
Mike
02.05.2005
06:05h
Ok I go everythng to work but for some reason when i click on the menu link in the gallery it takes me to a thumbnail page and it blows the theme to pieces and I coonat see any thumbs just boxes with red squares in them and no I dont no how to make a link on my blog to the gallery like you did thnx
jowra
02.05.2005
12:05h
Mike, I’ve looked at it. Good job! :)
Anytime you copy new pictures to the photos-folder you must create the thumbnails first. You do this by opening
http://www.localmadness.org/photos/post.phpinstead ofindex.php. This way you can add a text to the picture, add a date too and generate the thumbnail for that pic. In the passwort-field you put the password provided in thevars.phpand then klick on ‘Create thumb and update’ and everything should be fine.You can also edit the file
relaxation_main.php, search for the word ‘menu’ and change it to whatever you like, e.g. ‘archive’ or ‘thumbs’. Maybe that makes more sense. ;)Now to the link in WordPress: I’ve modified the
sidebar.phpfrom the relaxation theme for you. You can download it here . Unzip the little archive and copy the newsidebar.phpto the relaxation theme folder, that means overwrite the old one. I’m not shure if you like the new entry in the sidebar, but now it should be no problem to edit this file, look at the new entry I’ve made and change it to your liking. :)So far… If you wish a little photo-preview like I have in my sidebar (please tell me if so), there is a last step to go. :)
John
Mike
02.05.2005
11:05h
John your truly a life saver thnx so much not many people would have taken out the time and effort to help me like you have I am truly greatful and yes when you get the time I would like to have a little photo preview like yours but its no rush you have helped me alot so far I dont want to bother you ..
jowra
07.05.2005
03:05h
Mike, sorry for the late response. Please have a look at this comment , where I described the procedure of installing the Random Image Rotator .
:)
John
jaypee
13.05.2005
12:05h
hello there! really nice theme..i downloaded it and im using it right now as my wordpress theme, hope you don’t mind. i would like to know how to create this feedback page. is it from wordpress or using a third-party program or script? it’s really nice. hope you could help me. thanks in advance! more power & God bless! =)
jowra
13.05.2005
01:05h
Hi jaypee! The theme is there for using it, so … thank you. =)
This feedback-page is simply a PAGE in WordPress, which you could create in the admin-center. At this page you can place any text you like and you must make shure that comments are active for this page. It’s that easy. ;)
Edit: Oh, I’ve just seen that I’m using a slightly different
page.php. In the default page, the comment-template is not integrated, so here is a modified version for you: page_with_comments.zip .Please unpack it and copy it to the relaxation template-folder. :)
John
jaypee
13.05.2005
07:05h
Thanks alot John! i’ve used the file you made for me and it’s working. but i was wondering if you could help me again. i want to have the name, email & webpage fields for the feedback page just like you have here. maybe you can send me the file. i might also ask your help installing the folderblog. but for now, i’ll just read the tips you’ve previously given and try it out myself. i’ll ask your help only when i can’t do it myself. thanks again. :)
jaypee
14.05.2005
03:05h
its me again. sorry, i didn’t see that the page.php that you made already has the fields i was asking for. my bad. anyways, thanks again! :)
jaypee
14.05.2005
06:05h
me again..just wanna ask how you put that Jowra.de in the upper right corner of your page? thanks!
jowra
14.05.2005
08:05h
jaypee, you have to create a logo for your site and copy it in the images-folder of the theme. Then you have to edit this line in the
style.css:body { background: #a9ac99 url(images/jowra.gif) no-repeat top right; ... }Name your Image jaypee.gif or something like that and replace the jowra.gif with yours. That should work. :)
John
jp
14.05.2005
09:05h
Hi Jowra. I like a lot your relaxaation theme, but i’m having problems posting large images, see it please: http://restrex.dotgeek.org/blog/ and thanks a lot! :D
jp
14.05.2005
11:05h
well I think your theme have a problem with the images’ wide, it has to be 400 px, if not, the template is disordered. I fixed it putting images with 400 px of wide ;) jeje, I hope you fix it ‘cause the theme design rocks!
jowra
16.05.2005
12:05h
Thanks jp, but its natural, that you can’t put an image in there with 600 or 700 Pixels, this will ever break the design, in other themes too, right? Or do you mean it should be wide like the post-content? At my site it works, but I will have a look at the download-template.
John
jp
16.05.2005
01:05h
I meant, when I put a image (for example) of 200 px * 500 px breaks the design :/however, thanks, it’s working cool now, ‘cause I put images over 400 px of wide. :)
jaypee
16.05.2005
06:05h
ei, its me again. hope you’re not tired of helping me out. i’ve installed Folderblog and have tried using it. i was succesful in uploading some photos and creating thumbnails for them. however, i’m having a hard time putting the main links like Blog, Profile, Guestbook, etc. and problems inserting my header image. it has a border around it. leaving a comment for each photo works fine. hope you could help me again. thanks in advance! :)
Chaz
17.05.2005
04:05h
John,
smooth, elegant and beautiful template design.it feels like I’m reading a paper. I’ve been contemplating from switching from a different Web logging software. Your template design surely convinced me to switch to Word press.I’m in the process on switching archives and adapting my graphics to your template and I may have a few questions in the future, but just wanted to comment for now.
all good things,
Chaz
jowra
17.05.2005
10:05h
Thanks a lot for your words, Chaz. I never thought, that there will be so much positive feedback at my theme whne I released it. And I think switching to WordPress isn’t a bad idea, since its a remarkable (free!) peace of software with a great community. If you would like to install and test my theme, I will help you out if there are any problems or questions… as soon as I’m back from holiday (mid-june). ;-)
Tanks again for your comment. :)
John
Roger Whitehead
21.05.2005
10:05h
Dear John,
Congratulations on the cool, clean and airy appearance of the Relaxation theme. I like it so much I have recently adopted it for my blog.
I want to make some minor changes but don’t know enough about CSS to make them. I would like to use a different font (Lucida Sans) for the blog’s title, at a larger size, and to show the blog’s tagline.
I would be grateful for some advice on how to do this.
Regards,
Roger
Jin
22.05.2005
03:05h
I would like to start off by saying how aesthetically pleasing to the eyes your template is (even though you probably heard this many times!). You deserve much kudos for your hard work and time.
I do have one question however: is it just me or does the position of certain texts shift when you add images to your post? For example, the texts “Uncaterogized | Edit | Comments” and the heading of your previous posts shift to the right. This shift in texts occurs in multiple pages, including the “Comments” page. Please take a look here to know what I mean. Is there any way to fix this? If you plan to make future versions of this template, please consider this irregularity.
Other than that, this is, to me, the coolest theme I’ve come across. Keep up the great work and thanks!
jowra
22.05.2005
08:05h
Just a short note, since I’m in holiday for three weeks:
Roger thank you and if you have the time to wait till I’m back from holiday, I will answer your questions, okay? First just this tip: You can change the font and the font-size by altering this line in the file header.php:
Jin thank you too and your right, this problem occurs because I’ve put a
float: left;to all images in an entry. Simply remove thefloat: left;command from the following defintion in the style.css;#content img { float: left; margin: 5px 15px 0 0; padding: 0; border: none; }thats all. Thanks for mentioning that and I think I will remove it from the next version right after my holiday. If you still want particular Images floating to the left, simply add an
style="float: left;"definition to the IMG–Tag.All other questions I will answer in three weeks. ;) Till then…
Regards,
John
Dirk Schmidt
24.05.2005
01:05h
Bei Artwork und Photos deiner – ansonsten tollen Website – meint der W3C CSS Validator:
Errors
URI : http://www.jowra.de/artwork/
Line: 82
Property texta-lign doesn’t exist : left
Line: 83
Property texta-lign doesn’t exist : right
Das ist doch wohl nur ein Versehen, oder …?
jp
25.05.2005
08:05h
jowra! that’s I was saying you :)
Jin thank you too and your right, this problem occurs because I’ve put a float: left; to all images in an entry. Simply remove the float: left; command from the following defintion in the style.css;Thnaks ! :)jp
26.05.2005
06:05h
Ho jowra. http://www.patrocinalia.com/ are a commercial blog using your theme. I don’t know if it’s correct (they win dollars, and you don’t)
Roger Whitehead
06.06.2005
11:06h
> Roger thank you and if you have the time to wait till I’m back from holiday, I will answer your questions, okay? First just this tip: You can change the font and the font-size by altering this line in the file header.php:
That works fine, thanks. I’m happy to wait for your return to learn about taglines.
Roger
george ivanov
10.06.2005
11:06h
hi jowra,
the best! (wp) theme I’ve ever seen (since from the beggining of the b2 and wp). you are taking photos too. i will be very happy if you release the same style for combining the pholderblog with wp and your style.
greets! and continue shooting photos :)
p.s. i am ready to give you for banner of your styles some of my photos if you like :)
chaz
13.06.2005
10:06h
John, I love the template and I’m really enjoying using it on my web site. I knew at some point had run into a few problems… most of it is with the folder log. I keep running into the same errors… you have any suggestions for me — I’ve consulted folder blog web site and others. And everyone seems confused, my foe Gallery can be found at.
http://www.chazsouthard.org/gallery/?
best,
Konstantinos
14.06.2005
04:06h
Also ersteinmal Gratulation zu Deiner Seite, Deinen Mühen und vor allem Deinen Ergebnissen – wirklich klasse. Habe mich als Neuling mal in die Welt von WordPress begeben und bin auf der Suche nach einem Template hier gelandet. Das Design ist spitzenklasse und ich habe Dein Template bereits ausprobiert, nur wie hast Du es hinbekommen, dass alle Angaben in Deutsch erscheinen (z.B. Datum, Uhrzeit, Hinweistexte etc.)? Ich bekomme das einfach nicht hin. Ich hab so viele Fragen….gg Würde hier wohl alles zuposten. Versuche mal Schritt für Schritt da ranzukommen.
Gruß aus Berlin
Konstantinos
jowra
14.06.2005
10:06h
Hallo Konstantinos,
Danke für die Blumen. =) Du Dir erst mal die deutsche Sprachdatei installieren. Schau mal hier: deutsche Sprachdatei für WP
Informationen, wie Du das Datum und die Uhrzeit usw. formatierst, findest Du hier: Formatierung von Datum und Zeit
Generell ist http://www.wordpress.de/ eine gute Adresse und vor allem das Forum dort. Ansonsten kannst Du aber auch gerne hier die einzelnen Fragen stellen. Ich hab dafür auch noch ein (wirklich kleines) Mini-Forum auf meiner Seite: http://www.jowra.de/forum/ Da läßt es sich etwas einfacher plaudern. ;-)
Gruß um die Ecke
John
hRoger Whitehead
19.06.2005
10:06h
> Roger thank you and if you have the time to wait till I’m back from holiday, I will answer your questions, okay?
Hello John,
I hope you enjoyed your holiday.
YOur suggestion on the font size works fine, thanks. What do I need to do to include a tagline?
Ryan Spratt
02.07.2005
05:07h
Hello Jowra
I have thoroughly enjoyed working with your relaxation (blog/folderblog) themes. I had one modification I have been trying to make on the folderblog theme but have not been successful with. I was wondering what modifications I would need to make to the .css or .php documents to get the thumbnail images to layout in a horizontal (side-by-side) manner as opposed to the vertical (on top of each other) format it is currently in. I suspect it has something to do with the #thumbwrapper tag but my attempts to change that have been unsuccessful. Any thoughts? Or was it simply not designed to do that?
Cheers,
Ryan Spratt
jowra
07.07.2005
03:07h
Hi Ryan,
could you post a link to your gallery? I’m not shure if I get you right. The layout of the thumbnails should be horizontal by default, so I’m wondering why you have a vertical alignment… Have a look at my Artwork-Gallery where I’m using the template, is it that what you mean? Or please post your Operating System and Browser (+ Browserversion).
Regards,
John
Liz
12.07.2005
01:07h
Hallo John,
nach langem Suchen und erfolglosem editieren mancher Templates, bin ich vor einigen Tagen auf deines gestoßen. Ich habe es eingebaut und siehe da, alles ist perfekt. Selbst die Fotogalerie funktioniert prima (davor hatte ich die meiste Angst). Zu meinem Glück fehlt mir jetzt nur noch die deutsche Version :-) … an Codes gehe ich nämlich (fast) nicht mehr ran g
Ganz, ganz herzlichen Dank, dass du uns dein wunderbares Template zur Verfügung stellst. Ich habe mir erlaubt, deine Homepage zu verlinken.
Liebe Grüße und alles Liebe,
Liz
Alfons
12.07.2005
06:07h
Hallo!
Ich habe versucht mit rotator bilder auf meine HP einzufügen bei den Link geht alles (http://www.dometicsite.de/Girl/rotator.php),
nur ich seh die bilder nicht auf der hauptseite was mache ich da falsch ? (www.dometicsite.de)
Können sie mir bitte weiterhelfen ?
Danke Alfons
Liz
12.07.2005
10:07h
Ich bin es nochmal. John, ich habe ein großes Problem. In meiner Thumbnail-Übersicht will ein Thumbnail einfach nicht erscheinen (es scheint auch nicht erstellt zu werden). Das Foto selbst kann ich sehen. Könntest du dir das vielleicht mal ansehen oder evtl. hast du ja sogar schon die Lösung parat?
LG, Liz
Deb
13.07.2005
12:07h
Hello!
Beautiful! I love your theme. I, too, have searched high and low and love your refined, simple, and elegant theme.
I have implemented it here: www.itgurl.com/blog. Can you tell me what happened to my links, categories, search, etc. on the sidebar?
I also want to attempt to several modifications:
- a different style for my Cycling category, – embedding pictures in my posts, and – implementing the photogallery.
I only know enough of CSS to get myself in trouble.
Thank you for such a great theme.
Debbie /Richmond, VA USA
Deb
13.07.2005
12:07h
I’m also curious why my posts are shaded like yours. ;-)
Deb
Deb
13.07.2005
12:07h
Hello again:
I sized the header image so it was within the boundaries of the header DIV and viola!, the sidebar stuff re-appeared!
P.S. I guess Abschhicken means “Submit”? ;-)
Minoes
13.07.2005
02:07h
I’m in the middle of switching from blogger to WP and I’m planning on using your template. It’s the best one that fits my needs and wishes that I’ve come across. When everything is up and running, I’ll post a link.
Annelies
14.07.2005
07:07h
Hallo Jowra,
Finally I have my log online with your lovely template. But now I’m working on getting Photoblog to work. I’ve installed version 2.0.2 and followed your instructions and the instruction on the Photoblog site. But when I update the thumbs from http://www.cellojaren.nl/fotos/index.php, the {…]post.php gives the following error:
Warning: fopen(photos/2005_0507_175955cj.txt): failed to open stream: Permission denied in /home/cellojar/domains/cellojaren.nl/public_html/fotos/post.php on line 28
Warning: fwrite(): supplied argument is not a valid stream resource in /home/cellojar/domains/cellojaren.nl/public_html/fotos/post.php on line 29
Warning: fclose(): supplied argument is not a valid stream resource in /home/cellojar/domains/cellojaren.nl/public_html/fotos/post.php on line 30
Warning: imagejpeg(): Unable to open ‘thumbs/2005_0507_175955cj.jpg’ for writing in /home/cellojar/domains/cellojaren.nl/public_html/fotos/post.php on line 46
I’m hoping you can help me with this.
Annelies
Annelies
16.07.2005
12:07h
I’ve already figured it out myself. Everything works fine now.
Annelies
Liz
16.07.2005
01:07h
Ich habe alles alleine hinbekommen … nur eines nicht: die Thumbnails haben sich nur auf der ersten Seite alleine erstellt. Ab Seite zwei muss ich sie von Hand machen und hoch laden. Ein Bug oder so gewollt? ;)
LG – Liz –
jowra
16.07.2005
08:07h
Liz u.a.: Im Moment bin ich nicht viel am PC, ich melde mich in der kommenden Woche. ;)
Ralf Klein
18.07.2005
01:07h
Hallo John,
dein Template ist das schönste welches mir bis jetzt unter die Finger gekommen ist!!!
Installation hat perfekt funktioniert. Jetzt dachte ich mir, dass es eine gute Idee wäre am Template ein wenig herumzumachen um z.B. die Farben zu ändern.
Jetzt bin ich nicht der Photoshop Crack:-( Ich kann das von dir zur Verfügung gestellte .psd File nicht dahingehend verändern, dass ich z.B. den Hintergrund nach blau ändern kann.
Wäre es unverschämt, ein .psd zu bekommen, indem ich auch den Hintergrund ändern kann? Sorry für meine Dreistigkeit, aber das Template ist einfach zu Geil um es zu vernachlässigen;-)
Deine PS Aktion habe ich auch schon im Photoshop CS mit deiner Anleitung abgearbeitet, allerdings ohne Erfolg. Leider kommt “Der Befehl ausweiten steht zur Zeit nicht zur Verfügung” ziemlich am Ende der Aktion auf, sodas ich keine Ergebnis bekomme.
Vielen Dank im voraus und vielen Dank für das Template.
jowra
19.07.2005
10:07h
Hallo Ralf, ich lade heute Abend mal die PSD–Datei hoch, da müßte eine Farbeinstellungsebene bei sein, die Du dann nur anpassen mußt. :)
LG,
John
Eberth
19.07.2005
09:07h
Hi, i was wondering if you could help me with a little problem i’m having with the blog on IE, the sidebar displays at the bottom of the page, but on Firefox it is displayed correctly.
Great theme
–Eberth
jowra
22.07.2005
02:07h
Liz: Wenn Du ein neues Bild hochlädst must Du in den Post-Modus (post.php) gehen und dort kannst Du eine Beschreibung des Bildes hinzufügen. Dann klickst Du auf “Create thumbnail”. Sollte eigentlich funktionieren. bugs sind mir in dieser Hinsicht nicht bekannt.
Eberth: what OS and Browser-Version do you use. Under Windows I can’t reproduce your error. I suppose you’re using the IE on a Mac, right?
Liz
23.07.2005
10:07h
Jowra, ich habe nirgends eine Datei ‘post.php’ gefunden. Wahrscheinlich habe ich generell was falsch gemacht. Oder ich verstehe nur nicht, was du genau meinst. Egal, mache ich halt weiter wie bisher. Das bringt mich auch nicht um.
Aber trotzdem danke für die Antwort :-)
Nate
24.07.2005
01:07h
Hey Jawra, I really appreciate the ability to use your great theme… It will work for me until I can create one myself. I have a lot to learn. And I would have to say that you have made one of the BEST themes for any blog design that I have seen yet… It is quite impressive. Do you work on custom designs for for folks for a little $$?
jowra
25.07.2005
06:07h
Liz, Du hast nicht viel falsch gemacht. ;) Du mußt nur vorher die Version 2 von Folderblog komplett downloaden und installieren und dann erst die Dateien aus meiner ZIP–Datei darüber kopieren. Dann ist auch die
post.phpdabei. ;)Nate, thanks a lot. :) If I do a custom design for a little money, depends on the amount of work and time which I must put in. Generally, why not? ;-)
Alex
26.07.2005
12:07h
hey,
ich habe ein problem mit deinem almanac template. ich habe es so gemacht wie du es einen beitrag oben drüber geschrieben hast. undzwar erstmal folderblog 2 installiert, dannach einfach deine template dateien in den ordner kopiert und in vars.php den template namen umbenannt. leider gibt er mir jetzt fehler in der index.php aus…
keine ahnung kannst du nicht vielleicht né detailierte kleine anleitung schreiben?
jowra
26.07.2005
12:07h
Sorry Alex, aber beim Almanac-Template steht eigentlich deutlich, daß es ein Folderblog 3 Theme ist. Mit Version 2 funktioniert das garantiert nicht, weil sich wesentliche Funktionen geändert haben.
Ryan Spratt
26.07.2005
10:07h
Regarding Comment 47
Hello Jowra,
Your exactly right. The issue is browser related I am a mac “Tiger 10.4.2” user and I was viewing the page in Safari and the thumbnails stack vertically not horizontally. However in Explorer and Firefox they display horizontally. Curious I wonder what makes the difference with Safari.
By the way I ADORE your 4 Elements work! What did you use to create that beautiful linework, is that a 3D render?
Cheers, Ryan
jowra
26.07.2005
11:07h
Hi Ryan,
okay, I will have a look at the safari-problem, although it’s hard to diagnose an error on a system that I didn’t own. ;-)
The elements-series is done with Apophysis a neat little program which renders so called ‘fractal flames’. The output is often amazing, but my images are then postworked in Photoshop. :)
Thank you,
John
Alex
27.07.2005
11:07h
Hallo Jowra,
okey, nur wie kann ich denn beim Folderblog 3 etwas posten, so das auch die RSS.xml Datei geschrieben wird???
Wenn ich die Bilder per Ftp hochlade, schreib die RSS Datei von selber nichts in sich rein :(
onga
04.08.2005
05:08h
Your theme has style and is in a class all by itself, now if i could only find a forum template to match its style :)
jowra
04.08.2005
01:08h
Hi onga, thanks and I will keep my eyes open, but at the moment I haven’t the time to write one for myself. ;-)
Regards,
John
Anil
04.08.2005
06:08h
John,
For a long time I had been looking for phto gallery script and theme that would suit my aesthetic taste and my search ended at folderblog and your page…I fell in love with your almanac theme for folderblog…it is so elegant, minimal and yet stylish…I’ve already set it up for test purposes but I’m having a problem which I’ve been unable to solve as of yet…perhaps you could help me out?
The problem is that the comments feature is not working for some reason…once you comment the comment just fails to appear on the page or in the comments folder on the server…can you think of a solution? If you want to check out the gallery yourself you can find it at www.arthedains.com/visual/ I’d be very grateful if you could look into the problem. Many thanks in advance…and I apologise for rambling on for so long…
BTW looks like your are German….I live in Cologne or Koeln actually!
jowra
04.08.2005
11:08h
Hi Anil, thanks for your kind words. :) I think the easiest would be, sending me the whole folder of your folderblog-installation, so I can test it offline. At the same time, you can also ask for help in the folderblog-discussion-forum, there are some great cracks and maybe they find the error faster.
Cologne is a very nice town and the kind of living art there is great. Where do you come from originally? Or maybe you could answer that by mail when you send me the folderblog directory. ;-)
My mail-adress: jowra [at] jowra [dot] de
Regards,
John
onga
05.08.2005
12:08h
is there any chance you could email me the psd files ? i like to see if i can integrate it into my phpbb style. if you can email me the psd images, always good to have the actual images for color changes, etc.
jowra
05.08.2005
01:08h
Onga, have a look over here. And some weeks earlier, I’ve created a Photoshop-Action too, but there was some feedback, that it doesn’t work sometimes in Photoshop 6 and 7 (In CS it should run fine).
And please, leave a link here when you’ve finished the phpbb-Theme. ;-)
warmac aka onga
05.08.2005
05:08h
great, will do, havn’t tried the PS action what does it do ? do you have the split com psd images too ?
jowra
05.08.2005
05:08h
The PS action creates the relaxation-style for a defined geometric object, thats more flexible. I can’t find the PSD files for the splitted version at the moment, but I’m searching. ;-)
warmac aka onga
05.08.2005
11:08h
just replicated the split column if you’d like I can email you the psd file
warmac aka onga
06.08.2005
02:08h
spoke too soon, it appears that the photoshop action gets the shape ok but the spacing between the split column is tricky, mine ends up more space and if i bring it to close the 2 columns merge, so the end result is it looks similiar to the one you had but with a bigger gap inbetween
jowra
06.08.2005
03:08h
Best way is, to make the standard-shape, cut out the left and right border separatly and mirror them. Then put the pieces in the right position. Thats what I did. I have a new PC and I guess the PSD for the splitted version is on my old one. So I will add it soon. =)
warmac
07.08.2005
07:08h
hey jowra is your index page part of wordpress or it outside the dir, seems like it would have to be made separately since /wp/has its own main index design.
Erwin Buck
13.09.2005
09:09h
Enjoyed looking at your blog; got the link from Joachim Ott.
Very interesting and creative photos.
Erwin Buck
Toronto Canada
chaz
23.09.2005
08:09h
jowra–
I know this question may sound simple and somewhat stupid, but how did you get your feedback section constructed to work with Word press?
Thank you,
chaz
nullbyte
29.09.2005
05:09h
Hallo, ich bin von wordpress.de auf deine Seite gestossen… ist deine Wordpress version aktuell (gerade aktuell: 1.5.2.) solltest du eine alte Version im Einsatz haben bitte ich dich diese upzudaten (aufgrund aufgetretener Sicherheitsprobleme)
Danke.
Richard Hendrix
05.10.2005
06:10h
jowra,
I’m using the relaxation template with wp 1.5.2 and every thing is good except… I added gravatars plugin and if you look at the post named “Blog Design” in the comments field using FireFox you’ll see it works great. However, using MS IE 6.02, the comments overlap the gravatar images. Can you help me? What do I need to change to fix it for all to see correctly.
thanks
richard
Richard Hendrix
05.10.2005
06:10h
jowra,
Sorry I mistyped my website link. Please check this if you can…
jowra
06.10.2005
12:10h
Hi Richard!
You’re modification looks great and the gravatar-problem should be no problem. ;-)
First: include the link with the gravatar-image within the LI-Element of the comment, like:
[li class="commentbody" id="comment-54"] [a href="http://www.gravatar.com/" title="Create your own gravatar at gravatar.com!"] ... ... [/li]and so on…
Second: the gravatar-class in the CSS–File is a little bit faulty. It should look like this:
.gravatar { position: relative; float: left; margin: 0; padding: 0; height: 20px; width: 20px; border: 1px solid #333; background: #fff; }and maybe the same for .postgrav
It looks like you would set the height and width of the gravatar to 20px, but you forgot a semicolon after the height definition. Also you can remove the margin-definitions or better set them to zero, since they not needed. Important is to set the position to relative, otherwise it won’t work.
Hope this helps.
Regards,
John
Richard Hendrix
06.10.2005
06:10h
John,
Thanks for the suggestions and help… I updated the css file but the comment body is still covering the gavatar in Internet Explorer. It looks good in FireFox. I am using a plugin called Gravatars 2.6 that adds the gravatar link to the image in the post.
I’m lost when it comes to css, where would the [li class=”commentbody” id=”comment-54″] go? In the comments.php file?
Once a response is left the box surrounding the response covers the gravatar. Only in Internet Explorer…
thanks again for looking,
richard
jowra
06.10.2005
10:10h
Hm… I’ve tested it with IE 6 and for me it worked. But I will have a look at it later on. :-)
John
Richard Hendrix
06.10.2005
07:10h
John,
When you can, look at my post “Blog Design”. There are 2 responses under that post. I changed the margin: 0 0 10px 0 to margin: 0 0 10px 60px; in the tag .commentbody in the css to achieve this position in IExplorer 6.0.
However, you will notice that the second response the image is under the comment body? Also, the response numbers are missing all together instead of appearing in the comment body on the left.
thanks for all your help,
richard
Jan
12.10.2005
03:10h
Hallo John,
ein Super-Theme hast du da hingezaubert. Ich wollte aber mal fragen, ob es auch eine “eingedeutschte” Version davon gibt?
Beste Grüße, Jan
jowra
12.10.2005
07:10h
Danke, Jan! Die Anfrage kommt öfter, aber ich bin im Augenblick einfach zu faul das fertig zu machen. ;-) Hast Du den n schon die deutsche Sprachdatei für WP installiert (http://www.wordpress.de/)? Damit deutscht sich schon einiges ein der Rest sind Kleinigkeiten in der sidebar.php und index.php
Aber mal gucken, vielleiocht raffe ich mich auch mal auf und mach die deutsche Version auch fertig…
Grüße,
John
Jan
13.10.2005
12:10h
Ja, das wäre cool. Falls du mal Zeit hast. :-) Die deutsche Sprachdatei habe ich schon installiert.
Grüße, Jan
sojust
19.10.2005
09:10h
hallo jowra,
bin beim surfen nach neuen themes für wordpress auf dieses hier gestoßen. sehr schön und sehr schlicht, wirklich klasse :)
allerdings habe ich ein problem, wenn ich das subscribe2-plugin mit dem theme benutze.
screenshot: http://i3.photobucket.com/albums/y55/Sojust/drei.png
eigentlich müsste man da ja jetzt das normale erscheinungsbild haben. gibt es eine möglichkeit dieses zu ändern?
vielen dank schoneinmal im vorraus.
mfg
sojust
James
27.10.2005
06:10h
I love the “relaxation” theme. Would I be able to port your theme to another CMS please?
James.
Tristian
02.11.2005
01:11h
I have made changes to your theme, I found it protected under the GPL so I released it as GPL. I will change the license if you want me to.
Any way here is the theme http://tris.lxhost.org/
hunkydory
02.11.2005
02:11h
I am very impressed with your design, especially the photo gallery. I would like to ask for your advice regarding folderblog. I have been trying to install it on my website and I keep getting errors. I read many help files and forums about folderblog but none provided a solution.
The errors I’m getting are:
Notice: Undefined index: REQUEST_URI in d:\…\folderblog\fb.php on line 17
Notice: Undefined index: REQUEST_URI in d:\…\folderblog\fb.php on line 20
Warning: imagejpeg(): Unable to open ‘thumbs/20051028202453.jpg’ for writing in d:\…folderblog\fb.php on line 79
Warning: imagejpeg(): Unable to open ‘thumbs/20051028202453.jpg’ for writing in d:\…\folderblog\fb.php on line 79
I recently read in a forum that folderblog will not run on IIS, which I believe is what my server runs since I am hosted on Windows Server 2003.
From your experience could this be the problem? I’d appreciate any help or recommendations you’ll be willing to share. Thanks in advance.
E.
Jacek
07.11.2005
07:11h
Hi John,
First off all, thank you very much for the fabulous themes (both Relaxation and Almanac) that you designed.
I have been experimenting with applying them for several days, but there is a problem which I am not sure how to solve.
My question concerns Almanac for FB3beta16
In the “Archive” page (with the thumbnails) the title of the page is displayed as. Other pages display their titles correctly. I noticed your website displays it correctly as Jowra – Photolog.
Should I simply edit the file “almanac_archives.php” and change the line:
""to for example
My Archive?Or should I change it to something which is more ‘dynamic’, ‘php’, ‘transitional’, etc.?
Please help… And thanks again for the great job you did!
Best,
J.
jowra
09.11.2005
02:11h
Thanks Jacek!
You can simply change the title to anything you want, static text or dynamic symbols of folderblog, like #fbtitle#. Both should work.
John
Claus
11.11.2005
06:11h
Hi,
ich habe Deine Site per Zufall via IOFF entdeckt und würde gerne in meinem Blog einen kurzen Beitrag mit einer Grafik (“wood”) illustrieren, natürlich mit Copyright-Angabe und Link zu deiner Site. Wäre das ok? Ich mache selbst Grafik (auch 3D, aber ich habe mich nie so recht an POV–Ray gewöhnen können; ich benutze Blender 2.35, für den übrigens gerade nahtlose Unterstützung des (Open Source) High-end-Renderers Aqsis in Arbeit ist (Aqsis unterstützt das RenderMan®–Interface von Pixar).
jowra
14.11.2005
03:11h
Hallo Claus,
das Bild kannst Du natürlich gerne verwenden, es unterliegt ja auch wie alle anderen der Creative Commons License. ;-)
Blender habe ich auch installiert, aber ich bin seit ca. 1992 so auf PoV-Ray geeicht, daß mir ein Umstieg schwer fällt. Im Moment kämpfe ich z.B. gerade mit der Verwendung von HDR–Images. Irgendwie schluckt mein Blender (v2.37) diese Bilder nicht. Nehme ich ein JPEG als Umgebungstextur funktioniert es, aber das ist ja dann keine “High Dynamic Range” mehr. ;-) Anyway, die Ergebnisse sehen natürlich schon sehr gut aus (ich verwende Yafray im Moment). Mit PoV-Ray kriege ich das normalerweise auch hin, aber da ist die Gestaltung von komplizierteren Objekten etwas schwierig.
Viel Spaß mit dem Bild und einen schönes Blog hast Du da… ist gebookmarkt. :-)
LG
John
Claus
15.11.2005
12:11h
br. as Bild kannst Du natürlich gerne verwenden, es unterliegt ja auch wie alle anderen der Creative Commons License. ;-)
Vielen Dank! ;-)
br. Blender habe ich auch installiert, aber ich bin seit ca. 1992 so auf PoV-Ray geeicht, daß mir ein Umstieg schwer fällt.
Ja, ich kämpfe auch seit Jahren mit dem Interface von Blender, aber besonders wegen des fehlenden Geldes benutze ich ihn weiterhin, und ab und zu kommt wieder dann so ein “Erkenntnisschub” ;-).
br. Im Moment kämpfe ich z.B. gerade mit der Verwendung von HDR–Images.
HDR scheint ja gerade irgendwie “im Kommen” zu sein. Ich habe schon vor ein paar Jahren einen Link auf der Site von Paul Debevec entdeckt, der ja wirklich beeindruckende Sachen macht!
br. Viel Spaß mit dem Bild und einen schönes Blog hast Du da… ist gebookmarkt. :-)
Danke! ;-)
Olivier
15.11.2005
04:11h
Hello!
I am enjoying very much your folderblog and worpress templates, they are beautifull! I have noticed a slight difference between the wordpress relaxation theme and the wordpress jowra theme you are using for your personnal blog. On yours, one can put a photograph in the header as oppossed to the relaxation theme where one can only write the name of the blog. Would it be possible to use your jowra theme? Have you done it in english also? If not, is it possible to modify the relaxation theme in order to have a picture in the header instead of a name? Which file needs to be changed? Currently in the wordpress relaxation theme, there is a rather big white space between the nama of the blog and the first post as opposed to you theme. Would you mind telling me where to reduce that white space?
One last question if I may, you home page (www.jowra.de) is beautifull. Was it generated by wordpress?
Many thanks.
Olivier
Olivier
15.11.2005
06:11h
John,
I’m sorry, you have already answered to this header question earlier. If only I had taken the time to read before….
Sorry about that.
:o)
Olivier
jowra
15.11.2005
08:11h
No Problem Olivier and thank you for your commendation. :) The white space below the header could be changed by editing the style.css file include in the theme-package. Look out for the element #header and change the “height”-definition to your liking.
And my frontpage is a separate page, although I’m planning to integrate that one into wordpress.
Regards,
John
buy viagra cheap diet pills obesity
09.12.2005
07:12h
anesthetizes languished heiresses Fred:Augusta?date bloody.Williams
Richard Hendrix
17.12.2005
02:12h
jowra
been using your relaxation theme on WP1.5 for a while and have decided to allow searches from the WP search box but I can’t get it to work. It will search but it searches the words you enter into it at www.blog2.com instead of in the WP directory. Is there a way to set the path to the WP directory? I have it located in frhendrix.com/blog2.
Any ideas?
José Luís Agapito
01.01.2006
05:01h
HI!
First of all, my compliments for the great theme you have made. I´m using it in my website, but after some customizations, I can’t find a way to put the sidebar properly, in order to get it in the left, insted in its default origin. Can you give me some hints?
Thank you and keep up the good work
TreeFrog
22.02.2006
05:02h
Terrific Blog you have. Peace Out.
TreeFrog
JiggyWittit
06.03.2006
12:03h
Kewl blog you got goin on up here.
Peace, JiggyWittit
Perrine
21.03.2006
03:03h
I really love this theme. I’m a novice.
–>I would like to insert my image in the header.
I read the post of Bob Gentle
Dienstag, 19. April 2005 22:31 and your reply…“There you must now comment out the first line wich is displaying the grey headline at default. And then remove the comment tags from the second line. Since, the header.gif I’ve put in the ‘image’ folder is only a dummy, you should replace it with your own image”.
but I still don’t get it. You say to remove the comment tag… which one…could you re-explain for this dummy in Georgia, USA.
(I have shortened the lines a little bit, so that they fit in the comment-area ;)
Perrine
22.03.2006
02:03h
Me again, Post 113, sorry to be a pest. I just wanted to clarify my question about your explanation on the header image. It’s the jargon that’s confusing me. “Comment out” and then you use the term “Remove the Comment Tags”, is that not the same thing? Could you please clarify the “first” line and the “Second” Line. I love this template and am being tenacious.
Perrine
23.03.2006
02:03h
Hello; Neon from the WP forum explained it to me and I am adding for other folks to see the solution. It worked perfectly.
- Upload your header image to the /images/folder within the /relaxation/theme folder. Either name it header.gif or change the “header.gif” entry in header.php to whatever your image is named.
- “uncomment” simply means remove “” second line of the code.
then you should remove the line right above the one you just uncommented. The entire line after
and before
Nick
14.08.2006
11:08h
Hi
Im using bblog and have used your relaxation theme, very nice!
Having probs with certain options in the posts:
If I select on post ‘do not display on Home page’ that is OK but when you select the links for those sections the posts are not there!
Any ideas?
Thanks
schadi
26.09.2006
08:09h
hi John,
Nice work.
Can i ask how or what plugin/technolgies have you used to create the theme of you photogallery?
I have used folderblog and wp, but the photogallery is much more impressive than the artgallery using Almanac II theme.
I am mostly interested in the part when you click on “comments”, was this done using AJAX?
Did you integrate wp with fb3 or did you just match the layout?
I would appreciate your help. thanks,
–s
Oume.
01.03.2007
05:03h
HI Jowra.
Greetings from Finland..
Can you help me a folderblog template Almanac?. I›ve got something problem with exif code, cauze camera information don›t show up. How do i refixed that? Which lines of code should I edit?
My photoblog address is (http://www.kuvaoume.net/folderblog/
Thanks! and keep up the good work.
Oume. Oulu – FI.
naisioxerloro
29.11.2007
12:11h
Hi.
Good design, who make it?