andyimages
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Need help trying to get this jpeg. to fit correctlyTry CSSedit……its the best way to work out these issues IMO.
Forum: Fixing WordPress
In reply to: jQuery works on all pages except index.phpIf it doesn’t work try loading jquery in the footer…..
Forum: Fixing WordPress
In reply to: Can't login to my siteCheck the database wp-options table and see if the address fot WP is correct….
Forum: Fixing WordPress
In reply to: jQuery works on all pages except index.phpForum: Fixing WordPress
In reply to: How to get rid of iframe hackAre you blacklisted for malware? Check your uploads folder first….
Forum: Plugins
In reply to: I have been well and truly HackedAt least some of these eval hacks are coming through uploads where the PHP has a jpeg extension and the code does not check the contents, typically in a form plugin…..
Forum: Fixing WordPress
In reply to: Source of eval base virus Found VirusawormYes, thanks, I am well on my way to clean.
These forms are a big problem I am afraid…..!
Forum: Fixing WordPress
In reply to: How Do I Stop Registration Spam?Bad Behavior is throwing up 403Error messages…..Samuel, do you know where in the PHP I can just take out the code that is doing the registrations. I removed the registration.php and there are still spam users being registered.
Forum: Fixing WordPress
In reply to: How Do I Stop Registration Spam?I’ll try that Samuel, thanks!
Forum: Fixing WordPress
In reply to: Trouble adding javascript to a page, not sure howTry putting the script in the footer instead of the header.
Forum: Fixing WordPress
In reply to: Site breaking downHosted by Godaddy by any chance?
Forum: Fixing WordPress
In reply to: can pic go into a header?Best way is to use <img src>to bring in the image in the header.php and then use CSS to position the jpeg. If you do not understand what these are, then you need to study HTML and PHP and the apply to WordPress. Its not hard, but you are going to need some basics.
If you want to use different pictures on different pages, you can do this by category, custom fields, is_home, etc……but you are going to need to use a If/else conditionals using PHP.
Forum: Fixing WordPress
In reply to: wp-admin gives 404 errorSorry to be repetitive across these questions, but try repairing the wp_options table
Forum: Fixing WordPress
In reply to: Getting logged out, lagging or disappearing databasetry the above plugins suggestion, if that fails repair the wp_options table and see if that fixes it
Forum: Fixing WordPress
In reply to: Embedding CodeYou can’t include PHP scripts in a WordPress post without a plugin…..