mattsokoloff
Member
Posted 6 months ago #
On the event submission form the date picker nor the location selector show up. It appears to be an issue with the JS to show/hide these based on the checkboxes for reoccurrence of the event and if the event actually has a location. When I check and uncheck these they show up. I have no doubt that it's a theme issue that is interfering with the page but I can't figure out what. If anyone can take a look and let me know I would greatly appreciate it. Thanks.
http://community-paper.com/submit-an-event/
http://wordpress.org/extend/plugins/events-manager/
agelonwl
Member
Posted 6 months ago #
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
mattsokoloff
Member
Posted 6 months ago #
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.
There's a lot missing there :)
Chances are your theme is doing some odd filtering of the_content using PHP.
mattsokoloff
Member
Posted 6 months ago #
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?
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.