theophila
Forum Replies Created
-
Forum: Plugins
In reply to: [10Web Social Post Feed] Feed Not UpdatingSame issue here. *NO* caching plugin. No caching on .htaccess. No caching anywhere.
I’m having the same issue and hoping there will be a response. There was a typo in my default URL on Google Analytics. I fixed it (even before I installed the plugin). I installed the plugin but noticed that it was still grabbing the previous default URL with the typo. I have reset, cleared, unauthorized and reauthorized the plugin multiple times, but it still shows the old URL. What can I do to fix this?
Forum: Plugins
In reply to: [CampTix Event Ticketing] Printable and custom ticketsI have added the new actions, but the emails are still sent as plain text.
Forum: Plugins
In reply to: [CampTix Event Ticketing] Send email for pendingAlso, I’ve noticed in your code that you have:
// If the status is pending, let the buyer know about that in the receipt. if ( 'pending' == $to_status ) $payment_status = sprintf( __( 'Your payment status is: %s. You will receive a notification e-mail once your payment is completed.', 'camptix' ), 'pending' ) . "\n\n";
But you don’t actually use it anywhere, so none of the emails that are sent out to the attendee actually state pending status.
Forum: Plugins
In reply to: [CampTix Event Ticketing] Send email for pendingIs there some way so that I can receive an email at all when people buy a ticket? This is the first registration plugin I’ve used that doesn’t have that option.
Is there a simple way to use blackhole to process offline payments? TO set status to “pending” (instead of cancelled or draft) and then manually hit “publish” in the WP dashboard under attendees when payment is received?
Forum: Plugins
In reply to: [CampTix Event Ticketing] Manually Add Attendees?Bumping this because I would love to know as well!