Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1373244
    RSI-DEV
    Participant

    Good Day,

    I am currently working with the E&P Form Builder.

    The documentation provided by the plugin author is very limited which is quite sad for a great plugin like this.

    1.) I am trying to customise the plugin to remove the ‘inverse gray’ effect. I can not do so even when using Chrome Developer trying to isolate the code.

    2.) With certain steps only 1 option should be required EG: 8 colours to choose from with only 1 allowed for selection this then then automatically takes you to the next step.

    Is there no way Theme X can contact the plugin author and ask for a more detailed documentation guide? plugins like The Grid & Essential Grid come with very comprehensive documentation.

    Thank you for any direction to previous questions or help in this regard.

    #1373983
    Rad
    Moderator

    Hi there,

    Thanks for writing in.

    We’re not sure about the documentation, but we’ll surely provide them in our KB section once available.

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials
    – Some screenshot of the issue

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

    Thanks!

    #1374668
    RSI-DEV
    Participant
    This reply has been marked as private.
    #1375426
    Rad
    Moderator

    Hi there,

    Sure, noted and we’ll forward it. But may I know the details of Inverse gray? How about screenshot?

    Thanks!

    #1379281
    RSI-DEV
    Participant
    This reply has been marked as private.
    #1379304
    RSI-DEV
    Participant
    This reply has been marked as private.
    #1379461
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> Global CSS :

    .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
        content: "\f0c9";
        font-family: fontawesome;
        font-style: normal;
    }
    .ubermenu-responsive-toggle.ubermenu-responsive-toggle-main {
        z-index: 99999;
        position: absolute;
    
    }

    Please provide us with screen shot in regards with custom headline issue.

    Hope it helps.

    #1379468
    RSI-DEV
    Participant
    This reply has been marked as private.
    #1379475
    RSI-DEV
    Participant
    This reply has been marked as private.
    #1379484
    RSI-DEV
    Participant
    This reply has been marked as private.
    #1379586
    Christopher
    Moderator

    Hi there,

    To make heading centered align, please remove 150px left padding from column.
    In regards with header, please add logo under Customize/ Header, as you don’t have logo yet. Please add following code in Customize -> Custom -> Global CSS to hide it on desktop :

    @media (min-width:979px){
    .x-logobar{
    display:none;
    }
    }

    Hope it helps.

    #1380842
    RSI-DEV
    Participant

    Hi Christopher,

    Thanks very much for the help, there was a 150 on the padding did not see that!

    Ubermenu with logo in the middle still is an issue, but I will read the Ubermenu documentation further and see if it has anything in there.

    Good well.

    #1381032
    Christopher
    Moderator

    Hi there,

    I don’t find issue with Ubermenu
    To make ubermenu centered align on mobile, please add this code :

    .ubermenu-responsive-toggle.ubermenu-responsive-toggle-main {
        margin: 0 auto;
        float: none;
        text-align: center;
    }

    Hope it helps.

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