Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1249547
    leverpunch
    Participant

    Hi,

    2 Issues:

    1. “Customize” Save & Publish Issue
    I can’t seem to “Save and Publish” my global css changes. I deactivated all the plugins to troubleshoot and check if it is because of a conflict issue. Would need your assistance as I can’t seem to fix the issue.

    2. Gravity Form Issue
    I read the threads and realised that there is a common conflict between Gravity Forms & X Theme. Is there a way to resolve this as I would like my forms to be in a 2-column layout.

    Kindly advise.

    Cheers,
    Alvin

    #1249548
    leverpunch
    Participant
    This reply has been marked as private.
    #1249705
    Christopher
    Moderator

    Hi there,

    Thanks for writing in!

    #1 Please check this link https://community.theme.co/kb/solutions-to-potential-setup-issues-customizer/

    #2 To fix the issue with gravity form, please add following code in Customize -> Custom -> Global CSS :

    .gf_right_half {
        clear: right !important;
    }
    @media only screen and (max-width: 680px){
    .gform_wrapper .chosen-container.chosen-container-single[style], .gform_wrapper div.chosen-container.chosen-container-multi[style],@media only screen and (max-width: 641px)
    .gform_wrapper .chosen-container.chosen-container-single[style], .gform_wrapper div.chosen-container.chosen-container-multi[style]  {
    
        width: 93% !important;
    }
    }
    

    Hope it helps.

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