Maybe I am missing something but when I choose 'Regular' upload for photos, I no longer see the green + to add multiple photos. I know that you can choose up to 5 using the 'Flash' uploader (which can be hacked to allow more), but why where did the multi photo uploader option go for regular?
BTW, I am using Beta 2
Nothing to see here |
Strange i can see the green + next to browse to add more. (B2 new install) |
Strange i can see the green + next to browse to add more. (B2 new install)
Hmm.. I do not see it. I did a fresh install of B1 then upgraded to B2. I didnt see it on either of them.
Nothing to see here |
There is a template bug.
For me, the button is partially hidden behind the browse button. See attached screenshot.
https://www.deanbassett.com |
what screen resolution are you using it might not display right.
|
I was able to correct it by adding a width to .input_wrapper in forms_adv.css
.input_wrapper {
background-position: left top;
background-repeat: no-repeat;
float: left;
position: relative;
width: 220px;
}
However i am not sure if that will be suitable for other areas of the site that use that class. Needs further testing.
https://www.deanbassett.com |
My screen resolution is 1680x1050
https://www.deanbassett.com |
I am using Firefox on my MAC and cannot see the button. But if I launch Safari, I can see it then (however the site looks quite different font/layout wise).
Maybe its a MAC thing. I will try to adjust the wrapper and see if that helps. I am currently at 1920x1080 resolution
Nothing to see here |
what screen resolution are you using it might not display right.
Notice the difference in the browse button on this screen shot verses mine. This button is not styled. It's the default un-styled form button. However it is styled in my screen shot.
So whats up with that?
Perhaps a difference in browsers.
https://www.deanbassett.com |
Yep. Seems to be an issue with FireFox on a MAC. I just went to my windows PC and I can see the green + sign there. Nothing to see here |
I decided to download Opera and see how it looked using my MAC. I can see the green + sign but the layout is even more horrible than Safari. haha. Nothing to see here |
Seems to me that they did not test this new template across multiple browsers and platforms to make sure things were consistent.
https://www.deanbassett.com |
|
Here is the BoonEx Demo website screenshot using FireFox on a MAC.. No green + sign Nothing to see here |
Dean, for reference, adding width: 220px; also affects "auth type class" in the login block. I will have to take the width back out.
I was able to correct it by adding a width to .input_wrapper in forms_adv.css
.input_wrapper {
background-position: left top;
background-repeat: no-repeat;
float: left;
position: relative;
width: 220px;
}
However i am not sure if that will be suitable for other areas of the site that use that class. Needs further testing.
|
How do I increase the number of photos allowed using the Flash uploader from 5 to say 20?
Maybe I am missing something but when I choose 'Regular' upload for photos, I no longer see the green + to add multiple photos. I know that you can choose up to 5 using the 'Flash' uploader (which can be hacked to allow more), but why where did the multi photo uploader option go for regular?
BTW, I am using Beta 2
|
http://www.boonex.com/trac/dolphin/ticket/2949
Yep. Seems to be an issue with FireFox on a MAC. I just went to my windows PC and I can see the green + sign there.
Rules → http://www.boonex.com/terms |
Alex, I just confirmed it as well. FireFox on a Mac will not show, but Safari will. Michael |