Usually it is possible to remove widgets by hooking into 'elementor/widgets/widgets_registered'
and then turning off the undesired elements with $widgets_manager->unregister_widget_type( 'element_name' );
.
The element_name
can usually be found by looking up get_name()
, but the Sizzify plugin seems to do that a bit different?
Could you please tell me how to remove the Contact Form, Newsletter Form and User Registration Form widgets?
Thanks in advance.
]]>That appears on my website, help please.
]]>Having problems removing header,footer and widgets from a page using CSS and page ID.
.page-id-1528 header {
display: none !important;
}
.page-id-1528 footer {
display: none !important;
}
.page-id-1528 #footer-widgets {
display: none !important;
not sure what I am doing wrong but the header, footer and widgets are still there after cache refreshing and trying on another computer.
Some assistance would be wonderful
many thanks
]]>Thanks.
https://www.ads-software.com/plugins/yikes-inc-easy-mailchimp-extender/
]]>How do I remove the archives/Meta from the right hand side of this site –
https://tutor.whichwayimages.com/
Many Thanks
]]>The site I’m referring to is CandisHickman.com
I have Amazon widgets in my Default Sidebar, my Books page and my Shop page. In mobile view they are just showing up as big blank spaces as you scroll down the page.
Can anyone help with a code to remove these widgets from the Mobile view only?
Thanks
Candis
]]>