mommiesparty
Forum Replies Created
-
Hi they were able to allow functionality and the test email went through. However, when I subscribed by email, confirmed the link and checked to see if a subscriber had been added, it hadn’t. Is there anything else that could be causing this?
thanks!!Hi! Thanks for following up. I have and am waiting to hear back from them. I’ll let you know what I hear. Thanks!
I have it set to “WordPress”.
Also, I just noticed that the test email isn’t working. I’m not receiving the test email to mommiesparty@gmail.com
This is the message I received when sending the test email:
Email was sent. Now check your email inbox / spam folders for test mail. If you will not find it – this mean that your server can’t send emails – and you need to contact your hosting provider with this issue.Thanks!
Hi! Thanks for getting back to us. I have listed the settings below. When I used the test email to subscribe, I made sure to confirm the subscription to rule out that possibility. Is there somewhere within the widget that I need to tell it to subscribe specifically to http://www.themommies.org? Thanks! Please see settings and code below.
Kristen
http://www.themommies.orgSettings:
When to show PopUp
When page loads
Delay for 1 secWhen to close PopUp
After user close it
Whom to show
EveryoneHere is the code:
#ppsPopupShell_[ID] {
width: [width][width_measure];
padding: 15px;
font-family: Georgia, Times, serif;
font-size: 13px;
line-height: 21px;
font-weight: normal;
color: #fff;
}
#ppsPopupShell_[ID], #ppsPopupShell_[ID] * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
#ppsPopupShell_[ID] .ppsPopupInner {
{% if popup.params.tpl.enb_subscribe or popup.params.tpl.enb_foot_note or popup.params.tpl.enb_sm %}
width: 100%;
[else]
width: 100%;
[endif]
[if bg_type_0 == ‘color’]
background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ff3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}), color-stop(100%, [bg_color_0])); /* safari4+,chrome */
background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* safari5.1+,chrome10+ */
background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* opera 11.10+ */
background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* ie10+ */
background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }} 0%, [bg_color_0] 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='{{ adjust_brightness(popup.params.tpl.bg_color_0, 50) }}’, endColorstr='[bg_color_0]’,GradientType=1 ); /* ie6-9 */
[elseif bg_type_0 == ‘img’]
background-image: url(“[bg_img_0]”);
background-repeat: no-repeat;
background-size: cover;
[endif]
}
#ppsPopupShell_[ID] .ppsPopupLabel {
color: #FFF;
font-family: “Myriad Pro”,”Trebuchet MS”,”Helvetica Neue”,Helvetica,Arial,Sans-Serif;
font-size: 30px;
letter-spacing: -1px;
line-height: 40px;
letter-spacing: -1px;
font-weight: bold;
text-align: center;
margin-bottom: 16px;
padding-left: 20px;
-moz-text-shadow: 0px 0px 1px #000;
-webkit-text-shadow: 0px 0px 1px #000;
}
#ppsPopupShell_[ID] .ppsRightCol {
min-width: 400px;
height: 100%;
[if bg_type_1 == ‘color’]
background: -moz-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* ff3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }}), color-stop(100%, [bg_color_1])); /* safari4+,chrome */
background:-webkit-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* safari5.1+,chrome10+ */
background: -o-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* opera 11.10+ */
background: -ms-radial-gradient(center, ellipse cover, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* ie10+ */
background:radial-gradient(ellipse at center, {{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }} 0%, [bg_color_1] 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='{{ adjust_brightness(popup.params.tpl.bg_color_1, 50) }}’, endColorstr='[bg_color_1]’,GradientType=1 ); /* ie6-9 */
[elseif bg_type_1 == ‘img’]
background-image: url(“[bg_img_1]”);
background-repeat: no-repeat;
background-size: cover;
[endif]}
#ppsPopupShell_[ID] .ppsSubscribeShell form {
padding: 10% 15% 0;
text-align:center;
}
#ppsPopupShell_[ID] .ppsSubscribeShell input,
#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,
#ppsPopupShell_[ID] .ppsSubscribeShell textarea {
margin-bottom: 10px;
height: 40px;
border: 1px solid #d1b36d;
color: #888;
text-shadow: 1px 1px 5px #888;
padding: 0;
}
#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text],
#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect,
#ppsPopupShell_[ID] .ppsSubscribeShell textarea {
box-shadow: 2px 2px 2px #dcdcdc inset;
font-size: 17px;
width:100%;
background-color: #fff;
padding-left: 10px;
}
#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelect {
display: table;
text-align: left;
}
#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel,
#ppsPopupShell_[ID] .ppsSubscribeShell select {
display: table-cell;
}
#ppsPopupShell_[ID] .ppsSubscribeShell .ppsSubSelectLabel {
opacity: 0.5;
}
#ppsPopupShell_[ID] .ppsSubscribeShell select {
width: 100%;
background-color: transparent;
height: 40px;
border: none;
font-size: 17px;
color: #888;
text-shadow: 1px 1px 5px #888;
}
#ppsPopupShell_[ID] .ppsSubscribeShell textarea {
font-family: inherit;
height: auto;
padding-top: 5px;
}
#ppsPopupShell_[ID] .ppsSubscribeShell input[type=text][name=”email”] {
background-image: url(“https://supsystic.com/_assets/popup/img/assets/mail-icon.png”);
background-repeat: no-repeat;
background-position: 90% center;
width:100%;
}
#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit] {
border-color: #000;
width: 60%;
[if bg_type_2 == ‘color’]
background: [bg_color_2];
box-shadow: -4px -4px 0px rgba(0, 0, 0, 0.1) inset;
[elseif bg_type_2 == ‘img’]
background-image: url(“[bg_img_2]”);
background-repeat: no-repeat;
background-size: cover;
[endif]color: #fff;
font-size: 20px;
text-shadow: 1px 1px 1px #000;
cursor: pointer;
}
#ppsPopupShell_[ID] .ppsSubscribeShell input[type=submit]:hover {
box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;}
#ppsPopupShell_[ID] .ppsPopupTxt_0 {
float: left;
width: 80%;
margin-left: 10%;
text-align: center;
}
#ppsPopupShell_[ID] .ppsPopupTxt_1 {
float: right;
[if enb_txt_0]
width: 50%;
[else]
width: 100%;
[endif]
}
#ppsPopupShell_[ID] .ppsPopupClose {
background-repeat: no-repeat;
cursor: pointer;
top:15px;
right:10px;
}
#ppsPopupShell_[ID] .ppsPopupClose.ppsPopupClose_lists_black {
top: 0 !important;
right: 0 !important;
}
#ppsPopupShell_[ID] .ppsPopupClose:hover {
opacity: 0.8;
}
#ppsPopupShell_[ID] .ppsFootNote{
color: #585858;
font-family: “Helvetica Neue”,Helvetica,Arial,sans-serif;
font-size: x-small;
font-style: italic;
line-height: 14px;
margin: 5px 30px;
}
#ppsPopupShell_[ID] .ppsSm{
margin-top:20px;
}<div id=”ppsPopupShell_[ID]” class=”ppsPopupShell ppsPopupListsShell”>
<div class=”ppsInnerTblContent”>
<div class=”ppsPopupListsInner ppsPopupInner”>
[if enb_label]
<div class=”ppsPopupLabel ppsPopupListsLabel”>[label]</div>
[endif]
<div style=”clear: both;”></div>
[if enb_txt_0]
<div class=”ppsPopupTxt ppsPopupClassyTxt ppsPopupClassyTxt_0 ppsPopupTxt_0″>
[txt_0]
</div>
[endif]
[if enb_subscribe]
<div class=”ppsSubscribeShell”>
[sub_form_start]
[sub_fields_html]
<input type=”submit” name=”submit” value=”[sub_btn_label]” />
[sub_form_end]
<div style=”clear: both;”></div>
</div>
[endif]
<div style=”clear: both;”></div><div class=”ppsRightCol”>
[if enb_subscribe][endif]
[if enb_sm]
<div style=”clear: both;”></div>
<div class=”ppsSm”>
[sm_html]
</div>
[endif]
[if enb_foot_note]
<div class=”ppsFootNote”>
[foot_note]
</div>
[endif]
<div>
</div>
</div>
</div>