Okay so I searched this out and found that others have had issues with the skt event kicking up a critical error.
I’m not sure when this began other than it wasn’t that long ago.
In the admin section of skt event I only have 1 event but I have two although one has already ended.
I’m getting “There has been a critical error on this website. Please check your site admin email inbox for instructions.”
When I went to the email it stated that the problem came from the skt events. Below is the error log that is related to this I believe.
I could be wrong but not sure either way it probably needs to be addressed as well.
This is all within the music sounds theme.
[Mon Apr 22 00:00:18 2024] [error] mod_fcgid: stderr: PHP Warning: Undefined array key “expand_bg_color” in /home/www/carrollroberson.com/wp-content/themes/musical-sounds/templates/custom-style.php on line 102
I’m certain you will need to the login possibly to solve the problem because it’s in the admin area as the site shows two event but only the latest one in the admin area of events.
I will send the login details to the email address for you to login to the admin section.
1. How to make subpages have different photos as headers – now there is always only one and the same photo on all subpages except the main one where there is a slider? By the way, how to make the height of the photo on the subpage greater than 400 px? As I remember, something had to be entered in custom css??
Ans: Kindly refer to our documentation to change the inner header banner image. We have mentioned all the information here.
2. On the subpage, at the very top of the header, there is a black background that covers the header menu and logo. On my website, the font is black and turns yellow when active. This looks good on the home page but very bad on subpages where the background blends in with the menu??
Ans: Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
The top header bar in SKT Build Pro is not holding the color set. The color is set to black, which works in mobile mode but not in desktop. Also the same problem is showing up for Menu color of a page is set to Yellow however it is showing Orange. Again it is working correctly on mobile devices.
Chris,
Thanks again! Now I can’t seem to change the hover color to purple, I even have the setting for Header Button Hover Color set to purple but it remains green on hover?
Hi,
I saw that you released version 1.4.
I tried to update your plugin from 1.3 to 1.4, but the pages created with version 1.3 become unusable after the update.
The first things I saw were that:
– the Section block no longer has the option to choose Full-width
– MultiButton does not keep the color of the text I choose
– AdvancedColumn gives an error and must be re-entered
Impossible to use on an already published site…
I await your response,
Thank you
I get these php warnings on my website getech.com.tr. I am using skt-nature theme.
2024/03/01 10:04:38 [error] 792#792: *805 FastCGI sent in stderr: “PHP message: PHP Warning: Undefined array key “header_button_topbg_color” in /getech.com.tr/wp-content/themes/skt-nature/templates/custom-style.php on line 128; PHP message: PHP Warning: Undefined array key “header_button_bottombg_color” in getech.com.tr/wp-content/themes/skt-nature/templates/custom-style.php on line 128; PHP message: PHP Warning: Undefined array key “services_titletopcolor” in getech.com.tr/wp-content/themes/skt-nature/templates/custom-style.php on line 165; PHP message: PHP Warning: Undefined array key “services_titlebotmcolor” in getech.com.tr/wp-content/themes/skt-nature/templates/custom-style.php on line 165; PHP message: PHP Warning: Undefined array key “contact_border_color” in getech.com.tr/wp-content/themes/skt-nature/templates/custom-style.php on line 170; PHP message: PHP Warning: Undefined array key “slide_pager_color_id” in getech.com.tr/wp-content/themes/skt-nature/templates/custom-style.php on line 274; PHP message: PHP Warning: Undefined array key “slide_active_pager_color_id” in getech.com.tr/wp-content/themes/skt-nature/templates/custom-style.php on line 275; PHP message: PHP Warning: Undefined array key “product_imghv_overlay_color” in getech.com.tr/wp-content/themes/skt-nature/templates/custom-style.php on line 368; PHP message: PHP Warning: Undefined array key “social_hover_iconbg_color_id” in getech.com.tr/wp-content/themes/skt-nature/templates/custom-style.php on line 374; PHP message: PHP Warning: Undefined array key “social_hover_icon_color_id” in getech.com.tr/wp-content/themes/skt-nature/templates/custom-style.php on line 384; PHP message: PHP Warning: Undefined array key “social_hover_icon_color_id” in getech.com.tr/wp-content/themes/skt-nature/templates/custom-style.php on line 388; PHP message: PHP Warning: Undefined
For security reasons, I wouldn’t like to give admin access, so if you can guide me on how to fix them or provide a fixed code that would be great.
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
#topmenu ul li.menu_hover a:link, #topmenu ul li.menu_hover a:visited {background-color:transparent !important;}
#topmenu ul li ul li a:hover{color:#ffffff !important;}
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