staz1000
Forum Replies Created
-
I understand that this is beyond this support ticket but it would be great if you could help me as you are very much more knowledgeable about this technology and might be able to help me explain this issue to them. I have so far spent hours trying to fix this so a little bit of your time might help save more hours.
So I have been battling with this issue for a week now. I have checked the similar issues posted on GitHub and seen the responses that explain this is a DNS issue on the server.
I tried using the very same settings on a different WordPress installation on the same server and the test emails get through just fine. I mean I was able to send an email from the wrong domain but not from the right one! So I recognise that this issue really is due to a DNS issue rather than the plugin. My problem is I don’t know how to fix it and I don’t know how to explain the issue to GoDaddy’s support people so that they can help me.
I’m having the same issue, things were working fine and then suddenly it started the other day.
My hosting is with GoDaddy and I used the settings from the troubleshooting to get it working originally but now I get the same error regardless of the settings I use.
Forum: Plugins
In reply to: [Add From Server] Not importing everythingI have a similar issue, one image gets imported then the page redirects to /upload.php?page=add-from-server which doesn’t exist.
Any ideas?
I’m having the same issue, I want my link to be in-line but now it’s on a new line.
Forum: Plugins
In reply to: [WordPress Ultra Simple Paypal Shopping Cart] V4.3.9.1 Broke My SiteOkay yep that works fine, thanks for the quick fix.
Forum: Plugins
In reply to: [WordPress Ultra Simple Paypal Shopping Cart] V4.3.9.1 Broke My SiteI have had to fix it by commenting out line 220, this got the plugin up and running, not sure of the effects, there seem to be none.
Forum: Plugins
In reply to: [WordPress Ultra Simple Paypal Shopping Cart] V4.3.9.1 Broke My SiteI tried deleting the plugin and re-installing but the same issue occurred.
Why do you not give access to old versions of the plugin? As I’m sure you realise this down-time is costing us money.
Forum: Fixing WordPress
In reply to: Blank wp-admin and wp-login PageMy issue was caused by a broken plugin.
Forum: Fixing WordPress
In reply to: Blank wp-admin and wp-login PageI’m having the same issue, I updated some plugins and suddenly WSOD.
Forum: Plugins
In reply to: [Contact Form 7 Datepicker] Some dates in 2013 are "invalid"I have just found we have this problem on my site. In the UK dates normally use the / separator really, am I not able to use this anymore?
Also the datepicker itself has stopped working!
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Box Height Font SizeI couldn’t get it to work but I added the font-family to the .wpcf7-form-control and that worked.
Thanks Josh
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Box Height Font SizeExcellent, thanks for taking the time to explain Josh!
I had a drop-down box and a comments text area which were unaffected so I added:
.wpcf7-form-control { font-size: 17px; }That fixed it.
Another quick question though, all the boxes use the same font as my theme’s apart from the comments text area, how do I make it inherit the font too?