-
Author
-
March 10, 2018 at 03:22 #191169alexhorieParticipant
Hello,
I starting filter users without photo profile, but i getting some complains that people cant upload using mobiles, i tried with chrome and is fine for me, but a few people tried and they are facing some kind problem, there is some way to change the photo uploader or do something to avoid those issues?
March 10, 2018 at 17:54 #191229Kieran_SQModeratorHi,
You will need to gather more information from users about this issue before I can advise on any potential solution.
– Operating system / version number
– Device RAM
– Browser
– Connectivity (3G/4G/WiFi)
– Image upload or taking photo
– Size of image uploadingIf a user does not have enough RAM then taking a photo will fail as it cannot store it in the buffer. Likewise if a user tries to upload an image that is far too large it will fail.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
March 18, 2018 at 15:11 #192184alexhorieParticipantAh thanks, but the users kind get angry, i dont think they going to send me all those info, imagine, you try to make a profile, dont works ann someone ask all those things, i ll be angry.
but there is some way to limit the size of the photo?March 18, 2018 at 15:16 #192186Kieran_SQModeratorHi,
You can try adding the below line into your SweetDate Child theme’s functions.php file, this will set the max upload size. If this does not work to set the max upload size then your host doesn’t allow you to do it this way and you will need to try one of the alternative methods here http://www.wpbeginner.com/wp-tutorials/how-to-increase-the-maximum-file-upload-size-in-wordpress/
@ini_set( 'upload_max_size' , '64M' );
64M represents 64MB – you should change this number to your desired value.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
March 20, 2018 at 04:48 #192401Kieran_SQModeratorYou’re welcome 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
-
AuthorPosts
You must be logged in to reply to this topic.