guidonhcolcombr
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] WooCommerce REST API Error 401Justing adding: After experimenting with some caching plugins like WP-Rocket I got new problems with the WC API V3. After deactivating WP-Rocket it worked again. Could be a source of error as well.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce REST API Error 401I run into the same issue after I had changed the server. I got a 401 response with the v3 API.
After changing the .htaccess like Mike proposed the problem was solved.
Only line changed:
RewriteRule ^index\.php$ – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
Forum: Themes and Templates
In reply to: [Page Builder Framework] Default padding top & bottomIf you select transparent header + hide page title then there is still a 40px padding-top and padding-bottom which comes from the wpbf-padding-medium selector.
to remove the padding, just add this to your style.css
.wpbf-padding-medium {
padding-top: 0px;
padding-bottom: 0px;
}done.
Forum: Themes and Templates
In reply to: [Sparkling] Bootstrap modal-openI am not using any plugin but the standard bootstrap js built in Bootstrap3.
To exclude any css or js error I made a fresh clean WP installation with the SparklingTheme and added the standard bootstrap modal html markup from here https://www.w3schools.com/bootstrap/bootstrap_modal.asp
The WP Test site: https://sparklingtest.dev2.space/modal-test/
You can see that the modal is disappearing behind a black screen. An error which not occurred which Sparkling version 2.3.2.
Forum: Plugins
In reply to: [WP Job Manager] [submit_job_form] in #TabsProblem solved. It was a RECAPTCHA field what caused the error.
Forum: Plugins
In reply to: [WP Job Manager] [submit_job_form] in #TabsI deacted this plugin but the error persist. the job_submit.php with is called with the form submit button delivers a white page.