This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Add the below chunk of css to your Custom CSS | |
* to get back rounded corners removed in 5.x | |
*/ | |
.us_skin_default .us_button { -moz-border-radius-topleft: 16px; -moz-border-radius-topright: 16px; -moz-border-radius-bottomright: 16px; -moz-border-radius-bottomleft: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; border-bottom-right-radius: 16px; border-bottom-left-radius: 16px; -webkit-border-top-left-radius: 16px; -webkit-border-top-right-radius: 16px; -webkit-border-bottom-right-radius: 16px; -webkit-border-bottom-left-radius: 16px; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
echo do_shortcode('<div style="display:inline-block;"">[ultimatesocial_facebook url="http://facebook.com/yourpage"][ultimatesocial_twitter url="http://twitter.com/"]</div>'); | |
?> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
if( class_exists('UltimateSocialDeux') ) { | |
echo do_shortcode('[ultimatesocial]'); | |
} | |
?> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class ah_is_awesome { | |
function __construct() { | |
if(! class_exists( 'CMB_Meta_Box' ) ) { | |
require_once( 'includes/custom-meta/custom-meta-boxes.php' ); | |
} | |
} | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@betteriboxbase: yellow; //your base color | |
@betteriboxcontrast: red; // your contrast color | |
.better_iboxes { | |
.better_iboxes_media { | |
.better_iboxes_icon-border { | |
&.media-type-icon { | |
color:@betteriboxcontrast; | |
&.hover { | |
&:hover { |