Dave Naylor
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Images are not loading after latest WordPress update!Can you provide a URL to one of the sites?
Forum: Fixing WordPress
In reply to: can't send confirmation emailsWhen WordPress attempts to send emails, what do the mail.log(s) say?
Forum: Fixing WordPress
In reply to: Make image full width on pageAt screen widths in excess of 767px, the div with a ID of #content has a max-width of 1050px. That background image is 950px wide. So, when the width of a screen displays that #content div in excess of 950px, it will stay hard left and the space in excess of 950px to its right will be filled with white space.
The background image looks like it’s created after upload by WordPress and cut down to a width of 950px. You could try adding a new image size in your functions.php that creates an additional sized image 1050px wide. You’d need to read up on add_image_size
Forum: Fixing WordPress
In reply to: Center item@respectyoda: My comment was based on looking at the code and seeing evidence of a custom css plugin or similar. Turns out I was right.
Forum: Fixing WordPress
In reply to: Center item@respectyoda: Did you actually read my post?
Forum: Fixing WordPress
In reply to: Center itemTry this CSS:
table.gadget { margin: 0 auto; }I think you may be using a custom CSS plugin or similar. Just place the rule in there.
Forum: Fixing WordPress
In reply to: Best Practices for WordPress source control?I use GIT for version control and Mina for deployment. I maintain a local mirror of any site I manage which is pushed to a remote repository. Any updates including theme/plugin installations are dealt with using wp-cli.
So for instance if I wanted to install the Super Duper plugin I’d go:
- wp plugin install super-duper
- Add the files to GIT
- Commit
- Push to remote
- Deploy with Mina
As for moving databases around, I either use a wp-cli plugin:
https://github.com/c10b10/wp-cli-deploy
or:
https://wordpress.org/plugins/wp-migrate-db/
I also have a personal license for the pro version of Migrate DB. It works amazingly well.
Forum: Fixing WordPress
In reply to: My WordPress website is not loading at allForum: Fixing WordPress
In reply to: My WordPress website is not loading at allLooks like your hosts are GoDaddy. You need to speak to them as your problem is a hosting issue.
Forum: Fixing WordPress
In reply to: MISSING: Images, Buttons, Sliders, PagesOpen the site in Chrome and inspect the content. Console reports many missing scripts, including jquery.js.
http://dev.mylesandann.com/wp-includes/403s whereashttp://dev.mylesandann.com/wp-includes/wp-includes/js/jquery/jquery.js404sThere’s stuff missing.
Forum: Fixing WordPress
In reply to: MISSING: Images, Buttons, Sliders, PagesFirstly, I’d try uploading a brand new copy of WordPress via FTP or better. Upload everything apart from wp-content. It appears that you have several scripts missing from their proper path and this may be the result of a failed upgrade.
If that doesn’t set you on the road to recovery, you’re may want to speak to your theme author’s since your theme isn’t supported in these forums:
Forum: Fixing WordPress
In reply to: Images Alignment OffI’ve seen your issue replicated on other sites using that plugin. Maybe speak with its author or as you say, find another one.
Forum: Fixing WordPress
In reply to: How do I make the menu system point to blog PostsDashboard –> Appearance –> Menus
Change the link from the external site to the local one.
Forum: Fixing WordPress
In reply to: Images Alignment OffDid this happen just after you installed that Pinterest plugin?
Forum: Fixing WordPress
In reply to: Kingalfredthecat.com domain transferI don’t think I know anyone at wordpress.com. I don’t use that service. However, I did some Googling and maybe this page will help: