• I’m getting this error only on pages with the popup calendar, and it is preventing the ShiftNav plugin from working on those pages. The code is found on line 866 in the file ctf_epoch_classes.js.

    Error: Syntax error, unrecognized expression: #function (searchVal,startIndex) //similar to array.indexOf() - created to fix IE deficiencies { startIndex = (startIndex != null ? startIndex : 0); //default startIndex to 0, if not set for(var i=startIndex;i<this.length;i++) { if(searchVal == this[i]) { return i; } } return -1; }

    Any ideas why, or how I can resolve this?

    https://wordpress.org/plugins/si-contact-form/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi mccloskey are you saying that the plugin is conflicting with those two plugins you mentioned above?

    Thread Starter mccloskey

    (@mccloskey)

    Yes, but it’s only one plugin that it is conflicting with: ShiftNav. I posted it here, because the error in the console refers to a file in this plugin (ctf_epoch_classes.js).

    Hi mccloskey have you also reported this issue with the other plugin’s developers?

    You might like to send a support ticket to @mike Challis the developer.

    Kind regards

    Thread Starter mccloskey

    (@mccloskey)

    Thanks, I haven’t yet reported it to ShiftNav, but I did submit a support ticket to Mike Challis a few hours ago. We’ll see what he says. I might end up asking the ShiftNav developers about it as well.

    Hi mccloskey how are you traveling along with this issue?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Syntax error, unrecognized expression: #function (searchVal,startIndex)’ is closed to new replies.