Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1048530
    SergioGalan
    Participant

    Hello friends

    I need to justify to the left only the block Contact-form an issue or specific shortcode.

    How do I do it?

    thank you

    #1048623
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1049087
    SergioGalan
    Participant

    It is true, sorry for not including the url

    http://www.sergiogalang.com

    Thank you for your help
    Good job!

    #1049300
    Rupok
    Member

    Hi there,

    Thanks for the URL. I am sorry but I can’t find the form in any page. Would you point us with exact URL?

    Cheers!

    #1054420
    SergioGalan
    Participant

    Thank you for your help and excuse me it has been slow to respond.

    the url contact form is http://sergiogalang.com/

    I modified the styles file path / wp-content / plugins / x-email-MailChimp / email-integration / functions / enqueue / site but do not know if I have done well.

    I also want to up the same block form up and want the title (Únete a la comunidad) is h5 instead of h1. How and where should I do?

    Thanks!!

    #1054473
    Jade
    Moderator

    Hi there,

    Please add this in the custom JS:

    (function($){
        $('#x-subscribe-form-1321 h1').replaceWith(function () {
            return "<h5>" + $(this).html() + "</h5>";
        });
    })(jQuery);

    Then add this in the custom CSS:

    #x-subscribe-form-1321 h5 {
        margin-top: 0;
        color: #fff;
    }

    Hope this helps.

    #1055956
    SergioGalan
    Participant

    Thank you very much for your help, it has been very useful!

    Thank you!

    #1055969
    SergioGalan
    Participant

    I am sorry

    The contact form h1 want it to be a h5, but has not worked out the solution you have given me.

    thanks

    #1056083
    Paul R
    Moderator

    Hi,

    I checked your form in your homepage and it’s already in h5

    http://screencast.com/t/qb88oKXq

    Can you specify which form you are referring to.

    Thanks

    #1057639
    SergioGalan
    Participant

    Thanks!!!

    #1057667
    Friech
    Moderator

    You’re more than welcome, glad we could help.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1048530 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>