wordpress move to localhost missing css -


i'm trying move wordpress/buddypress web site local pc.

i created virtual host exact same host name, copy code , db.

it works every time change c:\windows\system32\drivers\etc\hosts file see live original site, chrome miss-behave , stuck.

so tried change site domain on local pc - search&replace code & db export site domain local domain (e.g. mydomain.com -> mydomainlocal.com), , reinstall db.

the site running seems missing stuff - design stuff, e.g. css different, , logo display site name instead of logo.

it seems new domain name triggers different configuration of site, or different theme.

can please explain how move wordpress site localy local domain name?

i read posts issue , seems doing right, don't understand why site looks different if changed reference both in code , db.

i'd suggest problem lies fact you've performed search , replace on database.

wordpress serializes data , running search , replace on you'll have changed lengths therefore breaking serialization. things theme options stored in way , appear reset when broken.

in order update url you'll need more advanced tool like: https://interconnectit.com/products/search-and-replace-for-wordpress-databases/

further information: https://codex.wordpress.org/moving_wordpress#changing_your_domain_name_and_urls


Comments

Popular posts from this blog

serialization - Convert Any type in scala to Array[Byte] and back -

matplotlib support failed in PyCharm on OSX -

python - Matplotlib: TypeError: 'AxesSubplot' object is not callable -