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.
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!
This is what I see in the header of my site viewing page source I don't see that line you showed me:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en">
<head>
<title>Joanne's Digital Designs, Paint Shop Pro Scripts, Scrapbooking Scripts, Card Making Scripts, Bag Topper Scripts, Photoshop Scrapbooking Templates, Photoshop Card Making Templates, Photoshop Bag Topper Templates, Scrapbooking Graphics Images, Card Making Graphics Images, Bag Topper Graphics Images, Digital Graphics Images, Digital Design Graphics Images, Graphics, Images, Tagging Images Graphics</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="keywords" content="paint shop pro scripts, scrapbooking scripts, card making scripts, bag topper scripts, photoshop scrapbooking templates, photoshop card making templates, photoshop bag topper templates, scrapbooking graphics images, card making graphics images, bag topper graphics images, digital graphics images, digital design graphics images, graphics, images, tagging images graphics" />
<meta name="description" content="Paint Shop Pro Scripts, Scrapbooking Scripts, Card Making Scripts, Bag Topper Scripts, Photoshop Scrapbooking Templates, Photoshop Card Making Templates, Photoshop Bag Topper Templates, Scrapbooking Graphics Images, Card Making Graphics Images, Bag Topper Graphics Images, Digital Graphics Images, Digital Design Graphics Images, Graphics, Images, Tagging Images Graphics" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="author" content="The Zen Cart™ Team and others" />
<meta name="generator" content="shopping cart program by Zen Cart™, http://www.zen-cart.com eCommerce" />
<link rel="icon" href="http://www.joannes-digital-designs.com/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="http://www.joannes-digital-designs.com/favicon.ico" " type="image/x-icon" />
<meta name="verify-v1" content="AvA6IY+i9hGpbIUAMF8oOGPiNzQmCG0iAFRwj3GoDxg=" />
<base href="http://www.joannes-digital-designs.com/" />
<link rel="stylesheet" type="text/css" href="includes/templates/classic/css/style_imagehover.css" />
<link rel="stylesheet" type="text/css" href="includes/templates/classic/css/style_wishlist_classic.css" />
<link rel="stylesheet" type="text/css" href="includes/templates/classic/css/stylesheet.css" />
<link rel="stylesheet" type="text/css" href="includes/templates/classic/css/stylesheet_css_buttons.css" />
<link rel="stylesheet" type="text/css" media="print" href="includes/templates/classic/css/print_stylesheet.css" />
<link rel="stylesheet" type="text/css" media="handheld" href="includes/templates/classic/css/handheld_stylesheet.css" />
<script type="text/javascript" src="includes/templates/template_default/jscript/jscript_imagehover.js"></script>
<script src="http://cdn.wibiya.com/Toolbars/dir_0549/Toolbar_549414/Loader_549414.js" type="text/javascript"></script>
<script type="text/javascript" src="includes/js/jscroller2-1.5.js"></script>
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.classify.org/safesurf/" L gen true for "http://www.joannes-digital-designs.com/" r (SS~~000 1))'>
The code in red
Code:<link rel="stylesheet" type="text/css" href="includes/templates/classic/css/style_imagehover.css" /> <link rel="stylesheet" type="text/css" href="includes/templates/classic/css/style_wishlist_classic.css" /> <link rel="stylesheet" type="text/css" href="includes/templates/classic/css/stylesheet.css" /> <link rel="stylesheet" type="text/css" href="includes/templates/classic/css/stylesheet_css_buttons.css" /> <link rel="stylesheet" type="text/css" media="print" href="includes/templates/classic/css/print_stylesheet.css" /> <link rel="stylesheet" type="text/css" media="handheld" href="includes/templates/classic/css/handheld_stylesheet.css" /> <script type="text/javascript" src="includes/templates/template_default/jscript/jscript_imagehover.js"></script> <script src="http://cdn.wibiya.com/Toolbars/dir_0549/Toolbar_549414/Loader_549414.js" type="text/javascript"></script> <script type="text/javascript" src="includes/js/jscroller2-1.5.js"></script> <meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.classify.org/safesurf/" L gen true for "http://www.joannes-digital-designs.com/" r (SS~~000 1))'>
Mike
AEIIA - Zen Cart Certified & PCI Compliant Hosting
The Zen Cart Forum...Better than a monitor covered with post-it notes!