wattsyourwebsite
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Past due actions – what to do?There are other ones
You can see here: https://snipboard.io/7Liy6T.jpg
If I run them manually they report back fine.
eg.
Successfully executed action:MailChimp_WooCommerce_Single_OrderForum: Plugins
In reply to: [WooCommerce] Past due actions – what to do?Here are the Past-due Scheduled Actions
https://snipboard.io/3aEYHg.jpg
Here is the System Status:
https://pastebin.com/YwWyVDHUHi there,
I have followed your option #1 and now it appears on this page:
https://balilawnbowls.com/gallery/
However as you can see there are no images coming through.
However on the actual Facebook Page each Post has an image:
https://www.facebook.com/people/Belibis-Bali-Lawn-Bowls/61586094099270/Forum: Plugins
In reply to: [DK PDF - WordPress PDF Generator] Fatal Error with version 2.2.0I found the right code fix.
add_filter( 'dkpdf_get_post_for_pdf', function( $post, $post_id ) {
// Add post IDs, separated by comma
$allowed_post_ids = array( 5003 ); // This is what is in the URL ?pdf=5003
if ( in_array( $post_id, $allowed_post_ids, true ) && ! $post ) {
$post = get_post( 5922 ); // This is the ID of the certificate page =
}
return $post;
}, 10, 2 );Forum: Plugins
In reply to: [DK PDF - WordPress PDF Generator] Fatal Error with version 2.2.0The post in question is 5922 but even adding your code does not work.
$allowed_post_ids = array( 5003, 5922 );Forum: Plugins
In reply to: [DK PDF - WordPress PDF Generator] Fatal Error with version 2.2.0Even if I log in as admin I can’t generate a PDF.
It shows this error:
PDF Generation Error
The requested content was not found.
The content is definitely there.
You said:
“caused by a stronger post permissions validation introduced in 2.2.0”
How do I set the permissions to allow any logged in user access?Forum: Plugins
In reply to: [DK PDF - WordPress PDF Generator] Fatal Error with version 2.2.0I have tried that version and I still get this error:
The requested content was not found.
Forum: Plugins
In reply to: [DK PDF - WordPress PDF Generator] Fatal Error with version 2.2.0Actually – my apologies! Upon further testing it is returning this error to the screen:
The requested content was not found.Forum: Plugins
In reply to: [DK PDF - WordPress PDF Generator] Fatal Error with version 2.2.0Hi @dinamiko,
I just tested it out and it all worked perfectly.
ThanksForum: Plugins
In reply to: [Custom Permalinks] Latest version breaks WooCommerce payment pageThis is STILL not fixed. I have a staging site that has the latest version of your plugin.
You can test it here. Staging has the latest version of your plugin (version Version 3.1.0):
https://staging.partieskidsremember.com.au/product/productprincess/
versus the live site (which has 2.8.0 version of your plugin)
https://partieskidsremember.com.au/product/productprincess/
Both sites don’t ask for any payment so it is safe to test.
On the live site, upon clicking the final submit it correctly shows the details of the request (Order). On the staging site, it says “Your Cart is empty”. The only difference between LIVE and STAGING is your plugin.
I highly recommend users do not update your plugin until you fix this bug.I have raised a Ticket but am not getting any resolution.
It is Ticket [## 28267 ##]
I had to roll back to version 4.13.1 which I accessed here:
https://ww.wp.xz.cn/plugins/yith-woocommerce-product-add-ons/advanced/
Problem went away – I’ll await a version that works.
I am having the same problem. The price is correct at the Product level but when you go to the Cart or the Checkout the extra cost disappears! Please help
Forum: Plugins
In reply to: [File Manager Pro - Filester] Error 403 – Unable to connect to backend.Hi Mia!
I have found the cause of the problem and coded a workaround. It appears to only show the Error 403 when code in the file (in this case I was editing functions.php) contained the code
<script ...>So I removed that from functions.php and clicked Update and it all worked. The GoDaddy server must not like that. So I added a few fields in customizer.php which contains the <script> and simply echo that.
It’s not ideal but at least I can continue.
Hopefully this insight might help others out there with this problem.
Tania
Thanks Mark. I have also done the “Send Report by Email”.
Tania