0

箇条書きを使用する代わりに、各スライドにカスタム テキストを追加しようとしています。スタイルを名前に割り当てようとしています。

ResponsiveSlides.js v1.53 を使用しています https://github.com/viljamis/ResponsiveSlides.js/blob/master/README.md

これは、機能に含まれるスライダーとページャーです。何かアイデアはありますか?

そしてスクリプト:

<script>
 $(".rslides").responsiveSlides({
  auto: true,             // Boolean: Animate automatically, true or false
  speed: 500,            // Integer: Speed of the transition, in milliseconds
  timeout: 4000,          // Integer: Time between slide transitions, in milliseconds
  pager: true,           // Boolean: Show pager, true or false
  nav: false,             // Boolean: Show navigation, true or false
  random: false,          // Boolean: Randomize the order of the slides, true or false
  pause: true,           // Boolean: Pause on hover, true or false
  pauseControls: true,    // Boolean: Pause when hovering controls, true or false
  prevText: "Previous",   // String: Text for the "previous" button
  nextText: "Next",       // String: Text for the "next" button
  maxwidth: "",           // Integer: Max-width of the slideshow, in pixels
  navContainer: "",       // Selector: Where controls should be appended to, default is after the 'ul'
  manualControls: "",     // Selector: Declare custom pager navigation
  namespace: "rslides",   // String: Change the default namespace used
  before: function(){},   // Function: Before callback
  after: function(){}     // Function: After callback
});
</script>

スライダーの下にページャーがあることに気付くでしょう。ACFエラーを忘れてください。

http://mrblind.dev/aluminium-blinds/

4

1 に答える 1