Hello,
I’d like to use a popup code (form to subscribe to newletter) in my footer. The javascript code comes from a program called MailMaster, this is my newsletter sender application. I made the form and style in MailMaster, but the Subscribe button in the footer doesn’t appears the way I would like. MailMaster support says that the popup css (called from MailMaster) and my theme css are mixing, some of the theme css codes overwrites the original, so the button in the footer doesn’t appear correctly.
The code I inserted into a “Raw JS” object:
<link rel="stylesheet" href="https://salesautopilot.s3.amazonaws.com/newsletter/letter/c18697/formtemplates/main-kihzms8.css" type="text/css" media="screen" /><link type="text/css" rel="stylesheet" media="all" href="https://d1ursyhqs5x9h1.cloudfront.net/sw/css/iframe-popup1.1.css" />
<script type="text/javascript">
var listId = 43547;
var formId = 79312;
var popupWidth = 705;
var popupHeight = 600;
var openAfterMins = 120;
var openAfterSec = 5;
var randomParam = 1448059747;
var mmDomain = 'salesautopilot.s3.amazonaws.com';
var secure = ('https:' == document.location.protocol)?true:false;
var closeTitle = 'Bezárás';
var isExit = false;
var isButton = true;
var openButtonTitle = 'Feliratkozás';
var btnid = 'openmmpopuplayer793121448059747';
</script>
<script type="text/javascript" src="https://d1ursyhqs5x9h1.cloudfront.net/sw/scripts/mm-exitpopup-1.13.min.js"></script>
Could you please help me, how to solve this problem?
Thank you,
Zsu