Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #622498

    Hi,

    I’m using code directly from MailChimp to create an email signup form on my website. The login credentials are below in the Private Content.
    The form I’m trying to create is at the bottom of this page: website: http://denvermediapro.com/
    My issue is that the “Submit” button is not showing up on the web page. It does however, show up in the Avia Layout Builder when I use a “text” block. Since it wasn’t showing up on the web page, I thought I may have made a mistake using the text block and then chose the “code” block. That didn’t work either.
    Any advice?

    #624133

    Hey curtdonohue,

    Thanks for getting in touch with us and sorry for the delay!

    The submit button with the value “Subscribe” is showing up on your web page when using the code block. Please see my screenshot in the Private Content Section. If you still are not seeing the button, try clearing your browser’s cache and refreshing the page.

    Best regards,
    Jordan Powell

    #624479

    Hi Jordan,

    Thanks for the reply. Yes, I did manage to find an apparent fix for the issue. I found this thread in the forum: https://kriesi.at/support/topic/mailchimp-subscribe-button-not-showing-up-2/.

    That forum recommended the following code, which I added and now the subscribe button shows up.

    Here’s the code I used:
    #mc_embed_signup .clear {
    display: block;
    visibility: visible;
    height: auto;
    width: auto;
    }

    Is this something that would make sense to add in the theme for a future update?

    Thanks again!

    #624551

    Not sure about adding it since its something related to another plugin and not to our own styling rules.
    maybe we will if it keeps coming up ;)

    Cheers
    Kriesi

    #624583

    I understand. However, I just figured since you already provide an integration for MailChimp, it might make sense. It’s kind of a frustration to have access to the integration in the Theme Options and not have it work fully. Just a thought, though.

    Thanks for the help and keep up the great work!

    • This reply was modified 7 years, 11 months ago by curtdonohue.
    #624594

    Hi,

    Our own mailchimp integration should work fine, I am actually not sure why you didnt use the template builder element we provide ;D

    Best regards,
    Kriesi

    #624600

    I’m glad you mentioned that. I just realized my mistake. When I mentioned the MailChimp integration in the previous post, I was only thinking about the widget in the sidebar. I forgot there was a MailChimp integration in the layout builder as well. Ugh! Thanks for pointing that out. And, yes, it does work just fine.

    I think I just defaulted to what I was used to, which is adding the MailChimp code into the body of the website. Thanks for clearing this up for me.

    #624903

    Glad I could help ;)

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.