• Resolved Faelandaea

    (@faelandaea)


    So far this is the only theme that i can find where i can at least get it close to how it needs to look for an organization I am helping. It is perfect in almost every way except for the default sidebar.

    It is displaying what looks like 2 copies of “Pages” menus. I want them both gone.

    There is absolutely no way to seemingly knock out the extra menus that are appearing there. I already have the pages linked by activating the custom horizontal menu the theme provides, so I want to free up the sidebar for other items for users to have access to.

    I have tried the following:

    In sidebar.php I REMOVED the following code:

    <?php wp_list_pages('title_li=<h2 class="h2">'. __( 'Pages', 'Raindrops').'</h2>' ); ?>

    This did not effect anything at all on the page, and the menus are still there and still duplicated.

    This is the only reference to menus that i can find in any of my php files. Any suggestions? I am hoping to resolve this soon so that I may get this site professional looking again.

    I am using the latest “raindrops” theme – Version 0.985

    I appreciate any assistance and thank any responders in advance for constructive feedback 🙂

    http://wordpress.org/extend/themes/raindrops/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Faelandaea

    (@faelandaea)

    I would like to list here that I found the answer to my own problem. It was sad that I spent 2 hours tracking this and then found the answer right after I submitted this post. However since I am the only one that has brought this issue up in these forums, here is what I did to fix the issue in case someone else has this issue and needs the fix.

    Open functions.php

    Find and REMOVE the following lines:

    $html = wp_list_pages('title_li=<h2 class="h2">'. __( 'Pages', 'Raindrops').'</h2>&echo=0' );
    $html .= wp_list_pages('title_li=<h2 class="h2">'. __( 'Pages', 'Raindrops').'</h2>&echo=0' );

    Bear in mind that if you do NOT want the custom horizontal menu that the theme provides, but are having this duplicate menu issue with your sidebar, then you only need to remove ONE of the above lines.

    I hope this helps anyone else that may encounter this issue. With the exception of that small glitch, this theme is awesome. A huge thank you to Tenman for this theme.

    Thank you! 🙂

    Theme Author nobita

    (@nobita)

    Hi Faelandaea

    Thank you for pointed out duplicate menu issue,I appreciate.

    This bug will be Fixed next version Raindrops

    Sorry poor at english.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Theme: raindrops] Duplicate Menus?’ is closed to new replies.