Quin
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Varnish, Blue Host, weirdnessThat’s a lot of plugins.
Research into each of them yourself, or test them yourself by uninstalling them and try the purge.
You can always make a backup of your site, FTP and database, to restore it.
Forum: Fixing WordPress
In reply to: Visibility ProblemCheck the publish settings for the pages.
Your site seems fine to me.
Forum: Fixing WordPress
In reply to: 404 on all category and tag pagesLink?
Forum: Fixing WordPress
In reply to: Category Page Sidebar Menu How-ToI’m not entirely clear on what you want, but it sounds like you want a second sidebar, essentially making the page a three column layout.
If this is the case, you’ll need to create the second side bar and widget areas, done in functions.php, and adjust category.php.
Forum: Fixing WordPress
In reply to: Unable to located bottom section of website to edit.Check your Widgets and Custom Menus in WP-admin
Forum: Fixing WordPress
In reply to: Left Sidebar Menu IssueI worked with a guy who had a similar problem, but only on one page chaining the Template.
I would say try it on a new page, update the Theme, or check the WP Install.
Forum: Fixing WordPress
In reply to: trying to get the background to workOkay, I’ve had a look at the source.
If you want a white background on the areas, you need to either apply
background:#fff;to the areas, or wrap all the areas in a div with a white background (to look like one area).Forum: Fixing WordPress
In reply to: Edit Child Theme – Static front pageThat looks right, yes.
And all you need to do is have wp-themes/Parent and wp-theme/Child in the themes folder, with style.css
@import url("../Parent/style.css");in the Child folder.I say all, there is more to it, but the basics of, is…
Forum: Fixing WordPress
In reply to: Images resizing when uploadedYes, but I think WordPress is smart enough to identify files and folders within the Media folder (if that is where you are putting them), and thus, importing them into WordPress itself.
That, or it could be that they are not saved in HD/Retina.
Forum: Fixing WordPress
In reply to: Multiple videos on one pageWho knows, it should, unless you have something specifically restricting it.
In any case, you shouldn’t, as it would slow down the load time for that page.
Forum: Fixing WordPress
In reply to: Advice on displaying quotes and memesYou could set them up as posts – you can get the statistics for each then quite easily.
Forum: Fixing WordPress
In reply to: WordPress keeps changing the dates on my posts!I was thinking along the lines of “Moderate this post”, otherwise is could be the settings of the install itself.
Download a copy of the wp-config, and reinstall WordPress. It may fix things, it may not; no harm, no foul.
Also download any plugins/themes you want to keep.
Forum: Fixing WordPress
In reply to: my WP site goes blankHmm, I remember this happening with me a couple of times. You haven’t recently updated WP have you?
Try removing the Theme from the server (FTP/cPanel). If there is no theme, WP-Admin should then work (although the site will not have anything).
If that solves it, it has something to do with the theme. If not, then it is the install.
Are there the index.php’s??? The source is blank – not a single line of code. (you may need to reupload the index.php files)
Forum: Fixing WordPress
In reply to: Domain won't work with www prefixI don’t like GoDaddy – I would never recommend them.
Check with GoDaddy – you may be lucky and get someone to help you out in the Support.
The WordPress side of things is correct, so it does sound like GoDaddy needs some configuration.
Forum: Fixing WordPress
In reply to: WordPress keeps changing the dates on my posts!Have you tried it on another (fresh) site?
Same results?
It could be down to User permissions.