Viewing 15 replies - 1 through 15 (of 18 total)
  • kcwebguy

    (@kcwebguy)

    I am here to report this problem also.

    The organizer details all display on the single event listing page except for the Organizer Title for the post. That does not display at all.

    See page here:

    https://www.kearneychamber.org/event/chamber-after-hours/

    wctade

    (@wctade)

    I am getting this problem too (v4.0.6)

    I normally just have the organisers name defined in the Organizer record. I have copied the name into the website field. This is now showing – so at least people can see who is organising the event – but it is a bit confusing as it is labelled website. It looks like the problem is with the organiser name being displayed.

    Plugin Author Brian

    (@brianjessee)

    Hi,

    Sorry for the issues you are having.

    We have found the issue, a function was changed that works if you have Pro active, but displays nothing if you do not.

    To fix this until our next release you want to edit this template:

    plugins/the-events-calendar/src/views/modules/meta/organizer.php

    And change this on line 33:

    <?php echo tribe_get_organizer_link( $organizer ) ?>

    to this:

    <?php echo tribe_get_organizer( $organizer ) ?>

    That fixed it on my site.

    Let me know if that works for you.

    There should be no issue with email, phone, or website displaying for the organizer, but let us know if you find out differently.

    Thanks

    Thread Starter josvdbroek01

    (@josvdbroek01)

    Hi Brain,
    Thanks for your help, but the change was already done
    I didn’t find this statement
    <?php echo tribe_get_organizer_link( $organizer ) ?>
    this was find on line 33
    <?php echo tribe_get_organizer( $organizer ) ?>

    pls your help
    thanks

    Plugin Author Brian

    (@brianjessee)

    Hi josvdbroek01,

    If that is the case can you please follow our testing for conflicts guide:

    https://theeventscalendar.com/knowledgebase/testing-for-conflicts/

    And see if that can narrow down the cause of this.

    Thread Starter josvdbroek01

    (@josvdbroek01)

    Hi Brian,
    I did follow the conflicts guide
    No difference found, still the case NOT display Organizer.

    roguecat

    (@roguecat)

    I’ve tested with all plugins deactivated and only TEC activated on a new install with 2015 and 2016 themes, and the Organizer name doesn’t display, but all of the other meta information displays. When an additional Organizer is added, no meta displays at all.

    tincupal

    (@tincupal)

    Hello, I’m also having the same problem:

    https://ncssa.club/event/pleasanton-4/

    fscbmwcca

    (@fscbmwcca)

    Me too, I have the same problem…
    But I see lines 31-35 as

    <dd class="tribe-organizer">
    <?php echo tribe_get_organizer_link( $organizer ) ?>
    </dd>
    <?php
    }

    I am not a coder but the </dd> is in red, does that mean something?

    fscbmwcca

    (@fscbmwcca)

    This is a followup, I did not save the changes properly so the <?php echo tribe_get_organizer( $organizer ) ?>
    Resolved my problems.
    Thank You!

    lyterry

    (@lyterry)

    Brian, I’ve been trouble-shooting this for far too long today and finally found your fix to the plugins/the-events-calendar/src/views/modules/meta/organizer.php file which completely worked for the Organizer name but I am still unable to see any additional info in the sidebar (website, phone, email). The existing theme Organizer sample is showing all the proper info but when I create new Organizers is still does not show up.

    lou88

    (@lou88)

    Hello, I have an urgent problem with The Events Calendar plugin in theme Hooray. The Calendar plugin conflicts with the plugin Mail Newsletter Poet, essentially I can not enter the place, images etc .. disabling the newsletter works well.

    How could I solve this problem?

    Version 1.6.1 Theme
    WordPress 4.1 Version
    4.0.6 Event Version
    2.7 Mailpoet

    Thank you, Lou

    Thread Starter josvdbroek01

    (@josvdbroek01)

    Thanks fscbmwcca,

    to solve this issue
    tribe_get_organizer( $organizer ) ?> instead of
    tribe_get_organizer_link( $organizer ) ?>

    Thanks for the update @josvdbroek01 – glad to hear you’ve got it resolved!

    I have got the exact same issue – can you have a look at my site please?

    https://www.cadarts.co.uk/event/exhibition-by-geoff-storer/

    The more pressing issue is that it screw up the map because it floats in the wrong place.

Viewing 15 replies - 1 through 15 (of 18 total)
  • The topic ‘The Events Calendar plugin, Organizer not visible’ is closed to new replies.