If Juicer is interfering with your website's functionality, particularly navigation menus, try the solutions below.
Quick Solutions
Use No-jQuery Version: Replace the standard JS line in your embed code with:
<script src="//assets.juicer.io/embed-no-jquery.js" type="text/javascript"></script>
Load Custom jQuery Version:
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script> <script type="text/javascript" src="https://www.juicer.io/embed/YOUR-FEED-ID/embed-code.js?nojquery=true" async defer></script>
⚠️ Note: Remember to replace YOUR-FEED-ID with your actual feed ID.
Platform-Specific Solutions
Use the iframe version: located on your feed’s Dashboard, accessible via the '
Embed' button in the top-right corner.
⚠️ Note: Feed embedded via iframe is not responsive and lacks a post overlay feature. For more control over iframes, please check the article Auto-Resizing Juicer iframes to Fit Content.WordPress Users: Consider using the Juicer WordPress plugin. More information on that can be found here.
⚠️ Note: After making these changes, please clear your browser cache and test.

