Image gallery file limit not working.

This topic contains 13 reply and 2 voices, and was last updated by Nayem 8 years, 11 months ago
Viewing 13 Posts - 1 through 13 (of 13 total)
Author Posts
April 12, 2015 at 7:46 pm 41168
Nayem Hi, I created a form with an image gallery field. In the Max Files option I put 5. However when I try the form Im able to upload more than 5 images. Any idea of why this might be happening?
April 12, 2015 at 7:58 pm 41171
Nayem Nayem

Hello Ivan,

I have checked in my side with the Image Upload filed and where the maximum number was set as- 5. But everything is working here fine. Please provide a screenshot here.

Thanks.

April 13, 2015 at 8:50 pm 41287
Ivan Ivan

1

2

As you can see, I can upload 6 or more files without hitting the limit, and in the form the file limit is set to 5.

This happens in Safari, Chrome and Firefox.

April 15, 2015 at 10:49 am 41365
Nayem Nayem

Please provide your login details by using this form: http://wedevs.com/provide-login-details/. I will have a look what is going wrong.

Thank you 🙂

April 25, 2015 at 2:59 pm 42227
Nayem Nayem

I have logged in to your site. You are using the previous version of Wp user fronted pro. Please update your plugin to the latest version which is v2.2.7. If the problem remain after this then please let me know.

Thanks.

May 13, 2015 at 1:24 am 43798
Ivan Ivan

I upgraded and the problem still happens

May 13, 2015 at 10:52 am 43828
Nayem Nayem

Hello Ivan,

Can you please provide your details again?. I will check whats going wrong there. Provide your login details by using this form: http://wedevs.com/provide-login-details/.

May 14, 2015 at 7:51 pm 44053
Nayem Nayem

Hello Ivan,

I have checked your site. The problem was with your theme. Please switch to a default theme and you will see that everything will work fine.

Thanks.

May 14, 2015 at 7:54 pm 44055
Ivan Ivan

Thanks Nayem,

Obviously I can’t just switch to a default theme. Can’t you help us debug the issue with the theme we’re developing?

I didnt see any errors in the firebug console.

May 14, 2015 at 7:56 pm 44057
Nayem Nayem This reply has been marked as private.
May 14, 2015 at 8:01 pm 44058
Ivan Ivan

Nayem,

I am the developer of the theme.

Thanks, we’ll be looking for another plugin with more comprehensive support.

May 14, 2015 at 8:09 pm 44061
Nayem Nayem This reply has been marked as private.
May 14, 2015 at 8:17 pm 44062
Ivan Ivan

Nayem,

Can the problem be because I have two uploaders in the same page?

I see that this get declared

jQuery(function($) {
new WPUF_Uploader(‘wpuf-featured_image-pickfiles’, ‘wpuf-featured_image-upload-container’, 1, ‘featured_image’, ‘jpg,jpeg,gif,png,bmp’, 2048);
});
in the first one. I assume the “1” is the number of pictures,

however

Theres another field

jQuery(function($) {
new WPUF_Uploader(‘wpuf-pc_imagegallery-pickfiles’, ‘wpuf-pc_imagegallery-upload-container’, 15, ‘pc_imagegallery’, ‘jpg,jpeg,gif,png,bmp’, 2048);
});

Allowing for 15 pictures. Maybe the second declaration is overriding the first one? The WPUF_Uploader is not saved to a variable so it might be that. You can pass that info to your developer.

If you log off and try this registration page “http://publicars.codeandartifice.com/perfil/registrate/” youll be able to see that the image limit works.

May 16, 2015 at 1:23 pm 44143
Nayem Nayem This reply has been marked as private.
Viewing 13 Posts - 1 through 13 (of 13 total)