Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author ccprog

    (@ccprog)

    It’s a bit complicated to find out what goes wrong only by looking at the public parts of a page. But what I can see is that another part of your page triggers a Javascript error that seems to crash everything that needs Javascript to work – including crosswordsearch.

    In your Newsletter widget, there is a script line that leads in my debugging tool to an error message

    SyntaxError: unterminated string literal

    I can see the error, but I cannot discern why it is there. Did you recently change something about that widget? Add it to that place, update…?

    If you are willing to experiment a bit, it would help if you temporarily removed the widget from the sidebar just to try out if the error in my plugin still occurs.

    Is the widget from a plugin or a theme? Which one? Maybe it would be worth it to look at its support forum to see if someone else reported an error there.

    Plugin Author ccprog

    (@ccprog)

    After looking further into it, I am pretty sure the newsletter service is provided by CleverReach, is that right?

    Since this is a commercial service, please contact them about their WordPress integration. Their code is definitely flawed.

    This technical description might help them:
    The inline script inside the newsletter subscription widget has linebreaks inside script literals. They lead to an uncaught unterminated string literal error and crash Javascript.

    crosswordsearch definitely is not involved in this problem. It is simply never initialized.

    Thread Starter Rednermacherin

    (@rednermacherin)

    Thanks for answering!

    Yes I am using cleverreach and I will look into the issue and come back to you on it.

    Thread Starter Rednermacherin

    (@rednermacherin)

    that seems to be it. I removed the cleverreach code from the sidebar and everthing show up. Thanks for your support.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘not working after upgrade to 4.0’ is closed to new replies.