Skip to content

Instantly share code, notes, and snippets.

View jmarchwinski's full-sized avatar

Jaime jmarchwinski

  • New York
View GitHub Profile
@jmarchwinski
jmarchwinski / string-change.php
Created September 28, 2017 13:00
String Change
<?php
/*
* EXAMPLE OF CHANGING ANY TEXT (STRING) IN THE EVENTS CALENDAR
* See the codex to learn more about WP text domains:
* http://codex.wordpress.org/Translating_WordPress#Localization_Technology
* Example Tribe domains: 'tribe-events-calendar', 'tribe-events-calendar-pro'...
*/
function tribe_custom_theme_text ( $translation, $text, $domain ) {
@jmarchwinski
jmarchwinski / text-wrap.css
Created September 15, 2017 21:47
Text Wrap Around Image
div.author.location {
float: right;
width: 68%;
margin-top: -150px;
}
#tribe-events .tribe-events-content p {
float: right;
margin-top: -80px;
}