We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Burger menu drawer is not being displayed after adding HTML code

Burger menu drawer is not being displayed after adding HTML code

WalterCL
Tourist
5 0 1

Hi there, I have a services website and after adding a script to integrate Review Harvest to my website, my burger menu drawer is not being displayed anymore on mobile. It shows a white display and cannot go click anywhere else.

Once I remove the HTML code everything goes back to normal. Any idea?

 

My website: miamimarine.us

This is the script:

 

<script src="https://widget.reviewharvest.com/widget/carousel?business-id=88fcebaf-9375-4b17-84c0-e44ed7ad60c1&am..." defer></script>
<div id="review-carousel"></div>

Replies 4 (4)

CodingFifty
Shopify Partner
1102 161 190

Hey! @WalterCL,

 

The issue is likely caused by the Review Harvest script interfering with your site's layout or JavaScript, especially on mobile. It may be injecting styles or elements that cover the screen or conflict with your burger menu’s functionality. To fix this, try placing the script and the `<div id="review-carousel">` at the very bottom of your HTML, just before the closing `</body>` tag, and wrap it in a container with a defined `position` and `z-index` to prevent it from overlapping your menu. You can also inspect the elements in Chrome DevTools to see if anything from the script is covering the screen or blocking interaction.

Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com
WalterCL
Tourist
5 0 1

Tried to do it but turns out I'm not expert on this... 😖

Dan-From-Ryviu
Shopify Partner
12073 2359 2539

The issue is with your burger menu drawer, as I have checked, because it does not have menu items, your menu has nothing, just have only icon. 

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

WalterCL
Tourist
5 0 1

It does have. Apparently is not being displayed when the HTML code with the script is there. If I hide it, it works again:

WalterCL_0-1750176400888.png