Jeff Brotherton
asked 9 years ago

Ive read through all of the questions but can’t seem to find a solution. I need to add the top menu as this person has here http://brothertonadoption.com/wp-content/uploads/2015/09/eBYhfOc.png but no matter what I try mine only has the pull out menu icon on the left. I am on a very large screen so the issue is not responsive in nature. Please advise.

2 Answers
DominicStaff
answered 9 years ago

Hi,
To resolve this issue, you can log in to Dashboard > Customize > Navigation then select main nav and Enable Primary Navigation.
See the screenshot: http://prntscr.com/8bzx5n
Regards,

brothertonjeff
replied 9 years ago

That’s my issue. See here, I don’t have a "Navigation" to select http://brothertonadoption.com/wp-content/uploads/2015/09/Screen-Shot-2015-09-03-at-4.18.19-PM.png I do have a "Menu" but that doesn’t show me what you showed me see here http://brothertonadoption.com/wp-content/uploads/2015/09/Screen-Shot-2015-09-03-at-4.18.25-PM.png

dominic Staff
replied 9 years ago

Please send me username & password of your site (via private answer) for further checking.

Jeff Brotherton
answered 9 years ago

Have you had a chance to resolve the issue yet? We hope to launch on Tuesday.

nobita
replied 9 years ago

@jeff : hi , i’ve resolve your issue. That is our theme problem not compatible with wordpress 4.3 customizer. so the "Nav" section disappear from the customizer , we will fix this bug in our theme zip right away , thank you so much.

and if you want to know how to fix this : just open file : "dw-timeline-prolibcustomizer.php" go to line 459 and add these code to declare the "nav" section on customizer :

$wp_customize->add_section('nav', array(
    'title'    => __('Nav', 'dw-timeline'),
    'priority' => 100,
  ));

P/s: i see right now you using dw-timeline-pro v1.0.7, you can try out my new release for this theme : date pagination : by enable at Main Pagination in customizer. Glad.

Powered by DW Question & Answer Pro