bruce
(Bruce Kieffer)
2 August 2019 15:22
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)
2 August 2019 15:33
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)
2 August 2019 15:48
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)
2 August 2019 18:16
6
I put that code in the site-wide CSS and not things are working, Thanks.
teefers
(Doug Bennett)
2 August 2019 18:43
7
seems to work fine for me on CHrome. Make sure you clear your browser cache.
bruce
(Bruce Kieffer)
2 August 2019 21:51
8
You did see I modified the code.
bruce
(Bruce Kieffer)
2 August 2019 21:52
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.
system
(system)
Closed
2 September 2019 07:52
10
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.