Failed to load resource:404 image

You have a rule in your .htaccess that prevents access to your images for anyone sending your domain as referer. Disable the referer on your site, and all images will show up. Remove that rule. To get this on topic: Whenever you have any problem where you don’t know how to debug it –disable all … Read more

JQuery Issues With WordPress Theme Interface

toscho…you were partly correct but helped immensely. Turns out the issue seems to lie within the theme’s attempt at calling up the scripts. My WP install is in a subfolder (/wp/) and it was looking for the wp-include scripts in the root folder. All other aspects of the site work fine, so I assume this … Read more

Error when installing theme – “failed to open stream: No such file or directory in…”

Could not copy file. /home/content/38/7184638/html/wp-content/themes/SEWS_theme/img/border.png because there is no file border.png. Maybe it is not included in the zip file. Or there was errors while unzipping the zip archive. The directory in the errpor message is ‘wp-content/upgrade/’, so I think you do not upload and install a theme, you try to update a already installed … Read more

How can I fix this code [duplicate]

prepare has always required two arguments, it just didn’t throw an error when used incorrectly until 3.5. Basically, the use of prepare in this case is not doing anything. Since you’re not passing potentially unsafe data to the query, you can remove it entirely to get rid of the error and just pass your query … Read more

W3 Total Cache “Preview mode could not be disabled” [closed]

W3 Total Cache plugin basically removes w3-total-cache-config-preview.php, when disabling the preview mode. In /wp-content/ folder, please check if you have a file named w3-total-cache-config.php. If it exists, please compare it with w3-total-cache-config-preview.php file. If both have the same content, rename it to w3-total-cache-config-preview-backup.php and reload your site’s /wp-admin/admin.php?page=w3tc_general. If both have different content, please copy … Read more