Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1156376

    ahurlburt53
    Participant

    I think there’s a bug when it comes to X and gravity forms. I have the custom css i the right place but its not responding like it should. please assist

    http://envirolimit.com/nepa-training-registration-florida/

    should be in 3 columns

    View post on imgur.com

    #1156386

    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! You could try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

    I’d also recommend that you clear your caching plugin or minimizer plugin, and disable it during development. This can cause Customizer changes to not take place on the front end. It will eventually show up when the cache regenerates, but it’s not ideal if you’re looking to see your changes immediately. Caching and Minimizing plugins are best to turn on only when you’ve finished building the site.

    Please let us know how it goes.

    #1156521

    ahurlburt53
    Participant

    Ok, did that whats next

    #1156528

    ahurlburt53
    Participant

    disregard, i got it to work. ty for your fast response

    #1156533

    Rad
    Moderator

    You’re welcome!

    #1157108

    chill986
    Participant

    @ahurlburt – how did you get it to work? I have the same problem.

    #1157125

    Nabeel A
    Moderator

    Hi there,

    Thanks you for writing in! Have you tried clearing the cache after adding the Custom CSS?

    Let us know how this goes!

    #1157137

    chill986
    Participant

    The custom CSS that was added is through the GravityForms Custom CSS plugin. Allows you to easily add specific CSS classes on a field by field basis. Please see the attached files. The Form Preview is the way the form SHOULD be laid out, and the screenshot is the way it is in X / Cornerstone.

    #1157159

    chill986
    Participant
    #1157307

    Jade
    Moderator

    Hi there,

    Please provide us with your admin details so that we could check the setup of your Gravity Form.

    Thank you.

    #1157350

    chill986
    Participant
    This reply has been marked as private.
    #1157625

    Jade
    Moderator

    Hi there,

    You can add this under Custom > CSS in the Customizer.

    
    .gform_wrapper .top_label li.gfield.gf_right_half,
    .gform_wrapper .top_label li.gfield.gf_middle_third+li.gfield,
    .gform_wrapper .top_label li.gfield.gf_left_third+li.gfield  {
        clear: none !important;
    }
    
    @media (min-width: 641px) {
        body .gform_wrapper .top_label li.gfield.gf_middle_third,
        .gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
            width: 29% !important;
        }
    }

    Hope this helps.

    #1172007

    chill986
    Participant

    Seems bad form that these are lost from the original install for Gravityforms. Since you are partnering with GF, isn’t there a possible fix in the next release?

    #1172307

    Jade
    Moderator

    Hi there,

    I have provided this to our development team so that they can take a look at the issue.

    Thank you.