Oikos
Forum Replies Created
-
Forum: Plugins
In reply to: [Church Community Builder Core API] Conditional Statement for core group areaNevermind. I was able to write a function that took care of this.
function my_small_groups() { //And any other checks if (!is_admin() && is_tax('ccb_core_group_area')) { set_query_var('ccb_core_group_type','small-group'); } } add_action( 'pre_get_posts', 'my_small_groups' );
Forum: Plugins
In reply to: [Church Community Builder Core API] Post Meta main_leaderThank you!
Forum: Plugins
In reply to: [Church Community Builder Core API] Post Meta main_leaderHere’s what I used to find the values:
$key_values = get_post_custom_values( ‘main_leader’ );foreach ( $key_values as $key => $value ) {
echo “$value <br />”;
}Forum: Plugins
In reply to: [External Media] mp4 files not visible to upload in Google DriveRESOLVED
Forum: Plugins
In reply to: [External Media] mp4 files not visible to upload in Google DriveThat worked fine. It must me a permission issue? Thanks!
Forum: Plugins
In reply to: [External Media] mp4 files not visible to upload in Google DriveForum: Plugins
In reply to: [External Media] mp4 files not visible to upload in Google DriveI have the plugin properly configured. I can see and upload all other file types. However, MP4 is still not visible from Insert Media option. I can see the MP4 when using the Insert from URL option.
I tried that earlier, but I forgot the name attribute. Thank you.
Forum: Plugins
In reply to: [Global Gateway e4 | Payeezy Gateway |] Recurring PaymentsI followed the steps, but now I am no longer taken to the “subscription”or “recurring” transaction page after submitting the form. Any ideas?
Forum: Plugins
In reply to: [Global Gateway e4 | Payeezy Gateway |] "Unable to proceed with payment"Any word on the update for recurring transactions?
Forum: Plugins
In reply to: [Global Gateway e4 | Payeezy Gateway |] "Unable to proceed with payment"We might like to use the recurring option later, so here are the errors:
* x_amount : x_amount can only be zero when x_type is AUTH_ONLY
* x_amount : x_amount can only contain digits, a comma and a decimal point.
* x_recurring_billing_amount : Invalid amountForum: Plugins
In reply to: [Global Gateway e4 | Payeezy Gateway |] "Unable to proceed with payment"I don’t have access to those emails. We have elected to not use the recurring option and everything is working fin now. Thanks!
Forum: Plugins
In reply to: [Global Gateway e4 | Payeezy Gateway |] "Unable to proceed with payment"1. That’c correct, I am not able to view the payment page. I get the message that says,
“We cannot proceed with payment because of technical difficulties.
Please try again later or contact customer support at *********.”2. We intend for this to be a donation page, giving the donor the option to select the $ amount and choose to make the donation either one-time or recurring.
Forum: Plugins
In reply to: [Global Gateway e4 | Payeezy Gateway |] "Unable to proceed with payment"Okay, followed those steps and still getting the same result. ????
Forum: Plugins
In reply to: [Global Gateway e4 | Payeezy Gateway |] "Unable to proceed with payment"