When I attempt to “create style” it freezes up. It won’t let me input a name or layout. It also won’t allow me to save or x out.
]]>Seems to be after latest update.
Thanks
Paul
We’re getting this js error in the browser console. Not sure if it would be related:
MetaSlider (window/global-js-error): Uncaught TypeError: x is not a function (load-scripts.php)
https://www.ecosacramento.net/wordpress/wp-content/plugins/ml-slider/admin/assets/dist/js/app.min.js?ver=3.97.0
]]>I would like to be able to tell it to build images for all the ones that need to be “upgraded” to a modern format. It seems from the options you can build all or a set number. I don’t want to ask it to do “all” as it seems it would be rebuilding the ones I already have upgraded. If that is the wrong assumption it would be good to make that clearer in the options.
I also seem limited to about 50 images at a time. This could be due to my PC’s memory limitations? If I try to do 100 or more (or 50 repeatedly) the tab freezes up (crashes). I am thinking it would be nice to have it work in the “Background” or somehow detect it’s limitations so it slows down or whatever would help it avoid freezing up. Working from inside my memory intensive browser (Firefox) could be a factor as well. Somehow working from a stand-alone app (or a different browser) might solve that issue if there is no other option.
I am getting a notice that Photon breaks wp retina. That is good to know but I would like to be able to dismiss the notice. I also do not think I am using Photon (even though I do use the free version of Jet Pack). I have disabled Perfect Image’s retina feature in case Jet Pack is an issue for Retina. It would be great if P.I. could let me know if there is an actual conflict happening or not so I could use Retina.
Seriously though, Thanks for the great free software
After the import process, the importer just hangs and I get this error in the browser console:
https://i.imgur.com/CRxc6WF.png
I would have to go back and reinitiate another import in which case the import works fine. If I remove the GenerateBlocks plugin from the list of imported plugins, the import works fine on the first try.
Is there anything I can do?
]]>i find bug when i try order something from my woocommerce website and forgot about checkbox and click order its remind me that its required field but after i check checkbox and click again order nothing happens i need click mouse in some field and make change and after this click order and its working
When adding to basket and jumping to checkout, site freezes. In error log I have this: PHP Fatal error: Uncaught Error: Call to a member function get_date_created() on false in /wp-content/themes/child-theme/woocommerce-functions.php:297
I am trying to force a chronological order ID with this code and apparently it messes up things. What is the conflict issue? This is FSE and block checkout:
add_filter( 'woocommerce_order_number', 'change_woocommerce_order_number' );
function change_woocommerce_order_number( $order_id ) {
global $wpdb;
$prefix = '/RM/';
$suffix = '/TS';
$order = wc_get_order( $order_id );
$order_date = $order->get_date_created();
$date_created = $order_date->date( 'Y-m-d' );
$query = "SELECT ID FROM {$wpdb->prefix}posts WHERE post_date LIKE '%".$date_created."%' AND post_type='shop_order' ORDER BY ID ";
$result = $wpdb->get_results( $query );
$count = 0;
foreach( $result as $index => $id ) {
if( strval($order_id) == $id->ID ) {
$count = $index + 1;
break;
}
}
$new_order_id = $count . $prefix .$date_created. $suffix;
return $new_order_id;
}
]]>Thanks
]]>Sorry to bother you, but the plugin on my website that was working perfectly has suddenly stopped working. When I click the button to open the configurator, it freezes the page. It seems like the page thinks the configurator is open, but nothing is displayed.
The inline configurator also isn’t working.
Do you have any idea why this is happening and how I can get it working again?
Merci !
The issue is not server or pc related because other pages, which not long are working fine. The issue is only on long web pages.
]]>