Andy Fragen

Forum Replies Created

Viewing 15 posts - 121 through 135 (of 529 total)
  • Author
    Posts
  • in reply to: Events not Showing in Admin Panel #70627
    Andy Fragen
    Moderator

    Barry, I don’t see this menu.

    in reply to: Events not Showing in Admin Panel #70431
    Andy Fragen
    Moderator

    Yes, with PRO deactivated I see single events and the first instance of a repeating event. With PRO active I see no events.

    But I do see the following query


    SELECT SQL_CALC_FOUND_ROWS DISTINCT wp_3_posts.*, wp_3_postmeta.meta_value as EventStartDate, IFNULL(DATE_ADD(CAST(wp_3_postmeta.meta_value AS DATETIME), INTERVAL eventDuration.meta_value SECOND), eventEnd.meta_value) as EventEndDate FROM wp_3_posts LEFT JOIN wp_3_postmeta as eventDuration ON( wp_3_posts.ID = eventDuration.post_id AND eventDuration.meta_key = '_EventDuration') LEFT JOIN wp_3_postmeta as eventEnd ON( wp_3_posts.ID = eventEnd.post_id AND eventEnd.meta_key = '_EventEndDate') WHERE 1=1 AND wp_3_posts.post_type = 'tribe_events' AND (wp_3_posts.post_status = 'publish' OR wp_3_posts.post_status = 'future' OR wp_3_posts.post_status = 'draft' OR wp_3_posts.post_status = 'pending' OR wp_3_posts.post_status = 'private') ORDER BY eventStart.meta_value DESC, IFNULL(DATE_ADD(CAST(eventStart.meta_value AS DATETIME), INTERVAL eventDuration.meta_value SECOND), eventEnd.meta_value) DESC LIMIT 0, 20

    and the following error


    Unknown column 'wp_3_postmeta.meta_value' in 'field list'

    in reply to: Events not Showing in Admin Panel #70194
    Andy Fragen
    Moderator

    Barry, I’m seeing the same thing on my Multisite installation. FWIW, TEC is not active in blog_id 1.

    in reply to: widget with filters and colours… #68480
    Andy Fragen
    Moderator

    Vince,

    Unfortunately styling based on the mockup is impractical. What happens when there are two or more events of different categories on the same day? I actually do have working code for styling the widgets but need to modify a couple of core file unless I can get Modern Tribe to add some action and/or filter hooks.

    Andy Fragen
    Moderator

    David,

    Something to consider. A slight modification from the Themer’s Guide.

    Create a ‘tribe-events’ directory inside of your active theme directory. Inside of that create a ‘tribe-events.css’ file. Only add your override CSS here. You don’t need to duplicate.

    Install The Events Calendar User CSS plugin. It will correctly load the stylesheet. You won’t have to worry about a ‘tribe-events/pro’ directory or a ‘tribe-events-pro.css’ file. The plugin will use ‘tribe-events/tribe-events.css’ correctly whether or not you’re using the PRO plugin.

    in reply to: Responsive Calendar on mobile phones #66269
    Andy Fragen
    Moderator

    Hi Stephen,

    I wrote some CSS a while ago to make the month view look better on an iPhone. You can get it here. https://gist.github.com/afragen/3762892

    Maybe it will help.

    in reply to: Calendar for All Children Categories #64836
    Andy Fragen
    Moderator

    Gavin, did you install and try out the recommended plugin above? From what it describes all your user has to do is select the child category and the parent category or categories are automatically selected. The plugin ensures that the parent category is always selected.

    Can you describe your ideal solution?

    in reply to: Extra Space on Calendar Events #62902
    Andy Fragen
    Moderator

    Josh, add the following to a THEME/tribe-events/tribe-events.css file


    .tribe-events-list-event-description.description p { padding-bottom: 5px; }

    in reply to: Mobile phones & Calendar View #62865
    Andy Fragen
    Moderator

    Excellent, can we mark this as closed?

    in reply to: Mobile phones & Calendar View #62861
    Andy Fragen
    Moderator

    Try adding the CSS from here. You’ve got a lot of other @media CSS there.

    in reply to: Mobile phones & Calendar View #62857
    Andy Fragen
    Moderator

    gurban308, you only need to add the CSS you wish to override to the tribe-events.css file.

    in reply to: Background of Calendar Page is Transparent. #62834
    Andy Fragen
    Moderator

    frostbyte, I think you’ll need to undo the settings > display changes that you made to get rid of the extra background.

    in reply to: Mobile phones & Calendar View #62815
    Andy Fragen
    Moderator

    gurban308, as you’re using The Events Calendar 3.x and not 2.x you’ll need to change the override folder and CSS file from ‘/events/events.css’ to ‘/tribe-events/tribe-events.css’

    You’re current override CSS is not loading.

    in reply to: Mobile phones & Calendar View #62379
    Andy Fragen
    Moderator

    You need to add the @media CSS into THEME/tribe-events/tribe-events.css

    In your case create a tribe-events folder inside the wp-content/themes/Avada/tribe-events/tribe-events.css and put the code in there.

    Andy Fragen
    Moderator

    Barry that’s great! Didn’t realize there was a filter I could use there. Definitely the way to go.

Viewing 15 posts - 121 through 135 (of 529 total)