Forum Replies Created
-
AuthorPosts
-
Andy Fragen
ModeratorThanks, Leah. I’ll close this out.
Andy Fragen
ModeratorThere are only 2 types of events that can be created, all-day events and start/end time events. If a weekend conference has different times on Fri, Sat and Sun and you wish to accurately reflect those times outside of the event description, you’ll likely have to create 3 individual events.
The User CSS plugin is working. I can see it loading the correct stylesheet in the headers of your page. The plugin doesn’t create any files or folders. It uses the file/folder structure that Modern Tribe has recommended be used for CSS overrides. This changed from 2.x to 3.x and the plugin works with both. I wrote the User CSS plugin it’s in the WordPress plugin repository and is free under GPL v2 or higher license (as required to be listed in the repo).
Regarding your CSS, I’ll have to take a closer look. It seems in your demo site the selector is
li.tribe-events-list-widget-events h4.entry-title {}This will be different for PRO.
You must remember that these are 2 different widgets with different selectors. Running TEC core on the demo site and TECPro on the live site won’t provide for proper testing.August 9, 2013 at 8:33 am in reply to: custom recurrence description not filled in or displayed #59706Andy Fragen
ModeratorIf you look at your events using the List view and click on the Recurring Event label, you should see the automatically generated pattern.
Andy Fragen
Moderatorchristcct7, the Events Calendar User CSS plugin will load the standard tribe-events.css last so using this plugin and just putting the CSS in THEME/tribe-events/tribe-events.css should do the trick as well. Added benefit of having CSS for The Events Calendar all in one place.
Andy Fragen
Moderatordostie,
1. The plugin is designed to work for either The Events Calendar/PRO 2.x or 3.x. If you look in your page source you’ll see that the override stylesheet is loading and in the correct order. The idea behind the plugin was so you wouldn’t have to use 2 separate override files placed in 2 different locations. One for TEC and one for TECPro.
2. I think your issue with the CSS for the title is you forgot about :hover and :visited.
.widget-area .widget a, .widget-area .widget a:visited, .widget-area .widget a:hover {}If you want the link to look the same regardless of whether it’s been visited or being hovered over you must set all of these. If that’s not what you want please state what you’d like it to look like and under what circumstances. I’m sure we can figure this out.
Your last item looks more like a feature request as this isn’t how the widget nor the event setting currently works. Is an event that starts and ends at different times on different days really a multi-day event?
Andy Fragen
ModeratorCan you post your URL?
Andy Fragen
ModeratorCan you look in Settings > General and see how the Date format is set?
Andy Fragen
Moderatordotsie, this should be the selector for the Events List title.
.widget-area .widget a { }It seems to work for both core and PRO.
August 7, 2013 at 3:09 pm in reply to: Calendar displaying all events when only a category should be shown #59403Andy Fragen
ModeratorRob, that’s why I want to be able to edit a repy.
Uncheck, Use javascript to control page loads
August 7, 2013 at 3:07 pm in reply to: Calendar displaying all events when only a category should be shown #59401Andy Fragen
ModeratorThis seems only to be an issue with the AJAX loading. The links to the next and preceding months stay wothin the category. Have you tried turning off the AJAX page loads from Settings > Events > General and disable ‘Use avascript to control page loads’?
Andy Fragen
Moderatordotsie, I’m doing this for the next version of the Category Colors plugin. You can see what it looks like at drfragen.info
I’m sure we can figure this out to give you exactly what you want. What CSS do you want to apply? I’ll try to find a solution tomorrow when I have more time.
Andy Fragen
ModeratorIf you install and activate the plugin referenced above you should be able to keep all your tribe-events related CSS in the same file.
Andy Fragen
ModeratorAnd are you trying to change the Event Title in the PRO Events List widget or the free version. The selectors are different.
Andy Fragen
ModeratorLeave it in /tribe-events/tribe-events.css and install The Events Calendar User CSS plugin.
What exactly are you trying to do to the Events Title?
Andy Fragen
ModeratorTry this.
.tribe-events-adv-list-widget h4.event-title.summary a {} -
AuthorPosts
