• Resolved andrew666

    (@andrew666)


    Hey there!

    Less of a support issue and more of a “hey, fix for next update” kinda deal.

    Found an issue with the footer menu not functioning if the following conditions apply… there’s too little content for the browser scollbar to appear, and there’s no featured image banner to display.

    As long as the content exceeds the height of ones browser window, the footer works (even when the above conditions are met).

    Using “inspect element” on a footer nav item when this malfunction rears its ugly head, brings up the gloryshot-wrap::before pseudo element which seems to be covering the entire screen (duh.. it’s height is 100%), overlaying the footer nav. Oddly enough, links within content and header seem to work even though they’re covered as well.

    I’d look deeper into the template files to suss out the offending code, if I had time this week/month, but I’m in the middle of some serious time constraints.

    Let me know if you can’t reproduce the problem. I’m seeing it on all Macintosh web browsers… may be different on PC.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter andrew666

    (@andrew666)

    UPDATE: Yep.. it’s in need of a patch. It affects search pages, tags, categories, 404.. pretty much everything that has no featured image and not enough content to fill the browser window.

    Theme Author tubegtld

    (@tubegtld)

    Not sure when a new version will be released, but this is patched in dev with the following CSS…

    body:not(.has-gloryshot):not(.has-featured-video) .gloryshot-wrap {
     display:none; 
    }

    You can drop that into “Additional CSS” in the customizer and it should resolve across the board.

    • This reply was modified 7 years, 9 months ago by tubegtld.
    Thread Starter andrew666

    (@andrew666)

    LOL, too easy. Had a similar css ready to be pasted JUST before you answered, but I was side-tracked answering another email someone sent abut jamming carousels in mastheads ??

    I didn’t know it was already patched in dev, but I should have figured you were on top of it… I was looking forward to a moment where I could jump in there and offer you something in return for all your hard work!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Short content & no banner = footer links not working’ is closed to new replies.