Title: ProjectArmy's Replies | WordPress.org

---

# ProjectArmy

  [  ](https://wordpress.org/support/users/supporthero/)

 *   [Profile](https://wordpress.org/support/users/supporthero/)
 *   [Topics Started](https://wordpress.org/support/users/supporthero/topics/)
 *   [Replies Created](https://wordpress.org/support/users/supporthero/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/supporthero/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/supporthero/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/supporthero/engagements/)
 *   [Favorites](https://wordpress.org/support/users/supporthero/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 349 total)

1 [2](https://wordpress.org/support/users/supporthero/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/supporthero/replies/page/3/?output_format=md)…
[22](https://wordpress.org/support/users/supporthero/replies/page/22/?output_format=md)
[23](https://wordpress.org/support/users/supporthero/replies/page/23/?output_format=md)
[24](https://wordpress.org/support/users/supporthero/replies/page/24/?output_format=md)
[→](https://wordpress.org/support/users/supporthero/replies/page/2/?output_format=md)

 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [ftp mamp wordpress filezilla](https://wordpress.org/support/topic/ftp-mamp-wordpress-filezilla/)
 *  [ProjectArmy](https://wordpress.org/support/users/supporthero/)
 * (@supporthero)
 * [5 years, 12 months ago](https://wordpress.org/support/topic/ftp-mamp-wordpress-filezilla/#post-12861167)
 * You don’t need FTP to access files on your local machine using MAMP. All files
   are already stored on your machine. You should be able to use the Finder app 
   to access files just like any other file.
 * By default, MAMP will install files inside `/Applications/MAMP/htdocs/` directory.
   So that’s a good place to start.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [someone download data from my website with php script](https://wordpress.org/support/topic/someone-download-data-from-my-website-with-php-script/)
 *  [ProjectArmy](https://wordpress.org/support/users/supporthero/)
 * (@supporthero)
 * [5 years, 12 months ago](https://wordpress.org/support/topic/someone-download-data-from-my-website-with-php-script/#post-12861157)
 * You should start with this article, it’ll give you some advice on how to proceed:
 * > [FAQ My site was hacked](https://wordpress.org/support/article/faq-my-site-was-hacked/)
 * The first thing I would do immediately is to delete that browse.php file. Most
   likely, there will be more malicious files and/or good files that may have been
   infected.
 * This requires proper cleaning to make sure all malicious files are removed and
   infected files cleaned.
 * You can start with this plugin to scan the files, but it’s not 100% accurate.
   So it’s possible it might leave something behind, but it’s a good start:
    [https://wordpress.org/plugins/gotmls/](https://wordpress.org/plugins/gotmls/)
 * Hope that helps.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Site Redirect](https://wordpress.org/support/topic/site-redirect-5/)
 *  [ProjectArmy](https://wordpress.org/support/users/supporthero/)
 * (@supporthero)
 * [5 years, 12 months ago](https://wordpress.org/support/topic/site-redirect-5/#post-12861122)
 * [@cliffyb](https://wordpress.org/support/users/cliffyb/) keep us posted and don’t
   forget to resolve this thread once it’s good to go.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Menu drop-down getting cut off](https://wordpress.org/support/topic/menu-drop-down-getting-cut-off/)
 *  [ProjectArmy](https://wordpress.org/support/users/supporthero/)
 * (@supporthero)
 * [5 years, 12 months ago](https://wordpress.org/support/topic/menu-drop-down-getting-cut-off/#post-12861084)
 * Add this inside Customizer to Additional CSS section, should fix your menu issue:
 *     ```
       body header.banner .header-bottom .nav-primary ul li ul.children, 
       body header.banner .header-bottom .nav-primary ul li ul.sub-menu {
           z-index: 99999;
       }
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Site Redirect](https://wordpress.org/support/topic/site-redirect-5/)
 *  [ProjectArmy](https://wordpress.org/support/users/supporthero/)
 * (@supporthero)
 * [5 years, 12 months ago](https://wordpress.org/support/topic/site-redirect-5/#post-12860266)
 * [@cliffyb](https://wordpress.org/support/users/cliffyb/) So far, Google hasn’t
   flagged your site as hacked. Most likely because they haven’t crawled it yet.
   You can do a quick check by using `site:` operator in Google. Just search for:
 * `site:handcosteopathy.co.uk`
 * If Google flags you, results will say so. You can also try using Safe Browsing
   status tool too: [https://transparencyreport.google.com/safe-browsing/search](https://transparencyreport.google.com/safe-browsing/search)
 * The report says info was updated on April 17th.
 * When SiteLock tells you it’s been cleaned, make sure you check with Sucuri tool.
   You can also post here, we can check it again. SiteLock usually uses automatic
   cleanup, which either can break the website by deleting files or leaving broken
   code or not clean everything up.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Site Redirect](https://wordpress.org/support/topic/site-redirect-5/)
 *  [ProjectArmy](https://wordpress.org/support/users/supporthero/)
 * (@supporthero)
 * [5 years, 12 months ago](https://wordpress.org/support/topic/site-redirect-5/#post-12855973)
 * [@tobifjellner](https://wordpress.org/support/users/tobifjellner/) thanks, I 
   don’t think I ever noticed it there. I’ll use that in the future.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Site Redirect](https://wordpress.org/support/topic/site-redirect-5/)
 *  [ProjectArmy](https://wordpress.org/support/users/supporthero/)
 * (@supporthero)
 * [5 years, 12 months ago](https://wordpress.org/support/topic/site-redirect-5/#post-12854399)
 * Yes, there is a redirect on your website specifically for Google’s mobile UserAgent.
   I was able to visit your website, but once I tried to do so as Google it redirected
   me.
 * This usually tends to happen when a website may have been hacked through a vulnerable
   plugin or theme. I can’t say where it is. Usually, a modified file or a set of
   malicious files inserted into WordPress will cause something like this.
 * You need something (or someone) to go through the PHP files and try to identify
   infected or malicious files. The first thing I would try is:
    [https://wordpress.org/plugins/gotmls/](https://wordpress.org/plugins/gotmls/)
 * It’s not perfect and might not be 100% accurate, but it usually does find some
   of the infected files.
 * You can find some additional information here:
 * > [FAQ My site was hacked](https://wordpress.org/support/article/faq-my-site-was-hacked/)
 * Also, I think I noticed your site is using PHP 5.6. That’s very outdated and 
   can cause problems. So see if 123-Reg can upgrade you to something more recent(
   7+), ideally 7.3 or 7.4.
 * Hope that helps.
 * For moderator: remove possibly malicious URL from the original post.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Cannot stop site from redirecting…](https://wordpress.org/support/topic/cannot-stop-site-from-redirecting/)
 *  [ProjectArmy](https://wordpress.org/support/users/supporthero/)
 * (@supporthero)
 * [5 years, 12 months ago](https://wordpress.org/support/topic/cannot-stop-site-from-redirecting/#post-12854295)
 * If you can recover the database to one prior to the WPQD installation, that might
   work. Since the plugin no longer exists, something in the database could be still
   left. I do see the redirect when I visited your website.
 * Also, I would check the htaccess file to see if it has any WPQD redirects.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Pictures on Safari](https://wordpress.org/support/topic/pictures-on-safari/)
 *  [ProjectArmy](https://wordpress.org/support/users/supporthero/)
 * (@supporthero)
 * [6 years ago](https://wordpress.org/support/topic/pictures-on-safari/#post-12834957)
 * It looks like you’re migrating from WordPress.com. Some of the image files are
   still being loaded from WordPress.com, returning 403 status code. So they are
   not showing.
 * For example:
    `https://patrickhurdresume.files.wordpress.com/2020/04/ventures.
   png?w=493`
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Admin/edit page not working – showing only html tex/white background](https://wordpress.org/support/topic/admin-edit-page-not-working-showing-only-html-tex-white-background/)
 *  [ProjectArmy](https://wordpress.org/support/users/supporthero/)
 * (@supporthero)
 * [6 years ago](https://wordpress.org/support/topic/admin-edit-page-not-working-showing-only-html-tex-white-background/#post-12711422)
 * Let’s check the errors you might have.
    1. Using Chrome browser, log in to your admin and go to any page that appears to
       be broken.
    2. Hit F12 on your keyboard to open Developer Tools.
    3. You’ll see a window show up at the bottom of the browser screen.
    4. Click on the Console tab.
 * If you’re seeing a lot of red messages, those are errors and they might indicate
   what’s wrong with the page. If you can, take a screenshot or photo with your 
   phone of these errors and share here so we can take a look.
 * You can upload the image to imgur.com and share the link here.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Image aligns left in logged in view on front ed](https://wordpress.org/support/topic/image-aligns-left-in-logged-in-view-on-front-ed/)
 *  [ProjectArmy](https://wordpress.org/support/users/supporthero/)
 * (@supporthero)
 * [6 years ago](https://wordpress.org/support/topic/image-aligns-left-in-logged-in-view-on-front-ed/#post-12711401)
 * First, since you’re using Autoptimize along with WP Rocket you need to make sure
   settings in WP Rocket related to JS/CSS minification, optimization, etc. are 
   disabled. Autoptimize should already be processing those, and you don’t want 
   both of them trying to optimize files. That will cause problems.
 * Second, depending on your settings, both plugins are usually set to have caching
   and other features disabled for logged in users. So in the frontend, you would
   be seeing optimized and cached files when you’re logged out. I would disable 
   both Autoptimize and WP Rocket plugins are see if the alignment issue goes away
   or continues to be misaligned. That should give you an idea if any of those plugins
   are causing the issue.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [An unexpected error occurred. Something may be wrong with WordPress.org or this](https://wordpress.org/support/topic/an-unexpected-error-occurred-something-may-be-wrong-with-wordpress-org-or-this-12/)
 *  [ProjectArmy](https://wordpress.org/support/users/supporthero/)
 * (@supporthero)
 * [6 years ago](https://wordpress.org/support/topic/an-unexpected-error-occurred-something-may-be-wrong-with-wordpress-org-or-this-12/#post-12709561)
 * You need to check your error log to see what’s causing the error. It might be
   a plugin or theme issue. Also, check the Site Health page to make sure something
   required by WordPress wasn’t disabled in XAMPP.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Home Page Featured Image Not Showing or Displayed](https://wordpress.org/support/topic/home-page-featured-image-not-showing-or-displayed/)
 *  [ProjectArmy](https://wordpress.org/support/users/supporthero/)
 * (@supporthero)
 * [6 years ago](https://wordpress.org/support/topic/home-page-featured-image-not-showing-or-displayed/#post-12709484)
 * When you took the website live, did you perform any search/replace on the domain?
   Or did the website move from a subdomain to your live domain?
 * The URL of the background images has a broken domain, it’s missing .COM. That’s
   why images are not loaded. You can see it here:
    [https://share.projectarmy.net/470045dd-1d66-4d12-af09-3e4071937a7c](https://share.projectarmy.net/470045dd-1d66-4d12-af09-3e4071937a7c)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Comments not showing on front end all of a sudden](https://wordpress.org/support/topic/comments-not-showing-on-front-end-all-of-a-sudden/)
 *  [ProjectArmy](https://wordpress.org/support/users/supporthero/)
 * (@supporthero)
 * [6 years ago](https://wordpress.org/support/topic/comments-not-showing-on-front-end-all-of-a-sudden/#post-12709413)
 * You should try disabling PMPro plugin to see if comments show up correctly. You
   can put your website in a maintenance mode, so the public can’t access private
   content while you’re troubleshooting.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Comments not showing on front end all of a sudden](https://wordpress.org/support/topic/comments-not-showing-on-front-end-all-of-a-sudden/)
 *  [ProjectArmy](https://wordpress.org/support/users/supporthero/)
 * (@supporthero)
 * [6 years ago](https://wordpress.org/support/topic/comments-not-showing-on-front-end-all-of-a-sudden/#post-12705470)
 * The comments on the post you mentioned are closed, which is different from being
   protected by PMPro.
 * Can you edit this latest post and check Discussions metabox, make sure “Allow
   Comments” is turned on. If it is unchecked, check it and update the post.
 * If you don’t see the Discussions metabox, check your screen options (top right
   corner) and check the Discussions option. It will unhide that metabox.

Viewing 15 replies - 1 through 15 (of 349 total)

1 [2](https://wordpress.org/support/users/supporthero/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/supporthero/replies/page/3/?output_format=md)…
[22](https://wordpress.org/support/users/supporthero/replies/page/22/?output_format=md)
[23](https://wordpress.org/support/users/supporthero/replies/page/23/?output_format=md)
[24](https://wordpress.org/support/users/supporthero/replies/page/24/?output_format=md)
[→](https://wordpress.org/support/users/supporthero/replies/page/2/?output_format=md)