This topic has 18 replies, 3 voices, and was last updated 9 years, 1 months ago ago by Jack Richardson
Hi!
Could you help me understand what’s happening to social icons in the footer when a 404 page appears like in this case? https://www.atelierfontanarosa.it/categoria-prodotto/autinv1516/
Thanks a lot!
–
Flora
Hello,
Try to resave Permalinks settings in WP Dashboard and check page after that.
Best regards,
Jack Richardson.
Hi Jack, nothing changes even resaving permalinks in WP dashboard..I’ve the same problem in the footer of another test website and it showed off just after changing the permalinks..so I know the problem is related to permalinks but really don’t know how to fix it. 🙁
Hello,
I’ve added this code in Theme Options > Custom CSS > Custom CSS for desktop:
.main-footer .aio-icon.circle {
background-color: transparent !important;
width: 30px !important;
display: inline-block;
}
Please check social icons in footer now.
Best regards,
Jack Richardson.
Ok, it fixes a part of the problem..
I still cannot use circle backgrounds with social icons..
Thanks a lot!!
Hello,
I’ve added this css code:
.main-footer .aio-icon.circle {
background-color: #9aa4a8 !important;
width: 30px !important;
display: inline-block;
height: 30px;
}
.main-footer .aio-icon, .vc_row .aio-icon {
line-height: 1.6em;
}
Please check now.
Best regards,
Jack Richardson.
This is the result..I believe we will surely find a solution with css changings but any idea on how to fix permalink problem? Do I need to recreate the static block I’m using in the footer ex-novo?
Thanks a lot!
Hello,
We’re checking different sites. On your screenshot you have http://test.atelierfontanarosa.it , but I’m viewing http://www.atelierfontanarosa.it/ .
So what site should be checked?
Please give wp-admin panel credentials for test.atelierfontanarosa.it if it’s a problem site.
Best regards,
Jack Richardson.
Sorry for the confusion. They are specular sites one is test site the other is production one.
Please keep viewing http://www.atelierfontanarosa.it 🙂
Still have squared icons, here’ s the right screenshot:
Thanks a lot!
Hello,
Please provide us with FTP credentials.
Thank you.
Best regards,
Jack Richardson.
Here they are!
Thank you!
Hello,
Please give us FTP login details too.
Thank you.
Regards,
Eva Kemp.
Thank you!
Hello,
I’ve edited the code in Custom CSS for desktop section and now it looks like this:
.main-footer .aio-icon.circle {
background-color: #9aa4a8 !important;
width: 30px !important;
display: inline-block;
height: 30px;
border-radius: 50%;
}
.main-footer .aio-icon, .vc_row .aio-icon {
line-height: 1.6em;
}
.main-footer i[class*="Defaults-"] {
margin-left: 5px;
}
Please check footer icons.
Best regards,
Jack Richardson.
Ok now it’s working quite well, icons are no centerd in the circle but I believe it need only a little css adjustment. Thanks for your kind help! 🙂
Hello,
I’ve edited the code a bit.
Please check them now.
Best regards,
Jack Richardson.
Thanks a lot 🙂
Now it’s perfectly working..
Hello,
You’re welcome.
Best regards,
Jack Richardson.
The issue related to '‘Social icons in 404 page’' has been successfully resolved, and the topic is now closed for further responses