Joshua Clinton
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: broken links and deleted photosDon’t you have a back-up of your site somewhere? Hosting providers often do back-ups on a regular basis, maybe you could ask them.
If there isn’t a back-up, there’s no way of retreiving these images. I’m afraid you’d have to upload them all over again.
Forum: Fixing WordPress
In reply to: How to fix my site slow loading timeWhen I check your site with PageSpeed Insights it says that your site doesn’t use browsercaching yet.
Forum: Fixing WordPress
In reply to: How to fix my site slow loading timeI always use wp smush. It’s a free plugin from wpmudev and compresses your images.
Which cache plugin do you use? I use WP fastest cache.
My sites almost always hit 90+ in Google PageSpeed Insights with these plugins. If this doesn’t work you may want to find yourself another hosting company or upgrade your hosting plan. Good luck!
Forum: Fixing WordPress
In reply to: Static Front Page – Where’s the Code?The person who made this site probably added custom code to the theme itself. So he or she added the shortcode in one of the file, most likely the front-page.php.
I suggest opening the theme files in a text editor like brackets and search for the shortcode. Same goes for the recent post widget. The person who made this hard coded it into the theme files.
Forum: Fixing WordPress
In reply to: Which Plugin is like this functionality?Maybe BuddyPress is a good fit for you?
Forum: Fixing WordPress
In reply to: My Blog does not load properly. Items are scatteredI had the same problem, it has something to do with W3 Total Cache. Use WP Fastest Cache instead.
Also, did you try Google PageSpeed insights? It gives you the score of your website load time and shows you what you can improve. You can find it right here: https://developers.google.com/speed/pagespeed/insights/
If your load times are still slow after using WP Fastest Cache, please let me know, I’d be glad to help.
Forum: Fixing WordPress
In reply to: Missing page of ‘Users’It could be a plugin conflicting with the user pages.
I think that if underscores weren’t OK WordPress wouldn’t accept the registration at all and give an error message, so I highly doubt that could be the problem.
Did you scan the pages with the Google Chrome inspector to check for any errors?
Please let me know, always glad to help.
Forum: Fixing WordPress
In reply to: Help with interactive uk mapThis sounds like it needs a custom solution. I’d know how to do it as I’m working on a project with a customized Google map as well.
How far do your JavaScript skills go?
Please let me know, I’m always glad to help.
Forum: Fixing WordPress
In reply to: Move featured images into header area with post title overlayCould you please give me a URL of your site? You probably need some custom CSS or JS for this.
Forum: Fixing WordPress
In reply to: Sidebar code moved after migrationSomething probably went wrong in the back-end. Could you send me a screenshot of what it supposed to look like from your locally hosted site?
And how did you migrate your website? Did you use a plugin? If so, please tell me which one, because that could be a cause as well.
And with coded your WP site you mean you coded the theme you use on this site?
Please let me know, I’d be glad to help.
Forum: Fixing WordPress
In reply to: What is the best theme for my business?So you want people to be able to order hosting plans with automatic setup, cPanel and everything? Because I’ve done something like this before. You’ll have to combine WordPress with WHMCS.
WHMCS is a tool which enables you to let people order hosting plans of which the account will be setup automatically.
To integrate WHMCS with WordPress I used a plugin called WHMCS Bridge. Then you can use any theme you want. I used Avada.
Please let me know how it goes. I’d be glad to help you.
Forum: Fixing WordPress
In reply to: Text/Fonts & Colors In Editor Different From Preview & Saved VersionIs your problem already fixed? Because I see the correct fonts on your page now.
However, I do see some additional JavaScript errors that you might want to take a look at. You can find it right here.