4 Issues – Mailchimp Form – Facebook Like Button – Offer with time

This topic has 6 replies, 2 voices, and was last updated 7 years, 4 months ago ago by Olga Barlow

  • Avatar: ShadowRunner
    ShadowRunner
    Participant
    November 28, 2016 at 18:12

    Hello i have a situation, where only on the translated page, i got errors (visual) on 3 places.

    First is, that i want the mailchimp form to be on the center and with a bigger text box, while keeping the signup button on the side.

    Second is, as you will see from the page, that the FACEBOOK LIKE Button, is not a button, rather displays as text.

    Third is, the image with the offer on timer, is not in the same place as the English page…. i can’t make it work

    Final one is, that no matter what page i load i get a ?v=bab9ebff66f6 always behind the URL… i don’t know what this is.

    Can you help me ?

    Please, contact administrator
    for this information.
    5 Answers
    Avatar: ShadowRunner
    ShadowRunner
    Participant
    November 30, 2016 at 18:31

    Hello any answers on this one ?

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    December 2, 2016 at 08:46

    Hello,

    Take my apologies for the delay in answering.
    1) If you want to get the same styles for the MC form as you see on our demos add the custom class et-mailchimp and our structure, see here http://xstore.helpscoutdocs.com/article/66-mailchimp-form-custom-styles

    2) Add the following styles in Theme Options > Styling > Custom CSS

    .btn-gencoupon {
        font-size: 13px;
        color: #f7f7f7;
        background-color: #384886;
        padding: 8px 20px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 1px;
        display: inline-block;
        line-height: 1.8;
    }
    .btn-gencoupon img {
        margin-right: 8px;
    }

    3) Could you, please, provide me screenshot for better understanding?
    4) It’s because of WooCommerce option http://prntscr.com/ded1u5 Choose any other location and that will disappear.

    Regards

    Avatar: ShadowRunner
    ShadowRunner
    Participant
    December 2, 2016 at 11:51

    Hello thank you for your replies. All has been fixed now! Thank you.

    The only thing that is missing is the number 3, but i will get back to you with this, because i deleted all the demo products so that the client can start adding some. So i will get back to you with another post when he starts adding some products.

    One thing that happened now, is that on all pages the “top panel” displays the map perfectly, but on the main page, both languages, it’s not displaying… i can’t figure what went wrong.

    Avatar: ShadowRunner
    ShadowRunner
    Participant
    December 2, 2016 at 12:09

    Sorry Olga for the 2nd post, but just saw that on the greek page, the newsletter form that has the class you mentioned i don’t see it working. But on the english version is working perfectly….. :/

    Please, contact administrator
    for this information.
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    December 2, 2016 at 12:42

    Hello,

    Problem with map is related to error in your console http://prntscr.com/defguk Very likely because if products element sliders. I need admin panel access to find out what exactly gives this issue.

    To fix the input for the english version add the following code in the child theme style.css or in the custom CSS (Theme Options > Styling > Custom CSS)

    /*Mail Chimp*/
    .mc4wp-form .et-mailchimp input[type="email"]{
        color: #999;
        margin: 0;
        width: 100%;
        background: #fff;
    }
    .mc4wp-form .et-mailchimp input::-webkit-input-placeholder {color:#999;}
    .mc4wp-form .et-mailchimp input:-moz-placeholder           {color:#999;}
    .mc4wp-form .et-mailchimp input:-ms-input-placeholder      {color:#999;}
    .mc4wp-form .et-mailchimp input[type="submit"] {
        height: 40px;
        background-color: #df5461!important;
        opacity: 0.8;
    }
    .mc4wp-form .et-mailchimp input[type="submit"]:hover {opacity: 0.9;}

    Regards

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.