Questions tagged [timthumb]

Timthumb is a small php script for cropping, zooming and resizing web images (jpg, png, gif).

TimThumb – PHP Image Resizer

TimThumb is a simple, flexible, PHP script that resizes images. You give it a bunch of parameters, and it spits out a thumbnail image that you can display on your site.

TimThumb has seen a massive amount of use across the WordPress world, and a few months after we released it, I took over development from Tim, a friend of Darren Hoyts, who created the original script. Since I took over there have been a whole host of changes, bug fixes, and additions.

78 questions
0
votes
0 answers

redirectMatch is loosing 1 slash in "http://"

I'm using redirectMatch to get rid of TimThumb query string in thumb's link - Facebook API doesn't allow query string. I'm using: redirectMatch 301 ^/thumb/(.*)$ http://mydomain.com/thumbs/timthumb.php?$1 Apache is redirecting me…
Armands L.
  • 1,885
  • 2
  • 14
  • 18
0
votes
1 answer

Load a thumb without TimThumb - Wordpress

Is there any alternative to timthumb? Or how can i call an image into a div without it? I…
NeoVe
  • 3,857
  • 8
  • 54
  • 134
0
votes
1 answer

How to load images from posts on Slider 'Smooth div scroll'

I want to use the 'Smooth Div Scroll' Slider Slider Website In my custom Wordpress theme, i already have one slider there, but my issue is that i don't need just to load images as i've found on other posts here on stack overflow, but the images must…
NeoVe
  • 3,857
  • 8
  • 54
  • 134
0
votes
1 answer

Responsive Portfolio Gallery Image Resizing

I am making a responsive portfolio website using WordPress. I have a small issue that is breaking the layout. All images are meant to be 300px wide by 200px high. I have also used the WordPress API to crop images if the user uploads images that are…
Lucky Soni
  • 6,811
  • 3
  • 38
  • 57
0
votes
1 answer

timthumb.php and image quality

I have a site based Wordpress. I use timyhump.php to display portfolio images. But if you look at images in the following link you'll see them lower quality than normal. What should I do ? http://www.heptasarim.com/referanslarimiz PS : I just…
Gökay
  • 43
  • 1
  • 2
  • 13
0
votes
2 answers

Timthumb Not Working

For some reason, timthumb isn't working on my site. I've tried all the chmod stuff, edited my htaccess to include what it needs, and it STILL isn't working. The site is here: 69.89.31.103/~infoconc/ The host is bluehost, who I've never worked…
0
votes
1 answer

To reduce load time of websites - generate image thumbnails on the fly vs. generate on image upload

I have been using timthumb to generate image thumbnails on the fly for my WordPress websites. 1 of of my sites are quite big and it contains lots of images. I've noticed that it takes timthumb quite a bit of time to do its job and my site is very…
ericn
  • 12,476
  • 16
  • 84
  • 127
0
votes
1 answer

TimThumb not able to load images on Rackspace

So, we are using Linux, Apache, PHP 5.4. I'm using Wordpress 3.5, which is where our problems started. I'm also using a theme from ThemeFuse. I had to revert back to a really old version of TimThumb because the latest version doesnt seem to pleased…
Robbiegod
  • 954
  • 4
  • 14
  • 44
0
votes
1 answer

Image is not displaying

Image is not displaying in wordpress
raghu
  • 317
  • 3
  • 6
  • 17
0
votes
1 answer

TimThumb and 777 permissions

I have TimThumb running on a Wordpress site and the only way I can get it to work is with the timthumb directory permissions set to 777. I don't like doing this though, where I've had to use 777 permissions before I've put a .htaccess file in the…
Andrew Smart
  • 381
  • 1
  • 6
  • 16
0
votes
1 answer

Recontruct a line of code in PHP without directly touching the core file itself

I am using a little PHP script on my site called timthumb.php. The script crops and resizes images on the fly and creates a folder called cache in the same location as the script where it stores the new images. Is it possible somehow in PHP to write…
user18577
  • 643
  • 3
  • 9
  • 21
0
votes
1 answer

Timthumb.php not working properly

Hi all please view this link below http://petseden.net/?wpsc-product=dasdadsa to those who are familar with php, when I used chrome and inspected the element, it seems that the thumbnail is not generated. Any idea why? I checked online, the cache…
0
votes
2 answers

Extract new image dimensions from timthumb

I'm using timthumb to resize my images because it scales them nicely if I only enter one of the dimensions. However I want to know if it's possible to extract the new resized image's dimensions so that I can add that dynamically to the img tag…
jonthoughtit
  • 165
  • 1
  • 17
0
votes
1 answer

Timthumb and tmp folder

Recently a web space ran out of space. Now I found out that the tmp folder outside the home directory was full of these files: timthumb_tmpimg_00BZyC. Some of these files can't be opened. Why is timthumb storing files outside the home directory? The…
testing
  • 19,681
  • 50
  • 236
  • 417
0
votes
2 answers

timthumb NOT_FOUND_IMAGE resize

In a wordpress site, i have defined a default NOT_FOUND_IMAGE in timthumb config file: // "http://example.com/timthumb-config.php".
ramabarca
  • 298
  • 2
  • 14