• Resolved stredtech

    (@stredtech)


    Hello

    I have a popup that has an interest group assigned (hidden group)

    when the popup displays in the preview popup it is fine.

    When the popup is displayed on the site (live or test mode) it has the title of the interest group displaying (which should not show as its hidden?) it also has moved the join button to a new line.

    How can I change this?

    Please let me know if you need a screenshot

    Thanks in advance

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Adam – WPMU DEV Support

    (@wpmudev-support8)

    Hey @stredtech,

    Hope you’re well.

    I think we can solve this via custom CSS but to write the correct CSS I need to see this live. If you can send me to live page I can check it or you should tell me which provider you are using and which layout did you select for the popup?

    Cheers,
    Oguz

    Thread Starter stredtech

    (@stredtech)

    Hey @wpmudev-support8

    You can access it here: http://www.kingstonlgbtforum.org.uk/TestPop

    The popup will display after 5 seconds. No need to enter the password.

    We are using standard apache and cpanel installs as the host.

    Plugin Support Adam – WPMU DEV Support

    (@wpmudev-support8)

    Hey ,

    Hope you’re well.

    Can you try to add this custom CSS codes;

    @media(min-width:783px){
        .hustle-modal .hustle-modal-optin_form .hustle-modal-optin_button{
            display: inline-block;
            width: 25%;
            top: -37px;
            position: relative;
            right: -1px;
        }
    
        .hustle-modal .hustle-modal-optin_form .hustle-modal-optin_button button{
            width: 100% !important;
            height: 37px;
        }
    
        .hustle-modal .hustle-modal-optin_form.hustle-modal-optin_groups .hustle-modal-optin_group:last-child{
            text-align: right;
            display: block;
            width:100%;
        }
    
        .hustle-modal .hustle-modal-optin_form.hustle-modal-optin_groups .hustle-modal-optin_group{
            width:75%;
        }
    }
    
    .hustle-modal .hustle-modal-optin_form .hustle-modal-mc_title, .hustle-modal .hustle-modal-optin_form .hustle-modal-mc_groups{
        display:none !important;
    }

    You can add them to the Design tab custom CSS panel while editing your popup, or Appearance > Customize > Additional CSS panel.

    Cheers,
    Oguz

    Thread Starter stredtech

    (@stredtech)

    Thanks so much! that has removed it.

    Is is possible do decrease the padding below the text areas?

    Thanks again!

    Plugin Support Adam – WPMU DEV Support

    (@wpmudev-support8)

    Hey @stredtech,

    Hope you’re well.

    Yes, we can do but I didn’t understand what are you trying to achieve. The popup looks good currently. So if you provide more details maybe the screenshot, I can help about that.

    Cheers,
    Oguz

    Plugin Support Dimitris – WPMU DEV Support

    (@wpmudev-support6)

    Hello @stredtech

    it’s been a while since we’ve heard back from you, so I’m marking this topic as resolved. If you have additional queries, please do create separate threads about them and we will follow up as soon as possible. 🙂

    Take care,
    Dimitris

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Interest Groups’ is closed to new replies.