• Resolved mpcadmin

    (@mpcadmin)


    WordPress Version: 4.61

    Soliloquy Lite Version: 2.5.0.7

    Example URL demonstrating the issue: http://www.mebanepresbyterian.org

    Exact steps taken to reproduce the issue (enough for anyone with Soliloquy Lite installed to be able to take those steps and see the issue for themselves): Created the slide as normal (we use the developer version at work). Put it on home page. It doesn’t work.

    What the error is: I’ve created the basic slider and inserted it onto the homepage. It is not advancing slides or showing any controls. I’ve gone through your debugging steps to diagnose potential theme-related problems, and it demonstrates in Twenty Sixteen as well.

    What you expect to see: A working slider.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @mpcadmin 🙂

    I’m seeing several js errors on the page:

    SyntaxError: expected expression, got ';'
    var parseWiki = ;

    This one looks like it’s coming from your header.php file:
    var parseWiki = ;

    Can you try changing that to
    var parseWiki;

    And see if that resolves that js error?

    There are 2 more js errors (1 from gravatar and 1 from the soliloquy plugin) but I’d like to get that error resolved first to see if it’s causing the other 2.

    Also could you send me screenshots of your config tab so that I can see your settings please?

    Thread Starter mpcadmin

    (@mpcadmin)

    After looking around, it appears that it was not in the header.php, but in an old calendar plugin that hasn’t been updated since the first Obama administration. We weren’t using it, but it was still there, making life difficult. I’ve removed it and the slider is now working beautifully.

    Thanks for the pointer. I couldn’t have found it without you.

    So happy to hear you have the solution @mpcadmin 🙂

    If you need anything else, please let us know!

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Only Showing First Slide, No Controls or Advancing’ is closed to new replies.