all_good_things
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: mail() function problemResolved, thanks.
Forum: Fixing WordPress
In reply to: mail() function problemNow I’ve uploaded the wp-includes files over again, but still no result unfortunatley.
The mail() has never worked. I just installed WordPress at this new web host. I have installed WordPress many times before on different web servers without problems.
I’ve tried disabling all plugins (I have just two installed), still no result.
Suggestions?
Forum: Fixing WordPress
In reply to: mail() function problemThe php info of sendmail_from, sendmail_path and mail.force_extra_parameters all says “no value”.
What should I do?
When it comes to the .php-files in the wp-includes folder i got them all.
Thanks for answering.
Forum: Fixing WordPress
In reply to: mail() function problemThanks for your reply. I’ve used the PHPinfo-plugin. http://wordpress.org/extend/plugins/wordpress-php-info/
But I’m not sure exactly what to look after. Suggestions?Forum: Fixing WordPress
In reply to: Fatal error: Call to undefined functionOh, thanks.
Forum: Themes and Templates
In reply to: Four side-by-side columns in WordPressYes, but the part where you can have four columns instead of two isn’t explained here.
Someone who knows how this is done?
Forum: Themes and Templates
In reply to: How to crop Thumbnails automatically?TimThumb seemed a bit more complicated. Isn’t is?
Anyway, after peeking a lot around the google I finally found something that solved the problem:
Now this is my code in functions.php:
add_theme_support( 'post-thumbnails' ); set_post_thumbnail_size( 225, 150, true );index.php:
<?php the_post_thumbnail( 'thumbnail' ); ?>
Don’t know why, but it works great! 🙂Maybe it can help anyone else.
Thanks anyway!Forum: Themes and Templates
In reply to: How to crop Thumbnails automatically?Thanks for your reply, RVoodoo.
If you look at this theme the thumbnails is cropped in the exact desired size »»» http://themeforest.net/item/wave-a-video-centric-theme-for-wordpress/full_screen_preview/45855
Any idea how this is done, anyone?
You can see it when you right-click and look at the image info — the image dimensions is specified in the image url, while in my case the image url is just the same as the original image and the dimensions is just proportional scaled.
Forum: Themes and Templates
In reply to: How to crop Thumbnails automatically?Anyone?
Forum: Themes and Templates
In reply to: Current Category at Single entriesWow! It worked brilliantly! 😀 Very nice. Thank you so much!