Hi,
I’m able to set a custom header image using the customizer. This function works fine and the cover image is visible after I’ve closed the customizer. If I log out the cover images is gone, but not always 🙁
I use the theme for some kind of landing pages on a WP multi site and from 3 sites it works for one and not for the others.
I found also the problem, this value is empty in the 2 cases:
$style_selector = dw_timeline_get_theme_option('style_selector');
Any idea why this value isn’t saved for any sub-site?
Thanks
Olaf
@Olaf Lederer : hi, sorry , this is our bug , about the function :
$style_selector = dw_timeline_get_theme_option('style_selector');
The point here is that the $style_selector
is missing , all you need is go to back-end->customizer->style
, then change the style of the theme from default
to flat
, then switch back to default
, this bug occur when you have first time set-up so, it’ll not have the theme option: style_selector
. So sorry it’s our bug, at this time, please do as the instruction above.
If you have any questions, pls ask. Glad !
Please login or Register to submit your answer