BullGuard Antivirus Sale - 60% Off with openElement !
Forum Home Forum Home >

openElement

> openElement General Discussion
  New Posts New Posts RSS Feed - Testimonial Slider - Add Pages
  FAQ FAQ  Forum Search   Register Register  Login Login

Testimonial Slider - Add Pages

 Post Reply Post Reply
Author
Message Reverse Sort Order
Jedwardo View Drop Down
Newbie
Newbie
Avatar

Joined: Jan 22 2019
Location: Texas
Status: Offline
Points: 25
Post Options Post Options   Thanks (0) Thanks(0)   Quote Jedwardo Quote  Post ReplyReply Direct Link To This Post Topic: Testimonial Slider - Add Pages
    Posted: Jul 10 2019 at 11:20pm
Thanks Hobby, it was in a block code element
Back to Top
Hobby001 View Drop Down
Admin Group
Admin Group
Avatar

Joined: Jun 05 2018
Location: Canada, Québec
Status: Offline
Points: 6195
Post Options Post Options   Thanks (0) Thanks(0)   Quote Hobby001 Quote  Post ReplyReply Direct Link To This Post Posted: Jul 10 2019 at 10:20pm
The code add the pages to a list currently.  The list might be of 3 items

               <div class="OECT OECT_Content OECTRel OEDynTag0" style="overflow:hidden">
                 <div class="OERelLine OEHAlignL OEVAlignB">
                  <div id="WEc3854904f1" class="BaseDiv RNone OEWECodeBlock OESK_WECodeBlock_Default" style="z-index:2001">
                   <div class="OESZ OESZ_DivContent OESZG_WEc3854904f1">
                    <ul id='bxslider' class="bxslider">
                      <li></li>
                      <li></li>
                      <li></li>
                    </ul>
                   </div>
                  </div>
                 </div>
                </div>

Find what is generating the <li></li> it might be an element



Edited by Hobby001 - Jul 10 2019 at 10:20pm
Back to Top
Jedwardo View Drop Down
Newbie
Newbie
Avatar

Joined: Jan 22 2019
Location: Texas
Status: Offline
Points: 25
Post Options Post Options   Thanks (0) Thanks(0)   Quote Jedwardo Quote  Post ReplyReply Direct Link To This Post Posted: Jul 10 2019 at 9:24pm
Hello, I am trying to add a 4th slide to the testimonials slider found in the sensetime and sensemalte templates.  I have added a new page (page3) to the BXSLIDER.JS

$li.eq(0).append($('.page0'));
$li.eq(1).append($('.page1'));
$li.eq(2).append($('.page2'));
$li.eq(3).append($('.page3'));

and I duplicated the first panel and added the following custom classes in properties:

page page3 fadein

But it still does not show the new testimonial after saving and previewing the project...
Any ideas?

Thanks,
Jordan


Nevermind I figured it out.  I had to add another  <li></li> to the block code


Edited by Jedwardo - Jul 10 2019 at 9:59pm
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.064 seconds.