Skip to content
View zackpyle's full-sized avatar
Block or Report

Block or report zackpyle

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. BBClassDropdown BBClassDropdown Public

    Adds user defined CSS classes to dropdown below the Beaver Builder class input in the Advanced tab

    PHP 9 1

  2. BB-Hidden-Classes-Plugin BB-Hidden-Classes-Plugin Public

    PHP

  3. JasonTheAdams/BBCustomAttributes JasonTheAdams/BBCustomAttributes Public

    Provides the ability to add custom attributes to any Beaver Builder module

    PHP 19 5

  4. Shortcode to output an ACF field wit... Shortcode to output an ACF field with user defined truncation length #acf
    1
    <?php //ignore this line - only for formatting
    2
    
                  
    3
    add_shortcode("truncated_acf_field", "truncated_acf_field_shortcode");
    4
    
                  
    5
    function truncated_acf_field_shortcode($atts)
  5. Best PHP/JS Snippets Best PHP/JS Snippets
    1
    This is a collection of my most used or most useful PHP and JS snippets
    2
    **Disclaimer, I didn't write most of these - I just curated them over the years**
  6. Fluid Typography Fluid Typography
    1
    :root {
    2
    
                  
    3
        --ff-heading: 'Playfair Display', serif;
    4
        --ff-text: 'Source Sans Pro', sans-serif;
    5