Esempio n. 1
0
function jenkins_setup_document()
{
    // Header
    beans_add_attribute('beans_site_branding', 'class', 'uk-margin-small-top');
    // Breadcrumb
    beans_remove_action('beans_breadcrumb');
    // Navigation
    beans_add_attribute('beans_sub_menu_wrap', 'class', 'uk-dropdown-center');
    beans_remove_attribute('beans_menu_item_child_indicator', 'class', 'uk-margin-small-left');
    // Post content
    beans_add_attribute('beans_post_content', 'class', 'uk-text-large');
    // Post image
    beans_add_attribute('beans_post_image', 'class', 'tm-cover-article');
    // Post meta
    beans_remove_attribute('beans_post_meta', 'class', 'uk-subnav-line');
    beans_remove_action('beans_post_meta_tags');
    beans_remove_action('beans_post_meta_categories');
    beans_remove_output('beans_post_meta_categories_prefix');
    // Post embed
    beans_add_attribute('beans_embed_oembed', 'class', 'tm-cover-article');
    // Comment meta
    beans_modify_action_priority('beans_comment_metadata', 9);
    // Comment form
    beans_add_attribute('beans_comment_form_wrap', 'class', 'tm-cover-article');
    beans_add_attribute('beans_comment_fields_inner_wrap', 'class', 'uk-grid-small');
    beans_add_attribute('beans_comment_form_submit', 'class', 'uk-button-large');
    if (!is_user_logged_in()) {
        beans_replace_attribute('beans_comment_form_comment', 'class', 'uk-width-medium-1-1', 'uk-width-medium-6-10');
    }
    // Search
    if (is_search()) {
        beans_remove_action('beans_post_image');
    }
}
Esempio n. 2
0
function tbr_blog_setup()
{
    beans_remove_attribute('beans_body', 'class');
    beans_add_attribute('beans_body', 'class', 'tm-blog tm-post');
    beans_remove_action('beans_post_meta');
    beans_remove_attribute('beans_post', 'class');
    beans_add_attribute('beans_post', 'class', 'uk-article uk-panel uk-panel-box uk-panel-box-secondary');
    beans_remove_attribute('beans_comments', 'class', ' uk-panel-box');
    beans_add_attribute('beans_widget_content_recent-posts', 'class', 'tm-list-style1');
    beans_add_attribute('beans_widget_content_categories', 'class', 'tm-list-style1');
    beans_replace_attribute('beans_post_meta_tags', 'class', 'uk-text-muted', 'tm-tags uk-margin-medium-top uk-display-block');
    beans_modify_action_hook('beans_post_meta_date', 'beans_post_header_prepend_markup');
    beans_modify_action_hook('beans_post_meta_categories', 'beans_post_header_prepend_markup');
    beans_replace_attribute('beans_post_meta_categories', 'class', 'uk-text-small uk-text-muted uk-clearfix', 'tm-topic uk-button uk-button-tertiary uk-button-mini');
    beans_add_attribute('beans_post_title', 'class', 'uk-margin-small-top');
    beans_remove_markup('beans_post_body');
    beans_add_attribute('beans_next_link_post_navigation', 'class', 'uk-text-right uk-h3');
    beans_add_attribute('beans_previous_link_post_navigation', 'class', 'uk-text-left uk-h3');
    beans_add_attribute('beans_embed_oembed', 'class', 'tm-cover-article');
    beans_modify_markup('beans_no_comment', 'h3');
    beans_add_attribute('beans_comment_form_legend', 'class', 'uk-hidden');
    beans_add_attribute('beans_comment_form_field_name', 'placeholder', 'Name');
    beans_add_attribute('beans_comment_form_field_email', 'placeholder', 'Email');
    beans_add_attribute('beans_comment_form_field_url', 'placeholder', 'Website');
    beans_add_attribute('beans_comment_form_wrap', 'class', 'uk-panel-box');
    beans_replace_attribute('beans_primary', 'class', 'uk-width-medium-3-4', 'uk-width-medium-2-3');
    beans_replace_attribute('beans_sidebar_primary', 'class', 'uk-width-medium-1-4', 'uk-width-medium-1-3');
}
Esempio n. 3
0
function tbr_blog_setup()
{
    beans_remove_attribute('beans_body', 'class');
    beans_add_attribute('beans_body', 'class', 'tm-blog');
    beans_remove_action('beans_post_meta');
    beans_remove_action('beans_post_meta_tags');
    beans_remove_attribute('beans_post', 'class');
    beans_add_attribute('beans_post', 'class', 'uk-article');
    beans_modify_action('beans_post_meta_date', 'tm-item-inner_prepend_markup');
    beans_modify_action('beans_post_meta_categories', 'tm_item_inner_prepend_markup', null, 7);
    beans_remove_markup('beans_primary');
    beans_remove_markup('beans_post_body');
    beans_remove_markup('beans_post_header');
    beans_remove_markup('beans_post_content');
    beans_add_attribute('beans_main_grid', 'class', 'uk-grid-width-1-1 uk-grid-width-small-1-2 uk-grid-width-medium-1-3');
    beans_add_attribute('beans_main_grid', 'data-uk-grid', '{gutter: 20, controls: \'#js-blog-filters\'}');
    beans_remove_attribute('beans_main_grid', 'data-uk-grid-margin');
    beans_replace_attribute('beans_post', 'class', 'uk-article', 'tm-item');
    beans_modify_markup('beans_post', 'div');
    beans_wrap_inner_markup('beans_post', 'tm_item_inner', 'div', array('class' => 'uk-panel uk-panel-box uk-panel-box-secondary'));
    beans_add_attribute('beans_post_title', 'class', 'uk-margin-small-top');
    beans_add_attribute('beans_post_more_link', 'class', 'uk-button uk-button-secondary');
    beans_replace_attribute('beans_next_icon_more_link', 'class', 'uk-icon-angle-double-right', 'uk-icon-arrow-circle-o-right');
    beans_replace_attribute('beans_post_meta_categories', 'class', 'uk-text-small uk-text-muted uk-clearfix', 'tm-topic uk-button uk-button-tertiary uk-button-mini');
    beans_add_attribute('beans_widget_content_sidebar_primary_recent-posts', 'class', 'tm-list-style1');
    beans_add_attribute('beans_widget_content_categories', 'class', 'tm-list-style1');
}
Esempio n. 4
0
function dfh_setup_theme() {

  beans_replace_attribute( 'beans_favicon', 'href', 'http://devignerforhire.com/favicon.ico' );
  beans_remove_action( 'beans_comments' );
  beans_remove_action( 'beans_replace_nojs_class' );
  beans_add_attribute( 'beans_site', 'class', 'uk-container uk-container-center' );
  beans_remove_markup( 'beans_fixed_wrap_header' );
  beans_remove_markup( 'beans_site_branding' );
  beans_remove_markup( 'beans_content' );
  beans_add_attribute( 'beans_primary', 'role', 'main' );
  beans_remove_markup( 'beans_fixed_wrap_main' );
  beans_replace_attribute( 'beans_header', 'class', 'uk-block', 'uk-overflow-container uk-margin-large-top' );
  beans_remove_attribute( 'beans_menu_navbar_primary', 'id' );
  beans_replace_attribute( 'beans_menu_navbar_primary', 'class', ' uk-navbar-nav', 'uk-navbar-nav' );
  beans_remove_action( 'beans_site_title_tag' );
  beans_add_attribute( 'beans_site_title_link', 'class', 'tm-logo uk-float-left' );
  beans_add_attribute( 'beans_site_title_tag', 'class', 'tm-tagline uk-float-left' );
  beans_remove_attribute( 'beans_main', 'class', 'uk-block' );
  beans_remove_attribute( 'beans_footer', 'class', 'uk-block' );
  beans_remove_action( 'beans_breadcrumb' );
  beans_modify_action_hook( 'beans_footer', 'beans_main_after_markup' );
  beans_remove_markup( 'beans_fixed_wrap_footer' );
  beans_remove_attribute( 'beans_post', 'id' );

}
Esempio n. 5
0
function banks_setup_document()
{
    // Frontpage posts
    if (is_home()) {
        beans_remove_attribute('beans_post', 'class', 'uk-panel-box');
    }
    // Site Logo
    beans_remove_attribute('beans_site_title_tag', 'class', 'uk-text-muted');
    // Breadcrumb
    beans_remove_action('beans_breadcrumb');
    // Post meta
    beans_add_attribute('beans_post_meta_date', 'class', 'uk-text-muted');
    // Search form
    beans_replace_attribute('beans_search_form', 'class', 'uk-form-icon uk-form-icon-flip', 'uk-display-inline-block');
    beans_remove_markup('beans_search_form_input_icon');
    // Add grid min width for Banks slim content
    if (beans_get_layout() == 'banks_c') {
        beans_add_attribute('beans_content', 'class', 'tm-centered-content');
    }
    // Only applies to singular and not pages
    if (is_singular() && !is_page()) {
        // Post title
        beans_add_attribute('beans_post_title', 'class', 'uk-margin-small-bottom');
        // Post navigation
        beans_add_attribute('beans_post_navigation', 'class', 'uk-grid-margin uk-margin-bottom-remove');
        // Post comments
        beans_add_attribute('beans_comments', 'class', 'uk-margin-bottom-remove');
        beans_add_attribute('beans_comment_form_wrap', 'class', 'uk-contrast');
        beans_add_attribute('beans_comment_form_submit', 'class', 'uk-button-large');
        beans_add_attribute('beans_no_comment', 'class', 'tm-no-comments uk-text-center uk-text-large uk-block');
    }
    if (get_bloginfo('description')) {
        beans_add_attribute('beans_primary_menu', 'class', 'uk-margin-small-top');
    }
}
function flipster_setup_document()
{
    // Header and Primary Menu
    beans_remove_attribute('beans_site_branding', 'class', 'uk-float-left');
    beans_remove_attribute('beans_primary_menu', 'class', 'uk-float-right');
    // Layout
    if (beans_get_layout() != 'c') {
        beans_remove_attribute('beans_primary', 'class', 'uk-width-medium-7-10');
        beans_add_attribute('beans_primary', 'class', 'uk-width-large-7-10');
        beans_remove_attribute('beans_sidebar_primary', 'class', 'uk-width-medium-3-10');
        beans_add_attribute('beans_sidebar_primary', 'class', 'uk-width-large-3-10 uk-visible-large');
    }
    // Breadcrumb
    if (!is_archive()) {
        beans_remove_action('beans_breadcrumb');
    }
    // Navigation
    beans_add_attribute('beans_sub_menu_wrap', 'class', 'uk-dropdown-center');
    beans_remove_attribute('beans_menu_item_child_indicator', 'class', 'uk-margin-small-left');
    // Post content
    beans_add_attribute('beans_post_content', 'class', 'uk-text-large');
    // Post meta
    beans_remove_action('beans_post_meta_categories');
    beans_remove_output('beans_post_meta_categories_prefix');
    beans_remove_output('beans_post_meta_date_prefix');
    beans_add_attribute('beans_post_meta_date', 'class', 'uk-text-muted');
    // Post embed
    beans_add_attribute('beans_embed_oembed', 'class', 'tm-cover-article');
    // Comment form
    beans_add_attribute('beans_comment_form_wrap', 'class', 'tm-cover-article');
    beans_add_attribute('beans_comment_fields_inner_wrap', 'class', 'uk-grid-small');
    beans_add_attribute('beans_comment_form_submit', 'class', 'uk-button-large');
    if (!is_user_logged_in()) {
        beans_replace_attribute('beans_comment_form_comment', 'class', 'uk-width-medium-1-1', 'uk-width-medium-6-10');
    } else {
        //Add edit post link when user is logged in
        if (is_singular()) {
            beans_add_smart_action('beans_post_header_before_markup', 'flipster_edit_link');
        }
    }
    // Only applies to singular and not pages
    if (is_singular() && !is_page()) {
        //remove featured image
        beans_remove_action('beans_post_image');
        // Post title
        beans_add_attribute('beans_post_title', 'class', 'uk-margin-bottom');
        //Widget area after post content
        beans_add_smart_action('the_content', 'flipster_widget_after_post_content');
        // Post author profile
        add_action('beans_comments_before_markup', 'flipster_author_profile');
    }
    // Search
    if (is_search()) {
        beans_remove_action('beans_post_image');
    }
}
function tbr_modify_theme_single_markup()
{
    beans_remove_attribute('beans_body', 'class');
    beans_add_attribute('beans_body', 'class', 'tm-theme');
    beans_remove_markup('beans_primary');
    beans_remove_action('beans_post_image');
    beans_remove_action('beans_post_title');
    beans_remove_markup('beans_main_grid');
    beans_remove_markup('beans_post_header');
    beans_remove_markup('beans_post_body');
    beans_remove_markup('beans_post_content');
    beans_replace_attribute('beans_post', 'class', 'uk-panel-box', 'tm-theme-single uk-article');
}
Esempio n. 8
0
function totem_setup_document()
{
    // Header
    beans_remove_attribute('beans_header', 'class', ' uk-block');
    beans_wrap_inner_markup('beans_fixed_wrap_header', 'totem_overlay_navigation', 'div', array('class' => 'tm-overlay-navigation uk-clearfix'));
    // Breadcrumb
    beans_remove_action('beans_breadcrumb');
    // Navigation
    beans_add_attribute('beans_sub_menu_wrap', 'class', 'uk-dropdown-center');
    beans_remove_attribute('beans_menu_item_child_indicator', 'class', 'uk-margin-small-left');
    // Offcanvas
    beans_add_attribute('beans_widget_area_offcanvas_bar', 'class', 'uk-offcanvas-bar-flip');
    beans_add_attribute('beans_primary_menu_offcanvas_button', 'class', 'uk-button-primary');
    // Post content
    beans_remove_attribute('beans_post', 'class', ' uk-panel-box');
    beans_add_attribute('beans_post_content', 'class', 'uk-text-large');
    beans_add_attribute('beans_post_more_link', 'class', 'uk-button uk-button-small');
    // Post image
    beans_modify_action_hook('beans_post_image', 'beans_post_title_before_markup');
    // Post meta
    beans_remove_action('beans_post_meta');
    beans_remove_action('beans_post_meta_tags');
    beans_remove_action('beans_post_meta_categories');
    // Post read more
    beans_replace_attribute('beans_next_icon_more_link', 'class', 'angle-double-right', 'long-arrow-right');
    // Posts pagination
    beans_remove_markup('beans_previous_icon_posts_pagination');
    beans_remove_markup('beans_next_icon_posts_pagination');
    // Comment badge
    beans_add_attribute('beans_moderator_badge', 'class', 'uk-border-rounded uk-align-right');
    beans_add_attribute('beans_moderation_badge', 'class', 'uk-border-rounded uk-align-right');
    // Comment meta
    beans_modify_action_priority('beans_comment_metadata', 9);
    // Comment form
    beans_add_attribute('beans_comment_form_submit', 'class', 'uk-button-large');
    if (!is_user_logged_in()) {
        beans_replace_attribute('beans_comment_form_comment', 'class', 'uk-width-medium-1-1', 'uk-width-medium-6-10');
    }
    // Search
    beans_add_attribute('beans_search_title', 'class', 'uk-margin-large-bottom');
    if (is_search()) {
        beans_remove_action('beans_post_image');
    }
}
Esempio n. 9
0
function tbr_search_setup()
{
    beans_remove_markup('beans_grid');
    beans_remove_markup('beans_main_grid');
    beans_remove_markup('beans_post_header');
    beans_remove_markup('beans_post_content');
    beans_remove_markup('beans_post_body');
    beans_remove_action('beans_post_navigation');
    beans_remove_action('beans_post_image');
    beans_modify_action_hook('beans_posts_pagination', 'beans_primary_after_markup');
    beans_replace_attribute('beans_primary', 'class', 'tm-primary uk-width-medium-4-4', 'tm-search uk-list uk-list-striped');
    beans_modify_markup('beans_primary', 'ol');
    beans_modify_markup('beans_post', 'li');
    beans_remove_attribute('beans_post', 'id');
    beans_remove_attribute('beans_post', 'class');
    beans_remove_attribute('beans_post_title', 'class');
    beans_add_attribute('beans_search_form_input', 'class', 'uk-form-large');
    beans_modify_action_hook('beans_post_search_title', 'beans_primary_before_markup');
    beans_remove_attribute('beans_search_title', 'class', 'uk-article-title');
}
Esempio n. 10
0
function tbr_setup_theme() {

  beans_remove_attribute( 'beans_primary_menu', 'class' );
  beans_add_attribute( 'beans_primary_menu', 'id', 'js-mobile-nav' );
  beans_add_attribute( 'beans_fixed_wrap_header', 'class', 'uk-text-center' );
  beans_remove_attribute( 'beans_menu_navbar', 'id' );
  beans_remove_attribute( 'beans_header', 'role' );
  beans_remove_attribute( 'beans_footer', 'role' );
  beans_remove_attribute( 'beans_primary_menu', 'role' );
  beans_remove_action( 'beans_comments' );
  beans_remove_action( 'beans_replace_nojs_class' );
  beans_remove_action( 'beans_breadcrumb' );
  beans_remove_markup( 'beans_site' );
  beans_remove_markup( 'beans_content' );
  beans_add_attribute( 'beans_primary', 'role', 'main' );
  beans_replace_attribute( 'beans_site_branding', 'class', 'uk-float-left', 'tm-logo uk-align-center tm-nudge' );
  beans_replace_attribute( 'beans_main', 'class', ' uk-block', ' uk-block-large' );
  beans_remove_attribute( 'beans_menu_navbar_primary', 'id' );
  beans_remove_attribute( 'beans_post', 'id' );
  beans_modify_action_hook( 'beans_footer', 'beans_main_after_markup' );
  beans_add_attribute( 'beans_menu_navbar', 'class', 'uk-hidden-small uk-subnav uk-subnav-line uk-margin-remove tm-nudge' );
  beans_add_attribute( 'beans_menu_item_link_24', 'class', 'tm-external' );
  beans_replace_attribute( 'beans_widget_area_grid_footer', 'class', 'uk-grid', 'uk-flex uk-flex-top uk-flex-space-between' );
  beans_remove_attribute( 'beans_widget_grid_footer', 'class' );
  beans_add_attribute( 'beans_menu_grid', 'class', 'uk-list' );
  beans_add_attribute( 'beans_widget_grid_footer_text_text-2', 'class', 'tm-about' );
  beans_add_attribute( 'beans_widget_grid_footer_text_text-3', 'class', 'tm-connect' );
  beans_remove_markup( 'beans_logo_image' );

  if ( is_page( 'Theme Setup Guide', 'Features' ) ) {
      beans_remove_attribute( 'beans_post', 'class', 'uk-panel-box' );
      beans_add_attribute( 'beans_post_title', 'class', 'uk-text-center' );
      beans_remove_markup( 'beans_main_grid');
      beans_remove_markup( 'beans_primary');
      beans_add_attribute( 'beans_post_content', 'class', 'tm-narrow-content' );
  }

}
Esempio n. 11
0
function bench_setup_document()
{
    // Add a top element for scroll
    beans_add_smart_action('beans_site_before_markup', 'bench_top_element');
    // Frontpage posts
    if (is_home()) {
        beans_add_smart_action('beans_header_after_markup', 'bench_site_title_tag');
    }
    // Site Logo
    beans_remove_action('beans_site_title_tag');
    // Layout
    if (beans_get_layout() != 'c' && beans_get_layout() != 'bench_c') {
        beans_remove_attribute('beans_primary', 'class', 'uk-width-medium-7-10');
        beans_add_attribute('beans_primary', 'class', 'uk-width-large-7-10');
        beans_remove_attribute('beans_sidebar_primary', 'class', 'uk-width-medium-3-10');
        beans_add_attribute('beans_sidebar_primary', 'class', 'uk-width-large-3-10 uk-visible-large');
    }
    // Post meta
    beans_add_attribute('beans_post_meta_date', 'class', 'uk-text-muted');
    // Search form
    beans_replace_attribute('beans_search_form', 'class', 'uk-form-icon uk-form-icon-flip', 'uk-display-inline-block');
    beans_remove_markup('beans_search_form_input_icon');
    // Add grid min width for Bench slim content
    if (beans_get_layout() == 'bench_c') {
        beans_add_attribute('beans_content', 'class', 'tm-centered-content');
    }
    if (is_user_logged_in()) {
        //Add edit post link when user is logged in
        if (is_singular()) {
            beans_add_smart_action('beans_post_header_before_markup', 'bench_edit_link');
        }
    }
    // Only applies to singular and not pages
    if (is_singular() && !is_page()) {
        //remove breadcrumb
        beans_remove_action('beans_breadcrumb');
        //remove featured image
        beans_remove_action('beans_post_image');
        // Post navigation
        beans_add_attribute('beans_post_navigation', 'class', 'uk-grid-margin');
        // Post author profile
        add_action('beans_comments_before_markup', 'bench_author_profile');
        // Post comments
        beans_add_attribute('beans_comments', 'class', 'uk-margin-bottom-remove');
        beans_add_attribute('beans_comment_form_wrap', 'class', 'uk-contrast');
        beans_add_attribute('beans_no_comment', 'class', 'tm-no-comments uk-text-center uk-text-large uk-block');
        beans_remove_action('beans_comment_form_divider');
    }
}