Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • I was having the same issue. I verified with support that you cannot do this. In my case, my theme was trying to access old file names (this plugin can NOT change theme files) so due to my slider trying to access old URL paths, I was getting locked out on my first attempt to log in.

    The cure, according to when i contacted support – is to simply reinstall your WordPress from scratch and omit this plugin.

    Fortunately my hosting solution automatically backs up my site and databases so as long as you made backups also you should have no problem rolling back to just before you installed the plugin.

    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.

Viewing 2 replies - 1 through 2 (of 2 total)