Drupal视图幻灯片放映将寻呼机项显示为元素

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Drupal视图幻灯片放映将寻呼机项显示为元素相关的知识,希望对你有一定的参考价值。

Change the Views Slideshow pager items in <li> elements so that they are easier to style
  1. Grab these TPls from the modules directory and copy them into your theme templates:
  2. views-slideshow-pager-field-item.tpl.php
  3. views-slideshow-pager-field-item.tpl.php
  4.  
  5. Change views-slideshow-pager-field-item.tpl.php to:
  6. <li id="views_slideshow_pager_field_item_<?php print $variables['location']; ?>_<?php print $variables['vss_id']; ?>_<?php print $variables['count']; ?>" class="<?php print $classes; ?>">
  7. <?php print $item; ?>
  8. </li>
  9.  
  10. Change views-slideshow-pager-field-item.tpl.php to:
  11. <ul id="<?php print $widget_id; ?>" class="<?php print $classes; ?>">
  12. <?php print $rendered_field_items; ?>
  13. </ul>

以上是关于Drupal视图幻灯片放映将寻呼机项显示为元素的主要内容,如果未能解决你的问题,请参考以下文章

如何设置PPT中的”演示者视图”

显示来自 SD 卡或内部存储的图像以查看寻呼机 android

2 寻呼机在视图中 - Drupal 6

Galleria视频未在移动设备中显示视频图标

用于幻灯片放映和隐藏内容的 Angularjs 指令

如何设置PPT中的”演示者视图”