bs-swiper icon indicating copy to clipboard operation
bs-swiper copied to clipboard

WordPress plugin to show posts, child-pages, custom post types or WooCommerce products in a swiper.js carousel in Bootscore theme.

Results 9 bs-swiper issues
Sort by recently updated
recently updated
newest added

WP 6.6.1 bs Swipper 5.8.3 Booscore + Booscore Child : 6.0.0-beta1 [16-Aug-2024 08:52:04 UTC] PHP Fatal error: Cannot redeclare bootscore_swiper() (previously declared in /x/x/x/x/wp-content/plugins/bs-swiper/templates/sc-swiper-card.php:42) in /x/x/x/x/wp-content/plugins/bs-swiper/templates/sc-swiper-card.php on line 174 [16-Aug-2024...

Added option on card swipers to control with keyboard for better accessibility. Resolves #78.

feature

Big praise! All the Bootscore elements that I have tested so far are great in terms of accessibility. Unfortunately, the swiper is not completely accessible: When navigating using the TAB...

Closes https://github.com/bootscore/bs-swiper/issues/75 ### Filters #### Swiper-container ```php /** * Change all hero template swiper-container classes */ function swiper_container_class() { return "height-75 mb-0"; } add_filter('bootscore/bs-swiper/class/swiper-container', 'swiper_container_class', 10, 2); ``` ```php /**...

documentation
feature

Hi, The swiper integration is really nice! I was a bit surprised that the function bootscore_related_posts() doesn't use the WC template structure. While the shortcode [bs-swiper-card-product] is using this structure....

feature

Heavy WIP! https://themes.bootscore.me/boilerplate/plugins/bs-swiper/ ## Shortcodes ### Templates - [x] Rewrite localize template script to omit the `-main` suffix fallback. https://github.com/bootscore/bs-swiper/pull/103/commits/b7cb101bcc66ff3f145a5d7c7c742306bd9026da ### Loop - [ ] Recheck filter names in shortcode,...

documentation
feature

Hi, I love using bootscore with the additional plugins. I've a question for the swiper plugin. Can you make it possible to define a default columns count dependent on the...

feature