Upload with Uploadify works fine, but there a no thumbs during executing the upload

Reisender66

Joined: 2012-01-19
Posts: 9
Posted: Mon, 2012-01-23 22:32

Hi everybody

Basically it's ok, but why shows the modul during the upload only pics of my header-background instead a pic from the uploaded file ? I think it's only blemish, but how cam I fix this ?

Thanks and have a good night - or day ;-)

[img]http://www.ig-zeitreisen.de/upload/uploadify01.jpg[/img]

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Mon, 2012-01-23 22:39

there are no previews of the images in the uploadify process.
Your site's css is causing the issue and without actually being able to see this in action I cannot comment on which style is blowing out the growl notification blocks.
Use firebug to view the css live.

-s
FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2

 
Reisender66

Joined: 2012-01-19
Posts: 9
Posted: Mon, 2012-01-23 23:12

Hi suprsidr,
can you have a lock at my gallery ?
Then I will send you adress and account per PM

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Mon, 2012-01-23 23:37
 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Tue, 2012-01-24 13:19

in your /! Test/style/test.css

.header{
width: 800px;
height: 200px;
background: url(../images/oben.gif);
padding-left:55px;
}

conflicts with the /modules/uploadify/lib/uploadify.jGrowl.css

div.jGrowl div.jGrowl-notification div.header {
	font-weight: 	bold;
	font-size:		14px;
	margin-left: 	60px;
}

to fix this change div.header to div.jGrowl-header
and in /modules/uploadify/lib/jquery.jgrowl_minimized.js search for class="header" and change to class="jGrowl-header"

-s
FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2

 
Reisender66

Joined: 2012-01-19
Posts: 9
Posted: Wed, 2012-01-25 08:38

Many thanks suprsidr - it works fine.
I hope the members of our IG will understand Uploadify *g* - I think it's fantastic.