Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
  • in reply to: Sticky Footer #41264
     Florian
    Participant

    I found the error….
    Thank’s!

    in reply to: Sticky Footer #41259
     Florian
    Participant

    Hi,
    after I tested this code in the Quick css

    .socket {
    bottom: 0;
    position: fixed;
    width: 100%;
    height: 5;
    }

    the Go Up button disappeared for ever…
    Quick css is now emty and the Go Up button is activated in the Thememenu, but the Go Up button is disappeared.

    in reply to: Transparent Main Menu #41248
     Florian
    Participant

    I have the solution:

    COPY CODE
    .navbar-transparent #header .is-sticky .kleo-main-header.header-normal {
    background-color:rgba(0,0,0,0.4);
    }
    .navbar-transparent #header .is-sticky .kleo-main-header.header-normal.header-scrolled {
    background-color:black;
    }

    Thank you for your effort.

    in reply to: Transparent Main Menu #41243
     Florian
    Participant

    It is not working.
    It is all the time with this code transparancy (half dark gray). It changes not to a full color by scrolling.

    in reply to: Transparent Main Menu #41231
     Florian
    Participant

    Hi,
    thanks for your reply.

    I know the Hex Color Codes. I took only black for example in the code 😉

    I tested again the css code and it is not working together.

    .navbar-transparent .navbar .kleo-main-header.header-scrolled {
    background-color: #000;
    }
    .navbar-transparent #header .is-sticky .kleo-main-header {
    background-color: rgba(0,0,0,0.4) !important;
    }

    If I use the code separately, it work perfektly:
    Only this:

    .navbar-transparent #header .is-sticky .kleo-main-header {
    background-color: rgba(0,0,0,0.4) !important;
    }

    or only this:

    .navbar-transparent .navbar .kleo-main-header.header-scrolled {
    background-color: #000;
    }

    but I need it together.

    How I mean:
    1. You load the website. => Menu is transparancy.
    2. You scroll down the website. => Menu changes from transparancy to full color.

    Example is attached 😉

    Attachments:
    You must be logged in to view attached files.
    in reply to: side menu width change #40570
     Florian
    Participant

    Thank’s, but this is not working.
    I put the css code in the “General settings – Quick CSS”.

    COPY CODE
    .offcanvas-type-default .offcanvas-sidebar {
    background: #ffffff;
    }
     
    .offcanvas-sidebar {
    width: 400px;
    }
    
    offcanvas-right.offcanvas-type-default .offcanvas-sidebar, .offcanvas-right.offcanvas-type-overlay .offcanvas-sidebar {
    -webkit-transform: translate(400px,0);
    transform: translate(400px,0);
    }
    
    ul.offcanvas-menu {
    display: none;
    }

    But now the menu is always visible with the new width, but without to press the button to open the sidemenu.
    If you press the button now for open/close the sidemenu – the sidemenu moves with the old width.

    thank’s!

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

Log in with your credentials

Forgot your details?