rchrisbishop
Forum Replies Created
-
seems to have resolved itself – maybe needed time?
Sure, it’s https://www.garagehangover.com
Forum: Fixing WordPress
In reply to: WordPress 4.7.1 “Hacked by NG689Skw”thanks idearius. Why should someone use Wordfence instead of iThemes?
It seems with all the security plugins, there are a few options that I prefer not to implement.
Forum: Fixing WordPress
In reply to: WordPress 4.7.1 “Hacked by NG689Skw”I had the same problem but don’t use any of those plugins. I had these activated:
Add Meta Tags
Akismet
Autoptimize
Custom Content Width
Enhanced Text Widget
iThemes Security
Jetpack
Optimize Database after Deleting Revisions
Responsive Lightbox
Simply Static
Tablepress
TinyMCE Advanced
Yoast SEOI read that I’m supposed to keep JS out of the head to prevent render-blocking, so I’ll exclude those JS.
Thank you both for the work on these plugins.
The only options are to force JavaScript in <head> or aggregate JS in the HTML. Or I can exclude certain scripts.
Maybe I’ll have to do without the JS optimization.
Could you please share how you detected the malware? Are the files obvious or must a scan be done to find them?
Forum: Plugins
In reply to: [Yoast SEO] How can I add google PageMap data to postsor at least, I need the plug in to generate a
<meta name="thumbnail>
tag in addition to the<meta property="og:image">
tag.Thanks for the suggestions, I will do those and make a new page template without the sidebar.
No trouble, I really like your plugin and have been using it for a couple years now.
I see what you mean about too much data for the browser. I could make a new page template without a sidebar to give more room for the table.
I extended the 14th column by adding dashes next to the word Notes, but that isn’t ideal.
Here’s the site: https://www.garagehangover.com/garage-45-reproductions/
Forum: Plugins
In reply to: [Yoast SEO] How to set noindex for posts from a particular categoryOK, but what if that kind of post is tagged only once, so noindex = “news”
That way there would be no conflict.
The header.php of this site’s theme lacked a the wp_head() tag. Problem solved, thank you.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="https://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Career Opportunities</title> <link rel="stylesheet" href="https://thiscompany.com/wp-site/wp-content/themes/gfa/style.css" type="text/css" /> </head> <body class="page page-id-98 page-template page-template-page-careers-php logged-in admin-bar no-customize-support"> <div id="header"> <div id="body"> <div class="align left"> <h2>Career Opportunities</h2> <p>Currently we are hiring for:</p> <div class="careeropportunity"><span class="collapseomatic " id="internship" title="Internship Summer 2014">Internship: Summer 2014</span><div id="target-internship" class="collapseomatic_content maptastic"><strong>Description:</strong></p> <p><strong>Desired Qualifications:</strong></p> <p><span class="collapseomatic colomat-closemod" id="bot-internshipfaq">[click to close]</span></div> </div> <script src = "https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <script src = "/js/bootstrap.js"></script> <script type='text/javascript'> var colomatduration = 'fast'; var colomatslideEffect = 'slideFade'; </script> </body> </html>
well, it’s for a client. I could post some of the page source if that helps.
Could it have anything to do with having moved the WordPress files to a subdirectory? After moving the files, I reinstalled the plugin.