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
#tribe_events_event_details input, #tribe_events_event_details select { | |
padding: 10px 15px; | |
} |
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_filter( 'gettext', 'events_to_new_title' ); | |
function events_to_new_title( $txt ) { | |
if ( class_exists( 'TribeEvents' ) ) { | |
return str_replace( 'Events for', 'New Title Text', $txt ); | |
} | |
return $txt; | |
} |
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
function tweakecp_add_jpshare() { | |
if ( function_exists( 'sharing_display' ) ) { | |
$shares = sharing_display( '', true ); | |
$assess = trim($shares); | |
if ( empty($assess) ) $shares = ' sharing_display() is not returning anything '; | |
} | |
return $shares; |
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_action( 'admin_head', 'jg_events_role', 10 ); | |
function jg_events_role() { | |
if( current_user_can('editor') ) { ?> | |
<style type="text/css"> | |
table#event_venue, table#event_organizer { display: none; } | |
</style> | |
<?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
function tweakecp_add_jpshare() { | |
if ( function_exists( 'sharing_display' ) ) { | |
$shares = sharing_display( '', true ); | |
$assess = trim($shares); | |
if ( empty($assess) ) $shares = ' sharing_display() is not returning anything '; | |
} | |
return $shares; |
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
<div class="icon_hover"> | |
[icon type="refresh" size="3x" pull="center"] | |
<h3>OUR PROCESS</h3> | |
<p>Aptent praesentium penatibus, fames debitis optio fames</p> | |
<a href="#">See how we work</a> |
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
/*-------------------------------------------------------------- | |
>>> TABLE OF CONTENTS: | |
---------------------------------------------------------------- | |
1.0 Defaults | |
2.0 Headings | |
2.1 Spacing | |
3.0 Blockquotes | |
4.0 Tables | |
5.0 Lists | |
6.0 Tags |
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
[rescue_googlemap title="Rescue Themes Offices" location="5046 S Greenwood Ave, Chicago, IL 60615" zoom="14" height=250] | |
[rescue_spacing size="60px"] | |
[rescue_column size="one-half" position="first"] | |
<strong>Headquarters</strong>: | |
5046 S Greenwood Ave | |
Chicago, IL 60615 |
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
if ( is_page_template( 'template-home.php' ) && get_theme_mod( 'video_checkbox' ) == 0 ) { |
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
<i class="fa fa-globe fa-4x left"></i> | |
It all began when reflecting on the tragic events of 9/11. | |
<br> | |
<a href="#">Our Story</a> |