• I have also used other plugins for image rotation and sometimes I found very heavy plugin and not needed effects. And few of them do not event work.

    But the good thing about this plugin (wp advance jQuery cycle) is that it has several effects even gives option ti set delay time and more important very simple and easy to use.

    One thing that can make this plugin a bit more user-friendly is that, if there is a very little tutorial about html structure generated by this plugin. but Overall 5 out of 5.

    Hey!!! base29 you are going to get what you deserve

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Base29

    (@base29)

    Thanks for the appreciation. We are glad that you found this plugin to be useful and you liked it. We will definitely provide users with a simple tutorial for html structure but we are thinking of eliminating this in a upgrade soon so the plugin can be more user friendly. Mean while here is the structure of the HTML

    <div id="banner">
    
      <div id="slider">
        <div class="slide">
          <div class="wpajc-desc">
            <h3><!-- TITLE --></h3>
            <p><!-- DESCRIPTION --></p>
          </div>
        </div>
      </div>
    
      <div class="wpajc-pager"><!-- PAGINATION --></div>
      <div class="wpajc-controls"><a href="#" id="prev"></a> <a href="#" id="next"></a></div>
    
    </div>

    Please let us know if there is any bugs in the plugin.

    Regards, Team Base29

    I’m missing the most basic info from the tutorials…WHERE is the HTML I plug everything into for my WordPress home page? There are so many different files. I usually work with Dreamweaver and there’s just one file, “index.”

    Plugin Author Base29

    (@base29)

    londondaneowen !! Please go through the tutorial here

    WP Advance jQuery Cycle Styling Tutorial

    @londondaneowen – You are missing nothing… Plugin generates the html itself.. Just put this code <?php wp_jcycle(); ?> in your template where you want that plugin to load.

    Let me know if you need any help ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Nice plugin and worked great’ is closed to new replies.