wattsyourwebsite
Forum Replies Created
-
Hi 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://wordpress.org/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
[Apr 12 12:26:39] 10000 files indexed
[Apr 12 12:26:40] 10500 files indexed
[Apr 12 12:26:40] Skipping unneeded hash: /home/shimicom/public_html/wp-content/plugins/recaptcha-for-woocommerce/changelog.txt
[Apr 12 12:26:40] Skipping unneeded hash: /home/shimicom/public_html/wp-content/plugins/recaptcha-for-woocommerce/languages/recaptcha-for-woocommerce.pot
[Apr 12 12:26:40] Skipping unneeded hash: /home/shimicom/public_html/wp-content/plugins/recaptcha-for-woocommerce/readme.txt
[Apr 12 12:26:40] Skipping unneeded hash: /home/shimicom/public_html/wp-content/plugins/rp-woo-shipping-calculator/assets/css/admin.css
[Apr 12 12:26:40] Skipping unneeded hash: /home/shimicom/public_html/wp-content/plugins/rp-woo-shipping-calculator/assets/img/rp-loader.gif
[Apr 12 12:26:40] Skipping unneeded hash: /home/shimicom/public_html/wp-content/plugins/rp-woo-shipping-calculator/lang/rp-woo-shipping-calculator.pot
[Apr 12 12:26:40] Skipping unneeded hash: /home/shimicom/public_html/wp-content/plugins/rp-woo-shipping-calculator/wpml-config.xml
[Apr 12 12:26:40] 11000 files indexed
[Apr 12 12:26:40] 11500 files indexed
[Apr 12 12:26:41] 12000 files indexed
[Apr 12 12:26:41] 12500 files indexed
[Apr 12 12:26:42] 13000 files indexed
[Apr 12 12:26:42] 13500 files indexed
[Apr 12 12:26:43] 14000 files indexed
[Apr 12 12:26:43] 14500 files indexed
[Apr 12 12:26:43] 15000 files indexed
[Apr 12 12:26:44] 15179 files indexed
[Apr 12 12:26:44] Forking during indexing: /home/shimicom/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Stock/Stats/Query.php
[Apr 12 12:26:44] Entered fork()- This reply was modified 2 years ago by wattsyourwebsite.
Forum: Plugins
In reply to: [Featured Video for WooCommerce] Video wont loadActually ignore this message as I’ve gone with another plugin.