Sami S
Forum Replies Created
-
Hi
I don’t understand your question, but the problem seems to have sorted it self out!
SamiForum: Plugins
In reply to: [WP Download Codes] Compatibility with PHP 8.2?Hi,
I fixed the errors with chatGPT. I don’t know anything about coding but I just gave chatGPT the error codes and the corresponding lines of code and asked it to fix them. It took a while but it works. ?? Make sure to make a back up though before attempting this!Would it be possible to use custom code in the functions.php to show the actual value in the snippet as well?
OK, glad to hear it is expected behaviour. It would be handy to show in the snippet filed as well. Is this something that you can change in an upcoming version so that it would show the actual value of the term in the snippet field as well as in the front end?
Thanks!So just to clarify the Customterm pa_esittaja is not shown correctly (others are). Ive created the custom term pa_esittaja with ACF plugin.
Forum: Plugins
In reply to: [YITH Pre-Order for WooCommerce] Price is shown twiceThanks, that worked!
That shouldn’t affect the functionality. But I used ChatGPT to give me a fixed code and it spit out this. I take no responsibility. Try at your own risk and make backups, I am not fluent at coding. ??
$html .= dc_msg('code_enter') . ' <input type="text" name="code_' . $shortcode_id . '" value="' . ($post_code !== "" ? $post_code : (isset($_GET['yourcode']) && $_GET['yourcode'] !== "" ? $_GET['yourcode'] : "")) . '" size="20" /> ';
You need to update one line of code, check this thread for instructions:
https://www.ads-software.com/support/topic/php-8-1-9/Forum: Plugins
In reply to: [WP Download Codes] PHP 8.1Hi Benjamin,
It might be that a cache is still feeding the old code. Make sure to clear all caches, in WordPress and Cloudflare if you have it.
You should only change the code on line 49 in /wp-content/plugins/wp-download-codes/includes/helpers/string.php as instructed by Nate in the first post, nothing more.- This reply was modified 2 years, 1 month ago by Sami S.
Forum: Plugins
In reply to: [WP Download Codes] PHP 8.1This worked great, much appreaciated Nate!
Forum: Plugins
In reply to: [WP Download Codes] PHP 8.1Excellent! Thanks for this, will try it out!
Forum: Plugins
In reply to: [WooCommerce] Problem picking custom date in analyticsHi
Can’t find any errors or warnings at all. I use different themes on the websites and also disabled all plugins and tried the default theme (Twenty Twenty-Three) and still had the same issue.
I’ve kept both sites up to date regularly.
All I can think of is that both sites use Cloudflare and same service provider. But Woocommerce problems fall out of their purview.
And just to make clear, everything else on the analytics admin page works, only the date picker is not working. I can select the default (year, last month etc.) options, only the custom date picker is not working.
Forum: Plugins
In reply to: [WooCommerce] Problem picking custom date in analyticsSame thing happens on my second Woocommerce site which are in no way connected to each other. Completely different installations. For everyone else it is working?
Forum: Plugins
In reply to: [WooCommerce] Problem picking custom date in analyticsI tried that but there are no errors. The log is completely empty. When I disable Javascript from the developer the date picker doesn’t even open so I guess Im in the right place doing the right thing though.
Forum: Plugins
In reply to: [Yoast SEO] WordPress caught an error with one of your plugins, Yoast SEO.Hi
I just had this happen although Im running
WordPress version 6.1.1
Current plugin: Yoast SEO (version 19.10)
PHP version 7.4.32Any advice?
Sami