I’d like to integrate BeaverBuilder to make a landing page, but the page is embedded within the current theme. Please see the link.
How can I fix this?
Many thanks in advance for your help.
]]>Error in the theme functions file in the line stated below
add_theme_support(‘custom-header’, [
‘flex-width’ => true,
‘width’ => 1366,
‘flex-height’ => true,
‘height’ => 350,
‘header-text’ => true,
‘default-text-color’ => ‘ffffff’,
]);
Have to use this only add_theme_support(‘custom-header’, array(
‘flex-width’ => true,
‘width’ => 1366,
‘flex-height’ => true,
‘height’ => 350,
‘header-text’ => true,
‘default-text-color’ => ‘ffffff’,
));
So I’m having a problem with my background image not repeating all it does is covers full background with the image instead of repeating..
here is the image I’m trying to use: i.imgur.com/4q2Op.gif
My website: https://kamtechtips.tk
This is a very cool theme i have to admin. I need help on two things. Firstly i would like to make the nav-menu sticky and secondly i would like to remove meta text on pages but leave it on posts. Thanks in advance
]]>