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

    Probably an easy one. It’s not Cookie Law Info that is the problem.

    You have jQuery twice in the header section. This means either your theme or another plugin is incorrectly adding jQuery (and not using the wp_enqueue_script function). You’ll need to find out which it is.

    To check the theme, open the wp_head.php file (usually called that, you’ll need to work it out for your own theme). To check plugins, you have to do it one by one. If you’re not a developer then this will be hard. You could try disabling plugins one by one until you find out which one is the offender.

    Hope that helps
    Richard

    How did you get on?

    Thread Starter iczek

    (@iczek)

    Sorry, I’m not a developer. Can not do this… ??

    I took another look and the issue is with your theme, which appears to hardcode jQuery 1.3.1. It shouldn’t do this because it causes conflicts. Given that you aren’t a developer you might be able to find somebody with a little experience who can do this for you. The infor they need is: they should look in the wp_head.php file, then test that removing it doesn’t break anything. Ideally the theme will use the wp_enqueue_script() function.

    I took another look and the issue is with your theme, which appears to hardcode jQuery 1.3.1. It shouldn’t do this because it causes conflicts. Given that you aren’t a developer you might be able to find somebody with a little experience who can do this for you. The infor they need is: they should look in the wp_head.php file, then test that removing it doesn’t break anything. Ideally the theme will use the wp_enqueue_script() function.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘banner does not show up’ is closed to new replies.