MailPoet newsletter, no Submit button?

May 2014 WordPress Theme
GK User
Thu May 28, 2015 2:16 pm
Hi,
I just implemented the widget for newsletter MailPoet but there is no Submit button. Tried the short code but same problem.

/linus
User avatar
Senior Boarder

GK User
Fri May 29, 2015 7:01 am
Hi,
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it?
User avatar
Moderator

GK User
Mon Jun 01, 2015 11:21 am
Try to add the following custom css code:
Code: Select all
.widget_wysija_cont .wysija-submit {
   position: static;
   clear: both;
}
User avatar
Moderator

GK User
Mon Jun 01, 2015 11:31 am
Great! Works fantastic.

/
User avatar
Senior Boarder

GK User
Mon Jun 01, 2015 11:27 pm
Use this code for the social icons:
Code: Select all
<ul class="gk-social-icons">
<li><a href="https://plus.google.com/+gavickpro/posts" class="icon-gplus">Google+</a></li>
<li><a href="https://twitter.com/gavickpro" class="icon-twitter">Twitter</a></li>
<li><a href="https://www.facebook.com/gavickpro" class="icon-fb">Facebook</a></li>
<li><a href="http://www.pinterest.com/robertgavick/" class="icon-pinterest">Pinterest</a></li>
<li><a href="#" class="icon-youtube">YouTube</a></li>
<li><a href="http://www.gavick.com/magazine/?format=feed&amp;type=rss" class="icon-rss">RSS</a></li>
</ul>


It will be difficult to align the submit button to the right, because you dont' have enough space for it, but you can add this code to add the top margin:
Code: Select all
.widget_wysija_cont .wysija-submit {
    margin-top: 10px;
}
User avatar
Moderator

GK User
Tue Jun 02, 2015 11:38 am
Super!
User avatar
Senior Boarder

GK User
Tue Jun 02, 2015 12:15 pm
When you change the size of the .gk-social-icons the "ul/li" in the doesn't change so can not see the whole font/symbol and I can not find where to change that.

http://cl.ly/image/2o222Q0r2S0W
User avatar
Senior Boarder

GK User
Wed Jun 03, 2015 8:13 am
If you change the font size, you have to also change width and height of the li elements:
Code: Select all
.gk-social-icons li {
height: 33px;
width: 33px;
}
User avatar
Moderator

GK User
Wed Jun 03, 2015 9:25 am
Works great!
User avatar
Senior Boarder


cron