Toby
Forum Replies Created
-
Forum: Plugins
In reply to: [Widget Responsive for Youtube] Starting videoPerfect thanks!
I would have sworn that I had tried start_s=”30″ but oh well. It works now!
You might add a comment near the top of the shortcodes page indicating that you can see the shortcodes in the widget. I did not want to use the widget so I never tried it.
Thanks again!
Forum: Plugins
In reply to: [Widget Responsive for Youtube] Starting videoBTW, thank you for this great plugin!
Meant to say that before and forgot 🙁Forum: Plugins
In reply to: [WP FullCalendar] Upgrade to Events Manager breaks WP FullCalendarForum: Plugins
In reply to: [WP FullCalendar] Upgrade to Events Manager breaks WP FullCalendarSeems I can’t delete my posts – creating a new topic and removing from this one, since my issue is different from this.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Event templates“I believe that some themes support this feature already on custom post types such as ‘event’ “
Can you explain more about this as it’s pretty vague? How would that allow me to have different short codes or placeholders for different events? The single event format/layout is not defined on the post page – it’s defined in the Events Settings.
The description of “template” as EM is using it isn’t a template at all. You can only have one – that’s not a template. Unless I’m missing something …
Seriously??!!
I read that posting but couldn’t believe there weren’t more of the common and LOGICAL scope arguments.
Did you try the Events>Settings>Formatting option of “Events Page Grouping” at the first option of the “Events Page”?
It shouldn’t cause a problem – but you might be getting some weirdness because you have:
div.event-info p{
color: #fff !important;
}at the end. At the very least – you want to remove that as it will show up as text.
That part is the CSS info for your <div class=event-info”> tag and should go in a CSS file.
Where is month=”8″ documented at?
Is that August?
You aren’t going to get much help when you supply that little info. We have to assume and guess about a lot of things.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Dates troubleCan you post your date format settings?
You probably did something like mm/dd/YY (maybe copied it from the Date Picker format – those use different format settings).
From the help (for month):
m – Numeric, with leading zeros e.g. 01–12
n – Numeric, without leading zeros e.g.1–12
F – Textual full e.g. January – December
M – Textual three letters e.g. Jan – Dec