Dave Naylor
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How do I remove the excess spacing everytime I use the bullet point?The sentences prior to the bullet point list are contained within a paragraph
<p>tag. Your CSS cascade determines that any<p>tags contained within an element of the class.grtshould have amargin-bottom: 26px;. So therein lies your problem.Maybe wrap the preceding sentence in a paragraph with a specific CSS rule to reduce that space:
<p class="small-gap">A bullet pointed list follows</p>.small-gap { margin-bottom: 10px; }There may be a more elegant way 🙂
Forum: Fixing WordPress
In reply to: Images not centeredChange
.aligncenterto this:.aligncenter { display: block; margin: 12px auto 12px; }Forum: Fixing WordPress
In reply to: Site hanging after a server move.There must be more configuration elements in here:
/usr/local/apache/conf/userdata/std/2_2/smaartho/smaarthorses.co.uk/I’d compare the contents of any of those files in that directory with those found in adjoining directories/domains.
Cpanel (yeuch) does have a habit of creating a big jumbled mess of confusion!
Forum: Fixing WordPress
In reply to: Site hanging after a server move.Directly addressing the index.html file works:
http://www.smaarthorses.co.uk/index.html
What’s in your apache vhost file?
Forum: Fixing WordPress
In reply to: Site hanging after a server move.Forum: Fixing WordPress
In reply to: Site hanging after a server move.Ah, so you have other WordPress installs running on the VPS? It’s just this one that’s failing to work properly?
Forum: Fixing WordPress
In reply to: Site hanging after a server move.Are you command line savvy? I see you have a VPS, logging in via SSH would let you have a snoop around the OS to see if something is awry. Failing that, I’m stumped for ideas. Time to get someone else involved who’s used to server debugging.
Forum: Fixing WordPress
In reply to: Site hanging after a server move.Access your site via FTP or your CPanel’s file manager and rename your plugins directory to something like plugins-hold and then rename your current theme’s directory in a similar vein. This should force your site to load the default theme and no plugins.
Let’s see what we get then.
Forum: Fixing WordPress
In reply to: how do i start a wordpress.org blog. how much will it cost me…thanksIf you Google your question, there’s lots of advice. This result seems to be appropriate:
http://premium.wpmudev.org/blog/wordpress-org-vs-wordpress-com-a-definitive-guide-for-2014/
Forum: Fixing WordPress
In reply to: WP website and WP old user is goneWherever you hosted the site, login to your acount and look for some form of file manager. You’ll then be able to explore your user account’s file system just like you would on your own computer. WordPress would have been installed somewhere within your userspace. If it’s not there, you need to speak to your hosts again to find out why.
Forum: Fixing WordPress
In reply to: WP website and WP old user is goneThere doesn’t seem to be a WordPress site running at http://mor-design.net/
Access your account with FTP or your hosts file manager and check for installation paths etc.
Forum: Fixing WordPress
In reply to: Site hanging after a server move.If it’s your own server, have you tried looking in the server logs for any reported errors? Since it seems static files will load but php ones won’t, I’d expect something to appear in your logs.
Forum: Fixing WordPress
In reply to: Unable to upload to Media LibraryThat’s just lovely. Thanks for your innocence. However:
Forum: Fixing WordPress
In reply to: how to change passwordsWhere to?
Forum: Fixing WordPress
In reply to: Unable to upload to Media LibrarySounds like your web server doesn’t have write permissions to wp-content/uploads/2014/07
What are the permissions/ownership of that directory?