How to make...?

Discussion in 'WordPress' started by Gerasimus, Aug 29, 2013.

  1. #1
    Hi guys. I have a code that works like switch between pages, but on one page.

    <center><ul class="wpa_tab_pln" id="tab_lts_chp">
                <li style="text-align: center;float:none;display:inline-block"><a href="#" rel="tab_lts_chp_anm"><img src="http://seasonwars.com/img/anime.png"/></a></li>
                <li style="text-align: center;float:none;display:inline-block"><a href="#" rel="tab_lts_chp_tv"><img src="http://seasonwars.com/img/tv-series.png"/></a></li>
                <li style="text-align: center;float:none;display:inline-block"><a class="selected" href="#" rel="tab_lts_chp_mng"><img src="http://seasonwars.com/img/manga.png"/></a></li>
    </ul></center>
    <div class="clr"></div>
    <div style="display: block" id="tab_lts_chp_anm" class="wpa_tab_ctt">[wpa_anime_latest_episode category=Anime variant=-group count=100]</div>
    <div style="display: block" id="tab_lts_chp_tv" class="wpa_tab_ctt">[wpa_anime_latest_episode category=tv-shows variant=-group count=100]</div>
    <div style="display:none" id="tab_lts_chp_mng" class="wpa_tab_ctt">[wpm_manga_latest_chapter variant=-group count=100]</div>
    <script type="text/javascript">
    var tab_lts_chp_obj = new wpm_tab("tab_lts_chp");                                                                 
    tab_lts_chp_obj.set_pst(true);                                               
    tab_lts_chp_obj.set_sel_cls_tgt("link");                             
    tab_lts_chp_obj.inl();
    </script>
    
    Code (markup):
    It use shortcode to generate content and buttons to switch between this content.
    What I want to ask is there as way to make it like a slider so it would switch between my 3 buttons automatically like a slider?
     
    Gerasimus, Aug 29, 2013 IP
  2. webdeveloperindia

    webdeveloperindia Active Member

    Messages:
    90
    Likes Received:
    1
    Best Answers:
    1
    Trophy Points:
    73
    #2
    I am not a JS expert :) But Yea ! you can do it using Jquery slider plugin in WordPress.
     
    webdeveloperindia, Sep 1, 2013 IP