Okay
  Public Ticket #2306827
Slider Image, logo and theme Color
Closed

Comments

  • ralph started the conversation

    hi there,

    please how can i make the website logo 200 by 200 an also how can i make slider image move automatically and how to change animation effect. and lastly how do i make theme light instead of dark?

    Thanks

    R

  •  1,803
    Support replied

    Hi Ralph

    you can add the size (height) of the logo in a media query for desktop (the width is auto so it will try to cover the available width)

    @media screen and (min-width: 1024px){

        #logo img {
            height: 200px; 
        }

    }

    in customizer -> additional CSS

    You can set the background type in page options (light vs dark)

    Setting the slider to autoplay will cause issues in synchronizing different elements in the fullscreen slider page.

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •   ralph replied privately
  •   Support replied privately
  •   ralph replied privately
  •   Support replied privately
  • ralph replied

    Hello Support 

    i am not sure i understand your last reply. i want to make the slider move automatically.

    How can i make this happen pls?

  •  1,803
    Support replied

    Hi Ralph, 

    you can make it move automatically but then you may need to synchronize the other sliders as well otherwise the titles will overlap.

    Plz go to to /js/scripts.js and change

    loop to true on line 1041 and autoplay to true on line 1048

    hard refresh the page (Ctrl+F5)

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • ralph replied

    hi there,

    my menu now suddenly shows up n the upper left hand side of the screen next to the logo. How do i fix this pls to make the menu look like the demo. Also if i choose classic vertical aligned menu how can i do this pls and thank you.

    thanks for your support

  • ralph replied

    hi there again,

    pls how can i make the menu classic horizontal menu style?

    thanks 

  • ralph replied

    Hi there

    i'm also having issues with the google map not showing on the contact page. pls help

    thanks

  •  1,803
    Support replied

    Hello, 

    - you can go to customizer -> general settings -> and disable 'show fullscreen menu on desktop' option

    - for google map - make sure you create the google maps API key and enable Geocoding API for it. The broeser console messages will give you more information about the error is any.

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • ralph replied

    Hello there friends,

    pls my google map is not showing even though i have the API. is there an alternative google map that i can use just the HTML embed? could you show me a tutorial pls?

    thanks 

    Ralph

  •  1,803
    Support replied

    Hi Ralph,

    if you can send us the URL of the contact page we can tell you exactly what the problem is by looking in the browser console to see what are the error messages.

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy