Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • slymart Friend
    #968736

    After a period of time working on the template I realized that the testimonials are not changing anymore.

    The 2 circles under the testimonials that you could click on to select is not there anymore.

    How do I bring it back?


    1. problem
    timtecsa Friend
    #968741

    Which homepage variant are you using?

    slymart Friend
    #968744

    ja simpli landing page

    timtecsa Friend
    #968745

    Looks like this in backend ?


    1. lptesti
    slymart Friend
    #968747

    yes it’s exactly the same except I have been inside that module..

    timtecsa Friend
    #968752

    I have it set up here on a dev server: http://simpli.gpmnews.com/index.php/en/ and have noticed that it doesn’t always start scrolling in Chrome but does if you click on a circle button. Not much use if you don’t see the buttons at all 🙁

    Is your html as below? I mean are the tags (in red) the same or similar ?

    <div id="myCarousel" class="carousel slide"><!-- Carousel items -->
    <div class="carousel-inner">
    <div class="active item">
    <div class="testimonial style-2 text-left"><span class="author-img"><img src="images/demo/other/mark.jpg" alt="Avatar" /></span>
    <h4>From just an idea to realization - Mark Lee, StackIdeas.com</h4>
    <p class="testimonial-text">Glad to see this one see the light of the day, current Joomla! default templates have been topic of discussion for late and JA Simpli should help to fill the gap. JoomlArt, For the love of Joomla, you guys now got to roll out a admin template too.</p>
    </div>
    </div>
    <div class="item">
    <div class="testimonial style-2 text-left"><span class="author-img"><img src="images/demo/other/parth.jpg" alt="Avatar" /></span>
    <h4>Parth lawate, TechJoomla</h4>
    <p class="testimonial-text">This is a simply fantastic effort ! In a time where templates without any special 'frameworks' are not thought of anymore, you have proven yet again that there is plenty of room to innovate. Now that you have shown what you can do with the Joomla frontend, how about a breath of fresh air for the Joomla admin?</p>
    </div>
    </div>
    </div>
    </div>
    Saguaros Moderator
    #969317

    @slymart

    The content Tim gave above is incorrect.

    Try to disable the Default Editor under Global Configuration in backend of your site first.

    Then open custom html module for Testimonials, add below content output:

    <div id="myCarousel" class="carousel slide">
      <!-- Carousel items -->
      <div class="carousel-inner">
        <div class="active item">
          <div class="testimonial style-2 text-left">
          <span class="author-img"><img src="images/demo/other/mark.jpg" alt="Avatar"/></span>
          <h4>From just an idea to realization - Mark Lee, StackIdeas.com</h4>
          <p class="testimonial-text">Glad to see this one see the light of the day, current Joomla! default templates have been topic of discussion for late and JA Simpli should help to fill the gap. JoomlArt, For the love of Joomla, you guys now got to roll out a admin template too.</p>
          </div>
        </div>
        <div class="item">
          <div class="testimonial style-2 text-left">
          <span class="author-img"><img src="images/demo/other/parth.jpg" alt="Avatar"/></span>
          <h4>Parth lawate, TechJoomla</h4>
          <p class="testimonial-text">This is a simply fantastic effort ! In a time where templates without any special 'frameworks' are not thought of anymore, you have proven yet again that there is plenty of room to innovate. Now that you have shown what you can do with the Joomla frontend, how about a breath of fresh air for the Joomla admin?</p>
          </div>
        </div>
      </div>
      <ol class="carousel-indicators">
        <li data-target="#myCarousel" data-slide-to="0" class="active"></li>
        <li data-target="#myCarousel" data-slide-to="1"></li>
      </ol>
    </div>
    krumz Friend
    #1068210

    I know this is an old topic but doesn’t work for me. It shows the active testimonial but when it switches to next testimonial – nothing is there? I am using this with the default template. Is this meant to be used with a specific template style? Like the Corporate style?

    Thanks.

    Saguaros Moderator
    #1068283

    You can share the credentials of your site (URL, Admin account) so I will check for you.

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

This topic contains 8 replies, has 4 voices, and was last updated by  Saguaros 7 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum