• I placed a hook in the thesis theme to change the location of the nav to below the header. I then changed the theme to iblogpro 4. I cannot get the nav to go back to the top.

    Any suggestions?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jbellatl

    (@jbellatl)

    this is the hook that I added….

    /*move the nav bar below the header*/
    remove_action(‘thesis_hook_before_header’, ‘thesis_nav_menu’);
    add_action(‘thesis_hook_after_header’, ‘thesis_nav_menu’);

    Thread Starter jbellatl

    (@jbellatl)

    I deleted the hook and the thesis theme to no avail

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘iblogpro 4 nav issues’ is closed to new replies.