• Hi,

    what reason would the plugin crosswordsearch just show the message ‘Loading the crossword has yet to start.’ on the frontend page where we are trying to build the crossword?

    – we are in chrome, and the Developer Tools show no errors in the console.
    – we’ve created a project and assigned all users full rights to it.
    – we can see a lot of code ‘hidden’ with css on our frontend page, but the only message that show is ‘Loading the crossword has yet to start.’
    – we have an interim test page here: https://edgarsclubstaging.hudlr.co.za/test-puzzle-page/

    thanks,
    Vauneen

Viewing 1 replies (of 1 total)
  • (May I throw a bit of technical explanation at you? Complain if you do not understand the following!)

    This message is a sign that the frontend javascript code for the plugin does not load. The reason seems to be that some server code on your side alters the <html> tag. I can see the following:

    <html class=" js svg inlinesvg svgfilters cssfilters" lang="en">

    which is definitely not the standard, and which misses the attributes the plugin must add for it to work:

    xmlns:ng="https://angularjs.org" id="ng-app" ng-app="crwApp"

    Could this be something done by your theme?

Viewing 1 replies (of 1 total)
  • The topic ‘crosswordsearch – Loading the crossword has yet to start.’ is closed to new replies.