Cannot sync versions?

Home Forums Calendar Products Events Calendar PRO Cannot sync versions?

Viewing 15 posts - 1 through 15 (of 22 total)
  • Author
    Posts
  • #23904
    Tom
    Participant

    I just updated Events Calendar to 2.0.8. Pro is still at 2.0.7 and gives me no opportunity to update to 2.0.8. There is now an “out of sync” notice at the top of my plugins list.

    This began when I tried to update Event Category Colors to 1.4.3. That update really messed up my calendar – the entire calendar was the color of the first event of the month. I had to deactivate it. Any help with getting that sorted out would be appreciated. Any way to go back to 1.4.2 on that one for now?

    Thanks!
    Tom

    #23905
    Andy Fragen
    Moderator

    Tom, in your ecp-page-template.php you have given a class cat_radiation to the article tag. That’s why you have styling on the whole calendar.

    #23906
    Andy Fragen
    Moderator

    I’m not sure what template you’re using but you’ll need to remove that class from the article tag.

    #23907
    Tom
    Participant

    Thanks for your reply Andy. I’m a bit lost. I’ve never modified ecp-page-template.php. The sum total of the contents there are:

    if ( !defined(‘ABSPATH’) ) { die(‘-1’); }
    ?>

    I’m not seeing any class cat_radiation there.

    #23908
    Tom
    Participant

    Here it is again without the php syntax – I think it obliterated my post above:

    if ( !defined(‘ABSPATH’) ) { die(‘-1’); }
    php get_header();
    php tribe_events_before_html()

    php include(tribe_get_current_template());
    php tribe_events_after_html()
    php get_footer();

    #23909
    Tom
    Participant

    if ( !defined(‘ABSPATH’) ) { die(‘-1’); }
    php get_header();
    php tribe_events_before_html()
    h2 class=”tribe-events-cal-title”> /h2
    php include(tribe_get_current_template());
    php tribe_events_after_html()
    php get_footer();

    #23910
    Andy Fragen
    Moderator

    Tom, try changing you template in settings to Fefault Events Template. If you look at the source of your calendar you will see what I’m referring too. The plugin has no capability to insert anything other than the style tag into your page. Going back to an earlier version of the Events Calendar Category Colors won’t help as this part of the code has pretty much stayed the same.

    #23911
    Andy Fragen
    Moderator

    Sorry the should be Default Events Template 😉

    #23912
    Andy Fragen
    Moderator

    Sorry that should be Default Events Template 😉

    #23913
    Tom
    Participant

    And I know I didn’t have this problem with 1.4.1

    #23914
    Andy Fragen
    Moderator

    Did you change anything else?

    #23915
    Tom
    Participant

    Sayontan Sinha

    #23916
    Tom
    Participant

    I’m using the Suffusion theme by Sayontan Sinha

    #23917
    Tom
    Participant

    I tried “Default Events Template” when I first created this site, but with this theme it produces a very weird result where the right sidebar is suddenly under the calendar. I’ve changed it temporarily if you’d like a look at what I’m talking about. http://www.attunementpractitioners.org/events/

    #23918
    Andy Fragen
    Moderator

    Try using the TwentyEleven theme and see the same thing exists. If it doesn’t there must be a conflict with this theme. But the conflict is likely with TEC it’s just that my plugin seems to expose it. Other choice is to make transparent styling to you radiation category and use something else in its place.

Viewing 15 posts - 1 through 15 (of 22 total)
  • The topic ‘Cannot sync versions?’ is closed to new replies.