borgarb
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can't make line break in CSS editorIt was Instapage plugin that caused the problem. Thank you!
Forum: Fixing WordPress
In reply to: Can't make line break in CSS editorYes, It does not work when I click “Enter”.
I did not refuse any advice, tried to fix the issue, but it did not work, so I asked for further assistance.
I understand that free support sometimes might be a lot of work, but that’s just the part of the business. If you want new clients (for the PRO version), you have to do your job.
Not even a plugin author is responding to help with this. Well, it seems that it is time to find some new sign-up plugin and forget about this.
I still haven’t found a solution. I would really appreciate if anyone could help me with this.
Good to know that, but I am still not getting right results.
Here are the changes I made in CSS :
/* Mailchimp */ .mc_input { width: 55%; display: inline; <-CHANGED float: left;} #mc_signup_submit.button { margin-top: 10px; margin-left: 5px;} .mc_var_label { <strong>display: inline;} <-CHANGEDThen I changed embed code to MailChimp for WordPress:
I added shortcode [mc4wp_form] instead of :
<p> <input type="email" name="EMAIL" placeholder="Your email address" required="required"> <input type="submit" value="Subscribe!"> </p>My mailchimp css only contains
.mc_input { width: 55%; display: block; float: left;} #mc_signup_submit.button { margin-top: 10px; margin-left: 5px;} .mc_var_label { display: none;}It seem that your CSS has more lines, maybe that’s the reason why the button doesn’t go one line up?
Sorry for stupid questions, I am totally beginner in these things.
When I try to use your suggested script, it makes one instead of two lines break.
You can check the outcome: http://www.expnowhere.com/testMy embed script:
<div id=”mc_embed_signup”><form id=”mc-embedded-subscribe-form” class=”validate” action=”//expnowhere.us8.list-manage.com/subscribe/post?u=9278ab7365925549ce412b1e9&id=1d79198e1d” method=”post” name=”mc-embedded-subscribe-form” novalidate=”” target=”_blank”><input id=”mce-EMAIL” class=”email” name=”EMAIL” required=”” type=”email” value=”” placeholder=”email address” />
<!– real people should not fill this in and expect good things – do not remove this or risk form bot signups–>
<div style=”position: absolute; left: -5000px;”><input tabindex=”-1″ name=”b_9278ab7365925549ce412b1e9_1d79198e1d” type=”text” value=”” /></div>
<div class=”clear”><input id=”mc-embedded-subscribe” class=”button” name=”subscribe” type=”submit” value=”Subscribe” /></div>
</form></div>
<!–End mc_embed_signup–>You mean the code of the embed script?
Hello Richard,
Sorry for late replay. I am still struggling with the same problem from to time.
Here is an example:
I have been having exactly the same problem for a long time. I hope the tech team would solve this.