• Resolved Jan

    (@janchu4)


    Hi Boris:
    You were so helpful in resolving the sidebar Mailchimp form appearing on mobile, but I have now decided to put YOUR optin form on the sidebar instead. Could you please provide me with the code so that it doesn’t appear on mobile? It appears on my iPhone 4S (vertical and horizontal) and iPad2 (vertical)
    Thank you so much!

    https://www.ads-software.com/plugins/optin-forms/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Jan

    (@janchu4)

    Correction…it’s showing up twice on ALL devices. I think I’ll just take the optin form out from the bottom of all posts and pages. If you get around to this question, I woud still appreciate it.

    Thank you for your plugin My interspire account doesn’t have “form” when I sign in. I have a license key. How do I use your service with my email program? Thanks for any advice on installing interspire so it can be used in wordpress

    @jane
    if you want to hide the optin form on mobile you can use media CSS and display none

    @kath
    you should create your own thread

    Hi Jan,

    please update your Custom CSS code to the following:

    @media only screen and (min-width: 768px) and (max-width: 959px) {
    }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
    #optinforms-form1-container{display:none;}
    }
    @media only screen and (min-width: 320px) and (max-width: 479px) {
    #optinforms-form1-container{display:none;}
    }

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Code needed to prevent sidebar Optin Form from appearing on mobile’ is closed to new replies.