Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1565278
newsletter form Mail chimp
Closed

Comments

  • arhitecturalia started the conversation

    Hi again.

    I modified the newsletter form in the footer widget and it does not update on site. Changed it from mail chimp plugin. The name container does not appear.

  •  2,699
    PenciDesign replied

    Hi,

    Yeah, on Footer SignUp Form, this theme auto hide Name field.

    If you want to make it display, please add more this code to Customize > Custom CSS:

    .footer-subscribe .mc4wp-form{ max-width: 600px; }
    .footer-subscribe .mc4wp-form .mdes{ margin-left: -70px; }
    .footer-subscribe .mc4wp-form .mname { display: inline-block; float: left; width: 220px; margin-right: 10px; }
    .footer-subscribe .mc4wp-form .memail { display: inline-block; float: left; width: 220px; }
    @media only screen and (min-width: 769px){
        .footer-subscribe .mc4wp-form .mdes{ margin-left: 0; }
        .footer-subscribe .mc4wp-form .mname,
        .footer-subscribe .mc4wp-form .memail { margin-right: 0; margin-left: 0; width: 100%; }
        .footer-subscribe .mc4wp-form .msubmit{ width: 100%; margin-left: 0; }
        .footer-subscribe .widget .mc4wp-form input[type="email"],
        .footer-subscribe .widget .mc4wp-form input[type="text"],
        .footer-subscribe .widget .mc4wp-form input[type="submit"]{ max-width: 100%; }
    }
    

    Best Regards,

    PenciDesign

  • arhitecturalia replied

    Thanks.

    Another thing. Could you make the Custom CSS text container adjustable, at least its height, it's really hard right now to edit CSS if you have a lot of lines.

    Thanks.

  •  2,699
    PenciDesign replied

    Hi,

    We will consider to add more this feature in the future updates.

    But, if you want to edit the Custom CSS, you should copy it and paste to notepad or something you can see clearly. After edited it, copy and paste it again to your custom css box.


    Best Regards,

    PenciDesign

  • arhitecturalia replied

    Good idea :)
    But it would be nice of an option for future.