• Resolved ilikeflowers

    (@ilikeflowers)


    Hi!
    Is it possible to use just one slider image, without the transition effect (so that the title of the slider can serve as a homepage title without constant transitioning and loading bar)?
    I’ve skimmed through the forum and tried using two slides with same picture and same title using this custom CSS for disabling transition:

    #agama_slider h2.slide-title.animated{
        animation: none!important;
    }

    but with no avail, the title transition and loading bar is still present.
    Version of Agama Blue is 1.1.1.
    Thank You!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author themevision

    (@themevision)

    Hello,@ilikeflowers!

    Can you give me the address of your website?

    Thanks

    Thread Starter ilikeflowers

    (@ilikeflowers)

    Edit: I had to remove link due to my supervisor. Temporary workaround was using regular image instead of slider. Button will be added through custom css.

    • This reply was modified 6 years, 4 months ago by ilikeflowers.
    Theme Author themevision

    (@themevision)

    Hi,

    Set the same image in both slides, remove the title from the slide#2 and
    insert the following codes into Customizing->General->Additional CSS:

    #agama_slider .cameraContent{
        display:block!important;
        opacity: 1!important;
    }
    .camera_bar, .camera_prev, .camera_next{
    	display:none!important;
    }

    That should help.

    Another way to solve this is to add your welcome Text to your image using some of the available software(e.g. “Gimp”) then upload your image as a Header image.
    https://prnt.sc/qciame
    (In that case, you can disable the Slider).

    Regards

    Thread Starter ilikeflowers

    (@ilikeflowers)

    Thank you very much for your prompt reaction!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Slider with only 1 element (without transition)’ is closed to new replies.