This code just starting showing at the bottom of my site under all pages “body */}” Please see screen shot below. Would you please advise how to fix this?
Here are the steps to fix the “/body */}” issue:
-
Remove unnecessary code: Delete any redundant or broken code.
-
Correct HTML structure: Close tags properly.
-
Fix CSS errors: Correct bracket mismatches or syntax.
-
Re-enable plugins: Reactivate plugins one by one to identify conflicts.
-
Update theme/plugin versions: Ensure latest versions.
Hi @ashlaw1234
Thanks for reaching out to the community. We are MooseDesk, a comprehensive Live Chat, FAQ & Helpdesk App designed to elevate your customer support experience.
The text displayed at the bottom of all these pages is caused by incorrect coding in the liquid file
Like this
You can remove this text by following these steps:
Step 1: Go to Edit code in Customize function
Step 2: In the .liquid file (originally theme.liquid, but the name may have been changed), search for the text
body */}
If you can’t find it in theme.liquid, look in other liquid files.
Step 3: If you find the search result, delete that code snippet. Then click Save.
Step 4: Return to the website to check the result.
I hope this answer addresses your question effectively. If you found it helpful, we’d appreciate a ‘LIKE’ for MooseDesk. If your issue is resolved, please mark this as 'SOLUTION’.
In the meantime, our MooseDesk Team is always here to help with customer support solutions. We’re passionate about improving your customer experiences through our Live Chat, FAQ, and Helpdesk App.
With MooseDesk, you can engage with customers through omnichannel support, manage inquiries with a robust ticket system, and provide quick responses.
- Or you can let customers resolve questions faster with in-built FAQ, Order tracking module, and more.
Once again, keep up the fantastic work, and I wish you the best of luck in the future!
This worked thank you!