Frumph
Forum Replies Created
-
1. it’s an image, in the images directory .. modify the image
2. #page-wide { background-image: none; }
3. that background is in #content-wrapper {} or #subcontent-wrapper in the css
edit the style-default.css file
Forum: Themes and Templates
In reply to: [Easel] Header Photo to Scrolling Banner?… you mean just an image banner in the header? .. you coudl do it with CSS on most all themes, but yeah .. use the appearance -> header and add the banner ..
Forum: Fixing WordPress
In reply to: Plugin "Add New" Button Missing!! Help!This one should be the one being used:
http://wordpress.org/extend/plugins/capability-manager-enhanced/If you have this one installed, it wouldn’t be usable:
http://wordpress.org/extend/plugins/capsman/Forum: Fixing WordPress
In reply to: Can't Edit Widgets After 3.5 UpdateAlso try adding:
define( 'CONCATENATE_SCRIPTS', false );to your wp-config.php file, (IF disabling all of your plugins checking if it’s a plugin that’s causing it) doesn’t work.
Forum: Fixing WordPress
In reply to: get_author_posts_url() not working.. just for the record.. the get_author_posts_url … will not return an author page if the user hasn’t posted anything…users are not authors unless there is a post in their name
but I digress, so the default structure works but the permalink doesn’t, so which setting in the permalink tree are you using or are you setting your own?
Forum: Fixing WordPress
In reply to: Plugin "Add New" Button Missing!! Help!^ btw re-activate that user capability plugin and adjust the administrator to be able to do plugins, that would/should reinstate it
Forum: Fixing WordPress
In reply to: Plugin "Add New" Button Missing!! Help!.. if you open your wp-config.php file in your root installation folder and it has info inside of it for the multisite install
Forum: Fixing WordPress
In reply to: Plugin "Add New" Button Missing!! Help!If you have the option in the top that allows you to go to your different sites that you have installed ;/ erm .. if you have a system administrator panel to go to
Forum: Fixing WordPress
In reply to: Plugin "Add New" Button Missing!! Help!^ WPMS (multisite) setups you would not see the add new there. If you are using multisite.
Forum: Fixing WordPress
In reply to: Internal Error, 404 **URGENT**.. no, go to settings -> permalinks, select the first option and click save
Forum: Fixing WordPress
In reply to: Internal Error, 404 **URGENT**… k, well try the .htaccess thing
Forum: Fixing WordPress
In reply to: Internal Error, 404 **URGENT**.. when you deleted your cache plugin did you just deactivate it and delete it? because some cache plugins require you to go into the wp-content/ directory to delete the advanced-cache.php file and wp-content/cache directory and such as well and also clear out the .htaccess and edit the wp-config.php to remove the cache line..
.. regardless of that though, I suggest trying the first method which is rename the .htaccess file from your root installation and set the settings -> permalinks to the first option at the top and seeing if it indeed is an .htaccess problem
Forum: Fixing WordPress
In reply to: Website hacked inspite of WP-securityHere’s another clue I found by installing OSE Firewall plugin which gives this:
http://www.restaurants-uncut.com/?s=<script>alert(31337)</script>
How do I find this script and remove it? Is it encoded within the site? If it is how do I detect and decode it?
… Those are search parameters, your firewall plugin is telling you that someone is using your search page with sending that info to it.
Forum: Fixing WordPress
In reply to: Internal Error, 404 **URGENT**404 error pages that happen after clicking update buttons and such generally occur when there’s a redirect problem with your site/hosting, could be anything from the .htaccess file to your hostings management of your domain redirection (which could be the part of your hosting where you redirect www. to non-www. and the like in your control panel)
First thing to check is your .htaccess file, if it’s got erroneous code still from the cache, just delete the .htaccess file and have the settings -> permalinks recreate it. To verify the .htaccess being the problem you can set the pretty permalinks to (not being used) the top most option and then try a few times with the publish post and see if it happens again.
Forum: Fixing WordPress
In reply to: Rss feed can't be found?.. Do you have some plugin or code that is redirecting it to wp-feed ? because that’s not standard, /feed/ is standard, so is /?feed=rss2