Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1037865
    Chris D
    Participant

    Hey guys

    I have used your theme a few times and love it.

    Question though. I am testing this theme on a site to make sure they like the feel before I get them a license…probably within the next week or so. I wanted to mock something up for them but the import is giving me issues.

    1. Rev slider doesn’t install. Says it has a fatal error. I don’t know if I want to use the slider right now but even on the church import, it shows a shortcode at the top of the site for revslider.

    2. The menu doesn’t go across full width. I can’t figure out why not.

    Any chance you can help me with these?

    Thanks

    Chris

    #1037868
    Chris D
    Participant
    This reply has been marked as private.
    #1037980
    Rad
    Moderator

    Hi Chris,

    Thanks for writing in.

    I just installed Rev. Slider through Addons page with no error. It should be installed first before doing the import. The import will not install it, it will only import the slider to already installed Rev. Slider.

    Then please download this slider and import it to your Rev. Slider to complete the demo.
    https://www.dropbox.com/s/1eakdnii7tfew13/church-home.zip?dl=0

    As for the menu, it’s because of your maximum layout. And menu are always centered and not full-width. The color selection just made it noticeable since the background is white.

    Please add this CSS to Admin > Appearance > Customizer > Custom > CSS

    .x-navbar-inner .x-container{
    max-width: 100%;
    width: 100%;
    }
    

    Thanks!

    #1038899
    Chris D
    Participant
    This reply has been marked as private.
    #1039115
    Lely
    Moderator

    Hi Chris,

    Upon checking, you’re using Ubermenu. When Ubermenu is activated, it will by default override the primary menu and its display is as BLOCK. You may add the following CSS if you want it inline:

    @media screen and (min-width: 960px){
    .ubermenu-responsive-default.ubermenu {
        position: absolute;
        top: 23px;
        width: auto;
        right: 0;
        min-width: 40%;
    }
    }

    Feel free to adjust the values accordingly.

    Hope this helps.

    #1039576
    Chris D
    Participant

    Man…everything I have done on this site is boneheaded mistakes. Thanks for the help.

    #1039681
    Rahul
    Moderator

    You are most welcome. Let us know if you need any further help.

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