Social Media Icons Showing up

Greetings,
When I have the site address the same as the Wordpress address the social media icons show up in the header and footer. When I switch to the site address they turn into boxes.
WordPress Address (URL) https://wl61www442.webland.ch
Site Address (URL) https://4memphis.com

Hi There,

You need to replace the urls using the plugin Better Search and Replace.

Install the plugin on your new domain.

Search for : https://wl61www442.webland.ch

Replace with: https://4memphis.com

Hope it helps

Okay I’ve added the plug in. Which of the search tables should I highlight before clicking Run/Search?

Hello There,

It seems that not all of the key terms were not replaced. May I suggest another plugin? Please deactivate Search and Replace plugin first and then install WP Migrate DB plugin. This plugin has a great search and replace feature that could replace all the key terms that were not replaced with the previous plugin. If nothing is helping, please provide us access to your site so that we can take a closer look and hopefully resolve this issue in no time.

Please let us know how it goes.

That didn’t go well. After using just one line replacing wl61www442.webland.ch with https://4memphis.com It immediately logged me out and went to an unknown page.

I have given you Admin rights. Also note that enabling the icon for the “Home” page through Ubermenu isn’t showing up when I change the site address.
I had to restore the site in order to be able to access the login page so you won’t find the WP Migrate DB plugin.
Thanks.
Eddie

Hi Eddie,

All tables need to be replaced once you perform the migration.

I have done it for you and your site works fine now.

Hope it helps

Thank you Joao! It works great now.
I now have a problem with my topbar content and my footer content is there but not visible. How do I change the color so it shows?

I have another site that is set up the way this one was. I would like to learn the process so that I can fix that one as well. It does not have the same issues but I would like to be pro-active with it.

Hi there

Please add this code in the custom CSS:

.x-topbar .p-info {
    color: #000;
}

You can do the same process in search and replace but you previously only chose one table based on your screenshot in your previous reply. You will have to select all tables first. You can do this by clicking the first table and holding the shift key and clicking on the last table.

Hope this helps.

Thank you. One last thing my footer is not visible as well. What is the css code for the that?

Hi Eddie,

Please update the previous code to:

.x-topbar .p-info,
.x-colophon.bottom .x-colophon-content {
    color: #000;
}

.x-colophon.bottom .x-colophon-content a {
    color: #39C5F4;
}

Hope this helps.

Thank you Jade. This site was originally set up using the integrity stack. Is this the cause that all of this occurred?
I just noticed that the footer menu is not visible as it is white as well. How do I change the background color so that the footer menu will show?

Hi THere,

As your footer image has a white background I would suggest leaving the footer background white as it looks much better.

To change the color of the links you can add the following code to Theme Options CSS

.x-colophon.bottom .x-nav li a {

    color: grey;
}

Hope it helps!

Thank you but how do I stop it from turning white when they put the mouse over it to click it?

Joao,
I have the same issue with
WordPress Address (URL) https://wlu14www476.webland.ch/
Site Address (URL) https://shredshopofmemphis.com
I will send you the credentials via a secure note.
Thank you so much!

Hi There,

I’ll tell you what is the issue, you’re having a Cross-Origin Resource Sharing (CORS) issue. That means this URL https://wlu14www476.webland.ch/ is blocking the resources coming from https://shredshopofmemphis.com yes even if they’re referring to the same site. Basically, your site is blocking its own resources (fontAwesome) that is why the icons are not showing up.

You need the WordPress Address (URL) and Site Address (URL) to be the same. (Why is that different in the first place?)

Please do what Joao did/suggested above, find and replace all the https://wlu14www476.webland.ch/ (yes on all tables) with the https://shredshopofmemphis.com

Do not change it directly from the Settings > General

Then clear all your caching plugins/feature if any.

Let us know how it goes,

Regarding your footer menu; did you remove it? I don’t see it. If you need to change the hover color of your footer menu, please add this to Theme Options > CSS

.x-colophon.bottom .x-nav li a:hover {
    color: blue;
}

Cheers!

You guys are awesome! Thank you so much!

Thanks for the kind words!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.