Daniel Dvorkin

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 43 total)
  • Author
    Posts
  • in reply to: Dropdowns covering up other fields #54972

    Adam, is there any way I could get editor access to your site to debug it myself?
    Also, what browser version do you use?

    in reply to: Problems with migration from v2 to v3 #54944

    Hi 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

    in reply to: Some problems :) #54943

    Hi, 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.

    in reply to: Superimposed Text Boxes #54942

    Hi. 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

    in reply to: Organisation list #54941

    Hi, 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.

    in reply to: Ajax not working #54940

    Hi, 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.

    in reply to: How can I display the sidebar in my events page? #54939

    Hi 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.

    in reply to: Calendar Disappeared! #54938

    Hey artifaktcom, when you click in the “Events” button in the admin bar (http://files.mzaweb.com/image/0916170m3U2B) where does that take you?

    in reply to: Dropdowns covering up other fields #54937

    Ashley, 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?

    in reply to: Show Photo view on homepage #54931

    Hi 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

    in reply to: Dropdowns covering up other fields #54928

    Hi 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

    in reply to: Month view event hover covers up link, cant click #54927

    I just manually added the needed classes using the chrome tools and can confirm it’s working.

    in reply to: Month view event hover covers up link, cant click #54922

    Sorry, the code is:

    https://gist.github.com/MZAWeb/e68461a7a7001ae2292f
    in reply to: Month view event hover covers up link, cant click #54920

    Hey 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.

    in reply to: Make a specific Calendar catagory private #24708

    You have my blessing, at least for the part I wrote 🙂

Viewing 15 posts - 16 through 30 (of 43 total)