Viewing 7 replies - 31 through 37 (of 37 total)
  • I tried about 4 other plugins similar to this one before finally finding one that works so I assume it’s something on my site, I was just hoping for a solution but of course there is no need now having found one that works :).

    Thanks anyway.

    Richard

    (@richardashby)

    No worries. Looks like you’re using lot of plugins, many of which have a lot of JavaScript. Some of them are throwing errors in the Firebug console.

    Whilst the concept of plugins is great, there’s a potential problem when you use so many that the page gets overloaded with similar scripts- a clash of some sort stops one or more of the others from working. Ideally you’d fine tune all your scripts for performance, make sure they work together and merge into as few files as possible. With a plugin approach you don’t get to do that (not if you want to keep getting automatic plugin updates anyway…)

    If you’re a coder you should be able to unravel these with a pot of coffee and some patience, if not then a WP dev might be able to help you.

    My website is rather slow at the moment and I’m hoping it’s mainly down to the use of the preview dns whilst I’m building the site although I don’t think this is the only reason so I’d love to do what you mentioned above however my coding skills are only slightly above average to the point where if I’m told what to do I should be able to do it by just going by what you said above I wouldn’t know where to start.

    Unfortunately I can’t seen to get any help on these support forums excluding for individual plugins but I’d be very grateful if you could help me do that :D.

    Richard

    (@richardashby)

    Unfortunately as much as I’d like to be able to help, I just don’t have time. If I take on any more non-work projects my wife will kill me… ??

    Try this:
    – Disable all plugins: does the site work faster?
    – Switch on the plugins one by one, and try out various combos: which is causing the issue?
    – Do you think the speed is browser based or server based? If browser-based it’s probably JavaScripts and you’ll need to look at the code. If server based then you can usually upgrade the server spec (move off shared hosting if possible) and see some improvements.

    You can google some tools to help you do the diagnosis- Firebug is a good start though.

    williamsdb

    (@williamsdb)

    Hi

    I also cannot get the bar to display. I have disabled all other plugins and removed the jquery call that had been hardcoded. None of which makes any difference. I also can’t see anything in the JS console other than some 404’s to missing images.

    Any chance you could have a quick look to see if you can see anything obvious?

    https://96.44.134.29/marketing/en/

    Thanks

    Richard

    (@richardashby)

    Please read https://www.cookielawinfo.com/troubleshooting for instructions. It looks like your theme is missing wp_head()

    williamsdb

    (@williamsdb)

    Ah, RTFM!

    Perfect, thanks!

    N

Viewing 7 replies - 31 through 37 (of 37 total)
  • The topic ‘[Plugin: Cookie Law Info] Banner does not show up’ is closed to new replies.