close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Slideshow Dissolve Resizing Issues

Thread began 5/07/2010 6:59 pm by elevy388997 | Last modified 5/11/2010 9:46 am by Justin Nemeth | 2018 views | 5 replies |

elevy388997Beta Tester

Slideshow Dissolve Resizing Issues

Hello,

On two sites I am having problems with my gallery:

Gallery.html

www.levycommunications.com

I followed the instructions here showthread.php?t=10969 and for the levycommunications site, it didn't seem to do anything...the jtstitches site just got all messed up.

After updating the admin properties file and gallery index file, I re processed the images for "new watermarks" and that was my results.

Thanks

Sign in to reply to this post

Justin Nemeth

It looks like the same issue as the above thread that the images need to be created triggering the new size to be created. What does your properties.php file look like?

Sign in to reply to this post

elevy388997Beta Tester

This is for the levycommunications.com site. The 700 x 475 is what I need to work.

<?php
$GLOBALS['image_extensions'] = array('png', 'jpg', 'jpeg', 'gif'); //use lowercase
$GLOBALS['resize_proportional'] = array(
array('w' => 1024, 'h' => 768, 'watermark' => true),
array('w' => 782, 'h' => 481, 'watermark' => true),
array('w' => 700, 'h' => 475, 'watermark' => true),
array('w' => 163, 'h' => 92)
);
$GLOBALS['resize_cropped'] = array(
array('w' => 62, 'h' => 62),
array('w' => 132, 'h' => 140),
array('w' => 102, 'h' => 102),
array('w' => 42, 'h' => 42),
array('w' => 782, 'h' => 481, 'watermark' => true),
array('w' => 999, 'h' => 260, 'watermark' => true)
);
$GLOBALS['jpg_quality'] = 90; //0-100, 100 being the best
$GLOBALS['png_quality'] = 1; //0-9, 0 being the best
$GLOBALS['permissions'] = array(
'dir' => 0777,
'file' => 0666
);
?>


Too bad there isn't a size W x H setting in the admin control area.

Sign in to reply to this post

Justin Nemeth

Your page needs to look for 700p but you have 450p which is an invalid size based on your settings above. If you change it to 700p it should work.

Sign in to reply to this post

elevy388997Beta Tester

Can you please bold this area as I do not see what you mean when you say I have 450p

Sign in to reply to this post

Justin Nemeth

It would be the url you specify on the index.php page for your gallery, around line 12 or so. That url is where the image size is specified, and it must be set to 700p instead of 450p.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...