Viewing 1 replies (of 1 total)
  • Plugin Contributor Max Bond

    (@max-bond)

    Hi!

    Look at widget html-source code:
    <li id="facebook-likebox-3 class = " facebook-likebox-3"="">

    You have a syntax error here! Widget id attribute is not closed properly!!!
    The right syntax:
    <li id="facebook-likebox-3" class="facebook-likebox-3">

    All your widgets has the same error. You need to find register_sidebar function (before_widget parameter) and add there a missing quote!

Viewing 1 replies (of 1 total)
  • The topic ‘not working on my site’ is closed to new replies.