qwik3r
Forum Replies Created
-
Forum: Plugins
In reply to: [SEOPress - On-site SEO] Single posts showing canonical url from another pageI realize what the issue is. I have a script that I’m using to have posts just have the post ID in the url while pages have the page name, but I guess that is messing things up. ;x
add_filter(‘post_link’, ‘custom_post_link’, 10, 2);
function custom_post_link($permalink, $post) {
if ($post->post_type == ‘post’) {
$permalink = home_url(‘?p=’ . $post->ID);
}
return $permalink;Thanks.
When a post is set to ‘pending review’ there is no direct “publish” option: https://share.zight.com/jkupWKKo. The next closest option to publish the post is to first ‘approve’ it. Then, I have to click ‘workflow’ again and finally select the “published” option.
So… I’m asking if there is a way to skip the statuses and just directly publish the post.
- This reply was modified 5 months ago by qwik3r.
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Duplicate paymentsThanks. I don’t know what else would submit a duplicate order. Here are all of my Woocommerce plugins currently active: https://share.zight.com/xQuoY1zv
Has this ever been reported before? Do you have any additional insight into this?
- This reply was modified 5 months, 3 weeks ago by qwik3r.
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Radar rulesAwesome, thank you1
Forum: Plugins
In reply to: [Payment Plugins for PayPal WooCommerce] Verify paypal addressYes that is correct. I’ve seen it in a few other security plugins as a feature for PayPal.
Forum: Plugins
In reply to: [Payment Plugins for PayPal WooCommerce] Verify paypal addressBasically they would have to verify their PayPal address before proceeding. For instance if someone’s PP account is compromised that doesn’t necessarily mean they have access to the person’s email, so if a verification was triggered to the email on the paypal account.
Forum: Plugins
In reply to: [WP Remote Users Sync] Failed to create token – invalid payloadAnyone ever figure this out?
Anyone find a solution? The plugin creator doesn’t seem to care.
Forum: Plugins
In reply to: [WP Remote Users Sync] Undefined errorDid you ever figure this out? The plugin creator seems to have abandoned this considering their complete and utter lack of response on here.
Forum: Plugins
In reply to: [Additional Custom Emails for WooCommerce] Email did not send…That worked, thank you!
I think it was a glitch with something else because after doing some further testing I’m not seeing that error now. Thank you.
Forum: Plugins
In reply to: [Payment Plugins for PayPal WooCommerce] Duplicate ordersHmmm I don’t have HPOS activated currently. It would be difficult to try to track this down so I just thought maybe you’ve seen some other cases like this and might know what it is.
Thanks.
Thanks, that’s what I mean’t… a way to contact you.