Mark Ratledge
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Need help with safe_mode – open_basedir?#1: Stop making multiple posts with the same question.
#2) Ask your webhost to make those safe mode and open basedir changes. Unless you’re running your own server, you don’t have the access to make those changes.
Forum: Fixing WordPress
In reply to: Unique twist on redirect old domain / path changesI doubt those 3rd party will record/track correctly.
So the incoming domain AND the actual path is different is that possible?
You can redirect the main domain via the registrar or via .htaccess. Actual URL paths can only be redirected in .htaccess.
Google htaccess 301 redirect. You may also want/need RegEx expressions to handle multiple redirects with one rule.
Or use WordPress › Redirection « WordPress Plugins for actual path (not domain) redirects.
Forum: Fixing WordPress
In reply to: Problem after moving wordpressDelete the plugins folder and the Charity theme folder; reupload both.
Forum: Fixing WordPress
In reply to: Jquery Problem on Custom Setting PageForum: Fixing WordPress
In reply to: Problem after moving wordpressReupload a complete new copy of your Charity theme and all plugins.
Forum: Fixing WordPress
In reply to: Random links from wordpress "category" path@onlanka: that’s certainly not a bug; it’s simply a persistent bot hitting your site. Happens to everyone.
Block the IP and/or look at Hardening WordPress – WordPress Codex and Brute Force Attacks – WordPress Codex
Forum: Fixing WordPress
In reply to: Sidebar appearing below post@thewannaberacer: you have some bad markup in your single.php theme file or in the WordPress editor on your single posts; a few out of place article divs and other divs throw the sidebar under the content. See Showing results for thewannaberacer.com news trevor-odonnell-interview-part-1 – Nu Html Checker. Scroll down in the validation report to see line numbers and source code.
Forum: Fixing WordPress
In reply to: Huge server load problem out of nowhereWe don’t support server admin here; you should work with serverfault on reading logs, upgrading php, etc.
For specific plugin questions, ask in the dedicated plugin forum, i.e.
wordpress.org/plugins/plugin-slug/Forum: Fixing WordPress
In reply to: Some images not working on wordpress awsCould be; check the docs on saving/exporting from Sketchapp as plain .pngs.
Forum: Fixing WordPress
In reply to: Problem after moving wordpressDon’t post that much code in the forums.
What do most of the errors show? 404s for cache files. Delete the cache files and deactivate/delete any cache plugins.
Forum: Fixing WordPress
In reply to: Some images not working on wordpress awsits for all images sent by my graphic designer friend
Are they RGB or CMYK colorspace? Try RBG.
Forum: Fixing WordPress
In reply to: Adding a page to a templateSorry, but you’re using a premium/paid theme not supported in these forums. It’s best to go to the support site where you bought the theme – http://themeforest.net/ – for help with customizations and issues. You paid for support when you bought the theme, so you should contact the people who sold you the theme.
These forums are for free themes available in the WordPress theme directory at http://wordpress.org/themes/. See http://codex.wordpress.org/Forum_Welcome#Commercial_Products
Forum: Fixing WordPress
In reply to: Unique twist on redirect old domain / path changesCurrently there are domain/paths that are pointed to our old domain from 3rd parties which we can’t easily change…
What are these 3rd party resources? Scripts for tracking, forms, etc?
You can do a blanket redirect from one domain to the other if you domain forward at the domain registrar. Or host the old domain and use a blanket redirect in .htaccess. And you can also redirect individual URLs with either method if you use a redirection plugin.
But, many 3rd party resources have domain origin restrictions to prevent hijacking, and you will simply see errors for those resources on your new domain. You really need to change all your 3rd party resources at the source to point to your new domain.
Forum: Fixing WordPress
In reply to: Problem after moving wordpressthere is no apparent format of the pages…
Use the developer tools in Firefox (or Firebug) or Chrome or Safari or IE to find 404s for the style sheets.
What theme? There could be old hardcoded links in the theme.
White screens are PHP errors. Try Debug and see what PHP errors you are getting. See https://codex.wordpress.org/WP_DEBUG
Manually reupload wp-includes and wp-admin.
Forum: Fixing WordPress
In reply to: Some images not working on wordpress awsDoes the upload fail only for .png files?
Is your php configuration set up for Imagemagick or the GD library?