|
| some images not showing gif issue?? 3 Months ago | | Hi, I am using gif images for the attributes as some products have a lot and want to keep the bit rate of each image down so it's quicker to load. However, only some images are showing and I have noticed not all are being written to the paps folder. Also I have tried to re-upload the missing ones and left out the ones already uploaded. When looking at the product page after doing this only some images of the previously missing appear, BUT the ones I left out as they were already present the headings have appeared as though the page is expecting the images. Any guidance will be gratefully appreciated. Thanks, A |
| | | |
|
| Re: some images not showing gif issue?? 3 Months ago | | Hi If you notice that you can't upload more than 20 files in one go, it is probably because your hosting company has set the 'max_file_uploads' PHP setting to the default value, which is 20. The only way you can get it to upload more in one go is to ask your hosting company to increase this limit. If they won't do it, you won't be able to use PAPs 1.x with attributes of more then 20 values. The premium version of PAPs - v7 - offers a workaround by being able to upload images for the same option group in batches, but this is not a feature of v1.x. You can find out if this is indeed the issue if you add this code to your product.php file: echo 'Max file uploads: ' . ini_get('max_file_uploads'); If the value is 20, this is what's happening. Hope this helps Nick |
| | | |
|
| Re: some images not showing gif issue?? 3 Months ago | | Hi Nick, Thanks again for the speedy reply!! I have checked and my max file upload is set to default, 20 images. I am now waiting to see if I can up this limit from my host. A |
| | | |
|