S4ku
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Page keep redirecting to different urlHave you tried to disable all your custom plugins to see if it stops redirecting ? If you haven’t, give it a try.
Assuming the page stops redirecting to the other URL, enable your plugins one by one and test the page after enabling a plugin to see if it redirects.
Thanks
Forum: Fixing WordPress
In reply to: WP site is incredibly slow would appreciate help.There are few website performance testings out there. I personally used Google Page Insight before to find causes of slow down. Take a look at the report for your website here.
Hopefully that will give you an idea.
Forum: Fixing WordPress
In reply to: Hacked siteHello,
Here some some steps to take.
Forum: Fixing WordPress
In reply to: Can't upgrade to 4.2Hello,
Go through this post and see if your issue is listed there.
if nothing works, try a manual update
Forum: Installing WordPress
In reply to: Please help me get startedHello,
Have you tried the WordPress Codex for installing WordPress ? If you haven’t, I recommend to give it a try. You can find it here.
Forum: Fixing WordPress
In reply to: how to uninstall & reinstallTo uninstall WordPress, you can delete your whole WordPress directory through FTP and follow this codex to install WordPress.
Forum: Fixing WordPress
In reply to: WordPress login refresh errorIf phpmyadmin does not work, there are also other ways to reset the password.
That’s normally caused by trailing spaces. I would start searching the forum as there were many similar posts.
Forum: Fixing WordPress
In reply to: Site Launched Too SoonHave you tried to reach Mojo support? They probably can provide you with a better insight on what happened since you used their product
Another quick “hack” is to rename index.php file on your WordPress directory to something else.
Forum: Fixing WordPress
In reply to: cannot log inI would give this page a try for resetting your WordPress admin password.
Forum: Fixing WordPress
In reply to: Login and Admin Page Not FoundHi there,
When I went to https://jordanseigel.com/wp-login.php directly for the login page, I got a redirect loop error. Have you checked if wp-login.php exists on your hosting ?
In addition, I also recommend to check your .htaccess file in your WordPress directory to see if there’s anything that causes the redirect loop.
Thanks
Forum: Fixing WordPress
In reply to: Installation successful but problems with menuWordPress asks for your FTP credentials when it can’t access the files directly ie. permission issues.
To resolve this issue, you need to enter your FTP information in wp-config.php as per below.
define( ‘FTP_USER’, ‘your FTP username‘ );
define( ‘FTP_PASS’, ‘your FTP password‘ );
define( ‘FTP_HOST’, ‘your FTP Host eg. https://ftp.something.com‘ );For left menu issues, have you tried to re-install WordPress ?
What you describe is the way to do it as I don’t think Google smart enough if you just set one 301 rule from my experience. If you just set one 301 rule, all your posts will be redirected to your home page https://www.test.com.
Forum: Fixing WordPress
In reply to: Modified htaccess, cant get it working correctly.Have you tried to look into this page from WordPress Codex?
Forum: Fixing WordPress
In reply to: Unable to login to the administrationHello,
Assuming you have latest version of WordPress, have you tried to start fresh ? ie. download the latest WordPress and override your current WordPress. Otherwise, I would try to retrace whatever changes you did and revert them back.