Those of us who make use of it extensively (like the Clan Hannay Society) are hanging in there, but we are concerned that inevitably some change to the WordPress environment will cause it to break.
In order to be proactive, I suggest that we assemble a group of “amr users” users [sic] that can be caretakers of the code. Ideally we would find some php- and wordpress-savvy people to be part of this team, but at the very least, we can ensure that:
I’m thinking that something as simple as a Google Group would fit the bill.
Please reach out to me at [email protected]
Sincerely,
Frank Lawler
Webmaster, Clan Hannay Society
The others have icons that work, but I can’t seem to find a plugin installed running them.
I can copy and paste one of the other words in the icon box and it will work and give the same icon, but not anything new. ie. Retaining-Wall works but fa fa-gears does not.
I have tried adding other plugins, but nothing has worked. This includes The Icon Block, Menu Icons, Icon Widget, Font Awesome, WP Font Awesome, Block for Font Awesome but none have worked.
]]>Specifically many are having an issue after WP update 6.4.2 where the icon is no longer being displayed. Fortunately another user included some css in a post which fixed the problem but this should be incorporated and released if plugin is still being maintained.
Thank you
]]>Deprecated: Function WC_Abstract_Legacy_Order::get_product_from_item is deprecated since version 4.4.0! Use $item->get_product() instead. in?/home/asapchip/public_html/wp-includes/functions.php?on line?6031
Notice: Function id was called incorrectly. Product properties should not be accessed directly. Backtrace: require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/plugins/elementor/modules/page-templates/templates/canvas.php’), Elementor\Modules\PageTemplates\Module->print_content, call_user_func, Elementor\Modules\PageTemplates\Module->print_callback, the_content, apply_filters(‘the_content’), WP_Hook->apply_filters, Elementor\Frontend->apply_builder_in_content, Elementor\Frontend->get_builder_content, Elementor\Core\Base\Document->print_elements_with_wrapper, Elementor\Core\Base\Document->print_elements, Elementor\Element_Base->print_element,
I already found
public function get_product_from_item( $item ) {
wc_deprecated_function( 'WC_Abstract_Legacy_Order::get_product_from_item', '4.4.0', '$item->get_product()' );
if ( is_callable( array( $item, 'get_product' ) ) ) {
$product = $item->get_product();
} else {
$product = false;
}
But how can i fix it
]]>The problem is
WC_Abstract_Legacy_Order::get_product_from_item is deprecated since version 4.4.0! Use $item->get_product() instead. in?/home/asapchip/public_html/wp-includes/functions.php?on line?6031
Notice: Function id was called incorrectly. Product properties should not be accessed directly. Backtrace: require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/plugins/elementor/modules/page-templates/templates/canvas.php’), Elementor\Modules\PageTemplates\Module->print_content, call_user_func, Elementor\Modules\PageTemplates\Module->print_callback, the_content, apply_filters(‘the_content’), WP_Hook->apply_filters, Elementor\Frontend->apply_builder_in_content, Elementor\Frontend->get_builder_content, Elementor\Core\Base\Document-bla, bla, bla …….
I found the file Abstract_Legacy_Order
public function get_product_from_item( $item ) {
wc_deprecated_function( 'WC_Abstract_Legacy_Order::get_product_from_item', '4.4.0', '$item->get_product()' );
if ( is_callable( array( $item, 'get_product' ) ) ) {
$product = $item->get_product();
} else {
$product = false;
}
return apply_filters( 'woocommerce_get_product_from_item', $product, $item, $this );
But how can i fix it!!!
]]>2023/12/13 15:07:17 [error] 84318#84318: *20118 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Error: Class "C_NggLegacy_Thumbnail" not found in /var/www/website/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/legacy_compat/package.module.legacy_compat.php:1842
Stack trace: 0 /var/www/website/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/legacy_compat/package.module.legacy_compat.php(2228): C_Gallery_Storage->generate_image_clone() 1 /var/www/website/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/legacy_compat/package.module.legacy_compat.php(3398): C_Gallery_Storage->generate_resized_image() 2 /var/www/website/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/legacy_compat/package.module.legacy_compat.php(3442): C_Gallery_Storage->import_image_file() 3 /var/www/website/wp-content/plugins/wordpress-file-upload-pro/extensions/wfu_nextgen/wfu_ngg_addfiles.php(33): C_Gallery_Storage->upload_base64_image() 4 /var/www/website/wp-includes/clas" while reading response header from upstream, client: 172.71.158.157, server: www.website.com, request: "POST /wp-admin/admin-ajax.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php-fpm/php-fpm.sock:", host: "www.website.com", referrer: "https://www.website.com/"
What can we do about this? Thanks for any help.
]]>I can’t dismiss this notice.
Coupons can now be managed from Marketing > Coupons. Click the button below to remove the legacy WooCommerce > Coupons menu item.
I have deactivated all Plugins to see if there’s a conflict. I have tried on many different browsers, I’m unable to locate wp_wc_admin_note_actions to see if it is marked as actioned.
Can someone let me know how to dismiss this as it is driving me insane.
Thanks in advance
]]>We have recently moved away to a new theme (Never from Dara) and one of the really handy things was the ability to integrate and ics client to display events directly into a widget area.
This works great for a page where the sidebar widget is available however when i try to add the widget to a column, non of the events are listed. It simply states “no upcoming events”. I’d like very much to be able to embed this into a column or block and have more flexibility to work with it.
The “Live” page, which is being developed and will be decommissioned can be seen here: https://torbeagequestrian.com/coaching/
The draft page can be seen here: https://torbeagequestrian.com/coaching-2/
Thank you in advance!
]]>