This file contains 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
let action = [ | |
"Murdered by", | |
"Killed by", | |
"Squished by", | |
"Slammed really hard into", | |
"Tusseled with", | |
"Choked on", | |
"Steamrolled by", | |
"Crushed by", | |
"Impaled by", |
This file contains 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
.organic-blocks-flexslider { | |
margin: 0; | |
padding: 0; | |
overflow: hidden; | |
} | |
.organic-blocks-flexslider .preloader { | |
position: absolute; | |
top: 50%; | |
left: 50%; | |
margin-left: -16px; |
This file contains 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 | |
/** | |
* This template is used to display bbPress forums. | |
* | |
* @package Organic Origin | |
* @since Organic Origin 1.0 | |
*/ | |
get_header(); ?> |
This file contains 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
/************************************************ | |
bbPress Forum Styles | |
************************************************/ | |
#bbpress-forums { | |
font-size: 0.9rem; | |
} | |
#bbpress-forums p { | |
margin: 16px 0px; | |
padding: 0px; |
This file contains 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 ( ! function_exists( 'my_theme_widgets_init' ) ) : | |
/** Function my_theme_widgets_init */ | |
function my_theme_widgets_init() { | |
if ( class_exists( 'bbPress' ) ) { | |
register_sidebar( | |
array( | |
'name' => esc_html__( 'Forums Sidebar', 'my-theme' ), | |
'id' => 'sidebar-forum', | |
'before_widget' => '<aside id="%1$s" class="widget %2$s">', |
This file contains 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 | |
/** | |
* This template displays the default page content. | |
* | |
* @package Organic Origin | |
* @since Organic Origin 1.0 | |
*/ | |
get_header(); ?> |
This file contains 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
/* Flexslider ---------------------*/ | |
function flexSliderSetup() { | |
if( ($).flexslider) { | |
var slider = $('.flexslider'); | |
slider.fitVids().flexslider({ | |
slideshowSpeed : slider.attr('data-speed'), | |
animationDuration : 600, | |
animation : 'slide', | |
video : false, |
This file contains 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
/* Flexslider ---------------------*/ | |
function flexSliderSetup() { | |
if( ($).flexslider) { | |
var slider = $('.flexslider'); | |
slider.fitVids().flexslider({ | |
slideshowSpeed : slider.attr('data-speed'), | |
animationDuration : 600, | |
animation : 'fade', | |
video : false, |
This file contains 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
[gallery ids="321,456,987"] |
NewerOlder