I've got a problem regarding WordPress.
I tried to update my website to version 4.9.5.
After that I noticed that some of the background images (e.g. header and footer) are not shown anymore.
The link is now
https://example.com/wp-content/themes/themename/inc/header.jpg.pagespeed.ce.l_yeFhbkAn.jpg
Does somebody know which plugin causes the .pagespeed extension? The file exists on my FTP server and is accessible via the original filename (.../header.jpg).
I tried to disable Autoptimize and WPSuperCache but no changes.
The downgrade to the last running WordPress version (via backup) shows the same behavior.
Thanks in advance.
Related
I have a strange problem with Wordpress. I needed to move the site to another domain and had issues setting everything up again. It works now, but for some reason the themes are not loading images or their CSS.
I thouhgt there is an error with the source links to the images/css, but nope. Installed fresh Wordpress on the server, even on my localhost with XAMPP, but same issue there. Currently only 1 theme is working properly. All the others, when I install them, or click on live demo when installing them from the admin panel in WP, they show only the text. No images, no CSS (at least for the text colors etc..) is being shown. Do you know what could be the reason for that? Even on a freshly installed WP it should work, right?
Thanks!
Have you tried clearing your server cache and browser cache?
When creating a new page/post, I can't add images using the "Add Media" feature.
The image selected does not load on the editor. Google Inspect reveal the following error:
POST http://stss.org.sg/wp-admin/admin-ajax.php/load-scripts.php?c=1&load[]=hoverIntent,common,admin-bar,heartbeat,autosave,suggest,wp-ajax-respons…:445 404 (Not Found)
Have anyone encountered similar issue?
Wordpress Version: 4.7.4
thanks!
Have you tried deactivating all the plugins and see of it works. If it works with all of the plugins disabled you can enable them one by one until it is broken again and you know it is a plugin problem.
If it is still broken try another theme and see if that works.
I just had the same problem, I couldn't insert single image into editor, even though inserting gallery of images worked ok. WordPress was already upgraded to latest version, all plugins were deactivated and default theme activated.
Finally I got it working after turning off ModSecurity in Cpanel for this domain.
I have a WordPress blog that is on a VPS. Everything has been working fine until today when I realised that my featured images are no longer displaying. I logged in to my dashboard, media library, and all the image thumbnails are no longer displaying properly.
Before this time, I had a little issue with my caching plugin (W3Total Cache), so I deactivated it, and my site continued to function normally. But now, no featured image is displayed all through the site. What amazes me is that inline images in a post are still displaying in the site. See example.
Now my site's homepage is just blank, because no featured images are displayed. As of today, images which I attached in the post are just seen as links, but if the link is clicked, it redirects to the image. Here are some of the things I've tried so far:
I've run df -h ssh command to verify if my diskpace is full.
I've restarted mysql server several times.
I've manually downloaded wordpress .zip file, and upload to the site.
I've automatically reinstall wordpress using http://www.example.com/wp-admin/update-core.php.
I've switched to a default theme.
I've tried some of the resources similar to this question here, but none of the proffered solutions resolved my issue.
My permission settings for all the sub-directories under wp-content is 755. I have also tried changing them to 775 and 777.
*. I've used the Regenerate Thumbnails plugin to try to regenerate the thumbnails, but it returned an error The error message was: The originally uploaded image file cannot be found at, but when I view the image directly from my browser, it returns the image.
I've also used the WP Original Media Path plugin to try and restore the media path (if it was messed up), but to no avail.
I've deactivated all plugins too.
I just checked my wp_postmeta table in my DB and it returned this error wp_postmeta table is marked as crashed
How do I rectify this issue?
Since the source of your homepage has nothing in the main section:
<section class="entry-content clearfix" itemprop="articleBody">
</section> <!-- end article section -->
and also due to the last item in your question, I assume you have a database problem instead of missing files (which I think would throw some 404s in my browser instead).
Do you have WP_DEBUG_LOG? If so, check wp-content/debug.log for errors. Be sure to launch phpMyAdmin and browse around the tables to see everything is good in there.
Use CHECK TABLE to confirm if tables are corrupted, and in that case use REPAIR TABLE to try to fix them (maybe phpMyAdmin has those in its GUI, I'm not sure right now).
In IIS -> Php Manager-> Php Extensions -> php_gd2.dll enable. refresh or restart the server it will work...
After long days try got this solution.
I've been having a few problems with my Wordpress Installations on a couple of my website.
The first problem is that uploading pictures works but when if I add the image to a post for example, it adds it but shows a broken image thumbnail. When I try to access the image though it throws a 403 error. Tried changing the permissions of my uploads directory to 755. Didn't work though.
You can visit this link to get an idea of what's happening.
No thumbnails are showing up on the admin panel. Normally, in the theme installation window, there's a thumbnail on every theme that shows what the theme looks like, in my installation there's nothing like that. It just show blank thumbnails.
I've uploaded an image showing the thumbnail error here.
At first I thought something was wrong with my Wordpress Installation, but after reinstalling it a couple times, I can see that it's something else. Your help would be greatly appreciated.
Use This only permission issue, use 666 for upload folder then images is working well. check this https://codex.wordpress.org/images/e/eb/podz_filezilla_13.gif
If permissions didn't fix it then try this:
1/ Double-check that your PHP configuration is up to date with the latest WordPress version. I made the mistake cause I was previously working on Magento 2 and forgot to switch from PHP 7.2 to 7.4.
2/ Try basic approach deactivate all plugins and see if one is clashing. Do the same with your them or try a native theme TwentyThirteen instead.
3/ Install "Regenerate All Thumbnails" go-to tools and force thumbnails regeneration for the entire library
i am new to wordpress , i am using cforms II plugin in my site. i am getting following error.
It seems that your ROOT
directory for Wordpress is /green.
cforms tried to auto-adjust its
settings accordingly, however if you
still encounter issues with Ajax (form
submission & CAPTCHA reset) please
open the file js/cforms.js in your
cforms plugin folder and check the
sajax_uri variable. (After changing
the file, please emtpy your browser
cache!)
and when add captcha to my forms, it is not added, not displayed at front side.
why do i get this error .
please help me
You should refer to the CformsII FAQ as Oliver has an entire section dedicated to your problem. In short you probably need to check the configuration for your cforms.js and lib_ajax.php file, clear your cache, and restart your browser.