Posts by Pedro Ferreira • 140 points
8 posts
-
-2
votes2
answers1691
viewsA: How to prevent a form from being reloaded when updating your browser page?
You see, I’m going to suggest a simple way for you to solve this without altering the structure, but I would advise against any solution that maintains this structure, because you’re using business…
-
1
votes2
answers37
viewsA: reuse Javascript between Linux-hosted sites
You can review your file structure as mentioned above, but I suggest something simpler. Attach your Javascript files to an internet-accessible domain/subdomain and link them to your projects in the…
-
1
votes1
answer49
viewsA: How do I automatically generate a favicon?
Hello. In the past, favicon was used a lot. ico, today all modern browsers already support png, which even provides higher quality and flexibility. Simply resize the user sent image and save it in .…
-
5
votes2
answers527
viewsA: Upload Images does not work PHP
Hello. This is happening because you are not using the "enctype form-data". When you make a request through the POST method, you need to specify the type of encoding that the request will compose…
-
1
votes2
answers802
viewsA: Action while button is being clicked
Hello. From what you said, you need an event that understands that the user clicked on an element but didn’t drop the "click" button, right? You can use the "onmousedown" event. When the user clicks…
javascriptanswered Pedro Ferreira 140 -
0
votes1
answer28
viewsA: Current version of Prestashop recommended for migration
Hello. It is version 1.6.x, FK modules do not work in version 1.7+. The other modules you can get updated in version 1.7, but the modules fk not.
-
0
votes2
answers207
viewsA: Problem with categories in Prestashop
Hello. This occurred because you deleted the root(main) category, it should not be deleted. To fix, create a new category from the Prestashop dashboard (if you can’t, create it directly in the…
-
1
votes1
answer137
viewsA: Installation of Prestashop
Hello. It means that your hosting space does not have the extension (library) php_fileinfo.dll enabled for the version of PHP you are using. The curious thing is that from version 5.3 of PHP, this…
prestashopanswered Pedro Ferreira 140