wordpress can't update homepage - wordpress

I encountered a very strange problem. That is the homepage cannot be updated. I modified some pictures on the homepage in the dashboard, and updated it, it did not change.
But when I publish articles and products or modify other pages, it can be displayed normally. Only the homepage cannot be updated.
At first I thought it was a cdn error, so I cleared the cache and refreshed it, but it didn't work.
Then I deleted the cache of the plugin "wp super cache", but it didn't work.
Finally, so I tried to use another page as the home page. It is still the original page without any changes, it seems to be fixed.
I download website resources from the server and run other domain names locally. All the changes I made are displayed normally.
debug have no info,and can preview my change are effective, but page can't work.
This is very strange, please help, thank you very much.

The problem has been solved, and it turns out that it is still a caching problem. If you still encounter this problem, please check the cache first.
Thank you

Related

wordpress website is redirecting to blink.piterreceiver.ga/fast.php?t=j&id=658-3474568568-23-458578434

Wordpress website Awannews.fr is being redirect to blink.piterreceiver.ga/fast.php?t=j&id=658-3474568568-23-458578434. Can someone please help how can i figure out whats the issue.
I recently encountered the exact same redirect happening on a WordPress website I worked on. What worked for me was disabling a plugin that came with the theme I'm using on the site. In my case, it was an outdated version of the "WooCommerce Dynamic Pricing & Discounts" plugin that was infected with some malicious code.
Once I found the specific page the redirect happened on, I opened Inspect Elements in the Browser and looked at the changes to the page while it loaded in. There I managed to catch a glimpse of a <div> element loading in just before it redirects (the element id was pointing back to the plugin I ended up disabling).
First, I would recommend to:
Make sure all of the WordPress plugins are up to date.
Try to disable one plugin at a time and then refresh, check the site itself in another tab or window to see if the problem still presists.
If the 2 steps above don't help, then you could try to narrow down the cause/source by going around your WordPress site and try to catch at which point or which specific page the redirect happens. That way you could have a better idea of where to look or where not to look for the cause.
I hope this is helpful and you can post an update on how it went.

WP Homepage disappeared after host migration

I recently moved a wordpress website from one host to another and my homepage doesn't load. Its a standard homepage that shows my latest posts.
I tried disabling plugins and changing themes, but it still doesn't load up. Other pages on the website load up properly via direct link, but not the homepage.
Has anyone ever faced this? Any help would be appreciated.
Thanks
How are you trying to access the homepage?
Please make sure you have set the homepage as your front page under General -> Reading settings page.
See this image
Start troubleshooting from the very first thing go to setting and check whether the front static page is set with desired home page or not, secondly go to permalinks set it to default then reset to desired structure, third go to general setting double check the website new URL mention there is exactly same. After checking all these elements problem still existing so I must recommend you to re import the complete website all over again to avoid future hassles. There is nothing big rocket science behind migration you can use All-in-One WP Migration or follow the 3 steps WordPress migration guide. Sometime its happens when database or the core files are not import properly WordPress usually back fire many errors and exceptions.

Wordpress post text area missing issue

I have an issue that is in wordpress when i click on add new post button the post form appears it is showing everything on that form except the main content text area it's simply not there. I just updated my wordpress and this happens.
Now I have also downgraded my wordpress to previous version but still same issue.
Can anyone help me please.
Make sure all your plugins and theme are up to date, compatible with 4.8.1
Flushing any caching plugins you might be running, as well as server and/or browser caches. Not just your browser, but any op cache or content network cache as well such as CloudFlare.
If that does not resolve the issue, try deactivating ALL plugins temporarily to see if this resolves the problem (plugin functions can interfere). If this works, re-activate them individually (one-by-one) to find the problematic plugin(s).
Or
Edit manually wp-config.php file.
Find the line
define('DISALLOW_FILE_EDIT', true);
(it is probably true by default installation)
and change in
define('DISALLOW_FILE_EDIT', false);
That might solve your issue. Hope this will helpful for you.

No Wordpress Styles

Recently installed Wordpress on my website and on my first time visiting the new install, I noticed that there was absolutely no styling whatsoever. I have included an image below just to show what I mean.
How would I go about fixing this? I have tried clearing my cache and all that but I doubt that would do anything since this was my first time visiting the page.
Realised it was due to the fact that I had a domain change. When I inspected the page I noticed that none of the links had been updated so I needed to do a fresh install.

wordpress wp-login.php?redirect_to wrong path

This is a weird one. I googled for hours but seems to me not a single person has this same issue.
I moved my website from http://www.domain1.com/wpfolder to http://www.domain2.com . Everything works fine except I cannot get the "wp-login.php?redirect_to" path to point to the correct url.
WordPress keeps setting it to:
"wp-login.php?redirect_to=http://www.domain2.com/wpfolder/wp-admin&reauth=1"
It should be setting it to:
"wp-login.php?redirect_to=http://www.domain2.com/wp-admin&reauth=1"
The "wpfolder" doesn't exist anymore..
I followed the instructions exactly on how to move a WordPress website, but the darn URL won't change...
Some forum mentioned changing the "site_url" and "home" from "http://www.domain2.com" to "http://domain2.com". Now I can finally get to the admin panel, but I don't get why it needs to be that way?
I cleaned my browser cookies and checked the wp-content folder for cache already. Nada..
Also the rest of the site is functional.
I would appreciate if anyone can help.
I moved the WordPress website from GoDaddy to Bluehost by copying the files and the database and the problem went away. I am not sure why this fixed it, but assuming it has something do with the cache.
If anybody has more information, I would love to read about it.
Thanks
I was facing the same issue, with same redirection to one of the sub-directory in which wordpress was installed.
Resolved this issue, by clearing the cache, if some cache plugin is active.
Or by deleting the cache plugin if any present and is currently not yet active.
As some entries made by cache plugin inside wp-config.php file creates the above mentioned problem.
After removing the cache plugin, it resolves the WP-admin URL issues.

Resources