|
Rank: Member Groups: Member
Joined: 3/26/2009 Posts: 18
|
Hey,
Sent an email containing a test solution yesterday, can you confirm was received ok. I sent to the e-mail in the private message.
Thanks,
James
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
No. We did not receive it. You may want to try sending it from a different email address.
|
|
Rank: Member Groups: Member
Joined: 3/26/2009 Posts: 18
|
I sent it from my work e-mail, I've just resent from my hotmail account, please let me know if you receive. Is it possible the e-mail was blocked due to the attachment? (Attachment is zip containing a Visual studio solution)
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Yes. We have it now. The attachment is way to big though; I guess that's why your work email did not let it through. We will take a look and let you know if we need anything else from you.
|
|
Rank: Member Groups: Member
Joined: 3/26/2009 Posts: 18
|
Hey,
Have you had any luck with the issue below?
Thanks,
James
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
We were able to trace it to the #mainContent css class in your Framework.css. Apparently if you place the uploader inside a relative div, you will get the https warning message. We've been researching for a workaround for this but unfortunately we have not been able to find any. The only reliable solution is to remove position:relative on the containing div.
Thanks!
|
|
Rank: Member Groups: Member
Joined: 3/26/2009 Posts: 18
|
Hey, thanks for swift reply. I removed the reference to the position:relative and the pop up still appeared I'm afraid. I clarified with Firebug and the css file directly.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You may have other elements in your page with similar property. Try to remove all of those and you should see it working. We tried to remove them block by block and traced it down to #mainContent, but there maybe others.
Thanks
|
|