Forum Replies Created
-
AuthorPosts
-
Daniel Dvorkin
MemberAdam, is there any way I could get editor access to your site to debug it myself?
Also, what browser version do you use?Daniel Dvorkin
MemberHi Bernhard, I actually don’t think there’s a problem with the migration here. Seems to be more of a theme integration problem.
Can you please send me a zip file with a copy of your theme at [email protected] so I can take a look?
Thanks
Daniel Dvorkin
MemberHi, as I explained in the other ticket (https://theeventscalendar.com/support/forums/topic/superimposed-text-boxes/#post-54942) your theme is using a (really) old version of jQuery. Unfortunately, until you fix that, it’s not very likely all functionalities of TEC and ECP will work as the should.
Daniel Dvorkin
MemberHi. Your theme is removing the standard jQuery version from WordPress and enqueuing there own. Problem is, the theme is using a really old version of jQuery (1.6.4) which is not compatible and is causing trouble.
I’d suggest you stop your theme from doing this. Probably the culprit is in your functions.php
Daniel Dvorkin
MemberHi, both Venues and Organizers are WordPress custom post types (http://codex.wordpress.org/Post_Types) so you can do a standard WP_Query for the post_type tribe_organizer and make your loop. Then using our tribe_get_organizer_link function you can actually link each organizer to it’s own page.
Daniel Dvorkin
MemberHi, I was just checking the issue and there are tons of Javascript issues due to something your theme (or another plugin) is doing. The standard WordPress version of jQuery is being unloaded, and it’s loading jQuery 1.9 from Google instead. But it’s also being loaded in the wrong place. I’d bet the culprit is the theme. Check in your functions.php for it.
Fixing this will fix your issues. Let me know if you need more help on it.
Daniel Dvorkin
MemberHi Flaviarusso,
1) Could you please send me a zip with a copy of your theme to [email protected]? I’ll take a look
2) TEC doesn’t register a specific sidebar (widgets area), it uses the main one you have.Daniel Dvorkin
MemberHey artifaktcom, when you click in the “Events” button in the admin bar (http://files.mzaweb.com/image/0916170m3U2B) where does that take you?
Daniel Dvorkin
MemberAshley, I just registered an user in the site and tested the front-end form, and I don’t see the problem you’re reporting. What browser are you using?
Daniel Dvorkin
MemberHi guys, we’re using this plugin: http://wordpress.org/plugins/simple-301-redirects/ to redirect from / (home) to /events.
About the customizations, we’ve published the Themer’s Guide, which should get you started. Let me know if you need any particular information that you can’t find there. https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/
Thanks
Daniel Dvorkin
MemberHi Ashley, sorry for the delay.
I’ll need a user so I can actually see the form and test what’s happening. Btw, are you referring to the Community front-end form or the admin one?
Thanks
Daniel Dvorkin
MemberI just manually added the needed classes using the chrome tools and can confirm it’s working.
Daniel Dvorkin
MemberSorry, the code is:
https://gist.github.com/MZAWeb/e68461a7a7001ae2292f
Daniel Dvorkin
MemberHey brewprofessor, sorry for the delay.
It seems that your theme is not echoing the body classes. Check in your theme’s header.php that your
tag looks something like >Please let me know.
Daniel Dvorkin
MemberYou have my blessing, at least for the part I wrote 🙂
-
AuthorPosts
