A ver, tu script.js tiene esto
$('document').ready(function() {
// Cufon font replacement
Cufon.replace('.header input[type=submit], a.button', {textShadow: '1px 1px 1px rgba(0,0,0,0.2)'});
Cufon.replace('.intro h2, .testimonials .quote cite');
// Sample pages slider
$('.samples .carousel').tinycarousel({duration: 750, display: 3});
$('.testimonials .carousel').tinycarousel({duration: 750, display: 2});
// Fancybox
$("a[rel=fancybox]").fancybox();
});
por que aparece fancybox si usas shadowbox()
lo otro vi que lo corregiste, pero ahora aparece otro problema
cuando revisé antes, tu script shadowbox.js tenia el plugin, pero ahora tiene esto
Código HTML:
Ver original<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="robots" content="noindex, nofollow" > <link rel="stylesheet" type="text/css" media="all" href="http://cdn.reg-cleaners.com/lp1-style.css" />
<div id="header-content"> <div class="site-logo3"></div> <div class="header-text"> Check your computer for unsuspected errors!
</div> <div class="header-title">
<div class="reghunter-box"></div>
<div id="content-lp1" class="alignleft">
<div class="steps-box repair-icon"> RegHunter can fix undesirable computer errors faster than any other program in the market.
</p> <div class="steps-box performance-icon"> <h3>Make your computer faster
</h3>
RegHunter is the best way to improve your computer’s speed, because it fixes errors that might be hindering your system.
</p> <div class="steps-box crash-icon"> <h3>Get rid of error messages
</h3> You will avoid your computer crashing all the time if you use RegHunter.
</p>
<div class="steps-box clean-icon"> <h3>Healthy computer – happy user
</h3> RegHunter will remain useful for a long period of time, making sure that no errors plague your computer in the future.
</p>
<div id="sidebar-lp1" class="alignright">
<a class="sidebar-download-button sidebar-download-button-en" href="http://www.reg-cleaners.com/download-rgh?type=2" onClick="javascript: _gaq.push(['_trackPageview', '/downloads/LP1Big']);"></a> <h4>Compatable with:
</h4>
<div class="guaranteed-safe"> <div class="alignleft cross-shield"></div>
<div class="stars-rating"> <div class="rating-text">5 Star User Reviews
</div> <div class="rating-text">accross the web
</div>
<div class="star-full-small alignleft"></div> <div class="star-full-small alignleft"></div> <div class="star-full-small alignleft"></div> <div class="star-full-small alignleft"></div> <div class="star-full-small alignleft"></div>
<div id="pre-footer-content"> <div class="alignleft footer-problem">
The only reason why your computer might be experiencing errors is that there are a lot of dubious programs installed on it. Your computer certainly wasn’t acting that way right when you bought it, now was it? It is possible to get rid of the errors manually, but that requires a lot of experience in dealing with computers, and in the end people just live with it, thinking that there is not solution for their problems.
<div class="alignleft footer-arrow">
<div class="alignright footer-solution">
You can easily get your computer back to normal with RegHunter. It will get rid of problems in your registry and make your computer clean again. This program is for someone, who has no time to deal with intricate technical terms – it is simple and easy to use. By getting RegHunter you are killing two birds with one stone – the program will fix your system errors and will make sure that none of the problems occur ever again.
<a class="download-button alignright download-button-en" href="http://www.reg-cleaners.com/download-rgh?type=2" onClick="javascript: _gaq.push(['_trackPageview', '/downloads/LP1Small']);"></a>
<div id="footer-content">
<li class="first-menu-item"><a href="http://www.reg-cleaners.com/eula">EULA
</a></li> <li><a href="http://www.reg-cleaners.com/privacypolicy">Privacy policy
</a></li> © 2003-2011 Reg-Cleaners.com
<div class="footer-logo"></div> <script type="text/javascript"> var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-25971201-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
fijate como llegó eso a tu server, si subiste eso por error, repone la script, si el cambio se produjo sin tu intervención, consulta al hosting porque puede que haya un problema de seguridad
Saludos