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
Good afternoon, I’m looking to remove all first letter colours from my site. I found an old forum that has this custom css in it. When I put it in the css box, it previews fine. However, when I publish the first letter colours return.