Caged
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Images not showing up in Safari (Mac and IOS) but fine in ChromeStill going strong here without any blank images.
Forum: Fixing WordPress
In reply to: Images not showing up in Safari (Mac and IOS) but fine in ChromeBecause the origin server was serving mixed content to Cloudflare. So check the SSL certificate on the origin server (the server that actually hosts your WordPress install, not Cloudflare).
As long as you don’t fix the mixed content in your WordPress install the problem will keep coming back every few days/weeks.
Edit: I don’t know how or why this happened exactly but fixing the mixed content with the plugin i mentioned earlier fixed the problem for good.
- This reply was modified 6 years, 1 month ago by Caged.
Forum: Fixing WordPress
In reply to: Images not showing up in Safari (Mac and IOS) but fine in ChromeIs your website serving mixed content? HTTP and HTTPS?
I used to have this problem every few weeks. Purging the cache solved it but the problem always returned.
After using https://ww.wp.xz.cn/plugins/ssl-insecure-content-fixer/ my problem disappeared forever.
Try that.
Hello there,
I’m aware that this is a free plugin so i can’t demand any support but is this an issue you can help me with?
Thanks.
Forum: Fixing WordPress
In reply to: Images not showing up in Safari (Mac and IOS) but fine in ChromeI had the same problem some days ago, purging my Cloudflare cache solved the problem.
Try resetting the file permissions on your whole WordPress install.
Forum: Fixing WordPress
In reply to: Images not showing up in Safari (Mac and IOS) but fine in ChromeTry resetting the file permissions.
My files even looked like the permissions were set correctly but surprisingly resetting the permissions solved the problem for me.
According to the author this has been fixed. Remove the plugin, reinstall the plugin and it should be back to normal.
Update: I tested this and it works again.
- This reply was modified 6 years, 4 months ago by Caged.
Some very helpful users (not the developer(!)) on the Thememove support system have come up with these two solutions:
File to edit is “insight-core.php”
Line No : 344 -> timeout “120” change to “0”
Line No : 297 -> timeout “120” change to “0”
Line No : 275 -> timeout “120” change to “0”
Screenshot: https://ticksy_attachments.s3.amazonaws.com/insight%20core_727.png
And:
Edit insight-core.php and remove the purchase code check lines to prevent timeout:
Screenshot: https://ticksy_attachments.s3.amazonaws.com/Screenshot_12_405.jpg
We’re still waiting for the theme developer (Thememove) for an official fix.
Forum: Fixing WordPress
In reply to: Some data is not restored from backupThanks. I already suspected that the text editor may have been the culprit. Will use Better Search Replace next time.
Forum: Fixing WordPress
In reply to: Some data is not restored from backupIn the meanwhile i read something about serialized data. Could it be that the find and replace action invalidates the serialized data after which the data gets reset?
Forum: Fixing WordPress
In reply to: Some data is not restored from backupThe theme that loads that dialog is Aeroland by ThemeMove.
Migration process:
- Download copy of all files in source root directory
- Export SQL file from the source database via PhpMyAdmin
- If applicable: Export theme settings via Customizer or designated WP Admin area
- Upload copy of all files in destination root directory
- In the exported SQL file: Find and replace all instances of the old URL with the new URL
- Import the modified SQL file into the destination database via PhpMyAdmin
- In the destination wp-config.php file: Modify the database credentials
Bummer. In that case i can recommend Redirection which i’ve used on several other projects over the years. Not as simple as this plugin but very reliable.
I’m not the author, just a user but aren’t they in the WordPress admin sidebar on the left?
Settings > 301 Redirects
+1. I have the same question.