Support » Plugin: Events Manager - Calendar, Bookings, Tickets, and more! » [Plugin: Events Manager] User event submission form doesn't load all elements

Viewing 5 replies - 1 through 5 (of 5 total)
  • Found this error on your site

    SyntaxError: syntax error
    [Break On This Error] 	
    
    paginateVal = ;
    
    {main,...mio}.js (line 9, col 14)
    
    ReferenceError: paginateVal is not defined
    [Break On This Error] 	
    
    if(paginateVal){
    
    cgview...r=3.4.2 (line 27)

    Have you tried to temporarily:

    – deactivating all other plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).
    – switching to the default theme to rule out any theme-specific problems

    Thread Starter mattsokoloff

    (@mattsokoloff)

    Thanks. Changing the theme fixes the problem but I’m trying to figure out what is causing the issue so that I can update the theme file. Also that error is from a plugin but doesn’t cause the issue. I have deactivated the plugin just so we don’t have any issues troubleshooting. Thanks for your help.

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    There’s a lot missing there 🙂

    Chances are your theme is doing some odd filtering of the_content using PHP.

    Thread Starter mattsokoloff

    (@mattsokoloff)

    Any thoughts on anything that I can put on the code of that page to make it show or what I should be looking for in my theme?

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    It’s hard to say, there’s a lot of stuff missing there, and it doesn’t really make sense why. Probably something related to

    add_filter('the_content'....

    that may be in your functions.php file.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Events Manager] User event submission form doesn't load all elements’ is closed to new replies.