cfm168
Forum Replies Created
-
I tried and clicked on “Convert to Webp” on the jpg and png images in Media, then a popup window show up and says Image converted to webp. But none of images converted when I check the image url from website. Please advise if I am missing something. Thanks!
Forum: Themes and Templates
In reply to: [Twenty Eleven] php warning issueHello,
I have WP6.7.2. I try to get help from IA and get the following advise:
This error typically occurs when a script tries to access an array key that doesn’t exist. In your case, the “height” key is missing in the array being referenced in the image.php file. Here’s how you can fix it:
Check if the Key Exists: Before accessing the “height” key, ensure it exists using the isset() function. For example:
phpif (isset($array[‘height’])) {
$height = $array[‘height’];
} else {
$height = ‘default_value’; // Provide a default value if needed
}*Debug the Code: Look at the code in image.php around line 40. Identify where the array is being populated and ensure the “height” key is being set correctly.
*Update the Theme: If you’re using an outdated version of the Twenty Eleven theme, update it to the latest version. Sometimes, these errors are resolved in newer updates.
I checked the line 40. Hope the author can test it and update the theme. Or some one can help to create a related script for my Child theme as alternate solution.
Thanks in advance!
Forum: Themes and Templates
In reply to: [Twenty Eleven] php warning issueSorry, actually the issue persists.
Forum: Themes and Templates
In reply to: [Twenty Eleven] php warning issueHello, Thank you all.
Surprisingly the errors disappeared after installing a popular cache plugin. I will wait more days to see if it is a real.
Thank you!
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Backup to localPlease advise Can restore from earlier backup in local computer? How?
Thanks in advance!
Forum: Themes and Templates
In reply to: [Twenty Eleven] Fatal errorsee my latest update.
Forum: Themes and Templates
In reply to: [Twenty Eleven] Fatal error: twentyeleven/image.php:104It seem the issues disappeared after deleting 2 cache plugins. I will report again if the same issue persists.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Backup to localI thought UpdraftPlus connects with FTP or something else to download/backup to local computer.
Backup to local computer is the most safe way and place for security reasons.
Thank you for fast response.
Hi @yordansoares,
I want to clear that, the Paypal payment transaction ID can be pulled and printed on the Invoice?
Is the PDF Invoices and Packing Slips Plus Bundle license one time fee, or pay annually?
Forum: Plugins
In reply to: [WooCommerce] Invoice show zero balance when paidHi @doublezed2,
Thank you for the advise. Her are my concerns:
“Have you considered setting the price to zero?
This will show as $0.0 on the checkout and your customer will not need to pay.”Unless I can pull the Paypal payment transaction ID or other payment record ID to be printed on the invoice as evidence, Simply set the price to zero remain potential risk for store owner if the payment doesn’t successfully reach store owner’s bank account for some reasons.
“Another way is by creating a 100% discount for a product.
This will also result in $0.0 on the checkout page.”Creating 100% discount will affect the sales revenue in the end. I don’t want to see zero business revenue in the report. Am I right?
Forum: Themes and Templates
In reply to: [Twenty Eleven] Theme update alertYes, I’m using the theme version 4.8.
This message appeared on the installed plugins page. After updating outdate of php files that related to Woocommerce, the alert message disappeared. Thank you for your response.
Forum: Plugins
In reply to: [WooCommerce] Invoice show zero balance when paidHi @mosesmedh,
Thank you for prompt response. I am not sure if I do not correctly set on the plugin. But I simply want the New Order notification (also in the invoice attached to the buyer) to show zero amount balance due when the buyer completed the payment. And also indicate the payment transaction ID on the new order notification/Invoice. This is a complete transaction on the paper work customers like.
See what I want the screenshot: https://ibb.co/9HSppbnV
Hi @aurangajeb,
Thank you for your response. I will contact your tech support to provide the URL…instead.
Forum: Plugins
In reply to: [Autoptimize] Minify CSS fileJust checked the “Disable extra compatibility logic?”. It seems the site get a bit faster browsing.
I will update here again about minify a week later. Thank you!