Okay
  Public Ticket #848202
3 questions
Closed

Comments

  • Antoine started the conversation

    Hi,

    Thx for the theme, it's very nice.

    Question : 
    1- When i load the button "stop" on the vidéo does not work dirreclty, why ?
    2- Can i put some arrows to change images on the Caroussel ?
    3- If i buy EPIC, can i mix it with Muziq?

    Thx !


    Antoine

  •  840
    Jelly replied

    Hi,

    1. The button 'stop' work good in my side. Maybe you can help me know what the browser you try to check it? Please make sure update it to latest version.

    2. Maybe you can point me to the exactly the carousel you want? There are many carousel in our template.

    3. It's quite complex to do. What do you want? I'm work such as freelancer, if you want modification it, I can do it for you.

    Also, our wordpress theme will coming soon. I think you can do something similar from epic in muziq with wordpress version.

    Best Regards,
    Jelly Team

  • Antoine replied

    Hi, thx for reply,

    1- When i directly click on stop, it don't work. On chrome and firefox.

    2- Look here : http://www.pablosipablola.com/#anchor99

    3 - I need a caroussel and i try to have some space to put text. In the documentation, it's not good explained how use all class.


    Antoine

  •  840
    Jelly replied

    Hi,

    1. Maybe you can try with other devices? I tried in my side again and it still work good in both browsers: Google and FF.

    2. I had checked it and seems I can help you display the pagination but the arrow not available.

    3. The main slider with the name INTRO in our template, will look like below:

        <!-- INTRO -->
        <section class="intro full-width jIntro" id="anchor00">
          <div class="container">
            <div class="row">
              <div class="col-md-12">
                <div class="slider-intro">
                  <div id="slides">
                    <div class="overlay"></div>
                    <div class="slides-container">
                      <img src="images/demo/intro/intro-slide1.jpg" alt="slide1">
                      <img src="images/demo/intro/intro-slide2.jpg" alt="slide2">
                      <img src="images/demo/intro/intro-slide3.jpg" alt="slide3">
                    </div>
                  </div>
                </div>
              </div>
            </div>         <div class="vcenter text-center text-overlay">
              <div class="logo-intro"><img src="images/demo/logo-intro.png" alt=""></div>
              <div id="owl-main-text" class="owl-carousel">
                <div class="item">
                  <h1 class="primary-title">Discover Music</h1>
                </div>
                <div class="item">
                  <h1 class="primary-title">Music is Life</h1>
                </div>
              </div>
              <h2 class="subtitle-text">Share & Promote your music online</h2>
              <div class="voffset50"></div>
              <a href="#" class="btn btn-invert">Learn more</a>
            </div>       </div>
        </section>

    You can change the h1, h2 to your text.

    Best Regards,
    Jelly Team