Problem: When trying to edit the homepage with the SKT Builder the editor stays completely white. When using F12 to inspect for errors it shows the errors as seen in the screenshot.
Disabling the WooCommerce plugin solves the issue. After editing the homepage the WooCommerce Plugin can be activated again and the website works fine.
I am facing a similar problem to this ticket: https://www.sktthemes.org/forums/topic/session_start-function-causing-site-health-errors/
my website -> https://www.getech.com.tr/
I am using skt-nature theme and in my website health i get this warning:
*****************************
An active PHP session was detected
Performance
A PHP session was created by a session_start() function call. This interferes with REST API and loopback requests. The session should be closed by session_write_close() before making any HTTP requests.
The REST API encountered an error
Performance
The REST API is one way WordPress, and other applications, communicate with the server. One example is the block editor screen, which relies on this to display, and save, your posts and pages.
The REST API request failed due to an error.
*****************************
I found the code in my theme, it is inside skt-nature/skt-donation-givewp-free/skt-donation-givewp-free.php
At the end of the file there is this function:
function skt_donation_givewp_register_session(){
@ob_start();
if( !session_id() )
session_start();
}
When I delete the code inside this function, the error is gone. Why this error occurs, does it affect my website if I delete it?
Hello,
Here is the DEMO of Naturopathy I am trying to replicate the newsletter form at the bottom not sure what Plug In they are running?
https://sktperfectdemo.com/themepack/naturopathy/
My site is https://hopefoundationkids.org. I am using the SKT Charity Pro Template. On the home page, the black bar with the phone number and other info is narrow and does not cover the image at the top of the page. On other pages, the black bar is much wider and covers the image at the top of the page. See Sponsors page.
How can I have all the pages like the home page, with the narrow black bar?
Kindly go to theme folder > templates > custom-style.php, from here remove the unused functions those are showing in log file for example “skt_testimonial_box_text_color”,
Kindly find this variable and remove this from the custom-style.php file
Kindly send us your URL of the site and WordPress admin details (Username & Password) via email:support@sktthemes.com Please mention this forum URL while replying so that we understand what needs to be done.