So what can I do to fix it? Do you have any ideas for me?
You should also delete the docs folder from your server, because it is very easy to guess what version of ZC you probably are using, if I open the docs folder.
Zen cart installation / maintenance / customisation / hosting
Supported Modules: Dutch language pack, Multi site, Dynamic Price Updater and more.
Ok, I deleted it
The problem is with this codeThe div has a z-index of 2147483647 with a hieght of 200px, so it overlays the bottom of the screen, and only things above that are clickable, scrolling down unhides those items and makes them clickableCode:<div class="wibiyaDotComNewBarNotice"></div>
Mike
AEIIA - Zen Cart Certified & PCI Compliant Hosting
The Zen Cart Forum...Better than a monitor covered with post-it notes!
Being wibiya.com shutdown a couple of years ago after being bought out, you can probably remove the following code in includes/templates/YOUR_TEMPLATE_OVERRIDE/common/html_header.php
Code:<script src="http://cdn.wibiya.com/Toolbars/dir_0549/Toolbar_549414/Loader_549414.js" type="text/javascript"></script>
Mike
AEIIA - Zen Cart Certified & PCI Compliant Hosting
The Zen Cart Forum...Better than a monitor covered with post-it notes!
It will be in either includes/templates/classic/common/html_header.php or includes/templates/default_template/common/html_header.php based on looking at your view source for the site...or there is a autoloading file in the /js folder in one of those two template directories related too wibiya
Mike
AEIIA - Zen Cart Certified & PCI Compliant Hosting
The Zen Cart Forum...Better than a monitor covered with post-it notes!