Posted: July 5, 2018 at 7:44 am
|
Regarding this post of mine, which worked fine: Now after changing the website’s theme something is wrong. The right column wheel icon inside “My Events” does not work, it does not open the event excerpt nor the event operations, it’s simply frozen. |
Hi there, That likely means there is a JavaScript error on the page and the JS EE uses to open the details section can’t run. If you view the page in question, open up Dev tools on your browser (For example Chrome Dev Tools) and look in the ‘Console’ section, does it show any errors? |
|
|
This is what shows Chrome console: https://ibb.co/eykNKy |
That’s a very common error if the theme isn’t coded correctly to follow WordPress coding standards with using the bundled version of jQuery and using jQuery in no-conflict mode. Can you check to see if the theme loads in a non-bundled version of the jQuery library? |
|
I checked the source of the site’s home page and I’m seeing the same error, and the code in question isn’t following coding standards: https://slack-files.com/T02SY781D-FBKBZKAVA-a2c8ee4ad5 I can advise changing where it uses the
|
|
|
The js code above seems not to fix the issue. |
Regardless, your custom JavaScript code is throwing errors and needs to be fixed. If you new theme is running custom filters on
|
|
|
The code works to display the short description in My Events. Thank you. |
The support post ‘Show Extract of Events in My Bookings’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.