1callservice
Forum Replies Created
-
Forum: Plugins
In reply to: [Firelight Lightbox] Syntax error in PHP7.2redownloading it fixed it. we use Installatron updater, which is what performed the overnight update and site was down. thanks
Forum: Plugins
In reply to: [Firelight Lightbox] Syntax error in PHP7.2We are getting this Fatal Error now as well since the update. Same unexpected ‘)’ error
Forum: Plugins
In reply to: [Advanced Dynamic Pricing for WooCommerce] Plugin Update Broke websiteok ticket 62431 created with the json file
Forum: Plugins
In reply to: [Advanced Dynamic Pricing for WooCommerce] Plugin Update Broke websitei will set up a dev site and try to get you that report.
thanks
Forum: Plugins
In reply to: [Advanced Dynamic Pricing for WooCommerce] Plugin Update Broke websitethere were no errors, it just would not add Shipping to the order total.
i currently have this plugin deactivated so that the shipping works again. your plugin worked fine until the latest update got autoinstalled.
it’s not worth keeping the plugin active for a “free sticker” price when shipping doesnt work.
i am not sure if this is relevant but every time i refresh the page the same nonce values keep loading for both login and register forms hidden fields _wpnonce.., aren’t those supposed to change every time you load the form?
UPDATE: okay, i just read that they expire after time and arent new every refresh.
- This reply was modified 1 year, 6 months ago by 1callservice.
- This reply was modified 1 year, 6 months ago by 1callservice.
- This reply was modified 1 year, 6 months ago by 1callservice.
i am able to narrow it down to line 1452 of includes/class-sensei-frontend.php registrations are not making it past this point. It is doing this on both the default Twenty Twenty-Three wp theme and the Course theme for sensei…
// Validate the registration request nonce.
if ( ! wp_verify_nonce( $_POST['_wpnonce'], 'sensei-register' ) ) {
return;
}- This reply was modified 1 year, 6 months ago by 1callservice.
Forum: Plugins
In reply to: [Redux Framework] fatal error after latest update4.3.24 works.
thanks
Forum: Plugins
In reply to: [Redux Framework] fatal error after latest update4.3.23 didnt work now the error is…
[20-Jan-2023 14:25:11 UTC] PHP Fatal error: Uncaught TypeError: Argument 1 passed to Redux_Extension_Custom_Fonts::add_custom_fonts() must be of the type array, string given, called in /home/#####/public_html/wp-includes/class-wp-hook.php on line 308 and defined in /home/#####/public_html/wp-content/plugins/redux-framework/redux-core/inc/extensions/custom_fonts/class-redux-extension-custom-fonts.php:285
Forum: Plugins
In reply to: [Woo Variations Table] add to cart doesnt work anymore with latest updatethanks. it works now ??
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Fatal Error breaking thingsoh. that is weird it was not saying there was any update available. i just manually updated it to 4.3 and the fatal error went away.
thanks
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Fatal Error breaking thingsWoocommerce 3.4.2
Forum: Plugins
In reply to: [WooCommerce] catalog not showing stock correctlyi was able to create a workaround using the actual stock counts, marking this as resolved.
function customstockclassinloop( $classes ) { global $post; if(floatval(get_post_meta($post->ID,"_stock",true)) > 0){ $classes[]='obcuesinstock'; }else{ if(get_post_meta($post->ID,"_backorders",true) == "yes" || get_post_meta($post->ID,"_backorders",true) == "notify"){ $classes[]='obcuesbackorder'; }else{ $classes[]='obcuesoutofstock'; } } return $classes; } add_filter( 'post_class', 'customstockclassinloop' );
Forum: Plugins
In reply to: [WooCommerce] catalog not showing stock correctlyi just checked and the _stock_status meta value for this product is indeed “instock”, but the _stock meta value is -8 so idk why it’s still doing “instock”…
i suppose i will add my own filter for showing the instock/backorder icon overlay using the _stock instead of _stock_status based class woocommerce adds.
Thanks
- This reply was modified 5 years, 7 months ago by 1callservice.
Forum: Plugins
In reply to: [WooCommerce] catalog not showing stock correctlyYes we have Quickbooks integration via MyWorks that maintains inventory levels with our QB.