Forum

Please make sure that you have read the documentation and extensive resources provided on this site before posting your question!

Dynamic Content Gallery Resources

DCG Version 4.0 beta is now available for download and testing. This is a development version and not recommended for live sites. Read more here.

Note that the current stable release of the DCG is version 3.3.5.

 
You must be logged in to post Login Register


Register? | Lost Your Password?

Search Forums:


 






Minimum search word length is 3 characters – Maximum search word length is 84 characters
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

Guest

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 2378

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

Guest

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 2378

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

Guest

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 2378

6

Thanks for posting.

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