Andy Fragen

Forum Replies Created

Viewing 15 posts - 151 through 165 (of 529 total)
  • Author
    Posts
  • in reply to: Events Featured Venue widget not working #59769
    Andy Fragen
    Moderator

    Thanks, Leah. I’ll close this out.

    in reply to: CSS styling Qs for Events Widget #59744
    Andy Fragen
    Moderator

    There 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.

    in reply to: custom recurrence description not filled in or displayed #59706
    Andy Fragen
    Moderator

    If you look at your events using the List view and click on the Recurring Event label, you should see the automatically generated pattern.

    in reply to: All caps and right justified #59636
    Andy Fragen
    Moderator

    christcct7, 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.

    in reply to: CSS styling Qs for Events Widget #59634
    Andy Fragen
    Moderator

    dostie,

    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?

    in reply to: Event Date is Not Working At All With My Theme #59530
    Andy Fragen
    Moderator

    Can you post your URL?

    in reply to: Event Date is Not Working At All With My Theme #59512
    Andy Fragen
    Moderator

    Can you look in Settings > General and see how the Date format is set?

    in reply to: CSS styling Qs for Events Widget #59416
    Andy Fragen
    Moderator

    dotsie, this should be the selector for the Events List title.

    .widget-area .widget a { }

    It seems to work for both core and PRO.

    Andy Fragen
    Moderator

    Rob, that’s why I want to be able to edit a repy.

    Uncheck, Use javascript to control page loads

    Andy Fragen
    Moderator

    This 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’?

    in reply to: CSS styling Qs for Events Widget #59308
    Andy Fragen
    Moderator

    dotsie, 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.

    in reply to: CSS styling Qs for Events Widget #59294
    Andy Fragen
    Moderator

    If you install and activate the plugin referenced above you should be able to keep all your tribe-events related CSS in the same file.

    in reply to: CSS styling Qs for Events Widget #59284
    Andy Fragen
    Moderator

    And are you trying to change the Event Title in the PRO Events List widget or the free version. The selectors are different.

    in reply to: CSS styling Qs for Events Widget #59283
    Andy Fragen
    Moderator

    Leave 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?

    in reply to: CSS styling Qs for Events Widget #59230
    Andy Fragen
    Moderator

    Try this.
    .tribe-events-adv-list-widget h4.event-title.summary a {}

Viewing 15 posts - 151 through 165 (of 529 total)