Title: Ashtabula
Author: mark l chaves
Published: <strong>22.08.2020</strong>
Last modified: 18.12.2022

---

Поиск плагинов

![](https://ps.w.org/ashtabula/assets/banner-772x250.jpg?rev=2367113)

Этот плагин **не тестировался с последними 3 основными выпусками WordPress**. Скорее
всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

![](https://ps.w.org/ashtabula/assets/icon-256x256.png?rev=2367113)

# Ashtabula

 Автор: [mark l chaves](https://profiles.wordpress.org/mlchaves/)

[Скачать](https://downloads.wordpress.org/plugin/ashtabula.1.0.0.zip)

 * [Детали](https://ru.wordpress.org/plugins/ashtabula/#description)
 * [Отзывы](https://ru.wordpress.org/plugins/ashtabula/#reviews)
 *  [Установка](https://ru.wordpress.org/plugins/ashtabula/#installation)
 * [Разработка](https://ru.wordpress.org/plugins/ashtabula/#developers)

 [Поддержка](https://wordpress.org/support/plugin/ashtabula/)

## Описание

This plugin allows you to use of the popular [Swiper.js](https://swiperjs.com/) 
library in WordPress.

This is a minimalist plugin that is for displaying responsive cards in a slide.

 * On a large screen device, the slide will show a horizontal card (image on the
   left and text on the right).
 * On a small device, the slide becomes a stacked card with the image on the top
   and text on the bottom.

See the screengrabs below to get a visual or visit the [live demo](https://streetphotography.blog/ashtabula-swiper-slider/).

**Note**: You should be comfortable with HTML and CSS to use this plugin.

### Usage

 1. Use the [demo HTML file](https://github.com/marklchaves/ashtabula/blob/master/ashtabula-demo.html)
    as a starter template. Add this HTML to a HTML or code block/element to your page
    or post.
 2. To add the images, use the example CSS below as a template. Add the CSS to your**
    Appearance** > **Customize** > **Additional CSS** or your child theme’s `style.
    css` file.

CSS example to specify the background image for the responsive card in a slide.

    ```
    /**
     * Swiper Slider Plugin Custom Styles
     */

    #my-swiper-slide-1 {
     background-image: url(mybgimg-1.png);
    }
    #my-swiper-slide-2 {
     background-image: url(mybgimg-2.png);
    }
    #my-swiper-slide-3 {
     background-image: url(mybgimg-3.png);
    }
    ```

### Credits

Powered by [Swiper.js](https://swiperjs.com/).

## Скриншоты

 * [[
 * Example slider card on large devices.
 * [[
 * Example slider card on small devices.

## Установка

 1. Upload the contents of plugin zip file to the `/wp-content/plugins/ashtabula` directory,
    or install the plugin through the WordPress plugins page directly.
 2. Activate the plugin through the ‘Plugins’ page.

## Часто задаваемые вопросы

### How can I change the Swiper.js settings?

You can override the `ashtabula.js` file. Here’s an example.

Add this to your child theme’s functions.php file.

    ```
    /** Override Swiper Slider Plugin JS */
    function override_ssp_js()
    {
        wp_dequeue_script('ashtabula');
        wp_enqueue_script('swiper-slider-custom-js', get_stylesheet_directory_uri().'/js/swiper-slider-custom.js', '', '1.0.0', true);
    }
    add_action('wp_enqueue_scripts', 'override_ssp_js', 100);
    ```

Create this file: `/js/swiper-slider-custom.js`. Add this code to the file. It will
override the default plugin settings for Swiper.js.

    ```
    /**
     * Make the slides:
     * 1. Slide up instead of 
     * to the right.
     * 2. Loop instead of rewind.
     * 3. Speed up to 3 seconds.
     */
    (function () {
      let swiper = new Swiper(".swiper-container", {
        autoplay: {
          delay: 3000,
        },
        direction: "vertical",
        loop: true,
      });
    })();
    ```

## Отзывы

Нет отзывов об этом плагине.

## Участники и разработчики

«Ashtabula» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад
следующие участники:

Участники

 *   [ mark l chaves ](https://profiles.wordpress.org/mlchaves/)

[Перевести «Ashtabula» на ваш язык.](https://translate.wordpress.org/projects/wp-plugins/ashtabula)

### Заинтересованы в разработке?

[Посмотрите код](https://plugins.trac.wordpress.org/browser/ashtabula/), проверьте
[SVN репозиторий](https://plugins.svn.wordpress.org/ashtabula/), или подпишитесь
на [журнал разработки](https://plugins.trac.wordpress.org/log/ashtabula/) по [RSS](https://plugins.trac.wordpress.org/log/ashtabula/?limit=100&mode=stop_on_copy&format=rss).

## Журнал изменений

#### 1.0.0

 * First release. Tested on the Twenty Twenty and GeneratePress themes.

## Мета

 *  Версия **1.0.0**
 *  Обновление: **3 года назад**
 *  Активных установок: **Менее 10**
 *  Версия WordPress ** 5.3.2 или выше **
 *  Совместим вплоть до: **6.1.10**
 *  Версия PHP ** 7.2 или выше **
 *  Язык
 * [English (US)](https://wordpress.org/plugins/ashtabula/)
 * Метки:
 * [responsive](https://ru.wordpress.org/plugins/tags/responsive/)[slider](https://ru.wordpress.org/plugins/tags/slider/)
   [swiper](https://ru.wordpress.org/plugins/tags/swiper/)
 *  [Дополнительно](https://ru.wordpress.org/plugins/ashtabula/advanced/)

## Оценки

Пока что нет ни одного отзыва.

[Your review](https://wordpress.org/support/plugin/ashtabula/reviews/#new-post)

[Посмотреть всеотзывы](https://wordpress.org/support/plugin/ashtabula/reviews/)

## Участники

 *   [ mark l chaves ](https://profiles.wordpress.org/mlchaves/)

## Поддержка

Есть что сказать? Нужна помощь?

 [Перейти в форум поддержки](https://wordpress.org/support/plugin/ashtabula/)

## Пожертвование

Хотите поддержать улучшение этого плагина?

 [ Пожертвовать на развитие плагина ](https://ko-fi.com/marklchaves)