neko_in_space
Forum Replies Created
-
Forum: Plugins
In reply to: [Facebook for WooCommerce] Facebook 2.6.26 causing fatal errors!Same here. NOT solved.
Hi Brian, any updates? It is still not resolved.
- This reply was modified 2 years, 5 months ago by neko_in_space.
- This reply was modified 2 years, 5 months ago by neko_in_space.
Hi Brian,
I do not understand your reply… Paypal is already enabled and it worked well before. Why do we have to enable Sandbox mode now?No, no plugin customisation except for some minor css in a child theme.
It is working now. Thanks! ??There is a different critical error now:
[24-May-2022 22:57:17 UTC] PHP Fatal error: Uncaught Error: Call to a member function get_next_item() on bool in /public_html/wp-content/plugins/learnpress/inc/templates/class-lp-template-course.php:601 Stack trace: #0 /public_html/wp-includes/class-wp-hook.php(307): LP_Template_Course->popup_footer_nav('') #1 /public_html/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array) #2 /public_html/wp-includes/plugin.php(474): WP_Hook->do_action(Array) #3 /public_html/wp-content/plugins/learnpress/templates/single-course/content-item/popup-footer.php(19): do_action('learn-press/pop...') #4 /public_html/wp-content/plugins/learnpress/inc/lp-template-functions.php(908): include('...') #5 /public_html/wp-content/plugins/learnpress/inc/templates/class-lp-template-course.php(594): learn_press_get_template('single-course/c...') #6 /public_html/wp-includes/class-wp-hook.php(307): LP_Template_Course->popup_footer('') #7 /public_html/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array) #8 /public_html/wp-includes/plugin.php(474): WP_Hook->do_action(Array) #9 /public_html/wp-content/plugins/learnpress/templates/content-single-item.php(47): do_action('learn-press/sin...') #10 /public_html/wp-includes/template-loader.php(106): include('...') #11 /public_html/wp-blog-header.php(19): require_once('...') #12 /public_html/index.php(17): require('...') #13 {main} thrown in /public_html/wp-content/plugins/learnpress/inc/templates/class-lp-template-course.php on line 601
Unfortunately, the error remains. The update did not fix it.
There is no beta version there. Only previous versions.
Can I download an older version somewhere while you are fixing this?
OK, Thanks! Where will you upload it to? Will you post a link here?
By the way, Global Options in Gutentor Settings are not applying (e.g. button text and background colour).
Forum: Plugins
In reply to: [Modal Guten Block] Image click doesn’t workAwesome, thank you so much!
Forum: Plugins
In reply to: [Modal Guten Block] Image click doesn’t workThis happens on the edit screen.
You add the block.
Change Show On to ‘Image Click’.
Click on the plus icon to open Media Library.
Click on an image and click the Select button.
This step is where the error appears.I have just disabled all plugins except the Modal Block, switched to a default theme and removed all other blocks from the page but the same error still appears.
WP 5.8.1
PHP 7.4- This reply was modified 3 years, 5 months ago by neko_in_space.
This has fixed it. Thank you.
Yep.
LearnPress Version 4.0.8
WP Version 5.7.2
PHP 7.4.20Hi,
I found that removing the following code in the theme, fixes the issue as well:add_filter( 'woocommerce_breadcrumb_defaults', 'custom_change_breadcrumb_home_text' ); function custom_change_breadcrumb_home_text( $defaults ) { // Change the breadcrumb home text from 'Home' to an empty space (add an icon using ::before in css instead) $defaults['home'] = ' '; return $defaults; }
Not sure why disabling Catalog Mode plugin also fixed the issue though.