Okay
  Public Ticket #3598716
general issues
Closed

Comments

  •  1
    hassan started the conversation

    Dear team,


    thanks for the beautiful theme,


    i have few small issues i don't seam to fix myself:


    1- when i click on logo icon the website loads a blank page

    2- my client wants to be able to use arrows up and down on keyboard to scroll up and down the page is this possible

    3- when scrolling up and down the page the side bar seam to be super small any ideas how to make it clear and easy to use for viewers


    Regards,


    Hassan

  •  1,809
    Support replied

    Hello Hassan

    thanks for being our repeated customer.

    1. you are using a revolution slider in your home page but it is not compatible with ajax page transitions

    therefore if you must use RevSlider you can disable ajax page transitions in customizer -> general settings

    2. plz try disabling smooth scrolling in customizer -> general settings

    3. try adding the following in customizer -> additional CSS (modify first to set the right values)

    .scrollbar-track-y {
        width: 8px;   /* increase the width */
    }

    .scrollbar-track {
        background: transparent !important; /* add a background color */
    }

    .scrollbar-thumb {
        width: 8px; /* increase the width  of the scroll thumb*/
        height: 8px; /* increase the height  of the scroll thumb*/
        background: rgba(0, 0, 0, .5); /* set the background of the scroll thumb*/
    }



    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •  1
    hassan replied

    That works fine thanks