Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author avner.komarow

    (@avnerkomarow)

    it’s working fine on my end on 3.6.

    lets do 2 simple tests (don’t re-enable after each step):
    1) try to disable all other plugins.
    2) try to switch to one of the default themes (twentyXX)

    also please include the following information:
    1) what version of WP
    2) what version of the plugin?
    3) what theme are you using?

    avner.

    Appreciate the plugin.

    Seems to be a one-way toggle when it comes to the menu. Had to deactivate plugin to get menu back after toggling page title back on!

    Also, Title off/on works fine on page, but leaves a blank menu item where old menu item for page used to be. IOW – appears just like if you had changed the page title to a single space!

    WP 3.6

    Plugin Author avner.komarow

    (@avnerkomarow)

    hi MFJLabs,
    happy you like it 🙂

    not sure i get the first part (regarding the menu), but this plugin is only intended for pages (as stated) in the plugin page.

    as for the space, it will actually remove the title (not just hide it with css) so it’s theme related. you can go through the steps in the faq page:

    1) Add this function to your functions.php file on you current theme

    'function return_page_title_html_block($post) { $is_page_title_active = get_post_meta($post->ID, $key = 'toggle_page_title', $single = true); if($is_page_title_active == '' || $is_page_title_active) return '
    ' . $post->post_title . '
    
    '; return ' '; }'

    (without the tick marks of course)

    2) In your page.php file replace the title with the h1 tags to a call to echoing out the above function – print return_page_title_html_block($post);

    avner.

    Plugin Author avner.komarow

    (@avnerkomarow)

    it’s been over a month.. I’m resolving this issue.

    if there is a need for further assessment, please feel totally free to re-open the issue (or open a new one).

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Pages disappear from nav bar’ is closed to new replies.