Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Slick slide menu problems in VC #8992
    tc33
    Participant

    Here’s the problem. You’ve got this hardcoded in your stylesheet for Slick Side menu in vc_slidemenustyle.css

    /* -----------------------------------------------------------------------------
    
      SLIDE AND PUSH MENUS COMPONENT
      
    ----------------------------------------------------------------------------- */
    /**
     * Menu overview.
     */
    .c-menu {
      position: fixed;
      z-index: 999999;
      background-color: #67b5d1;
      -webkit-transition: -webkit-transform 0.3s;
              transition: transform 0.3s;
    }
    
    in reply to: Slick slide menu problems in VC #8991
    tc33
    Participant

    Clear as mud. I’m with spash99 on this. I just purchased, and the documentation is incomplete, and the inability to easily control the background color is just poor.

    While I appreciate the fact that this is a VC plugin, it’s really missing the mark.

    If you are using specifically in VC on a page (not sitewide), sitewide controls have no affect on anything. Additionally, there is no ability in the VC plugin options to control colors at all.

    The fact that you need to use your own css to do this is a major oversight on your part.

Viewing 2 posts - 1 through 2 (of 2 total)