Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10005566
    snngny
    Participant

    Hi,

    I have 4 problems with the theme that I couldn’t pass them.

    1) Images in the section “Satın Alın – Kodlayalım – Yükleyelim” do not fade. Only 1st image BounceIn but the others do not. I copied and pasted the code in your pre-defined file.

    2) The section at “%100 Türkçe” you can see the div goes more width than it should be. I copied and pasted the code in your pre-defined file.

    3) Under “Görsel Şölen” title, it doesn’t show images. It only shows 1 image and the others can not be seen. Again I copied and pasted the code in your pre-defined file.

    4) How can I give revolution header a time? I mean after X seconds, it should automatically pass to 2nd header and after X seconds it should pass to 3rd header etc.

    I copied the source code from your html files but it doesn’t work still. Many thanks for the assistance.


    #10005577
    Support
    Keymaster

    Hello,

    1) The problem is that you copied the code probably from the console, where it was processed before, to make it work please to the following markup:

    <div class="process-image" data-appear-animation="bounceIn">
    	<img src="img/home-concept-item-1.png" alt="" />
    	<strong>Strategy</strong>
    </div>

    2) It’s missing the parent container, it should be like this:

    <div class="container">
    	<div class="row push-top">
    ...

    3) Same problem from the first item, please copy/paste the code from the original HTML file, not console/dev tools.

    4) You can set the delay in the HTML itself, like this:

    <div class="slider" id="revolutionSlider" data-plugin-revolution-slider data-plugin-options='{"startheight": 500, "delay": 9000}'>

    (9000 for 9 seconds, for example)

    Kind Regards,

    Jonas


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

This topic is marked as "RESOLVED" and can not rceive new replies.