Anita Epp
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Slider Block Gutenslider] Remove Gutenslider pattern and categoryFound the correct solution here.
This is working:
function unregisterPatterns() { unregister_block_pattern( 'gutenslider/pattern-testimonial-slider' ); } add_action( 'init', 'unregisterPatterns' ); function unregisterPatternCategories() { unregister_block_pattern_category( 'gutenslider' ); } add_action( 'init', 'unregisterPatternCategories' );Forum: Plugins
In reply to: [Genesis Blocks] Entry Content does not display when inside a Genesis Block@detroitwidget That clarifies the issue for me, and thank you so much for the suggested solution.
Forum: Fixing WordPress
In reply to: Theme Blocks in Widget area not availableThis issue is happening on two of my sites: one is using a basic starter theme using zero plugins currently. I’ve switched that to a Twenty theme, with no change in the available blocks in the widget area.
I’ve installed the Health Check plugin, there are no critical errors and 4 recommended improvements:
– You should remove inactive themes
– One or more recommended modules are missing (Warning The optional module, imagick, is not installed, or has been disabled.)
– Your site does not use HTTPS (this is a Local site)
– Your site is not using localized timezonesIt had also recommended a PHP update which I made with no improvement. I’m just grasping at straws.