• Resolved k0204350

    (@k0204350)


    Hello,
    I managed to lose my login page. Nowhere on my blog I can access a page where I can enter my username and password. take a look: https://www.certifimate.com. I need to be able to readd the Meta widget to the sidebar from my cpanel/file manager (cpanel is the only thing I can access) so I can enter my username and password and regain access to my blog.
    p.s. please visit the blog and try to login before making suggestions.
    PLEASE HELP!

    THANKS!

Viewing 9 replies - 1 through 9 (of 9 total)
  • Are you using a custom login plugin?

    Thread Starter k0204350

    (@k0204350)

    no

    What is in your WordPress root .htaccess file? Something is redirecting all calls to the login page.

    Thread Starter k0204350

    (@k0204350)

    Ok, here is what happened:

    I have a call to action button on my home page called “Student Login”. When clicked, this button should take you to the login page. At some point, I removed the meta widget from the sidebar and added “Simple login/logout” widget/plugin to the sidebar. I didn’t like the way it works so I removed it from the sidebar and now I can’t access the blog.

    Anyway I can add the meta widget to the sidebar from the file manager?

    I’ll get you the root file name in a min. Thanks for your help.

    Thread Starter k0204350

    (@k0204350)

    Here is the content of .htaccess file:

    # Use PHP5 Single php.ini as default
    AddHandler application/x-httpd-php5s .php

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    That file is OK. Try resetting the plugins folder by FTP or phpMyAdmin.

    Thread Starter k0204350

    (@k0204350)

    I’m going to try that right now.

    Thread Starter k0204350

    (@k0204350)

    It worked! I renamed the plugin folder and was able to use the login button on the home page. I’m forever at your debt. Thank you so much!!

    No problem. Glad I could help ??

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Add Widgets from File Manager’ is closed to new replies.