Jonah

Forum Replies Created

Viewing 15 posts - 1,081 through 1,095 (of 4,001 total)
  • Author
    Posts
  • in reply to: no featured events option in event custom post type? #42496
    Jonah
    Participant

    Hi Owen,

    Can you verify you are running the latest version of our plugin (2.0.11)? Also, what version of WordPress are you running? Please also try deactivating all other plugins and/or reverting to the Twenty Eleven/Twelve theme to rule out a conflict there.

    Thanks,
    Jonah

    in reply to: Upcoming events widget with more link #42495
    Jonah
    Participant

    Hi clubbingpriest,

    That’s strange. What version of the plugin are you running? Have you overrode any of the template files? The link is actually on line 70 of /wp-content/plugins/the-events-calendar/lib/widget-list.class.php. If you are running the latest version of the plugin and have not done any overrides, it should be there. It doesn’t show up in your HTML markup so it looks like you or someone else must have modified this or you are running an older version that didn’t include the link.

    – Jonah

    Jonah
    Participant

    Hi Agent,

    Glad to hear that worked. Let us know if you need help with anything else!

    – Jonah

    in reply to: Order venues by number of events #42476
    Jonah
    Participant

    Hi Joan,

    Our developer put this code together that should allow you to filter your custom query. Here is the code: https://gist.github.com/PaulHughes01/5083640

    Does that help?

    – Jonah

    in reply to: Theme Incompatibilities #42473
    Jonah
    Participant

    Hi Erik,

    You’re welcome. The Community Events plugin does not provide a sign up process, only the login form, so you would need to figure out something on your own for how you want the signup to work. Let us know if you have any other questions about this. It might actually help to post this specific question to the Community Events forum so that others can see possible solutions or suggestions.

    I hope that helps!

    – Jonah

    Jonah
    Participant

    Hi Kyle,

    Excellent to hear you figure this out and thanks for sharing your solution! I’m sure it will help others.

    Regards,
    Jonah

    in reply to: Move scripts to footer #42359
    Jonah
    Participant

    Hi Shaun,

    Here is an example of de-queueing one of our scripts and then registering and enqueueing your own. This should steer you in the right direction. Let me know if you need anything else.

    /*-------------------------------------------------------------------------------
    Add Custom events.js
    -------------------------------------------------------------------------------*/
    function example_enqueue_scripts() {
    wp_dequeue_script('tribe-events-calendar-script');
    wp_register_script('custom-events-calendar-script', get_template_directory_uri().'/js/events.js'); // notice it's not the same script name as the original one, that's important - otherwise it re-enqueues the old version
    wp_enqueue_script('custom-events-calendar-script');
    }
    add_action('wp_enqueue_scripts', 'example_enqueue_scripts');

    in reply to: How to remove category from Event category Url #42356
    Jonah
    Participant

    Hi Marco,

    We don’t have a way of easily achieving this at the moment. The permalink structure is rather inflexible. You’ll need to figure out something on your own or hire a developer to help you. We have a list of recommended developers if you’re interested. Let me know and I can pass it along.

    Regards,
    Jonah

    in reply to: NGINX #42355
    Jonah
    Participant

    Hi Brandon,

    Not that I know of. It should work ok. Let us know if you run into any issues.

    Thanks,
    Jonah

    in reply to: no featured events option in event custom post type? #42353
    Jonah
    Participant

    Hi Owen,

    It’s probably that your theme doesn’t support post thumbnails for some reason. Try adding the following to your themes functions.php file:

    add_theme_support( 'post-thumbnails' );

    Let me know whether or not that works.

    Thanks,
    Jonah

    Jonah
    Participant

    Hi Tim,

    We released a patch a while back that fixes this functionality. Try replacing /wp-content/plugins/events-calendar-pro/resources/events-admin.js with this patched copy: http://cl.ly/code/1v382M03033d

    Let me know how that goes.

    Thanks and sorry for the trouble,
    Jonah

    in reply to: Calendar Tooltip Font Color #42349
    Jonah
    Participant

    Hi dwbro1,

    It looks like the text is being replaced with cufon text which is a way of displaying fancy fonts on a website. Cufon is loaded the first time you visit the calendar, but it not loaded when you proceed forward or back using Ajax. Your theme is probably loading cufon. You’ll need to either figure out a way to not have it load cufon on h5 elements automatically, or specifically set the color in the cufon script. I would suggest contacting your theme author to help you with this.

    Regards,
    Jonah

    in reply to: More duplicate events #42348
    Jonah
    Participant

    Hi jkskovgaard,

    It should work on 5.2 but I’ll keep that piece of info just in case. I’m going to test importing from your page. There should be no difference but who knows, there may be some funky code in some or all of the events or the page that’s causing this. Stay tuned.

    Thanks,
    – Jonah

    in reply to: Remove Featured Image from Automatically Displaying #42347
    Jonah
    Participant

    Hey 336creative,

    That’ll do it and while not the best solution, it’s not that bad – it’s just an image you’re hiding, not actual content. If you want to do it different, you’ll need to find where the other loop is being run and conditionally remove the image there.

    I hope that helps!

    – Jonah

    in reply to: Upcoming events widget with more link #42275
    Jonah
    Participant

    Hi clubbingpriest,

    This is actually the way it already works. The View All Events will link to whatever category you have selected within the widget options.

    Does that help?

    – Jonah

Viewing 15 posts - 1,081 through 1,095 (of 4,001 total)