KenyonK
Forum Replies Created
-
Yep, no events are showing up in the admin anywhere. I can see that the data is stored in the DB, but it’s not hooking to the admin view.
The front end is working, I can view the event, paginate between the events, but when I try to see the list in the admin view, there are no events.
‘screen options’ shows 20 for number of events.
Thanks,
KenyonSorry I forgot to specify which event list. The ‘event list’ I am talking about is the admin view. when I click the ‘Events’ tab nothing is there.
I upgraded from the previous version.
Thanks
I would just turn off the errors but the category page ins’t even working.. I only get an error on that page, no categories.
Forum: Plugins
In reply to: [WP Stripe] [Plugin: WP Stripe] Donate Form not showing upHey Noel,
Quick question. I am using your recent donation widget, for some reason the email in showing up and I would not like it to, I tried
$comment = $custom["wp-stripe-comment"][0];then
<?php echo $comment; ?>but no luck.
any thoughts?
URL chalkfestival.comForum: Plugins
In reply to: [WP Stripe] [Plugin: WP Stripe] Donate Form not showing upAwesome, [wp-legacy-stripe] worked. Thanks, I suppose I don’t need <?php wp_stripe_form(); ?> anyway.
Thanks Noel!
Forum: Plugins
In reply to: [WP Stripe] [Plugin: WP Stripe] Donate Form not showing upYeah, it was a thick box issue. I just removed the thick box css for WP E Commerce and that made [wp-stripe] work (bottom right corner). As far as [wp-stripe-legacy] and <?php wp_stripe_form(); ?> they still don’t seem to work.
The donate page is back up if you’d like to take another look.
Also on the form pop up, the name input isn’t being required. Is that just for the testing?
Forum: Plugins
In reply to: [WP Stripe] [Plugin: WP Stripe] Donate Form not showing upIt was a plugin conflict. WP E Commerce is conflicting with the css styling.. any way around this?