Giter Club home page Giter Club logo

bs-swiper's Introduction


bootScore logo light/dark mode

Intuitive Bootstrap WordPress starter-theme and time-saving plugins

ThemePluginsShopDocsBlogCommunity



Bootscore

Github All Releases Packagist Prerelease Backers on Open Collective GitHub Sponsors

Bootscore combines Bootstrap and the Underscores theme boiler template in a compact starter theme for outstanding WordPress projects. It does not include customizer settings, logo upload functionality, or drag-and-drop features. Customization in Bootscore is entirely achievable through its .php, .scss, and .js files, requiring basic coding skills for editing.

The Bootstrap source code is included, allowing easy on-the-fly editing Bootstrap without the need for Gulp, Node, or any other technical commands. Simply add your styles, save, and let the built-in scssphp compiler do the rest.

Bootscore comes with full WooCommerce support, featuring an integrated AJAX offcanvas cart.

This time-saving tool is designed to swiftly create clean, mobile-first projects. If you are familiar with Bootstrap and its HTML classes, you'll feel right at home and be able to build whatever you desire.

Table of contents

Installation

  1. Download latest release bootscore.zip.
  2. In your admin panel, go to Appearance > Themes and click the Add New button.
  3. Click Upload Theme and Choose File, then select bootscore.zip file. Click Install Now.
  4. Click Activate to use your new theme right away.

Composer

To install using Composer, you will need to have Composer installed on your system. Ideally, it should also be available on your server with command-line access, although this is not mandatory. For detailed instructions on installing with Composer, please read the documentation.

Child-theme

Edit the theme in an upgrade-safe manner by using the provided Bootscore Child. Note that the child theme is not a stand-alone theme, Bootscore must be installed for it to function.

Installation

  1. Download latest release bootscore-child.zip.
  2. In your admin panel, go to Appearance > Themes and click the Add New button.
  3. Click Upload Theme and Choose File, then select bootscore-child.zip file. Click Install Now.
  4. Click Activate to use your new child-theme right away.

Plugins

Extend Bootscore with small yet useful plugins. Each plugin either utilizes Bootstrap or integrates it into third-party plugins.

Support & contribute

Discussions

If you have a general question that is not answered in the documentation or need help with your project, feel free to open a new discussion. Your question might already have been resolved in issues labeled help wanted.

Issues

If you find a bug or have a feature idea, feel welcome to open an issue. Before submitting, kindly check closed issues to avoid duplicates. Note that bug reports must include a link to a reduced test case.

Pull requests

We’re delighted if you'd like to contribute. Simply fork the repository, make your changes, and create a pull request. Every PR will be reviewed, and if everything looks good, we’ll merge your changes into the main branch.

Blog & Twitter

For important updates, read our blog and follow us on Twitter. This way, you'll stay informed about anything new that you should know.

Sponsor this project

Like what you see? You can support us by sponsoring this project. Every contribution is highly appreciated, as it helps us maintain high motivation and continually develop the project.

License & Credits

bs-swiper's People

Contributors

crftwrk avatar dogbytemarketing avatar sean-au avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

bs-swiper's Issues

Replace featured image with video from posts?

First, thanks for this plugin...it's awesome! I am using the "sc-swiper-card.php" template to pull the posts into the carousel. I have a post category titled "youtube" which contains only youtube videos. Right now, the slider only displays the youtube thumbnail which does not link to or play the youtube video from the posts. I would like to pull both the youtube thumbnail and the actual embeded video from the youtube category posts and have it placed where the featured image normally is for the template as well as have it clickable/playable. Is there a way to modify the "featured image" portion of code in the template to do this?

WP Plugin stop working when upgrade to 5.3.1

Fatal error: Uncaught Error: Class "Puc_v4_Factory" not found in /wp-content/plugins/bs-swiper-main/main.php:21 Stack trace: #0 /wp-admin/includes/plugin.php(2318): include_once() #1 /wp-admin/plugins.php(192): plugin_sandbox_scrape('bs-swiper-main/...') #2 {main} thrown in /wp-content/plugins/bs-swiper-main/main.php on line 21

Undefined variable $product

Hey there,

I think this is a really cool plugin so I am trying to use it on my site. Unfortunately, I cannot make it work. I am calling a shortcode in my front-page.php file:

<?php echo do_shortcode('[bs-swiper-card-product posts="4"]'); ?>

My expectation was, that four products (in whatever selection and order) are displayed as sliders. However, I can only see a PHP warning:

Warning: Undefined variable $product in /Users/tom/Local Sites/bootscore/app/public/wp-content/plugins/bs-swiper-main/templates/sc-swiper-card-product.php on line 51
class="swiper-slide card h-auto mb-5 d-flex text-center product-card">

...follwed by an "fatal error":

Fatal error: Uncaught Error: Call to a member function is_on_sale() on null in /Users/tom/Local Sites/bootscore/app/public/wp-content/plugins/woocommerce/templates/loop/sale-flash.php:25 ...

Did I miss some step before it can work?

Thankful for any advice.

Cheers,
Tom

Auto slider

This and the other themes and plugins are amazing, and we really appreciate the work you have been doing.
Is there any way to implement auto sliding? Or maybe using the Bootstrap carousel but for multiple posts per slider.

Thanks.

Post page view problem

Hello Basti, i would like to create this thread as discussion but idk how to.

I have installed this usefull plugin, but if you take a look into this post ive got some wired behavior.

fyi: im using swiper.min.js and min.css to call another function of the carousel sliders. and its pointing plugin directory. all works fine. if you dont mind i need your kind suggestion:

https://www.northwestalps.com/2022/09/18/componenti-sciolti/

Thanks a lot.

Possibility to hide certain categories

Currently, according to the documentation, I can select categories that are displayed by the slider.

Posts by category

[bs-swiper-* type="post" category="cars, boats" order="ASC" orderby="date" posts="6"]

Options

category: category-slug, multiple categories separated by comma
order: ASC or DESC
orderby: date, title, or rand
posts: amount of posts to show

A way to do the exact opposite, i.e. hide certain categories, would be helpful.

[bs-swiper-* type="post" category="-cars, boats" order="ASC" orderby="date" posts="6"]

By the way, thanks for the bootscore theme and plugins!

Swiper image slider

Hello Basti,

you can sign this one as discussion since there is no issues with plugin. I have to say its work prettybwell actually!

at 26 september i had an issue with your plugin since i have additional swiper script.

This one that im using with your theme

https://wp-tutorials.tech/refine-wordpress/multiple-gallery-effects-with-swiper/

and its working flawlessly. You defently have to check this one, since author (Paul) is just a php god in person.

My question is: since i had no luck to combine your plugin with this particular script, even if i pointed script to plugin folder and viceversa.. is there any way to combine em? Since im pretty unexperinced. maybe im missing something, im also pasted enqueue of plugin main.php into script enqueue the same exact folder.

Maybe im a bit unclear. Can we use the same swiper version with the same css file for cusfomizzation?

Im asking you because i think this particular gallery function is missing in bs pluins. There is a file link, but Pauls version can be deeply customized, and maybe you can grab it and rework it in bs way.

Thank you for your attention. 😀

WP_Queries are not defaulting to only published posts

I noticed that the WP_Query default arguments are not defaulting to looking only for published posts. Suggest you add a default parameter of:

'post_status' => 'publish'

to all of the queries so that they don't return unpublished posts.

Way to slow down the slides

Thank you for this great plugin for Bootscore! Made it very easy to install a post hero slider.

I'm wondering if there's a non-minified version of the JS available? I'm trying to slow down the slide speeds and I can't find the control in the init file.

Also, I noticed in another thread that you recommend deleting the 'update' folder to stop the plugin from updating, I tried this and received a fatal Wordpress error until I re-uploaded the folder.

Undefined variable $product

Hello ! First of all, many thanks for all the work you do with bootScore and the plugins. You are doing a great job.

I was wondering if there was a possible bug with bs-swiper for WooCommerce products?

Here's what's returned when I put in the following shortcode:

[bs-swiper-card-product category="marinades élémentaires" order="DESC" orderby="date" posts="6"]

Capture d’écran, le 2023-07-15 à 15 44 04

It works fine for pages and articles shortcodes. This error only occurs for product shortcodes.

I'm on a fresh bootScore install using the child theme.

Thank you very much for your help!

A way to disable update checker

We use the plugin in the environment with limited internet (output) connectivity. Occasionally in the logs there is:

PHP Warning: The URL https://bootscore.me/wp-content/plugins/bs-swiper-main/update/plugin.json?installed_version=5.1.0.x&php=X.X.X&locale=xx_XX&checking_for_updates=1 does not point to a valid metadata file. WP HTTP Error: User has blocked requests through HTTP. in /var/www/.../bs-swiper/update/Puc/v4p11/UpdateChecker.php on line 430

It's not a big problem (they are quite rare), but maybe there could be some way to (optionally) disable the update checking? The plugins are updated separately.

Multiple sliders on one page

I've got two sliders on one page, one is showing posts and another a custom post type. When I slide one it slides both of them, is there a way to fix this?

	 [bs-swiper-card type="video" order="DESC" orderby="date"]
	 [bs-swiper-card type="post" order="DESC" orderby="date"]

Thanks in advance!

Is it a bug when you click?

I have a question.
When I click the link on the tablet, it slides.
Can't you jump to the link when you click?

Critical Error on line 21 in main.php - Puc_v4_Factory' not found in

Opened our project this morning and I was getting a critical error:

error log:
thrown in /home/customer/www/igi.pixaura.com/public_html/wp-content/plugins/bs-swiper-main/main.php on line 21
[27-Aug-2023 15:01:19 UTC] PHP Fatal error: Uncaught Error: Class 'Puc_v4_Factory' not found in /home/customer/www/igi.pixaura.
LINE 21:

$myUpdateChecker = Puc_v4_Factory::buildUpdateChecker(

commented out and the plugin works.

// $myUpdateChecker = Puc_v4_Factory::buildUpdateChecker(
// 'https://bootscore.me/wp-content/plugins/bs-swiper-main/update/plugin.json',
// FILE, //Full path to the main plugin file or functions.php.
// 'bs-swiper-main'
// );

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.