Overlay on initial screen size after latest update
-
After the latest update a week ago my clients website has had a problem with their users not being able to use the main navigation.
On contacting me about it i found that this bit of code from East Fancybox was the problem…<div id="fancybox-outer"> <div class="fancybox-bg" id="fancybox-bg-n"></div> <div class="fancybox-bg" id="fancybox-bg-ne"></div> <div class="fancybox-bg" id="fancybox-bg-e"></div> <div class="fancybox-bg" id="fancybox-bg-se"></div> <div class="fancybox-bg" id="fancybox-bg-s"></div> <div class="fancybox-bg" id="fancybox-bg-sw"></div> <div class="fancybox-bg" id="fancybox-bg-w"></div> <div class="fancybox-bg" id="fancybox-bg-nw"></div> </div>
Any divs with class=”fancybox-bg” were creating an invisible overlay of the initial viewing page which was stopping the user from clicking links. When you scroll the page the overlay scrolls with it, allowing the user to use the rest of the page as normal.
Why all of a sudden after the latest update has this started to happen? Any help would be appreciated.
Please note that the plugin has currently be turned off on the site.
ThanksThe page I need help with: [log in to see the link]
- The topic ‘Overlay on initial screen size after latest update’ is closed to new replies.