Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
merk  
#1 Posted : Wednesday, February 11, 2015 9:06:22 PM(UTC)
merk

Rank: Member

Groups: Member
Joined: 2/5/2015(UTC)
Posts: 15

Thanks: 1 times
Is there a way to remove the entire toppane?
Andrew  
#2 Posted : Wednesday, February 11, 2015 9:09:17 PM(UTC)
Andrew

Rank: Advanced Member

Groups: Member, Administration
Joined: 8/2/2003(UTC)
Posts: 876

Thanks: 2 times
Was thanked: 27 time(s) in 27 post(s)
In the current version the only way to do it is to use CSS. In the upcoming version there will be a visible for both topPane and statusPane.

Edited by user Tuesday, February 17, 2015 3:30:10 AM(UTC)  | Reason: Not specified

merk  
#3 Posted : Wednesday, February 11, 2015 9:58:02 PM(UTC)
merk

Rank: Member

Groups: Member
Joined: 2/5/2015(UTC)
Posts: 15

Thanks: 1 times
I tried doing it in css by changing the aurigma.htmluploader.control.css file by changing au-upldr-top-pane to display: none but it has no effect
merk  
#4 Posted : Friday, February 13, 2015 2:08:39 AM(UTC)
merk

Rank: Member

Groups: Member
Joined: 2/5/2015(UTC)
Posts: 15

Thanks: 1 times
btw, when is the next version due out?
Andrew  
#5 Posted : Tuesday, February 17, 2015 3:33:08 AM(UTC)
Andrew

Rank: Advanced Member

Groups: Member, Administration
Joined: 8/2/2003(UTC)
Posts: 876

Thanks: 2 times
Was thanked: 27 time(s) in 27 post(s)
If you use jQuery, it may look like this:

$(".au-upldr-top-pane").hide()

Just tried to run it in JavaScript console on our online demo and it worked for me.

Regarding the release - hopefully it will happen on by the end of the next week.
merk  
#6 Posted : Tuesday, February 17, 2015 9:36:58 PM(UTC)
merk

Rank: Member

Groups: Member
Joined: 2/5/2015(UTC)
Posts: 15

Thanks: 1 times
thanks, that works. I also finally managed to do it using css as well. if anyone else wants to hide it using css instead of jquery, here's the css

.au-upldr-uploader-panes > div:first-child {
display: none;
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.