Dave Naylor
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Switch from MAMP localhost to live websiteHave a read of the relevant codex page:
http://codex.wordpress.org/Moving_WordPress
One of the listed links may be appropriate for you:
Forum: Fixing WordPress
In reply to: Kingalfredthecat.com domain transferThese forums are for self hosted WordPress sites, you probably meant to go to wordpress.com and ended up here by mistake. No-one here hosts your site.
Forum: Fixing WordPress
In reply to: Can you recommend a good (and easy to install) order formHave a look at the WooCommerce documentation. In particular the docs about how to implement WooCommerce shortcodes in your WordPress pages.
Forum: Fixing WordPress
In reply to: local to liveserverSettings –> Permalinks –> Hit Save Changes.
Forum: Fixing WordPress
In reply to: Failed at moving wp how to make it work again?Are you saying the entire database disappeared, or just wp-options? Are you able to replace the database with your most recent backup?
A URL is infinitely better than a picture.
Forum: Fixing WordPress
In reply to: local to liveserverDid you enter the remote DB user and password, they are probably not the same as your local installation.
Forum: Fixing WordPress
In reply to: Woocommerce button editDifficult to say out of context, you should always include a URL to see the CSS rules in action. One thing I note, there doesn’t appear to be a space in between #FFFFFF and !important.
It’s worth pointing out that using !important is the last gasp step to changing CSS. Google !important CSS to see what I mean.
Forum: Fixing WordPress
In reply to: Slider, Spoiler and Tabs arenΒ΄t workingI think you meant to post this in the ML Slider support forum:
http://wordpress.org/support/plugin/ml-slider
In any case, I think there’s a problem with your Floating Social Bar plugin that’s causing the issue. Try disabling it.
Forum: Fixing WordPress
In reply to: fatal error 108Did you fix this? Looks like you were having problems with your Twenty Thirteen Child Theme but it’s working again now. Love the translation to Twenty Tredici Bambino.
Forum: Fixing WordPress
In reply to: How to hide Edit option from post publish optionThat’s not going to work because Simple Custom CSS is for adding front-end CSS rules. If you want to go the CSS route, use this plugin instead:
https://wordpress.org/plugins/add-admin-css/
A better solution would be to create a specific role for the users who shouldn’t have edit abilities. Maybe this plugin would help:
https://wordpress.org/plugins/user-role-editor/
or this one:
It’s possible they’re getting the new post notification from somewhere like feedburner as a result of your RSS feed being updated.
Forum: Fixing WordPress
In reply to: Blurred PicturesIt looks like the first images in your posts are being used as the featured image, possibly as a feature of the theme. Then, the post is displaying a smaller version of the same image at the top of your posts. Unfortunately it looks like the second image is being scaled up from something like 300×199 to 725×487. This is why they look blocky and pixelated.
On your original site, images were being displayed from photobucket whereas the WordPress importer has imported those images into the media library and is using a smaller version.
I think it’s going to be a case of working your way through the posts and editing the content. Maybe add those first images as featured images in the post editor and removing them from the body of the posts themselves.
Does that make sense?
Forum: Fixing WordPress
In reply to: Will Deleting Categories, Delete Posts?No, WordPress will move all your posts to the default category. On installation this is called uncategorised however you may have changed that name to something else.
Forum: Fixing WordPress
In reply to: Getting fatal errorsTry re-uploading a fresh copy of WordPress, apart from the contents of wp-content/
Also, fix your stuck comma key, that’s probably more urgent. π