TheMann00
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Sudden flood of spamNo- no Akismet, because of cost and how small this site SHOULD actually be.
It seems to have stopped- with a slew of new plugins. Not sure which one is doing the most work, but I’ve got it calmed down at least.
Forum: Fixing WordPress
In reply to: Sudden flood of spamIf I logged out, and went to the site to leave a comment, it required me to log in.
I added a different captcha plugin, and that seems to have stopped the onslaught-I just couldn’t figure out how the comments continued to roll in after I made those changes (and yes, the new 1600 were held for moderation at least, so nothing went live this time)
URL is brlodge.org
Forum: Fixing WordPress
In reply to: site elements missing, user accounts locked outI changed the admin email in the database, and used wordpress’s “i forgot my password” option, to set a new password.
Where can I look to see when/how this happened?
I found some pages with site elements embedded in them had been deleted… no sure why.
I don’t know why someone would only hack it to this level— unless there is something else I need to be looking for. A rogue plugin perhaps?
Forum: Fixing WordPress
In reply to: site elements missing, user accounts locked outupon deeper looking…
looks like it HAS been hacked.all user accounts deleted.
admin remains, with a user email I’ve never seen before.Forum: Themes and Templates
In reply to: Coraline Featured Images don't show up in headerNope- no one ever helped.
Well- It used to work great! I had no problem promoting your service- as it saved me a lot of time. But the most recent update has caused a number of my sites to just have the red script “share & enjoy” text show up, with no social networking links below it.
I’ll play around some more, but if I can’t get the buttons to show up for visitors- I won’t be using the plugin anymore.
If I do get it working- then I apologize in advance for jumping on your case about it- but updates that break plugins functionality and require checking all the settings again aren’t always a good idea.
Forum: Themes and Templates
In reply to: Coraline theme featured imageYeah- the theme claims to be able to use featured images. But it doesn’t work for me.
I’ve gone through and checked everything- it’s all set correctly. Even created a new post. Still no dice.
Forum: Themes and Templates
In reply to: Coraline theme featured imageI am trying to move a site from wordpress.com to my own hosted .org.
Featured images worked on .com, and are properly transfered over to my new site- but the header NEVER changes. Is there a setting somewhere I need to enable to get the featured image as header to work?I’ve also tried uploading a new featured image, to remove the whole “it’s a transferred image” stigma. That didn’t fix it either.
Forum: Installing WordPress
In reply to: Nothing on the main page… everything else is A-OK.there is no index.html or home.html.
I should have said that I have tried adding “index.php” at the end of the URL, and the symptoms do not change.Only the default two plugins are installed- the two that come with a fresh install- hello dolly and akismet. both are deactivated by default, and I have not messed with them or any others since install.
It’s already on the Twenty Ten theme, but I randomly grabbed “Suffusion” this morning, installed and activated that, and no changes.
Here is the code of my index.php file:
<?php
/**
* Front to the WordPress application. This file doesn’t do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*//**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define(‘WP_USE_THEMES’, true);/** Loads the WordPress Environment and Template */
require(‘./wp-blog-header.php’);
?>Here is the code of my wp-blog-header.php file:
<?php
/**
* Loads the WordPress environment and template.
*
* @package WordPress
*/if ( !isset($wp_did_header) ) {
$wp_did_header = true;
require_once( dirname(__FILE__) . ‘/wp-load.php’ );
wp();
require_once( ABSPATH . WPINC . ‘/template-loader.php’ );
}
?>
Forum: Everything else WordPress
In reply to: User Submitted ContentMadinas- try this link I found while looking for the same functionality:
https://webdevstudios.com/support/wordpress-plugins/nextgen-public-uploader/