E
E
eugene1592020-03-10 13:04:37
WordPress
eugene159, 2020-03-10 13:04:37

After transferring the Wordpress site to the local server, the icons began to appear as squares. How to fix?

I am attaching a screenshot of the site and the browser console.
5e6765ba0fa56583671765.png
5e6765c7f2179997178654.png
5e6765cd73d75745322205.png
In the browser console, on the left is the uri of the combat site (I covered it up), and on the right - the local one (also covered it up).
It seems that the icons on the site are tied to the domain, so they are not displayed for me? Is there any way to make them show up?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
E
eugene159, 2020-03-11
@eugene159

I tried importing the database via HeidiSQL instead of PhpMyAdmin and this error disappeared.

A
Alex, 2020-03-10
@Kozack

It seems that the icons on the site are tied to the domain, so they are not displayed for me? Is there any way to make them show up?

Detach from a specific domain and bind to the VP settings

C
c1h, 2020-03-11
@c1h

Try to fix
the database UPDATE wp_options SET option_value = REPLACE(option_value,
' site.site.ru ', ' site.ru ') WHERE option_name =
'home' OR option_name = 'siteurl';
UPDATE wp_posts SET guid = REPLACE(guid,
' site.site.ru ',' site.ru ');
UPDATE wp_posts SET post_content = REPLACE(post_content,
' site.site.ru ', ' site.ru ');
It is possible that https was not picked up during the transfer, or entries in the plugin database.
Find the table in the database that is responsible for elementor, you need to dig there.
Or throw off the site, we will see what is not displayed.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question