Newsletter - by Libardo - on WordPress WooCommerce support

This topic has 13 replies, 2 voices, and was last updated 9 years ago ago by Eva Kemp

  • Avatar: Libardo
    Libardo
    Participant
    April 18, 2015 at 17:58

    Hi Support,

    IS there a way to move the Sign Up button infronnt of the red bar in this picture? I would like this to take affect for Mobile and Desktop and for all pages on the website.

    http://i1340.photobucket.com/albums/o728/LibardoBarreto/hdsdh_zpsw86mgaos.png

    Please, contact administrator
    for this information.
    12 Answers
    Avatar: Libardo
    Libardo
    Participant
    April 18, 2015 at 21:50

    Hello,

    In addition to my request above, can you also assist how to:

    1.) Where can I change the color to #fff fro the text ” Don,t Show .. ”

    2.) How can I align the Button to left?

    http://i1340.photobucket.com/albums/o728/LibardoBarreto/fsdfsdf_zpsykqvasui.png

    Avatar: Eva
    Eva Kemp
    Support staff
    April 19, 2015 at 18:34

    Hello,

    Please add this code in custom.css file:
    .footer-top-2 .mc4wp-form input[type="submit"] {float: left;}
    @media (max-width: 480px) {.footer-top-2 .mc4wp-form input[type="submit"] { margin-right: 230px; }}

    Also provide us with the correct credentials as the current ones are incorrect and we can’t log in to wp-admin panel.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Libardo
    Libardo
    Participant
    April 20, 2015 at 02:33

    Hi Eva,

    I tried to add the code in the custom.css file but still the same. I put the code in the following file (See in private)

    I have granted access please see in private.

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    April 20, 2015 at 14:51

    Hello,

    I’ve added the code in custom.css of the site http://bkbcuracao.com/ .
    Please clear browser cache and check footer.
    Also add this code to change text color for “Don’t show this popup again” text:

    .white-popup-block label {
       color: white !important;
    }

    Regards,
    Eva Kemp.

    Avatar: Libardo
    Libardo
    Participant
    April 20, 2015 at 16:23

    Hi Eva,

    Thanks. I also requested for the Sign Up button for this one to be align to the left just like the other one. Can you also correct this one?

    http://i1340.photobucket.com/albums/o728/LibardoBarreto/rwerewr_zpsebmz3ta7.png

    Avatar: Eva
    Eva Kemp
    Support staff
    April 20, 2015 at 20:58

    Hello,

    I’ve added this code in custom.css file:

    #etheme-popup .mc4wp-form input[type="submit"] {
        float: left;
    }

    Please check now.

    Regards,
    Eva Kemp.

    Avatar: Libardo
    Libardo
    Participant
    April 30, 2015 at 14:46

    Good Day Eva,

    Is there a way which we can have the same height/width space in red for below?

    http://i1340.photobucket.com/albums/o728/LibardoBarreto/455_zpszdslzg9k.png

    Meaning the same space in red we would like to have it also underneath the Do Not Show… text.

    Avatar: Eva
    Eva Kemp
    Support staff
    April 30, 2015 at 15:42

    Hello,

    Please add this code in custom.css file:

    .checkbox-label label {
        display: table-cell !important;
    }
    .checkbox-label {
       position: relative !important;
    }
    .white-popup-block {
      height: 450px !important;
    }

    Regards,
    Eva Kemp.

    Avatar: Libardo
    Libardo
    Participant
    April 30, 2015 at 17:13

    Thanks Eva. Wonderful!!!

    Is it also possible for this text to be in front of the red line?

    http://i1340.photobucket.com/albums/o728/LibardoBarreto/fff_zpsjvttqp7c.png

    Avatar: Eva
    Eva Kemp
    Support staff
    April 30, 2015 at 19:58

    Hello,

    Please add this code as well:

    .white-popup-block .checkbox-label {
       left: 2px !important;
    }

    Regards,
    Eva Kemp.

    Avatar: Libardo
    Libardo
    Participant
    April 30, 2015 at 21:38

    Hi Eva,

    It works. I have another issue for some reason when I click the Newsletter only for this particular page it wont pop up:

    http://i1340.photobucket.com/albums/o728/LibardoBarreto/4ff_zpsszfiixya.png

    For the rest of the Pages when I click on the Newsletter it does show:

    http://i1340.photobucket.com/albums/o728/LibardoBarreto/3sdg_zpsnvzimsgn.png

    However for this one ( http://bkbcuracao.com/space-planning-3d-design/ ) there is a problem. Can you please check this?

    Avatar: Eva
    Eva Kemp
    Support staff
    May 3, 2015 at 09:03

    Hello,

    The reason is the following code you added in CSS block of VC editor:

    div.pp_overlay, .pp_content_container, div.pp_pic_holder {
       display: none !important;
    }
    .mfp-bg, .mfp-wrap {
     display: none !important;
    }

    Unfortunately to make popup working you need remove this code.

    Regards,
    Eva Kemp.

  • Viewing 13 results - 1 through 13 (of 13 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.