maxinehowarth
Forum Replies Created
-
Hi,
It seems to have fixed itself must have been a problem with the website talking to the server.
Thank you for the quick response regardless,
Maxine
Forum: Fixing WordPress
In reply to: PHP mail issuesJust to confirm, we’ve already ruled out that it’s going into spam as it does let them through to email address’s sometimes.
Forum: Fixing WordPress
In reply to: Error 503 Backend fetch failedHi Bluesky,
I had to contact my host and they carried out checks on their server and the problem was solved after maybe 2 weeks of me chasing.
So I suggest contacting your host.
x
Forum: Themes and Templates
In reply to: [Omega] Error within plugin.phpIt was to do with the copy-write code. All sorted now.
Forum: Fixing WordPress
In reply to: Error 503 Backend fetch failedTurns out it is at the host but they have no idea what they are doing.
Taking their sweet time to reply as well.
Forum: Fixing WordPress
In reply to: Error 503 Backend fetch failedI don’t have any varnish plugin installed. Looked in all of my FTP files and nothing to do with it in there either.
Forum: Fixing WordPress
In reply to: Website going extremely slowIf you are using large images make sure they are in RGB format this drastically reduces the file size which also reduces page load time.
Forum: Fixing WordPress
In reply to: Background Image cropping on mobile sitebackground-size: cover worked! thank you!
I ended up applying it to the media queries if anyones interested here’s what it looks like:
@media only screen and (max-width: 1023px) {
.body {
background-size: cover;
background-image: url(http://royallondon.foodserve.net/wp-content/uploads/slate.jpg);
}Forum: Fixing WordPress
In reply to: I can not log into my site as adminAre you sure that the person you are trying to log in with has administrator privileges? The login page looks fine to me.
Do you have more than one log in?
Forum: Fixing WordPress
In reply to: Cant login to wp-admin, returns message i.e. enable cookiesI had this issue a week or so ago. Turned out it was a hosting issue my advice is to speak to your host. When I rang them they said over 30 people had called with the same issue and they fixed it within a couple of hours
Commenting out the code is a sloppy way of bypassing the problem (and didn’t work for me either just made things worse).
Forum: Fixing WordPress
In reply to: Cant Login to wordpress site (wp-admin)This happened to me. I believe it is a hosting issue though rather than a wordpress because numerous people had complained to our host about it when we asked.
it was fixed within maybe a few hours so may be worth contacting them?
Forum: Fixing WordPress
In reply to: Strange  characters appearing in EmailIt seems that WordPress had put these A’s in the actual php when converting the unicode over. I just had to go in and delete them from my code (typical)
Forum: Fixing WordPress
In reply to: Characters Showing Weird in a WordPress EmailI tried all of these with no luck!
We are using our own php within pages but I just tried reloading those in and nothings changed I don’t know what’s changed to affect the email!
Forum: Fixing WordPress
In reply to: Cookie Error when trying to log inI was just about to post back! Fixed for me too. I think it was a hosting issue in the end even though they denied it. There was a status message from the host this morning saying they were looking into it then an hour later it was fixed!
Forum: Fixing WordPress
In reply to: Cookie Error when trying to log inAnyone got any insight?! I really need access for my clients it’s driving me mad and google is proving useless.