magefix
Forum Replies Created
-
PS: Right now your domain name is blacklisted by Google, currently marked as deceptive. Here’s a screenshot: https://www.magefix.com/screenshots/2018-06-27%2012_04_38.png
Hi Johanna,
To address the issue, the best thing to do right now is to perform a site re-build using:
– fresh WordPress core files
– fresh plugins & themes
– clean /uploads folder ( you can disable PHP for this section as well )To start the rebuidling process:
– keep only wp-config.php file ( make sure the file is malware free )
– add each component step by step : core files, plugins & theme ; if possible use a clean theme from the source: https://ww.wp.xz.cn/themes/meditation/Good luck, Adrian
Forum: Fixing WordPress
In reply to: Blank Login PageHere is an useful link, which will help you to disable the plugins: https://codex.ww.wp.xz.cn/FAQ_Troubleshooting#How_to_deactivate_all_plugins_when_not_able_to_access_the_administrative_menus.3F
Forum: Fixing WordPress
In reply to: Blank Login PageThis is the correct address for login: http://www.aclcnational.org/dev/wp-login.php
It’s an obvious connection with class-wp-term plugin, can you disable it by renaming the directory in the plugins folder?
Forum: Fixing WordPress
In reply to: I am not able to log to my website; blank white pageHey, try to contact your hosting provider and ask for server logs – error logs in particular.
Try to disable your latest plugin installed by renaming its directory located in wp-content/plugins/ , and see if the site works.
Forum: Fixing WordPress
In reply to: Blank Login PageThe best way to transfer them is by using SSH. It takes few seconds, and you’re done. That’s how they do it anyway – I guess. Having your images urls messed up is a result of address change process.
If you need any help, just let me know.
Forum: Fixing WordPress
In reply to: Blank Login PageYes, that’s correct. Can you try to change it back now? To the original permalink structure? Maybe it will work both ways 🙂
Forum: Fixing WordPress
In reply to: Blank Login PageAlso, I saw that some pages redirect to “cropped-header1G-png” And I nticed this code in your header:
<style type="text/css">.site-title a { background: url(http://www.aclcnational.org/dev/wp-content/uploads/2016/03/cropped-header1G.png) no-repeat !important; }</style>Can you disable it?
Forum: Fixing WordPress
In reply to: Blank Login PageTry disabling permalinks ( check the default ) for http://www.aclcnational.org/dev/ site, and see if works after.
Here is a guide: https://codex.ww.wp.xz.cn/Settings_Permalinks_Screen
Forum: Fixing WordPress
In reply to: Blank Login PageDid you disabled aclcnational.org/.htaccess ?
Forum: Fixing WordPress
In reply to: Blank Login PageError log: here
Forum: Fixing WordPress
In reply to: Blank Login PageDid you disabled http://www.aclcnational.org/.htaccess file?
Error file: https://kb.site5.com/wp-content/uploads/2013/05/cp_errorlog_1.png
To login on your Cpanel: https://scorpio.elinuxservers.com:2083/
Forum: Fixing WordPress
In reply to: Blank Login PageDisable for few seconds .htaccess file from your root directory. Right after, check your /dev site. Then restore your .htaccess .
Did you checked error log file?
Forum: Fixing WordPress
In reply to: Blank Login PageIt’s probably a 404 error, try to make some changes on your .htaccess file :
RewriteEngine On
RewriteCond %{HTTP_HOST} ^(www.)?YourDomain.com$
RewriteRule ^(/)?$ blog [L]Also, re-check your base url settings, in your admin dashboard.
If still get errors, modify your wp-config, adding:define(‘WP_HOME’,’http://example.com’);
define(‘WP_SITEURL’,’http://example.com’);Forum: Fixing WordPress
In reply to: Size reduction of page tileYou need to use custom syling for h1 headings. Something like this..
<h1 style=”font-size: 2em; text-align:right;”>test</h1>