Thank you very much!
]]>in the customizer page for managing widgets, it gives an error. The text for the error is the following:
TypeError: Cannot read properties of undefined (reading 'length')
at p (https://www.bedendoprefabbricati.eu/wp-includes/js/dist/block-serialization-default-parser.min.js?ver=eb2cdc8cd7a7975d49d9:2:1856)
at f (https://www.bedendoprefabbricati.eu/wp-includes/js/dist/block-serialization-default-parser.min.js?ver=eb2cdc8cd7a7975d49d9:2:1144)
at i (https://www.bedendoprefabbricati.eu/wp-includes/js/dist/block-serialization-default-parser.min.js?ver=eb2cdc8cd7a7975d49d9:2:759)
at Fn (https://www.bedendoprefabbricati.eu/wp-includes/js/dist/blocks.min.js?ver=69022aed79bfd45b3b1d:10:35954)
at fe (https://www.bedendoprefabbricati.eu/wp-includes/js/dist/customize-widgets.min.js?ver=1fddf6d27e5c3aeddd54:7:17581)
at https://www.bedendoprefabbricati.eu/wp-includes/js/dist/customize-widgets.min.js?ver=1fddf6d27e5c3aeddd54:7:17924
at Array.map (<anonymous>)
at https://www.bedendoprefabbricati.eu/wp-includes/js/dist/customize-widgets.min.js?ver=1fddf6d27e5c3aeddd54:7:17916
at Object.bt [as useState] (https://www.bedendoprefabbricati.eu/wp-includes/js/dist/vendor/react-dom.min.js?ver=17.0.1:9:46710)
at e.useState (https://www.bedendoprefabbricati.eu/wp-includes/js/dist/vendor/react.min.js?ver=17.0.1:9:10899)
I tried to disable all the plugin and activate just the theme, and the error is still there.
Could you help me here?
]]>While doing edits to my website today, I found an odd issue. The Banner displays within the Footer Widget Area, making it hard to do Widget edits.
Latest WordPress, DIVI Theme.
Let me know if you have any questions regarding that part. I modified the code slightly here, although I guess it shouldn’t be displayed here at all.
Sincerely,
Rafal Gicgier
I’ve run across an issue with one site that I haven’t figured out yet.
Gutentor does not work in the visual customizer for widgets.
I’m developing a one-page theme that uses standard template files at the core, with each “section” of the one-page site being its’ own widget area. When I try to add stuff to those widget areas in the visual editor, none of the settings are saved. The Guntentor blocks get added and render, but any customizations I make to them (fonts, colors, sizes, etc) do not get saved or applied to the Gutentor blocks. They only ever show the default Gutentor block with default settings.
It appears to be working properly in pages in the standard Gutenberg editor, but not the Widgets visual editor. It does not work in the admin panel when editing, or the front end when rendering.
Looking at the code produced in the page where the widget areas are rendered, there are no assets loaded, and no CSS applied to Gutentor blocks. If I do a standard page without widget areas, it works fine.
I’ve gone through settings to ensure settings were good. “Global Resources Load” and “Optimizes CSS” seem to have no effect.
Is there something I should add to my theme to make Gutentor compatible with widget area visual editor (theme customizer, not full-site-editing)? Or is this a bug that needs to be worked out?
]]>I found this code:
#footer
{
background-color: #F3F3F3 !important; /* Bonus light gray background color, you can remove it if you wish */
border-top: 1px solid rgba(206, 206, 206, 0.4); /* 1px high and 60% transparent border */
}
The colour for the widget and footer area is #004687 How do I add the custom image bar?
]]>Thanks!
david
]]>Currently, as the browser window width shrinks, Footer 1 gets too narrow and breaks the layout of the widgets inside.
Thanks for your help on this,
Phil
I am creating a child theme to the Storefront theme, and I want to add a new widget area below the Storefront sidebar. I want to do this in my functions.php file, and not overwrite a Storefront theme file.
I have added this to my functions.php file:
register_sidebar( array(
'name' => 'Below Sidebar Custom Techsaker Widget Area',
'id' => 'below-sidebar-custom-techsaker-widget-area',
'description' =>
'A below sidebar custom techsaker widget area.',
'before_widget' =>
'<div id="%1$s" class="widget %2$s">',
'after_widget' => '</div>',
'before_title' => '<h3>',
'after_title' => '</h3>' ) );
dynamic_sidebar( 'below-sidebar-custom-techsaker-widget-area' );
The widget area shows up in the WordPress-admin, but it doesn’t appear on my pages.
I would greatly appreciate if someone could show me how to do this.
Thanks.
]]>