Can someone help me? I'm working on a responsive template. In settings, the mailing list is turned off. Yet, the responsive template still shows "newsletters - subscribe to our newsletter, etc." Is this because it is a sample responsive template ?
Announcement
Collapse
No announcement yet.
Mailing List Hidden but shows on Template
Collapse
X
-
Did you clear your cache and check it again? I know I've driven myself start raving mad before and then someone reminded me I needed to that. DUH, one of those moments. I'm guessing you probably have, but I thought I'd ask. Wow, went to check my store and mailing list was showing, I did it and cleared cache and it disappeared so maybe you didn't clear cache?
-
Thank you. That's a very good suggestion. Unfortunately, that's not it in this case. I talked with a very nice support person yesterday and he suggested I delete it from the frame. But, I'm not sure where to begin or if that will work. The code is below. (Why isn't the code for the newsletter in gray such as the manufacturer?) I tried deleting the newsletter section but the table row height remains the same. Any suggestions?
<!-END: FRAME_MANUFACTURER->
-->
</div>
<div class="ftr-col col2">
<div class="title">
Newsletter
</div>
<p>Subscribe to our newsletter to recieve special offers and discount codes by email.</p>
</div>
<div class="ftr-col col3">
<!--START: FRAME_MAILLIST-->
<div id="mailistBox">
<form method="post" name="mailing" action="mailing_list.asp?action=add" onSubmit="return mailing_list();">
<!--<label>[frame_mailinglist]</label>-->
<div class="mailist-box">
<input type="text" name="email" value="" placeholder="ENTER YOUR EMAIL" />
<input type="submit" name="www" value="[mailinglist_button]" />
<div class="clear"></div>
</div>
<input type="radio" name="subscribe" value="1" checked="checked" />
<span class="menu-text">[mailinglist_subscribe]</span>
<input type="radio" name="subscribe" value="0" />
<span class="menu-text">[mailinglist_unsubscribe]</span>
<div class="clear"></div>
</form>
<div class="clear"></div>
</div>
<!--END: FRAME_MAILLIST-->
<div class="clear"></div>
</div>
<div class="clear"></div>
<div id="globalFooter" class="footer">[GLOBAL_FOOTER]</div>
<div id="copyright" class="footer">
<span style="padding:5px 0; float:left; color:#929497;">
[frame_copyright1]
</span>
</div>
<div class="clear"></div>
</div>
</footer>
</div>
<!--START: quicksearch-->
Comment
-
Of what you pasted above this is the only section area you need:
<div class="title">
Newsletter
</div>
<p>Subscribe to our newsletter to recieve special offers and discount codes by email.</p>
-CHANGE TO-
<!-- <div class="title">
Newsletter
</div>
<p>Subscribe to our newsletter to recieve special offers and discount codes by email.</p> -->
Since the title of the newsletter is not within the newsletter/maillist tags below, it is not controlled by hide newsletter:
<!--START: FRAME_MAILLIST-->
Mail list form stuff
<!--END: FRAME_MAILLIST-->Last edited by thecartdesigner; 03-25-2015, 01:59 AM.
Comment
-
Hi. Thank you for your response. I had already done that but it left a huge bottom border. Yesterday, I changed the height in the css (footer wrapper). I meant to post the news so that others would not have take the time to respond, but we had a lot of activity on the store. Thank you very much for your response.
Comment
Comment