Hey guys, I can’t for the life of me figure out what the CSS would be for this page to fix the tooltip so it’s not so transparent. If you scroll over any 1 of the 3 white boxes, you’ll subtly see the tooltip rollover. I think the theme may be conflicting with it’s display, but can you confirm for me? I want to be abel to adjust the rollover to be more visible. Please see the link below. Thanks!
Hey Justin,
According to the CSS that element should have a white background, it looks like the animation is failing. There is an error on the page which might have something to do with it:
Uncaught TypeError: $ is not a function
at common.js?ver=4.9.6:1
What exactly is that file doing?
Best regards,
Rikard
This is what it should actually look like: http://www.optima-express-demo.com/market-report/Blackhawk-Listings/156267/
Looks like it’s coming from the theme…?
see screenshot: https://prnt.sc/js7unc
Hi,
Yes it’s coming from your child theme, but that file is not a default Enfold file, so my question is what the purpose of that file is?
Best regards,
Rikard
Oh I see. We created that custom file to customize some element positioning on the property landing pages for HOMES because the on;y way to style the off-page content that gets pulled to the landing pages is by ABSOLUTE positioning with CSS. We created a common.js file to more accurately position our elements. So that’s the file we are seeing…I forgot we did that.