WP acting weird after url change
-
A little Intro:
I moved the website to a new server, everything was fine, but some URLSs and links had the new hosting provisional URL, for example, instead of… kucht.com/warranty, it was something like: hostingprovider.com/account/kucht/warranty. Is not that they did not worked, it just looked bad.Where the problem started:
I went into the mysql panel, and replaced for all the database, that new provisional URL, with the original URL.This worked fine, but developed a new problem that′s beyond my understanding:
First: the header (logo and nav bar) dissapeared… Not a big deal, it was template made in wpbakery, so I made it again.
Then I updated the text in a page, and dicovered that my changes do get save, but the text is altered, for example if I put an image, the html code changes when I save the page, even if I type the code manually!Example: this is the code for a header image
<img src="https://kucht.com/online/wp-content/uploads/2012/07/header-warranty-nuevo.jpg" alt="" width="1170" height="200" class="alignnone size-full wp-image-6598" />
This is what it changes into after saving:
<img src=\"https://kucht.com/online/wp-content/uploads/2012/07/header-warranty-nuevo.jpg\" alt=\"\" width=\"1170\" height=\"200\" class=\"alignnone size-full wp-image-6598\" />
How can I fix this?
Things I′ve tried:
updating plugins
disabling plugins
changing the theme to one of the basic ones
downgrading plugins
playing around with permalinks
deleting htaccess
reading forums
deleting cookies
using different browsersI’m sure it has something to do with the url change, but I don′t like to play arorund with the database because I don′t know much about it
The page I need help with: [log in to see the link]
- The topic ‘WP acting weird after url change’ is closed to new replies.