wpdatatables and envato refuse to accept attempts to update or activate or, indeed to recognise the email (they have used to contact me) as a valid email address!
Needs sorting out urgently, but I won’t hold my breath!
I’ve noticed in the last few days I’ve go some problems with saving and publishing posts. It’s very slow and often fails but now I can’t seem to save or update the post with a featured photo.
Any ideas?
Many thanks
]]>Today during a screenshare, my website coder said you are on the wrong version of Yoast.
My Manage WP is up-to-date, so I didn’t know what was going on.
Even within Plugins on the site, there were NO updates.
Ask me WHICH version of Yaost is on this site…..
5.8
This means that since 2017, your plugin has NEVER told me to update.
I wrote a ticket to MWP, but none of my other 23 sites had this issue.
Thoughts?
That’s dangerous.
]]>I have trouble with I can add to cart is fine, but when I view the cart page. the item won’t show up unless I refresh the page. same problem with delete item in the cart.
Does it have anyway, it will auto refresh when action trigger?
There’s a cookie set on the page, thinking might be the issue.
Thank you so much for the help!
—– code ———-
<?php
if(get_query_var('remove') > 0){
$r = get_query_var('remove');
$d = get_query_var('d');
if (isset($_COOKIE['cart'])) {
$cart = json_decode(base64_decode($_COOKIE['cart']), true);
unset($cart[$r][$d]);
if(empty($cart[$r])){
unset($cart[$r]);
}
if(empty($cart)){
setcookie("cart", base64_encode(json_encode($cart)), time() - 3600, '/');
} else {
setcookie("cart", base64_encode(json_encode($cart)), time() + 2592000, '/');
}
header('Location: '.get_the_permalink());
die();
} else {
header('Location: '.get_the_permalink());
die();
}
}
]]>I have installed the latest version of the plugin. Post were immediately displayed so I thought all was fine. However, it never updated the feed. Also, I can’t save changes to the widget. Please see the last updated post here.
Can you please help us out, we’ve been having so much trouble lately with the feed….
Thanks!
]]>How can I update when the Update page tells me
]]>You have the latest version of WordPress.