wasootch
Forum Replies Created
-
Hummhhhh…. ok. I did do most of that to begin with. But I tried a couple of more things to see if it will help. Got rid of themes I’m not using. One site did have an old version of WordPress, but the others didn’t. So I’m not too sure.
Forum: Plugins
In reply to: [WP Speed of Light] I installed your plugin and it broke the adminI fixed this… I had to temporarily change the permissions on my wp-config.php file. Now it seems to be ok, even when I changed the permissions back. Although I might not keep the plugin. I’m a bit worried about trying to turn the other parts on.
Forum: Fixing WordPress
In reply to: MalwareBut what I’m wondering mostly is are these particular files needed? I think they are not and are probably Malware…. I just wanted to make sure before I delete them.
I believe I’m on a reputable host. But perhaps not. It’s been fine up until the latest notification about WordPress having a vulnerability.
Forum: Fixing WordPress
In reply to: MalwareMy permissions on that uploads folder are 755… just an fyi. I think that is the correct setting?
I’ve added a .htaccess to that uploads folder that is supposed to disable .php scripts from running as per the advice of a blog post I read.
Forum: Plugins
In reply to: [Co-Authors Plus] Coauthors is not working on my siteAnd if WP Biographia will only work with this if it is customized, then when I update the plugin this will all break again? Is that correct?
Forum: Plugins
In reply to: [Co-Authors Plus] Coauthors is not working on my siteI definitely don’t know what I’m doing for this. I’m looking in single.php and all I see are things like:
if(get_post_meta($post->ID, 'post-option-author-info-enabled', true) == "Yes"){ echo "<div class='about-author-wrapper'>"; echo "<div class='about-author-avartar'>" . get_avatar( get_the_author_meta('ID'), 90 ) . "</div>"; echo "<div class='about-author-info'>"; echo "<div class='about-author-title gdl-link-title gdl-title'>" . $translator_about_author . "</div>"; echo get_the_author_meta('description'); echo "</div>"; echo "<div class='clear'></div>"; echo "</div>"; }Forum: Plugins
In reply to: [Co-Authors Plus] Coauthors is not working on my siteHumh… no. That looks quite confusing. What about if I’m also using WP Biographia? Is it going to change where I add these tags too?