How to fix issue that Header and Footer still display on Quick View popup?

Created by Robin Hoang, Modified on Tue, 24 Oct 2017 at 06:03 PM by Robin Hoang

Question:

It takes the whole website's screen and copy that into the popup. I can see in app/code/Bss/Quickview/view/frontend/layout/bss_quickview_catalog_product_view.xml that some blocks like "header.container" should be removed but they do not.


Answer:

In order to fix this issue, could you please refer the guidance below?


Step 1: Finding name of header and footer in your theme.
In folder web/app/design/frontend/Name-of-Theme/.../Magento_Theme: find layout/default.xml

For example: 

<block class="Infortis\Base\Block\Html\Header" name="base-header-container" before="-" template="html/header.phtml">
=> Header is: base-header-container

<block class="Infortis\Base\Block\Html\Footer" name="base-footer-container" before="before.body.end" template="html/footer.phtml">

=> Footer is: base-footer-container


Step 2: Replace name of header and footer in the Quick View module.

In folder: app/code/Bss/Quickview/fontend/layout/bss_quickview_catalog_product_view.xml, finding the below lines:

<referenceBlock name="header.container" remove="true" />
<referenceBlock name="footer-container" remove="true" />
Replace header.container and footer-container with the name of header and footer that you find out in step 1.


For more information about product, please refer Quick View for Magento 2 page.

If you need any further assistance, please feel free to contact us.

Please visit our site for more useful Magento 2 Extensions: https://bsscommerce.com/magento-2-extensions.html





Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article