First I want to thank you guys for such a great theme π
I was using DW Timeline 1.0.9 and my home page looks like this:
as you can see I have my main menu at the top of my site.
And after I upgrade to PRO today (WordPress 4.3.1), my homepage became:
as you can see there are 2 problems.
- My main menu is gone (I know I can place it in the [Primary Sidebar] but I’d rather have it at the top of my site)
- There are TWO site titles in my front page (not sure where this come from)
Hope you guys can help me, thanks π
@xiaochen su : hi , so sorry the main menu gone is our bug, because of the theme’s not compatible with wordpress 4.3.1, and soon we’ll release version with new feature and fix that bug , at this time : you can fix this bug by doing this : open file : lib\customizer.php
go to line 459, below that add these code :
$wp_customize->add_section('nav', array(
'title' => __('Nav', 'dw-timeline'),
'priority' => 100,
));
After that , go the the Dashboard –> appearance –> customizer –> Nav and then enable the Primary Navigation.
About the 2nd issue , can you send me your site so i can check it. Glad.
Please login or Register to submit your answer