robertbeth
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Site is running *extremely* slowAnother thought: could the range of issues described above be the result of a database problem (perhaps even corruption) or corrupted code? I just read a few posts that described similar symptoms as what my site is experiencing.
Forum: Fixing WordPress
In reply to: Site is running *extremely* slowTo be honest, I’m starting to think that it is perhaps theme related.
Could the (false) 404 errors, the 505 and 500 errors which usually happen when trying to update a page/post be a result of corrupt code?
I tried again to deactivate all plugins and reactivate one by one to see if they were the cause of the problem..
..Now, the site has gone completely crazy. The sidebar is missing, the footer is distorted and the nav menu isn’t functioning properly.
Forum: Fixing WordPress
In reply to: Site is running *extremely* slowAlso, I’ve recently started getting an error when trying to create a new page/post that says: ‘Connection lost. Saving has been disabled until you’re reconnected. We’re backing up this post in your browser, just in case.’
I wonder if this is connected in anyway? I did an inspect element and this is what I came up with:
<p><span class="spinner"></span> <strong>Connection lost.</strong> Saving has been disabled until you’re reconnected. <span class="hide-if-no-sessionstorage">We’re backing up this post in your browser, just in case.</span> </p>Could this be a plugin issue?
Forum: Fixing WordPress
In reply to: Site is running *extremely* slowThanks for the feedback, Cata.
You’re right in that because the loading times range so widely, it’s really difficult to nail things down and get an understanding of what the problem is. I’ve received advice from so many people and one general consensus is as you suggest: resources. Either someone on the server is hogging resources or the site, for whatever reason, started being resource heavy.
At this point, I am feeling more and more convinced that it is a server related problem as opposed to a wordpress one. I could be wrong, but all signs seem to suggest that the inconsistent load times coupled with random 505, 503 and 404 errors are server related (especially considering that these errors seem to occur when the site is at its most slow). The strange thing about these errors is that they’re not permanent. Moreover, if I refresh the page they go away which I find really strange.
The other thing I had thought of however is that it could be the result of some sort of incompatibility between plugins and my custom theme or something along those lines. Perhaps I will have one last look at this before I decide to try an upgrade to VPS.
That said, I have zero server admin skills. Do you think this is something I can learn as I go along? Also, would 300mb ram be sufficient?
Thanks kindly
Forum: Fixing WordPress
In reply to: Website is down and there's no way to access itEverything seems to be back to normal. The order of the universe has been restored…
…topic resolved.
Forum: Fixing WordPress
In reply to: Website is down and there's no way to access itAh, brilliant.
As I mentioned in my previous post, a line of code referring to a security plugin came up once or twice when the site failed to load. Using FTP, I deleted that plug-in and now the site seems to be back!!
Thanks so much WPyogi
I will close this thread in a few moments, pending no further errors
Forum: Fixing WordPress
In reply to: Site looks terrible in IE & pages keep shifting in FirefoxFor anyone who experiences similar problems as described above, see the following plugin as it may save you a lot of time and energy:
Its called Page Columnist. ‘A simple way to get single posts and static pages content arranged in column layout, supports also overview page behavior.’ And I might add, it helps with browser compatibility issues regarding the use of tables, etc.
Forum: Fixing WordPress
In reply to: Site looks terrible in IE & pages keep shifting in FirefoxEsmi-
I’ve gone through both the markup errors and the css errors, and I’ve fixed as much as I can. There are still many errors remaining, but I’m unsure as to how I should go about them. Many of the markup errors for example, when I go to fix them the entire page destructs and I’m left with basically nothing. With regards to the css errors, most of them come from the parent theme stylesheet, and the code is behind my basic understanding.
I’ve been henceforth going through all of the validation errors, and its seems like none of the remaining errors concern my most fundamental problem, namely that my tables aren’t rendering properly in Internet Explorer – specifically on two pages: the author listing page and the one book page that I posted above.
Considering that most of the validation errors aren’t due to our code, but to that which is embedded in our theme, etc. I think we’ll have to pay someone to eventually go through all of it and clean the site for us.
In the meantime – do you, or anyone else, know how I might fix my tables so that they at least appear somewhat properly in IE?
Forum: Fixing WordPress
In reply to: How to add a link within our header?Anyone?-
I tried applying the above code in all sorts of areas in the header.php file; but the closest I can get the link to actually being in the header is in a position where the ‘view cart’ button is half hidden by the header image.
I also reviewed this post last night and applied slight alterations to the code: http://ww.wp.xz.cn/support/topic/adding-links-to-the-header?replies=7
…but to no avail. Any help would be so greatly appreciated.
Cheers
Forum: Fixing WordPress
In reply to: How to stop tables in pages stretching?Here is my html code, now posted in pastebin (oops)
Forum: Fixing WordPress
In reply to: How to add a link within our header?This is the basic code that we are using in the header.php file.
The problem is we’re not quite sure where to put it, nor how to get the link to align in the bottom-right hand corner of the space above the header image (ie – the default location of the search bar in twenty eleven). Do we need to add anything to the CSS to fix the position/alignment?Our site is: http://www.heathwoodpress.com
<div id="navbar"> <ul> <li class="VIEW CART"><a href="http://www.heathwoodpress.com/bookshop/shopping-cart/">VIEW CART</a> </ul> </div>Forum: Fixing WordPress
In reply to: How to stop tables in pages stretching?I tried adding
table { table-layout: fixed }
to my CSS stylesheet but it didn’t make any difference. Does anybody have any suggestions please? I have defined fixed dimensions for my tables in the HTML, but it seems they are being overidden.
Thanks!
Forum: Fixing WordPress
In reply to: How to stop tables in pages stretching?Anyone?
Forum: Fixing WordPress
In reply to: How to remove author name from posts in twenty eleven?Thank you alchymyth, it worked a treat. much appreciate your help.
Thanks Mvied, we’ll keep an eye on this topic.