lpint
Forum Replies Created
-
EventPrime uses the start day setting from WordPress. You can change it in the WordPress “Settings”, “General” page near the bottom.
I second this suggestion. If there is no link, the icon should not appear.
Forum: Plugins
In reply to: [EventPrime – Events Calendar, Bookings and Tickets] Checkout FieldsBummer. Sorry that didn’t help. I don’t sell tickets or do bookings or anything like that, so I’ve never done anything with checkout.
Forum: Plugins
In reply to: [EventPrime – Events Calendar, Bookings and Tickets] Checkout FieldsHave you tried the ‘settings” and “Checkout fields”?
(I have never used that so I don’t know if that is what you want/need.)
- This reply was modified 3 days ago by lpint.
Forum: Plugins
In reply to: [EventPrime – Events Calendar, Bookings and Tickets] Display past events onlyHere’s the shortcode for events:
[em_events view=”square_grid/staggered_grid/rows/slider /month/week/listweek/day” id=”{EVENT_ID}” types=”1,2,…” sites=”1,2,…” show=”5″ upcoming=”0 or 1″ disable_filter=”0 or 1″ filter_elements=”quick_search,date_range,event_type,venue,performer,organizer” individual_events=”yesterday or today or tomorrow or this month” order=”asc/desc” ]
For past events try setting upcoming=”0″. For future events try upcoming=”1″
For example, for past events you might use “[em_events upcoming=”0 “]
Have you tried going to the event types, then editing an event type and setting the background and text colors?
Forum: Plugins
In reply to: [EventPrime – Events Calendar, Bookings and Tickets] Change VerbiageI am not aware of any way to do this. But I’m just a user, not with EventPrime. They may have a better answer for you.
Forum: Plugins
In reply to: [EventPrime – Events Calendar, Bookings and Tickets] Change VerbiageIf you go to the EventPrime, settings page and select “language” you can change what is displayed. It may not work in all places, but it should work in most common places. If you find a place where the value entered here is not used, let support know so they can check into it (and fix it).
My “Organizer” is set to “Theatre” and “Organizers” set to “Theatres” and “Performer(s)” set to “Show(s)”.
- This reply was modified 1 month, 1 week ago by lpint.
I use a slider near the top of my homepage to display events for the current month. I only want certain types of events displayed, so I have types=”43,46,56″ as part of the shortcode. Here’s the shortcode I’m using:
[em_events view=”slider” types=”43,46,56″ upcoming=”1″ disable_filter=”1″ individual_events=”this month”]
First of all, the obvious… do you have the “Hide past events” turned on on the “Setting’, “Front end views’, “events listing”?
Also, something EventPrime support gave me a while back that I think helps, is enabling the background color for the entire button for the “event type” buttons at the bottom of the page, instead of just the little box – add this code to the custom css:
ep-events-content-container .ep-event-types .ep-event-type {
position: relative;
overflow: hidden;
padding: 14px 8px !important;
font-size: 12px;
} ep-events-content-container .ep-event-types .ep-event-type a {position: relative;
z-index: 99;
color: #000;
} ep-events-content-container.ep-event-types .ep-event-type span{
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 0;
margin: 0px !important;
}At the top of our home page (mn-act.net) we have a slider view of performances for the month. (shortcode: [em_events view=”slider” types=”43,46,56″ upcoming=”1″ disable_filter=”1″ individual_events=”this month”]) Down further on that page, in the right column, we have an agenda view of events for the week. (shortcode: [em_events view=”listweek” types=”43,44,46,56,145,164″ disable_filter=”1″]) On a separate page we have a calendar. (shortcode: [em_events view=”month” types=”43,44,46,56,145,164″ upcoming=”1″ disable_filter=”0″]) All is working fine for us.
Forum: Plugins
In reply to: [EventPrime – Events Calendar, Bookings and Tickets] Slider heightThank you! Thank you! Thank you! That is exactly what I was after!
EventPrime support is amazing!
Forum: Plugins
In reply to: [EventPrime – Events Calendar, Bookings and Tickets] Slider heightThanks for your always fast and great support.
So it appears my options are: 1) have the slider a constant height but the images cropped or 2) have the full image displayed but slider height change. Such is life, I guess. Thanks, again.
Forum: Plugins
In reply to: [EventPrime – Events Calendar, Bookings and Tickets] Extra week in CalendarSeptember seems to work fine.
October & November have an extra week
December seems to be fine.
January has an extra week. I didn’t look further in advance.
I am currently using version 4.0.4.5 and both issues are still there.