bruce
(Bruce Kieffer)
August 2, 2019, 3:22pm
1
I have this code for my footer:
<a href="https://www.facebook.com/ThriftyCabinets"><i class="fab fa-facebook-square"></i></a> © 2019 Bruce Kieffer and Thrifty Cabinets
I’m wondering why the link does not work. Any ideas why not?
https://thriftycabinets.com
jay
(J. Barth)
August 2, 2019, 3:33pm
2
That’s Fontawesome 5. Is it properly loaded?
Try this link…you can’t be logged in as you to get the right link.
https://www.facebook.com/ThriftyCabinets/ ?tn =%2Cd%2CP-R&eid=ARCAbpvtct_yo_mkI4nqo3sXJC_63Yv9qwH-tK9iPq_ebH1BsKl109qPdO7WlVgAUWN3K4P4f9yMTe5E
Sorry…I was wrong:
https://www.facebook.com/ThriftyCabinets/
Looks like it is working from here just not on the home page.
bruce
(Bruce Kieffer)
August 2, 2019, 3:48pm
4
My problem is there’s no link when I hover over the footer in my browser.
There are various positioning things going on that are blocking your clicks from registering. Try adding this to the page level css:
#footerOverlay{
z-index: 1 !important;
}
bruce
(Bruce Kieffer)
August 2, 2019, 6:16pm
6
I put that code in the site-wide CSS and not things are working, Thanks.
teefers
(Doug Bennett)
August 2, 2019, 6:43pm
7
seems to work fine for me on CHrome. Make sure you clear your browser cache.
bruce
(Bruce Kieffer)
August 2, 2019, 9:51pm
8
You did see I modified the code.
bruce
(Bruce Kieffer)
August 2, 2019, 9:52pm
9
This might be theme related. I have the same footer code in other project sites, and they work fine. I will contact the developer to see what they think.