Jeff Matson
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 3.8 extremely slowI’m seeing a few things here.
First, it looks like these calls to the ads that you are serving are taking a bit. Try removing them for a moment to see if the issue still persists.
Next, I see that it is taking quite some time for your images to be generated. From just a look outside of the site, it looks like your theme is being called, your plugin is minifying your CSS, the CSS is calling your images, then delivering all of your content. It does look like the combination of your theme, the time it takes the sever to generate the content, as well as a mass amount of images are definitely slowing down your site.
Forum: Fixing WordPress
In reply to: Remove all template and write HTMLTo do so, you would just create the page and link to it using the menu editor to create a custom link.
Forum: Fixing WordPress
In reply to: Audio won't playIt looks like they have file permissions errors. For example, it looks like you are linking to the following file on one of them that do not work:
[audio src="https://www.mattcowe.com/wordpress/wp-content/uploads/edd/2013/12/A-Gay-Ranchero.mp3" /]
Go ahead and check over your file permissions for the file. Should fix the issue.
Forum: Fixing WordPress
In reply to: Changed url – can't log in to WordPressThat’s a message from your host. Contact them.
Forum: Fixing WordPress
In reply to: Changed url – can't log in to WordPressScroll down the page a bit to the part that involves changing it within your wp-config.php file. Once you change your site URL in there, you should be able to access everything just fine.
Forum: Fixing WordPress
In reply to: Changed url – can't log in to WordPressIt does indeed look like a site URL issue. Try adjusting your site URL manually. This should get you going in the right direction:
[ Moderator note: Please use the Codex links when possible and not your own site. ]
https://codex.www.ads-software.com/Changing_The_Site_URLForum: Fixing WordPress
In reply to: Site suddenly redirects to wp-admin/install.phpDoesn’t look to be redirecting for me. If you’re still seeing the issue, I recommend clearing your browser cache or using another browser.
Forum: Fixing WordPress
In reply to: Erroneous Author BoxIt looks like it may be something included within your theme. Check within your theme options for something to disable the author box. If not, you’ll need to find a way to either suppress it from the theme, or remove it altogether. Of course, take a look through your theme options and possibly talk to the theme developer before hacking away at your theme as this is always a last resort.
Forum: Fixing WordPress
In reply to: quick parse errorGlad to help. One thing that might help you would be to insert Google Analytics using a plugin instead of directly within the theme. There’s a ton of Analytics plugins out there that should get your all sorted out.
Forum: Fixing WordPress
In reply to: quick parse errorLooks like you haven’t quite copied the whole file here. As your error is produced on line 100, could you include line 100 as well as the surrounding lines?
Forum: Fixing WordPress
In reply to: including php files in theme functions cause error.What is the specific error that you are getting?
Forum: Fixing WordPress
In reply to: Make pages-link a direct linkYou can adjust the menu item to be a link instead of a standard menu item. This should get you started with custom menus:
[ Moderator note: Please use the Codex links when possible and not your own site. ]
https://codex.www.ads-software.com/WordPress_Menu_User_GuideForum: Fixing WordPress
In reply to: Permalinks stopped workingIt definitely seems like a mod_rewite issue. Try checking your Apache error logs for any sort of errors within it, as well as your permissions of your .htaccess file.
Forum: Fixing WordPress
In reply to: Can't access dashboardTry checking your error logs on the server. Should give you more insight.
Forum: Fixing WordPress
In reply to: Not Found when clicking a link? (404?)It sounds like you may be missing some core files. Try replacing the files with a new copy. Be sure to back up your existing content before doing so to make sure nothing goes wrong in the process.