izzaboo
Forum Replies Created
-
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Markup Validation ErrorsNope. For the Calendar page, using the default ‘full-width’ template included with the current theme.
Does ai1ec theming use templates? Could there be a conflict there between WP theme and ai1ec theme?
@richard thank you for the feedback. I was pretty sure it was a browser issue, although the validation issues look like they could be fixed pretty easily to me. Such fixes may be in v1.9?
thanks again,
GForum: Plugins
In reply to: [Timely All-in-One Events Calendar] Markup Validation ErrorsRichard,
I reactivated ai1ec 1.8.3-premium because the visitor mentioned above was able to load several other sites currently employing that plugin. (I only assume the most recent version.)
You can see it here:
That’s a full width page, no sidebar widgets. Look at the other pages for the Calendar Widget.
Here’s the validator.w3.org results for the homepage: http://bit.ly/ZgTyU2
Thanks for taking a look!
G
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Markup Validation ErrorsI confirmed today that a site visitor was unable to load the page with the ai1ec plugin activated and the site loaded quickly when the plugin was deactivated.
She’s apparently using IE7 on Win7 and gets all snippy when I even *joke* about upgrading her browser. Sheeze. I was able to grab screenshots of IE7 successfully loading the page with browsershots.org. I had to write a little script and have her load it email to me what useragent I was dealing with because she didn’t know how to find version numbers. (Then she told me she wanted me to realize people won’t visit the site if it won’t load and they’re told to upgrade their browser. Grrr.)
Anyway, I’m doing all this pro-bono and will have my actual client tell me what they want to do. If I reactivate ai1ec 1.8.3-premium I’ll post back here with the URL and you can check it out. That sound good?
Is there an ETA on version 1.9? So I can better advise my client?
Thanks so much!
G
Forum: Plugins
In reply to: [Row Seats Core] [Plugin: Row Seats] time/date selection of showSorry I didn’t get back to you. I got wrapped up with other priorities.
Yes, this is resolved, in a way. I see how dragging in certain views adjusts the start/end times I asked about in my original post.
After reactivating this plugin I found I was having conflicts between this plugin and another (http://www.webfanzine.com/colored-vote-polls/) which prevented the popup dialog from appearing at all.
I disabled the other plugin and can see the popup dialog appropriately. But I couldn’t type into any of the fields.
Using WordPress 3.4.1 and 3.4.2, Twenty-eleven and very few plugins I found a second conflict with another plugin that prevented entering name/venue (http://mohanjith.com/wordpress/web-invoice.html).
Unfortunately I’m too committed to this web invoice plugin right now to discontinue its use. But I will look further into making them play well together.
I’ve not narrowed it down any further than that. But, by disabling other plugins I was able to resolve this issue.
Thank you!
Forum: Plugins
In reply to: [Row Seats Core] [Plugin: Row Seats] time/date selection of showI’ll give it a try. Thanks!
Thank you! I’ll check back.
I was thinking of approaching this with templates and/or custom post type.
Have there been any developments on this front-facing directory idea?
Forum: Plugins
In reply to: [Plugin: Events Manager] Export CSV not workingI have approval required. The bookings in question were already approved before upgrading to version 4.14. The status in wp_em_bookings for all of the events is 1.
I just went back through to look at it all again. I had a few more new bookings that showed up correctly everywhere I could find including the exported .csv file.
The only place 0 shows up is in the spaces column in the edit booking page. And in the fact that those showing 0 when there should be a 1 (or in one case 4) are also not being exported in the .csv file. The count is spot on everywhere.
I modified a booking so that the spaces column shows a 1. The total is a 1 and the pricing reflects the correct amount.
I think whatever happened to cause this happened in upgrade between versions (I think I started receiving bookings before 4.14)
Long story short, once I modify the booking with correct spaces number everything works as expected.
edit: my only problem is I have several bookings for which I don’t know what ticket type was actually purchased. I’m *guessing* based on the price, which I think is okay to do because they’re not all the same price…but I’ll have to contact each registrant to confirm.
Forum: Plugins
In reply to: [Plugin: Events Manager] Export CSV not workingI was able to successfully download exported .csv file but it only included half the bookings (most with 1 space, one with 4). There were 8 bookings, but only four in the .csv file…
versions 4.14 & 4.15.
Maybe related, in preparing a report manually I looked at each of the bookings that were not included in the .csv file and found the totals correct but the text boxes for all ticket indicated “0”.
I’m not positive, but I *think* those bookings were made prior to version 4.14 upgrade.
To bring this a little more back on topic…
Would be neato bandito if booking for one ‘event’ would automagically register for all the ‘events’ in the program.
Thus forcing registrants to opt out, as it were, of individual sessions.
I imagine this would be like having a parent event and children events. Or something. Maybe register for a category of events?
The complexity makes my mind gooey at this late hour.
Looks like that worked, Marcus. Thanks!
I added an attribute with two options and checked against that in line 18 of bookingform.php.
if start < current && attribute != “myOption1”
Probably could’ve done the same thing with categories.
Or maybe the scope (past, present, future)?
But this is working. So thanks again!
If I am using a recent version (i.e. using wp_em_* as table names) can I safely remove wp_dbem_ tables?
I will not be using any data entered prior to today.
tia!
I created one event (with three ticket types) that spans almost a year. Think of it as enrollment in one program, then enrollees can sign up for specific events (or a package of all).
My problem is that booking is closed for that event because the start date is always in the past. I want people to be able to enroll at any time. Rolling enrollment?
Is there a suggested best way around this using your plugin?
I am able tinker with the php if needed.
Forum: Fixing WordPress
In reply to: Password Protected custom messageI was wondering. Looks like the same solution as here.
But I couldn’t get that to work with WP v3.0.1 and the Cordoba GreenPark 2 theme.
Any thoughts? Is there a particular place in the functions.php file that function should go?