Skip to content

Instantly share code, notes, and snippets.

View kalico1's full-sized avatar

kalico kalico1

  • Silicon Valley, CA
View GitHub Profile
@kalico1
kalico1 / custom.css
Last active May 20, 2017 18:11
Custom CSS from the child theme of Zerif Pro. With this CSS on, I see the "ghost" of each thing I click and drag way up at the top of the page.
/* remove "what's new" form from activity pages in groups and main */
form#whats-new-form {
display: none;
}
a.acomment-reply {
display: none;
}
@kalico1
kalico1 / event-list-with-thumbnails.php
Created April 15, 2017 03:07
Template used with [eab_archive]
<?php
// template used to display shortcode lists e.g., [eab_archive template="event-list-with-thumbnails"] also works with [eab_expired] //
?>
<?php
if ($events) {
@kalico1
kalico1 / index-directory.php
Last active April 4, 2017 04:27
Groups index-directory.php Template
<!-- *** GROUPS INDEX TEMPLATE: THE FIRST PART COMES FROM COMMUNITY.PHP, WHICH IS A CUSTOMIZED VERSION OF THE PARENT THEME'S PAGE.PHP *** -->
<?php
/**
* The template for displaying all BuddyPress pages (NROC Community).
* This template can be overridden by more specific templates using the BuddyPress template hierarchy. (See the "community" directory.)