Posts by Diogenes Oliveira Junior • 1 point
4 posts
-
0
votes2
answers25
viewsA: Error 404 when saving a form - Wordpress
The problem is in <form action="teste.php" method="post"> Note that you are trying to trigger a test.php file without putting the full URL of where that file is. For example, if your file is…
-
0
votes1
answer15
viewsA: Listing posts for a Taxonomy - Wordpress PHP
If it is error 404, try to generate a new htaccess by going to Settings > Permanent Links and without making any changes click save (it generates a new htaccess and updates all rewrites).
-
-1
votes1
answer475
viewsQ: Problem with SSL in Cielo Webservice Woocommerce plugin
When trying to save the settings in Woocommerce (by placing Membership Key and Membership Number) a message appears saying: "Cielo Woocommerce disabled: An SSL certificate is required to use the…
-
-4
votes1
answer193
viewsQ: How to feed a JSON using "for" Javascript
I have a json in Javascript: var cards = [ { name: "Opção 1", img: "images/opcao1.jpg", id: "1" }, { name: "Opção 2", img: "images/opcao2.jpg", id: "2" }, { name: "Opção 3", img:…