Install the plugin “better search replace”. Search for http://www.saez.law and replace with http://localhost.
You need to go through the process of “moving WordPress”, details here:
http://codex.wordpress.org/Moving_WordPress
Thread Starter
dfart
(@dfart)
@sterndata I have used the plugin that you have indicated but the problem is still present.
If I go to appearance and widgets, what I enter there and save in principle would have to appear in the start menu of my web page but it is not, for many things I do in that section nothing appears on the home page.
If you’re accessing the site via “http://localhost”, then you should use “http://localhost” in the site’s settings, not “http://127.0.0.1”.
Check your browser console to look for 404s and other errors.
Thread Starter
dfart
(@dfart)
@sterndata
The inspector of my browser gives the error “Failed to load resource: the server responded with a status of 404 (Not Found)” in the files style.css and normalice.css
I have reviewed them but I have not found the problem.
Yeah, missing the CSS will break your site! 🙂
So what URL is it showing for those files? View the page source.
Showing me the site that works doesn’t help.
The errors are on your localhost; you’ll have to look at them closely in the console to see what URL is failing.
Thread Starter
dfart
(@dfart)
@sterndata I know it does not help, but since I do not have how to teach the error, so I passed the link to the page that works so you could get an idea of how you look at my localhost.
The problem I know is in my localhost, but I can not find the error as much as I look for it and I do not understand why it works on a server and when it is localhost that part stops working.
Do you see a 404 error in the console? If so, what is the URL it’s trying to reach?
Thread Starter
dfart
(@dfart)
@sterndata You mean the administrator panel?
WordPress works perfectly for me, except that I can not see what I said.
Thread Starter
dfart
(@dfart)
@sterndata It seems that it tries to reach localhost
We just seem to be going in circles.
1. What files are erroring?
2. What are the URLs of those files? That’s what you need to fix up in your code and/or database.
Thread Starter
dfart
(@dfart)
@sterndata The console tells me this:
Failed to load resource: the server responded with a status of 404 (Not Found)
style.css
Failed to load resource: the server responded with a status of 404 (Not Found)
normalize.css
Failed to load resource: the server responded with a status of 404 (Not Found)
jquery-migrate.min.js? ver = 1.4.1: 2 JQMIGRATE: Migrate is installed, version 1.4.1
(index): 1 The SSL certificate used to load resources from https://s7.addthis.com will be distributed in M70. Once distributed, users will be prevented from loading these resources. See https://g.co/chrome/symantecpkicerts for more information.
.css
Failed to load resource: the server responded with a status of 404 (Not Found)
normalize.css
Failed to load resource: the server responded with a status of 404 (Not Found)
style.css
Failed to load resource: the server responded with a status of 404 (Not Found)
.css
Failed to load resource: the server responded with a status of 404 (Not Found)
normalize.css
Failed to load resource: the server responded with a status of 404 (Not Found)
style.css
Failed to load resource: the server responded with a status of 404 (Not Found)
-
This reply was modified 8 years, 4 months ago by
dfart.
Click on the right on the file name (or hover over it) and it should show the fully qualified file name.