Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

Lay Theme Forum

  1. Home
  2. General Discussion
  3. Mailchimp newsletter signup

Mailchimp newsletter signup

Scheduled Pinned Locked Moved General Discussion
9 Posts 2 Posters 424 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    TSJ
    wrote on Feb 2, 2021, 12:14 PM last edited by
    #1

    Hi Laytheme Team and forum

    I'm working on a website (https://jonasgeorgchristensen.net/ ) using Mailchimp's newsletter subscription feature.

    The feauture works fine, but I have a simple minor problem of how to place this feature at the right place on the side.

    Right now, as seen on https://jonasgeorgchristensen.net/ , I have plenty of other problems since I updated to the newest lay-plugins. But my question now is:

    How do I make my subscription feature (button, text, and box) only appear at the about (https://jonasgeorgchristensen.net/about ) page, and not on the rest of the website?

    Hope to be helped c^8)

    Thank you for your time!

    C 1 Reply Last reply Feb 3, 2021, 12:22 PM
    0
    • T TSJ
      Feb 2, 2021, 12:14 PM

      Hi Laytheme Team and forum

      I'm working on a website (https://jonasgeorgchristensen.net/) using Mailchimp's newsletter subscription feature.

      The feauture works fine, but I have a simple minor problem of how to place this feature at the right place on the side.

      Right now, as seen on https://jonasgeorgchristensen.net/, I have plenty of other problems since I updated to the newest lay-plugins. But my question now is:

      How do I make my subscription feature (button, text, and box) only appear at the about (https://jonasgeorgchristensen.net/about) page, and not on the rest of the website?

      Hope to be helped c^8)

      Thank you for your time!

      C Offline
      C Offline
      chris.vuko
      wrote on Feb 3, 2021, 12:22 PM last edited by chris.vuko Feb 3, 2021, 7:26 AM
      #2

      @TSJ said in Mailchimp newsletter signup:

      https://jonasgeorgchristensen.net/

      Hey @TSJ,

      you can easily integrate you Mailchimp via html only on one page, e.g. your about site. In your gridder view just go to "+more > +html" and paste your html here. You'll find the code you need under "embedded form" at Mailchimp. Copy, paste, done.

      Hope that helps!

      Best
      Christian

      1 Reply Last reply
      0
      • T Offline
        T Offline
        TSJ
        wrote on Feb 4, 2021, 10:48 AM last edited by
        #3

        @chris-vuko said in Mailchimp newsletter signup:

        embedded form

        Hi Christian

        Thank you for your help!
        Of course it worked. I guess I forgot the basics of this theme... (or maybe I'm just too much of a beginner in this field haha)

        I have one more problem in that case though:

        My styling of the feature was working before, when I had the Mailchimp code placed in the custom CSS & HTML section, but now since I placed it on my about page, It doesn't work.

        Do you have any suggestions on how to style the feature, so both the text, button and box is visible?

        T 2 Replies Last reply Feb 4, 2021, 10:56 AM
        0
        • T TSJ
          Feb 4, 2021, 10:48 AM

          @chris-vuko said in Mailchimp newsletter signup:

          embedded form

          Hi Christian

          Thank you for your help!
          Of course it worked. I guess I forgot the basics of this theme... (or maybe I'm just too much of a beginner in this field haha)

          I have one more problem in that case though:

          My styling of the feature was working before, when I had the Mailchimp code placed in the custom CSS & HTML section, but now since I placed it on my about page, It doesn't work.

          Do you have any suggestions on how to style the feature, so both the text, button and box is visible?

          T Offline
          T Offline
          TSJ
          wrote on Feb 4, 2021, 10:56 AM last edited by
          #4
          This post is deleted!
          1 Reply Last reply
          0
          • T TSJ
            Feb 4, 2021, 10:48 AM

            @chris-vuko said in Mailchimp newsletter signup:

            embedded form

            Hi Christian

            Thank you for your help!
            Of course it worked. I guess I forgot the basics of this theme... (or maybe I'm just too much of a beginner in this field haha)

            I have one more problem in that case though:

            My styling of the feature was working before, when I had the Mailchimp code placed in the custom CSS & HTML section, but now since I placed it on my about page, It doesn't work.

            Do you have any suggestions on how to style the feature, so both the text, button and box is visible?

            T Offline
            T Offline
            TSJ
            wrote on Feb 4, 2021, 11:07 AM last edited by
            #5

            @TSJ
            I wrote this CSS (look below) but it doesn't quite work on https://jonasgeorgchristensen.net/about:

            mc-field-group !important {
                font-family: neue-haas-grotesk-display, sans-serif; 
                font-size: 85%;
                font-weight: 500;
                letter-spacing: 0.01em;
                position: absolute;
                right: 8.33%;
                top:8.1%;
            }
            
            input button !important {
                font-family: neue-haas-grotesk-display, sans-serif; 
                font-size: 85%;
                font-weight: 500;
                letter-spacing: 0.01em;
                background-color: white;
                position: absolute;
                right: 1.5%;
                top:8%;
            }
            
            C 1 Reply Last reply Feb 4, 2021, 5:35 PM
            0
            • T TSJ
              Feb 4, 2021, 11:07 AM

              @TSJ
              I wrote this CSS (look below) but it doesn't quite work on https://jonasgeorgchristensen.net/about:

              mc-field-group !important {
                  font-family: neue-haas-grotesk-display, sans-serif; 
                  font-size: 85%;
                  font-weight: 500;
                  letter-spacing: 0.01em;
                  position: absolute;
                  right: 8.33%;
                  top:8.1%;
              }
              
              input button !important {
                  font-family: neue-haas-grotesk-display, sans-serif; 
                  font-size: 85%;
                  font-weight: 500;
                  letter-spacing: 0.01em;
                  background-color: white;
                  position: absolute;
                  right: 1.5%;
                  top:8%;
              }
              
              C Offline
              C Offline
              chris.vuko
              wrote on Feb 4, 2021, 5:35 PM last edited by chris.vuko Feb 4, 2021, 12:39 PM
              #6

              Hey @TSJ!

              Great that it worked out!

              Maybe mailchimp uses different classes for the different embedded options. So maybe therefor you address the wrong classes. Also try to place the "!important" tag behind your stylings e.g.

              .mc-field-group {
              font-family: neue-haas-grotesk-display !important;
              }
              

              I can also send you a code snippet via DM that I used recently. Maybe it's useful for you!

              Best
              Christian

              T 1 Reply Last reply Feb 4, 2021, 9:25 PM
              0
              • C chris.vuko
                Feb 4, 2021, 5:35 PM

                Hey @TSJ!

                Great that it worked out!

                Maybe mailchimp uses different classes for the different embedded options. So maybe therefor you address the wrong classes. Also try to place the "!important" tag behind your stylings e.g.

                .mc-field-group {
                font-family: neue-haas-grotesk-display !important;
                }
                

                I can also send you a code snippet via DM that I used recently. Maybe it's useful for you!

                Best
                Christian

                T Offline
                T Offline
                TSJ
                wrote on Feb 4, 2021, 9:25 PM last edited by
                #7

                @chris-vuko Thanks for the answer!

                As i wrote earlier:

                "My styling of the feature was working before, when I had the Mailchimp code placed in the custom CSS & HTML section, but now since I placed it on my about page, It doesn't work."

                So it should be the same classes as used before. I am thinking that my code is not "overwriting" or "overruling" the one of laytheme and my about page.
                Can that be a possibility and if so, is there another way to "overrule"?

                I tried moving the !important tag, and place it after each position, but still no result:

                mc-field-group {
                    font-family: sans-serif; 
                    font-size: 85%;
                    font-weight: 500;
                    letter-spacing: 0.01em;
                    position: absolute !important;
                    right: 8.33% !important;
                    top:8.1% !important;
                }
                
                input button {
                    font-family: sans-serif; 
                    font-size: 85%;
                    font-weight: 500;
                    letter-spacing: 0.01em;
                    background-color: white;
                    position: absolute !important;
                    right: 1.5% !important;
                    top:8% !important;
                }
                
                T 1 Reply Last reply Feb 4, 2021, 9:28 PM
                0
                • T TSJ
                  Feb 4, 2021, 9:25 PM

                  @chris-vuko Thanks for the answer!

                  As i wrote earlier:

                  "My styling of the feature was working before, when I had the Mailchimp code placed in the custom CSS & HTML section, but now since I placed it on my about page, It doesn't work."

                  So it should be the same classes as used before. I am thinking that my code is not "overwriting" or "overruling" the one of laytheme and my about page.
                  Can that be a possibility and if so, is there another way to "overrule"?

                  I tried moving the !important tag, and place it after each position, but still no result:

                  mc-field-group {
                      font-family: sans-serif; 
                      font-size: 85%;
                      font-weight: 500;
                      letter-spacing: 0.01em;
                      position: absolute !important;
                      right: 8.33% !important;
                      top:8.1% !important;
                  }
                  
                  input button {
                      font-family: sans-serif; 
                      font-size: 85%;
                      font-weight: 500;
                      letter-spacing: 0.01em;
                      background-color: white;
                      position: absolute !important;
                      right: 1.5% !important;
                      top:8% !important;
                  }
                  
                  T Offline
                  T Offline
                  TSJ
                  wrote on Feb 4, 2021, 9:28 PM last edited by
                  #8

                  @TSJ Oh.... found another begginner fail, that will make it work:
                  Forgot a period infront of the class-names %(

                  Now I think I got it...

                  Sorry for wasting time and thank you for your patience!

                  C 1 Reply Last reply Feb 5, 2021, 7:27 AM
                  0
                  • T TSJ
                    Feb 4, 2021, 9:28 PM

                    @TSJ Oh.... found another begginner fail, that will make it work:
                    Forgot a period infront of the class-names %(

                    Now I think I got it...

                    Sorry for wasting time and thank you for your patience!

                    C Offline
                    C Offline
                    chris.vuko
                    wrote on Feb 5, 2021, 7:27 AM last edited by
                    #9

                    @TSJ No worries!

                    1 Reply Last reply
                    0
                    Reply
                    • Reply as topic
                    Log in to reply
                    • Oldest to Newest
                    • Newest to Oldest
                    • Most Votes

                    1/9

                    Feb 2, 2021, 12:14 PM


                    I also code custom websites or custom Lay features.
                    💿 Email me here: 💿
                    info@laytheme.com

                    Before you post:
                    1. When using a WordPress Cache plugin, disable it or clear your cache.
                    2. Update Lay Theme and all Lay Theme Addons
                    3. Disable all Plugins
                    4. Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"

                    This often solves issues you might run into

                    When you post:
                    1. Post a link to where the problem is
                    2. Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
                    3. If the problem is difficult to explain, post screenshots / link to a video to explain it
                    Online Users
                    D
                    dnlbrv
                    26 minutes ago
                    L
                    leili
                    29 minutes ago
                    Forgot your key, lost your files, need a previous Lay Theme or Addon version? Go to www.laykeymanager.com
                    laytheme.com
                    • Login

                    • Don't have an account? Register

                    • Login or register to search.
                    1 out of 9
                    • First post
                      1/9
                      Last post
                    0
                    • Recent
                    • Tags
                    • Popular
                    • Users
                    • Search