Skip to content
View louisesalas's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.
Block or Report

Block or report louisesalas

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. Remove <span> in Yoast breadcrumbs b... Remove <span> in Yoast breadcrumbs before the <li> tags
    1
    <?php
    2
    
                  
    3
    /**
    4
     * Filter the output of Yoast breadcrumbs to remove <span> tags added by the plugin
    5
     * @param $output
  2. counter.js counter.js
    1
    $(window).scroll(function(){
    2
        var a = 0;
    3
    			
    4
    					    var oTop = $(".counter-container").offset().top - window.innerHeight;
    5
    					    if (a == 0 && $(window).scrollTop() > oTop) {
  3. Format phone input with country code Format phone input with country code
    1
    
                  
    2
    // pretty-format phone inputs
    3
    ( function( $ ) {
    4
        $(function() {
    5
           $('.gform_wrapper').on('input','[type="tel"]' , function (){