Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1065373
    tparkmedia
    Participant

    Hi,

    Here’s my website: http://www.desqtopappraisals.com

    I’ve attached a screenshot with the areas I’d like to change. I don’t know how to describe in words so I just drew on the screenshot.

    Thank you!

    #1065495
    Jade
    Moderator

    Hi there,

    Kindly change some settings in the first and second sections.

    Remove the bottom margin of the first section and set the border setting of the second section to none.

    #1065585
    tparkmedia
    Participant

    Hi Jade!

    Few more questions please:

    1. What about the spacing between the bottom of the contact box in and the “BUY NOW” button in section one and the bottom of page? I want it closer.

    2. The spacing between the two rows in the contact: “Full name” and “Email” is also too big. I want that closer too.

    3. re: the main image on top. Can I create a blank border around it? I don’t want it filling up the window. I want it to remain a set size with a blank border around it. Like this: http://www.dropbox.com

    THANKS AGAIN!!

    #1066100
    Rue Nel
    Moderator

    Hello There,

    Thanks for the updates and the clarifications!

    1] The contact form has a default margin. If you want to make it closer, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .wpcf7 .wpcf7-form {
      margin-bottom: 0;
    }

    2] Please edit your contact form and instead of using p tag, you may try using this instead:

    <div>[text* full-name]</div>
    <div>[email* the-email] </div>

    (This is just an example and may look different in your actual contact form shortcodes)

    3] Please edit your page in Cornerstone and make sure that you add a padding in your first section container the main image on top. Be sure to use the correct number and the unit like 10px.
    If nothing else works, would you mind providing us the url of your site with login credentials so we can take a closer look? 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.

    To do this, you can make a post with the following info:
    – Link to your site

    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thank you.

    #1066882
    tparkmedia
    Participant
    This reply has been marked as private.
    #1067211
    Jade
    Moderator

    Hi there,

    #1 & #2

    
    .home .wpcf7 form,
    .home .wpcf7 form input {
        margin-bottom: 0;
    }
    
    .home .wpcf7 form .wpcf7-form-control-wrap {
        line-height: 0;
    }
    
    .home .wpcf7 form div {
        height: 50px;
    }

    #3 Kindly increase the margin value of the section that contains the header image.

    Hope this helps.

    #1068561
    tparkmedia
    Participant

    1 and 2 still did nothing.

    #1068574
    tparkmedia
    Participant

    I’m having a very hard time with Contacty Form 7. How do I use ninja forms with cornerstone?

    #1068578
    Joao
    Moderator

    Hi There,

    There are errors on your Appereance Customizer Custom CSS:

    .stuff {
    .wpcf7 .wpcf7-form {
      margin-bottom: 500;
    }
    
    .home .wpcf7 form,
    .home .wpcf7 form input {
        margin-bottom: 500;
    }
    
    .home .wpcf7 form .wpcf7-form-control-wrap {
        line-height: 500;
    }
    .home .wpcf7 form div {
        height: 50px;
    }
    

    Please remove this:

    And add this:

    .home .wpcf7 form div {
        height: 50px;
    }
    .wpcf7 .wpcf7-form {
      margin-bottom: 0;
    }
    

    Hope it helps,

    Joao

    #1068594
    tparkmedia
    Participant

    Or gravity forms? I already have ninja forms downloaded but I’m not sure how to use that in cornerstone. I’ve tried to add ninja form just in edit page but i lost all the work i did in cornerstone.

    #1068598
    tparkmedia
    Participant

    woohoo!! THANK YOU JOAO!!!!!

    Ok, so back to my other question though. How would I use ninja form or gravity form with cornerstone?

    #1068656
    Joao
    Moderator

    Hi There,

    You need to setup the plugin as it should.

    Than use a shortcode of the form on RAW Element on Cornerstone.

    Hope that helps

    Joao

    #1073207
    tparkmedia
    Participant

    Hello,

    I’ve searched through some topics on this forum and I’m getting different answers.

    Is Gravity (premium) compatible with this theme?

    Is Ninja Form compatible with this theme?

    Thank you.

    #1073775
    tparkmedia
    Participant

    Nvm, I downloaded the Gravity forms and it is compatible and it shows up in Element on Cornerstone. Just FYI if anyone else sees this thread.

    #1073988
    Lely
    Moderator

    Hi There,

    Thank you for updating the thread. Glad this is now working for you.

    Cheers!

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