jamminjames
Forum Replies Created
-
Ok, thanks.
Yes, I know the “Proceed to Checkout” link is there, as I mentioned in my initial post, and that it leads to a place where can choose to pay by CC. Still, I wish there was a “Pay by Credit Card” button, like the Paypal and other buttons (Venmo etc), as the “Proceed to Checkout” link does not hint that they will be able to use a CC.
For the ‘WooCommerce → Settings → Payments → PayPal → Manage → Payment Method tab,’ I have “Advanced Credit and Debit Card Payments” enabled, and on the Styling tab, Location “Cart”, “Enable payment methods in this location” is checked and the Payment Methods are all checked. But “Credit Card” or similar is not listed as a Payment Method, and there is no way to include one in those settings.
Editing the Page for Cart, there is no “Continue Shopping” button. I was able to add a link for that purpose by editing the block, however.
We’re using the GeneratePress theme.
The website is: https://jennrogar.com/shop/
Thanks for your help!
V4.0.5 seems to be working fine for us, you can get it here.
I went to the archives page and downloaded Nextgen v4.0.5, and it seems to be working again. I deactivated and deleted the plugin from the plugins list on the backend, then uploaded the plugin via the upload option for installing. I didn’t delete the plugin folder first from the server, and I guess due to that, the plugin list shows it as the new version (4.1.1), but I think the files are from the older version, as the plugin is working now without the problems we were experiencing before.
Still, I think Imagely needs to look into this issue and upload an update asap.
- This reply was modified 2 days, 2 hours ago by jamminjames. Reason: added archives link
Forum: Plugins
In reply to: [MWW Scheduled Post Trigger] Server load on busy site?Okay, thanks. I see it’s open source, so I adapted it to check every half hour using Action Scheduler.
Can I get any kind of response from the plugin authors? We cannot activate this plugin as it is.
This is a major problem and should be looked into immediately. Any response? Thanks!
Ok, we’re not even using that at this point. If we decide to, we’ll check it out. Thanks!
Thanks, not seeing the notice anymore, so can’t test whether the “Go to Migration Page” button would work or not.
Forum: Plugins
In reply to: [Health Check & Troubleshooting] Vulnerability foundFor a plugin that ships with WordPress, it seems very odd that it has not been updated in over 2 years, and that its makers still have not addressed this problem.
I have started a support request with Buffer, but still have not been able to solve this.
We have added a Cloudflare rule to skip Hotlink protection and Bot fight mode for WP to Buffer’s bot. Still, only Bluesky fails to load the image. The rule matches (http.user_agent contains “BufferLinkPreviewBot”) or (http.user_agent contains “Bufferbot”). Can you suggest something else to add to that rule?
Thanks.
Forum: Plugins
In reply to: [Jetpack Social] Why no Twitter (X)?Okay, solved it. Just needed to check the “Mark the connection as shared” box in Jetpack Social Connected accounts. This is apparently needed if scheduling an Author post as Admin.
I did have to be logged into https://cloud.jetpack.com/ in order for the setting to take. There, the checkbox is called “Connection available to all administrators, editors, and authors.” Does this mean we have to be logged in there at the moment we publish a scheduled post? I think it will log us out automatically at some point, correct?
We spent days trying to figure this out. It ought to be emphasized somewhere in the plugin interface.
- This reply was modified 2 months, 2 weeks ago by jamminjames.
Forum: Plugins
In reply to: [Jetpack Social] Why no Twitter (X)?Well, sorry to report back that it’s not working after all.
Going back to square one, I removed the mu-plugin and tried a few test posts. It seem that scheduling a post as the logged in user works, but, as admin or editor, if I schedule a post that someone else owns, it does not work. Is this something intentional with Jetpack Social?
We have many authors, but restrict that role from being able to publish, as we want to review before publishing. So we need to be able to schedule posts by other authors as admin.
We tried this new mu-plugin filter to try and bypass the behavior, but it doesn’t work:
add_filter('jetpack_social_pre_publish_post', function( $should_share, $post ) {
if ( $post instanceof WP_Post ) {
// You can tighten this if you only want to affect certain post types/statuses.
// For now, if it's transitioning to publish, we force sharing.
if ( $post->post_status === 'publish' ) {
return true;
}
}
return $should_share;
}, 10, 2);- This reply was modified 2 months, 2 weeks ago by jamminjames. Reason: example filter
- This reply was modified 2 months, 2 weeks ago by jamminjames.
Seems to be working now, thanks!