Home › Forums › Calendar Products › Events Calendar PRO › Cannot sync versions?
- This topic has 21 replies, 2 voices, and was last updated 13 years, 8 months ago by
Tom.
-
AuthorPosts
-
August 21, 2012 at 7:52 pm #23904
Tom
ParticipantI 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!
TomAugust 21, 2012 at 9:21 pm #23905Andy Fragen
ModeratorTom, 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.
August 21, 2012 at 9:25 pm #23906Andy Fragen
ModeratorI’m not sure what template you’re using but you’ll need to remove that class from the article tag.
August 21, 2012 at 9:34 pm #23907Tom
ParticipantThanks 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.
August 21, 2012 at 9:36 pm #23908Tom
ParticipantHere 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();August 21, 2012 at 9:38 pm #23909Tom
Participantif ( !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();August 21, 2012 at 9:44 pm #23910Andy Fragen
ModeratorTom, 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.
August 21, 2012 at 9:45 pm #23911Andy Fragen
ModeratorSorry the should be Default Events Template 😉
August 21, 2012 at 9:45 pm #23912Andy Fragen
ModeratorSorry that should be Default Events Template 😉
August 21, 2012 at 9:46 pm #23913Tom
ParticipantAnd I know I didn’t have this problem with 1.4.1
August 21, 2012 at 9:47 pm #23914Andy Fragen
ModeratorDid you change anything else?
August 21, 2012 at 9:47 pm #23915Tom
ParticipantSayontan Sinha
August 21, 2012 at 9:48 pm #23916Tom
ParticipantI’m using the Suffusion theme by Sayontan Sinha
August 21, 2012 at 9:52 pm #23917Tom
ParticipantI 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/
August 21, 2012 at 9:54 pm #23918Andy Fragen
ModeratorTry 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.
-
AuthorPosts
- The topic ‘Cannot sync versions?’ is closed to new replies.
