Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi berkwolf,

    The only error we recognize from our plugin is:

    Failed to load resource: the server responded with a status of 404 (Not Found) (catalogue-style-main-minimalist.js)

    This should not affect your speed or even cause any trouble on your site.

    The other errors could be due to conflict with some other plugin. You’ll need to figure out where this is coming from and disable it. To figure out what plugin is at fault, it might be simplest to just deactivate everything else and then re-activate one by one till you hit the issue.

    Thread Starter berkwolf

    (@berkwolf)

    In one of the products I have found a script:
    </script> <script type=”text/javascript”>
    window.addEvent(‘domready’, function(){ new Accordion($$(‘.panel h3.jpane-toggler’), $$(‘.panel div.jpane-slider’), {onActive: function(toggler, i) { toggler.addClass(‘jpane-toggler-down’); toggler.removeClass(‘jpane-toggler’); },onBackground: function(toggler, i) { toggler.addClass(‘jpane-toggler’); toggler.removeClass(‘jpane-toggler-down’); },duration: 300,opacity: false}); });
    </script> <script src=”https://localhost/wordpress2/components/com_virtuemart/fetchscript.php?gzip=0&subdir%5B0%5D=/themes/dalpex&file%5B0%5D=theme.js&subdir%5B1%5D=/js&file%5B1%5D=sleight.js&subdir%5B2%5D=/js/mootools&file%5B2%5D=mootools-release-1.11.js&subdir%5B3%5D=/js/mootools&file%5B3%5D=mooPrompt.js&subdir%5B4%5D=/js/slimbox/js&file%5B4%5D=slimbox.js&#8221; type=”text/javascript”></script> <script type=”text/javascript”>var cart_title = “Koszyk”;var ok_lbl=”Kontynuuj”;var cancel_lbl=”Anuluj”;var notice_lbl=”Wiadomo??”;var live_site=”https://localhost/wordpress2&#8243;;</script> <script type=”text/javascript”>var slimboxurl = ‘https://localhost/wordpress2/components/com_virtuemart/js/slimbox/&#8217;;</script> <script src=”/templates/dalpex/js/flash.exe” type=”text/javascript”></script> <script src=”/templates/dalpex/js/rokmoomenu.js” type=”text/javascript”></script> <script type=”text/javascript”>
    window.addEvent(‘domready’, function() {
    new Rokmoomenu($E(‘ul.nav’), {
    bgiframe: false,
    delay: 100,
    animate: {
    props: [‘width’, ‘height’],
    opts: {
    duration:400,
    fps: 400,
    transition: Fx.Transitions.Cubic.easeOut
    }
    }
    });</p>
    </p>
    <p> var images_shadow = $$(‘.image_shadow’);
    images_shadow.each(function(element){
    element.setStyle(‘opacity’,’0.5′);
    var fx = new Fx.Styles(element, {duration:400, wait:false});
    element.addEvent(‘mouseover’,function(){
    fx.start({
    ‘opacity’: ‘1’
    });
    });
    element.addEvent(‘mouseout’,function(){
    fx.start({
    ‘opacity’: ‘0.5’
    });
    });
    });
    });
    </script> <script id=”onDate” language=”JavaScript”></script> <script language=”JavaScript” src=”/media/system/js/stat13b.php”></script></p>

    Is it something hurtful?

    Hi berkwolf,

    It seems like you’re using some plugin to add a slider on the page, our plugin does not make use of any such code. If you navigate to the plugins area of the WordPress admin and disable that plugin, do you still see that script?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Errors 404 in console’ is closed to new replies.