sojournerweb
Forum Replies Created
-
I have found this issue too in my own testing.
Forum: Plugins
In reply to: [Contact Form 7] Plugin conflictI concur, I have found the same issue this morning.
Forum: Plugins
In reply to: [Coupon Generator for WooCommerce] Coupon Code LengthCan you direct me to where I can look into this? I am looking to shorten the code length and add a prefix.
Thank you.
Forum: Plugins
In reply to: [Expanding Archives] Specify Category?Alrighty, thanks anyway.
I am using version 4.8.1, which looks like it just came out a few hours ago.
Chirag,
Hi, I tried this method, but it didn’t work.
Out of curiosity, I also tried the following code, but this does not work. This makes me think that the particular array variable you mentioned does not exist:
add_filter( ‘wprss_display_feed_items_query’, ‘my_show_future_stories’, 10, 2 );
function my_show_future_stories( $args, $settings ) {
if (isset($args[‘meta_query’][‘wprss_feed_id’])) {
$args[‘order’] = ‘ASC’;
$args[‘post_status’] = array(‘publish’, ‘future’);
}
return $args;
}Thank you.
Okay, thanks. Another question. In the pro version, can support categories automatically be assigned to specific agents?
So any time someone selects “Housekeeping” support request, the housekeeping agent will automatically be assigned to the ticket and emailed.
Thanks.
Forum: Reviews
In reply to: [Stripe for WooCommerce] Saved Credit Cards Don't Work. Two Months, no updateHarri,
Awesome, thanks for the update. I was on a tight schedule, so I had to pay for the WooCommerce version of the plugin. So far, the WooCommerce version has performed flawlessly.
On a side note, Stripe for me is a better option than Simplify Commerce. I had my account canceled without warning from Simplify Commerce. Something to keep an eye out for…
Wishing you the best luck on your projects!
Forum: Plugins
In reply to: [Stripe for WooCommerce] First saved car acting wierd / not showing detailsIt’s been two months without a response or update that addresses this issue. It looks like I will have to look into the $79 Woocommerce plugin: https://www.woothemes.com/products/stripe/
I was hoping this free plugin would work. I hate to leave a negative review, but your plugin isn’t fully functional. Thanks for the effort, the plugin works almost 100%, but this is a big issue for me.
Forum: Plugins
In reply to: [Stripe for WooCommerce] First saved car acting wierd / not showing detailsThe only thing being displayed is the forward slash that separates the month and year for the expiration date.
Forum: Plugins
In reply to: [Stripe for WooCommerce] First saved car acting wierd / not showing detailsI am also seeing the same issue. Has anyone been able to resolve this issue with the first saved credit card not being displayed properly?