xiaochen su
asked 8 years ago

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:

enter image description here

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:

enter image description here

as you can see there are 2 problems.

  1. 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)
  2. There are TWO site titles in my front page (not sure where this come from)

Hope you guys can help me, thanks 🙂

1 Answers
Allen
answered 8 years ago

@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.

Powered by DW Question & Answer Pro