MailChimp Version: 9.0001 Subscriber Pop-up Levels Readytheme
Posted by on 14 February 2018 12:46 PM
|
|
Disclaimer: This will work for stores on Miva Version 9.0006. Note that this will require making changes to files on the server. Make sure you make a backup of any files you will be altering.These edits are low-risk but if you feel uncomfortable with making these changes then we advise you to seek help from a developer.
Objective: Correct the Featured Product Carousel on the Levels Readytheme when the MailChimp Subscriber Pop-up script is being used
Issue(s): The featured products carousel is no longer functional when I follow this tutorial https://docs.miva.com/mailchimp-subscriber-pop-up
Example:
Add the following script to the SFNT page Details Template. Place the script below the global_footer item.
<script> var chimpPopup = document.createElement("script"); jQuery(function ($) { $(window).load(function () { }); | |
|