Skip to content
View kacperslenzak's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report kacperslenzak

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. WooCommerce product tabs with bootst... WooCommerce product tabs with bootstrap 5 accordion
    1
    <?php
    2
    /**
    3
     * Single Product tabs
    4
     *
    5
     * This template can be overridden by copying it to yourtheme/woocommerce/single-product/tabs/tabs.php.
  2. Add Woocommerce product tabs using a... Add Woocommerce product tabs using an acf repeater
    1
    <?php
    2
    /**
    3
     * @snippet       Add Woococommerce product tabs using acf repeater
    4
     * @author        Kacper Slenzak
    5
     * @compatible    WooCommerce 8
  3. Calculate margin for bootstrap 5 con... Calculate margin for bootstrap 5 container
    1
    // These calc functions can be used if you need to calculate a specific margin for a container using bootstrap container sizes, e.g
    2
    // container fluid where left side is in bootstrap container and right side stretched to edge of viewport
    3
    
                  
    4
    // no xs as it is min-width: 0
    5