Forum Replies Created
-
AuthorPosts
-
Tom
ParticipantThanks Andy. Unfortunately I’m not as well versed in css as I should be, but the class “cat_radiation” must relate to the category of the first event of each month, which is “radiation”. So I will try to figure out where the category classes are created and whether I can have any effect on them. I too noticed that all whitespace is being removed by the theme when displaying events. I’ve spent some time on the Suffusion forum to see if anyone else who is using ECP has solved that. In the end though, I think I’d like to figure out how to use the included page template for ECP and just not show any sidebar on the events calendar and events detail pages.
Tom
ParticipantOne more question. Any idea why the events widget shows the category colors only when you’re on the events page and not when you’re on any of the other pages? I’m almost positive that wasn’t like that before I updated either. You asked if I changed anything else. The answer is yes, I also updated EC, but not until after I updated Category Colors.
Tom
ParticipantAnd I will definitely check the Themer’s Guide.
Tom
ParticipantI think I will contact the Suffusion dev and ask him how to style the “Default Events Template” with his theme so that it shows up properly using full page width and not dumping the sidebar under the calendar. It’s even more pronounced when clicking on any event and getting the detail page for the event. Thanks for your help!! 🙂
Tom
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/
Tom
ParticipantI’m using the Suffusion theme by Sayontan Sinha
Tom
ParticipantSayontan Sinha
Tom
ParticipantAnd I know I didn’t have this problem with 1.4.1
Tom
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();Tom
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();Tom
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.
Tom
ParticipantHey Neil and Jonah…thanks so much for your replies. I read them at the same time, and I now have both my questions resolved. The plugin was the path of least resistance and does what I need it to do. And the tooltip fix worked perfectly and I’ll keep any eye out to see if it broke anything else in the theme. Thanks again….
Tom
ParticipantOk…got it. Thanks very much Jonah.
Tom
ParticipantHmmm…my theme does not seem to have an “events” folder. Nor can I find any “events.css” in my theme folders. Any ideas?
Tom
ParticipantThanks Jonah, I’ll have a look. Any idea why the individual event listings have the same nice margins as everything else on my site, but the group listings have zero?
-
AuthorPosts
