Forum

 
You must be logged in to post Login Register


Register? | Lost Your Password?

Search Forums:


 






Wildcard Usage:
*    matches any number of characters
%    matches exactly one character

Featured Thumbnails are not resizing

fixed
UserPost

10:30 am
February 13, 2010


jason

New Member

posts 2

1

Well that is pretty much it.  The thumbnails aren't resizing, everything else works great and I love the plugin.

Any suggestions

7:12 pm
February 14, 2010


Ade

Admin

posts 1140

2

Hi,

No, they don't get resized. This FAQ explains all.

Dynamic Content Gallery: Have you read the Configuration Guide and FAQ?

8:51 pm
February 15, 2010


jason

New Member

posts 2

3

Thanks for the FAQ link… sorry I missed it when I was looking for the solution.  I still think this is one of the best slider plugins out there!!

12:17 am
February 16, 2010


Ade

Admin

posts 1140

4

Thanks! Glad you like it. Smile

Dynamic Content Gallery: Have you read the Configuration Guide and FAQ?

7:46 am
March 23, 2010


medinauta

New Member

posts 2

5

1. Download smoothgallery and extract/copy "resize.php" and place it somewhere in your server

2. Open "jd.gallery.js" (located at "/wp-content/plugins/dynamic-content-gallery-plugin/js-mootools/scripts/")

3.  On line 69 change "useThumbGenerator" from "false" to "true"

4. On line 70 change "resize.php" to "http://yourpathtofile/resize.php" (where "yourpathtofile" is the path where you placed the resize.php file)

5. Save changes and upload.

 

The resizer.php changes on the fly the size of the image that the plugin uses as the div background for the thumbnails, it doesnt create a new resized thumbnail file but rather stored it in the cache.

It changes the image path from:

"imagen.jpg" to

"http://yourpathtofile/resizer.php?imgfile=http://yourpathtoimage/imagen.jpg&max_width=100&max_height=105"

 

Hope this is useful…

12:22 am
March 24, 2010


Ade

Admin

posts 1140

6

Thanks for posting.

Dynamic Content Gallery: Have you read the Configuration Guide and FAQ?