Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

MAGENTO 2 remove sidebar.main sidebar.aditional with xml update does not work

The only solution It worked for me was xml update by removing catalog.leftnav e.g

 <referenceContainer name="content">
     <referenceBlock name="catalog.leftnav" remove="true"/>
 </referenceContainer >

Tags:

Xml

Sidebar

Layout Update

Magento 2.1.7

Related

Magento 2.2.1 Unable to serialize value Magento 2 : What is profiler, what is it's purpose and how can it be used? How to get the product type? What is data-post, data-action in magento 2? Can anyone explain wishlist functionality? Magento 2 customer-data.js:90:23 [object Object] magento 2 - getCreatedAt() returns UTC time and not local time Product custom attribute import with CSV Magento 2.2 Magento2: How to add multiple AND and OR conditions to filter/filterGroups? Move/Push page.main.title block into Breadcrumbs Magento2 Magento 2: Origin of the Update Folders Magento 2.2.1 - Possible upgrade issues Magento 2: Save custom customer attribute value programmatically

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy