• Resolved nota2k

    (@nota2k)


    Hi,
    Some clients report than the guestbook doesn’t work. It worked but now, when we click on the new comment button, nothing happens.
    I check if it’s an extension which pertube this, in desactivated one by one but I still have the problem.
    I just upgrade wordpress and all the extensions but it still doesn’t work…
    I would like to ask some advices before uninstall et re-install the plugin.
    You can see the problem here
    -> Rythme Commun

    Thx

    Nelly

Viewing 1 replies (of 1 total)
  • Plugin Author Marcel Pol

    (@mpol)

    Hi,
    Do you use a child theme of twenty fourteen?

    What I see is that header#masthead is missing from header.php, so it cannot calculate the offset of it.

    That results in a JavaScript error:
    TypeError: $(...).offset(...) is undefined

    I suppose you edited the header.php and removed header#masthead.
    What you can do is put just the div back, like this:

            <header id="masthead" class="site-header" role="banner">
            </header>
Viewing 1 replies (of 1 total)

The topic ‘Button “new comment” doesn’t work anymore’ is closed to new replies.