Geoff

Forum Replies Created

Viewing 15 posts - 6,766 through 6,780 (of 10,150 total)
  • Author
    Posts
  • in reply to: Arabic Language #986992
    Geoff
    Member

    Hi Ace, thanks for getting in touch!

    We actually rely on community members (like yourself) for translations. In fact, we have a site that is completely dedicated to submitting translations. If you’re seeing English instead of Arabic, then that means we need some help there, and the site is a good place to start.

    Here’s an article that digs into how the translation submission process works.

    Does this help answer your question? Please let me know. ๐Ÿ™‚

    Cheers!
    Geoff

    in reply to: Change color of iCal and google calendar buttons #986947
    Geoff
    Member

    Hi Rachel,

    Hmm, that’s strange. Can you elaborate more on what you mean by inactive? Changing the CSS shouldn’t change the actual functionality of the link–just the styling.

    Thanks!
    Geoff

    in reply to: Add Custom Event Options 2015 #986391
    Geoff
    Member

    My pleasure! Thanks for reaching out and looking forward to the feature request. ๐Ÿ™‚

    in reply to: Community event published on calendar without approval #986352
    Geoff
    Member

    Ah, there we go! That was the missing step I needed, thanks!

    That does indeed seem to be a bug. I’ve ticketed it in our system and will follow up with you when we have more progress or news to share. Thanks so much for reporting this–I really appreciate the heads up. ๐Ÿ™‚

    I’ll set the status of this thread to Pending Fix for now.

    Cheers,
    Geoff

    in reply to: Community event published on calendar without approval #986290
    Geoff
    Member

    Hi Angie,

    Thanks for the staging site and additional info–that’s SUPER helpful and very appreciated. ๐Ÿ™‚

    I just tried submitting a test event for July 15.

    I don’t see it in Month View:
    http://ipscene.staging.wpengine.com/events/

    …or in List View:
    http://ipscene.staging.wpengine.com/events/2015-07-15/

    I also am not able to access the URL for the event itself:
    http://ipscene.staging.wpengine.com/event/modern-tribe-test

    Do you see the submission in your Pending Drafts queue?

    Cheers!
    Geoff

    in reply to: Today's Date on Calendar is showing wrong day! #986225
    Geoff
    Member

    Hi James,

    OK, looking at this a little deeper. ๐Ÿ™‚

    Do you happen to have any customizations in place. For example, if you go to your theme directory, do you see a folder calledย tribe-events? Or have you made modifications directly to the Month View template? Or perhaps any functions that target Month View?

    The reason I ask is because the Month View layout on your site looks different from the one that ships with the plugin by default.

    Cheers!
    Geoff

    in reply to: Add Custom Event Options 2015 #986216
    Geoff
    Member

    Hi affariproject,

    Good question! That’s unfortunately still the case here. However, would it be possible to try integrating what you’re looking for with Advanced Custom Fields, or a similar plugin that works with custom fields? I’ve seen success with that in other cases, so it may be worth checking out. ๐Ÿ™‚

    Cheers!
    Geoff

    in reply to: Events with photos on sidebar #986212
    Geoff
    Member

    Hi Sharon,

    Thanks for getting in touch!

    The calendar unfortunately does not include a sidebar in the event template. However you can change the template to one of your theme’s templates that has an existing sidebar under Events > Settings > Display. That would give you a sidebar, but it would be controlled in the Appearance > Widgets area rather than be a unique sidebar to a specific event.

    The other thing you could do is add a new sidebar directly to the event template. We’re fairly limited in how much support we can provide for custom development like this, but do have a Themer’s Guide to help you get started and I’d be happy to answer any specific questions you have as best I can.

    Cheers!
    Geoff

    in reply to: Does adding images to month view disable info popup? #986208
    Geoff
    Member

    Ah gotcha, I see that now. Thanks!

    Do you have any customizations you’ve made to the calendar? What did you reverse that is causing that to happen?

    I also noticed this error popping up in the console:

    ย You have included the Google Maps API multiple times on this page. This may cause unexpected errors.

    It looks like your theme or another plugin may be including an additional instance of the Google Maps API than the one that The Events Calendar provides for the calendar mapping functionality. That could very well be causing the issue here since the tooltips are based on Javascript and that is a Javascript conflict.

    Are you able to remove that additional instance of the API being called? i’m hoping that will resolve the tooltip issue. ๐Ÿ™‚

    Cheers!
    Geoff

    in reply to: How to Add Second Events URL Slug in Events/Settings #986206
    Geoff
    Member

    Hi Aline, thanks for getting in touch!

    The Events Calendar is a single calendar that contains all published events. However, you can directly link to specific categories or other views in other to give the appearance of having multiple calendars.

    For example, here is the format for linking to a category:
    [your-site]/[events-slug]/category/[category-slug]

    Here’s an article that dives into that a little deeper.

    Does this help answer your question? Please let me know. ๐Ÿ™‚

    Cheers!
    Geoff

    in reply to: WP Router Placeholder Page #986201
    Geoff
    Member

    Hi Michelle,

    Thanks for following up!

    Hmm, I wasn’t able to see the “WP Router Placeholder Page” message in that link. Is it possibleย I’m just missing it, or perhaps you can point me to where it is? Here’s a screenshot of what I’m seeing.

    I do notice that the Community Events form is not using the same template as the rest of The Events Calendar. It actually looks like it’s not using any template at all, which is strange as well.

    Let’s see where that message is popping up first and see if we can get that cleared up.

    Cheers!
    Geoff

    in reply to: Today's Date on Calendar is showing wrong day! #986200
    Geoff
    Member

    Thanks James! I’m going to look at this with someone else on the team here to see if we can come up with any other ideas for you here.

    Thanks for your patience and I’ll follow up again shortly. ๐Ÿ™‚

    Geoff

    in reply to: can not get things to display correctly single event #986197
    Geoff
    Member

    Hey Chris,

    Shoot, sorry about that! I really thought that last round of code would do the trick.

    Yeah, you should be able to cut out the details meta and just be left with the map. You may need to fiddle with exactly which parts to remove since it seems your theme is behaving differently with mine, but removing this is what worked for me:

    [php]
    // Always include the main event details in this first section
    tribe_get_template_part( ‘modules/meta/details’ );

    // If we have no map to embed and no need to keep the venue separate…
    if ( ! $set_venue_apart && ! tribe_has_organizer() && tribe_embed_google_map() ) {
    // If we have no organizer, no need to separate the venue but we have a map to embed…
    tribe_get_template_part( ‘modules/meta/venue’ );
    echo ‘<div class="tribe-events-meta-group tribe-events-meta-group-gmap">’;
    tribe_get_template_part( ‘modules/meta/map’ );
    echo ‘</div>’;
    } else {
    // If the venue meta has not already been displayed then it will be printed separately by default
    $set_venue_apart = true;
    }
    [/php]

    Cheers!
    Geoff
    in reply to: Pulling in a calendar #985998
    Geoff
    Member

    My pleasure! Glad to be of service. Please feel free to reach back out if any other questions pop up–we’d be happy to help. ๐Ÿ™‚

    in reply to: can not get things to display correctly single event #985995
    Geoff
    Member

    Here, perhaps try this instead for yourย meta.php file. It seems to work for me without duplicating venue info.

    Geoff

Viewing 15 posts - 6,766 through 6,780 (of 10,150 total)