Example #1
1
function kkthemes_homepage_setup_document()
{
    beans_add_smart_action('beans_header_after_markup', 'kkthemes_site_title_tag');
    beans_add_smart_action('beans_content_after_markup', 'kkthemes_homepage_contents');
    kkthemes_post_view(true);
    //change this to manually output post loop when more post types are there.
    beans_add_filter('beans_loop_query_args[_main]', 'kkthemes_theme_home_query_args');
    //remove pagination
    beans_remove_action('beans_posts_pagination');
}
Example #2
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' );

}
Example #3
0
function tbr_contact_setup()
{
    beans_remove_action('beans_post_title');
    beans_remove_attribute('beans_body', 'class');
    beans_add_attribute('beans_body', 'class', 'tm-contact');
    beans_remove_markup('beans_main_grid');
}
Example #4
0
function dfh_contact_setup()
{
    beans_remove_action('beans_post_title');
    beans_remove_attribute('beans_body', 'class');
    beans_add_attribute('beans_body', 'class', 'tm-contact');
    beans_add_attribute('beans_main_grid', 'class', 'uk-grid-collapse');
}
function fast_monkey_index_setup_document()
{
    // Post meta
    beans_remove_action('beans_post_meta_tags');
    // Post more link
    beans_add_attribute('beans_post_more_link', 'class', 'uk-button uk-button-primary uk-button-small');
}
Example #6
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');
}
Example #7
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');
    }
}
Example #8
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');
}
Example #9
0
function bench_index_setup_document()
{
    //Layout
    if (beans_get_layout() == 'c') {
        beans_remove_attribute('beans_primary', 'class', 'uk-width-large-7-10');
    }
    // Posts grid
    beans_add_attribute('beans_content', 'class', 'tm-posts-grid uk-grid uk-grid-width-small-1-2 uk-grid-width-medium-1-3');
    beans_add_attribute('beans_content', 'data-uk-grid-margin', '');
    beans_add_attribute('beans_content', 'data-uk-grid-match', "{target:'.uk-panel'}");
    beans_wrap_inner_markup('beans_post', 'bench_post_panel', 'div', array('class' => 'uk-panel uk-panel-box'));
    // Post content
    beans_remove_attribute('beans_content', 'class', 'tm-centered-content');
    // Post article
    beans_remove_attribute('beans_post', 'class', 'uk-article');
    // Post meta
    beans_remove_action('beans_post_meta');
    beans_remove_action('beans_post_meta_tags');
    beans_modify_action('beans_post_meta_categories', 'beans_post_header', null, 7);
    beans_remove_output('beans_post_meta_categories_prefix');
    beans_add_attribute('beans_post_meta_categories', 'class', 'tm-post-category');
    // Post image
    beans_modify_action('beans_post_image', 'beans_post_header_before_markup', 'beans_post_image');
    // Post title
    beans_add_attribute('beans_post_title', 'class', 'uk-margin-small-top uk-h3');
    // Post more link
    //beans_add_attribute( 'beans_post_more_link', 'class', 'uk-button uk-button-small' );
    // Posts pagination
    beans_modify_action_hook('beans_posts_pagination', 'beans_content_after_markup');
}
Example #10
0
function kkthemes_post_view($featured_items = false)
{
    // Posts grid
    beans_add_attribute('beans_post', 'class', 'tm-post-grid uk-grid uk-grid-medium');
    beans_add_attribute('beans_post_image', 'class', 'uk-width-medium-1-2');
    beans_wrap_markup('beans_post_header', 'kkthemes_post_preview', 'div', array('class' => 'tm-post-preview uk-width-medium-1-2'));
    if (is_featured_item() || $featured_items) {
        //More button
        beans_add_attribute('beans_post_more_link', 'class', 'uk-button uk-button-large uk-margin-top');
    } else {
        // Post title
        beans_add_attribute('beans_post_title', 'class', 'uk-h2');
    }
    // Post content
    beans_remove_action('beans_post_content');
    beans_remove_markup('beans_post_body');
    add_action('kkthemes_post_preview_append_markup', 'the_content');
    // Auto generate summary of Post content and read more button
    beans_add_smart_action('the_content', 'kkthemes_post_content');
    // Post meta
    beans_remove_action('beans_post_meta_tags');
    beans_remove_action('beans_post_meta_categories');
    // Post image
    beans_modify_action('beans_post_image', 'beans_post_header_before_markup', 'beans_post_image');
}
Example #11
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');
    }
}
Example #12
0
function kkthemes_single_setup_document()
{
    beans_remove_action('beans_breadcrumb');
    //remove featured image
    beans_remove_action('beans_post_image');
    //Center page content and add a large bottom margin since we removed uk-block earlier from beans_main
    beans_add_attribute('beans_main', 'class', 'tm-maxwidth-content');
}
function fast_monkey_setup_document()
{
    // Header and Primary Menu	// Site Logo
    beans_remove_action('beans_site_title_tag');
    //Add back site title after logo image
    beans_add_smart_action('beans_logo_image_after_markup', 'fast_monkey_site_title');
    //Navigation menu
    beans_remove_attribute('beans_primary_menu', 'class', 'uk-float-right');
    beans_add_attribute('beans_primary_menu', 'class', 'uk-float-left');
    // Remove 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');
    // 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');
    }
    // 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_fields_inner_wrap', 'class', 'uk-grid-small');
    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', 'fast_monkey_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', 'fast_monkey_widget_after_post_content');
        // Post author profile
        add_action('beans_comments_before_markup', 'fast_monkey_author_profile');
    }
    // Search
    if (is_search()) {
        beans_remove_action('beans_post_image');
    }
}
Example #14
0
function dfh_page_setup()
{
    beans_remove_attribute('beans_body', 'class');
    beans_add_attribute('beans_body', 'class', 'tm-resume');
    beans_remove_attribute('beans_post', 'class');
    beans_add_attribute('beans_post', 'class', 'uk-padding-remove');
    beans_remove_action('beans_post_title');
    beans_remove_markup('beans_main_grid');
    beans_remove_markup('beans_primary');
}
Example #15
0
function tbr_page_setup()
{
    beans_remove_attribute('beans_body', 'class');
    beans_add_attribute('beans_body', 'class', 'tm-advertise');
    beans_remove_markup('beans_main_grid');
    beans_remove_markup('beans_primary');
    beans_remove_markup('beans_post_body');
    beans_remove_markup('beans_post_header');
    beans_remove_markup('beans_post_content');
    beans_remove_attribute('beans_post', 'class');
    beans_remove_action('beans_post_title');
}
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');
}
Example #17
0
function kkthemes_index_setup_document()
{
    if (is_main_archive()) {
        // Remove breadcrumb if this is main archive (accessible from main menu)
        // Other archives like Tags archive, author archive, month archive etc will continue to have breadcumb
        beans_remove_action('beans_breadcrumb');
        //Add a large Title panel in these archive pages
        beans_add_smart_action('beans_header_after_markup', 'kkthemes_archive_title');
    }
    kkthemes_post_view();
    // Posts pagination
    beans_modify_action_hook('beans_posts_pagination', 'beans_content_after_markup');
}
Example #18
0
function dfh_page_setup()
{
    beans_remove_attribute('beans_body', 'class');
    beans_add_attribute('beans_body', 'class', 'tm-speaking');
    beans_remove_attribute('beans_post', 'class');
    beans_add_attribute('beans_post', 'class', 'uk-padding-remove');
    beans_remove_action('beans_post_title');
    beans_remove_markup('beans_main_grid');
    beans_remove_markup('beans_primary');
    beans_remove_markup('beans_post_header');
    beans_remove_markup('beans_post_content');
    beans_remove_markup('beans_post_body');
    beans_remove_markup('beans_post');
}
function tbr_page_setup()
{
    beans_remove_attribute('beans_body', 'class');
    beans_add_attribute('beans_body', 'class', 'tm-resources');
    beans_remove_markup('beans_post_body');
    beans_remove_markup('beans_post_content');
    beans_remove_markup('beans_main_grid');
    beans_remove_markup('beans_post');
    beans_remove_markup('beans_post_header');
    beans_remove_attribute('beans_primary', 'class', ' uk-width-medium-4-4');
    beans_remove_attribute('beans_post', 'class');
    beans_add_attribute('beans_post', 'class', 'uk-article');
    beans_remove_action('beans_post_title');
    beans_wrap_markup('tuxedo_post_image', 'themebutler_post_image', 'a', array('href' => get_permalink()));
}
Example #20
0
 /**
  * Fields content.
  */
 public function fields($tag)
 {
     beans_remove_action('beans_field_label');
     beans_modify_action_hook('beans_field_description', 'beans_field_wrap_after_markup');
     beans_modify_markup('beans_field_description', 'p');
     beans_add_attribute('beans_field_description', 'class', 'description');
     foreach (beans_get_fields('term_meta', $this->section) as $field) {
         echo '<tr class="form-field">';
         echo '<th scope="row">';
         beans_field_label($field);
         echo '</th>';
         echo '<td>';
         beans_field($field);
         echo '</td>';
         echo '</tr>';
     }
 }
function fast_monkey_search_setup_document()
{
    // Post
    beans_add_attribute('beans_search_title', 'class', 'uk-margin-bottom-remove');
    beans_add_attribute('beans_content', 'class', 'uk-article');
    beans_remove_attribute('beans_post', 'class', 'uk-article');
    beans_modify_markup('beans_post_title', 'h2');
    beans_add_attribute('beans_post_title', 'class', 'uk-h2');
    beans_add_attribute('beans_post', 'class', 'uk-grid-margin');
    // Post image
    beans_remove_action('beans_post_image');
    // Post meta
    beans_remove_action('beans_post_meta');
    beans_remove_action('beans_post_meta_tags');
    beans_remove_action('beans_post_meta_categories');
    // Remove article search
    beans_remove_output('beans_no_post_search_form');
}
Example #22
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');
    }
}
Example #23
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');
}
Example #24
0
function kkthemes_setup_document()
{
    beans_remove_action('beans_header_image');
    //remove default header image
    // Move breadcrumb just below header
    beans_modify_action_hook('beans_breadcrumb', 'beans_header_after_markup');
    beans_add_attribute('beans_breadcrumb', 'class', 'uk-container uk-container-center uk-hidden-small');
    // Site Logo
    beans_remove_action('beans_site_title_tag');
    //Add back site title after logo image
    //beans_add_smart_action('beans_logo_image_after_markup', 'kkthemes_site_title');
    if (is_user_logged_in()) {
        //Add edit post link when user is logged in
        if (is_singular() && !is_page_template('page_home.php')) {
            beans_add_smart_action('beans_post_header_prepend_markup', 'kkthemes_edit_link');
        }
    }
    //content
    beans_remove_attribute('beans_post', 'class', 'uk-panel-box');
    //comments
    beans_remove_attribute('beans_comments', 'class', 'uk-panel-box');
}
Example #25
0
function kkthemes_page_setup_document()
{
    //Remove breadcrumb
    beans_remove_action('beans_breadcrumb');
    //Remove padding from main wrapper
    beans_remove_attribute('beans_main', 'class', 'uk-block');
    beans_remove_attribute('beans_post', 'class', 'uk-article');
    //Remove container so we can have full width Page title
    beans_remove_attribute('beans_fixed_wrap[_main]', 'class', 'uk-container');
    beans_remove_attribute('beans_fixed_wrap[_main]', 'class', '-center');
    $tag_style = '';
    $header_image = get_header_image();
    if (!empty($header_image)) {
        $tag_style = 'background-image: url(' . esc_url($header_image) . ');';
    }
    //Add styling to Page header
    beans_wrap_inner_markup('beans_post_header', 'kk_themes_page_header', 'div', array('class' => 'uk-panel uk-panel-box uk-panel-space uk-text-large uk-text-center uk-margin-large-bottom tm-branded-panel', 'style' => $tag_style));
    // Display any Post excerpts below Page title.
    beans_add_smart_action('beans_post_header_append_markup', the_excerpt);
    //Center page content and add a large bottom margin since we removed uk-block earlier from beans_main
    beans_add_attribute('beans_post_body', 'class', 'uk-container uk-container-center tm-maxwidth-content uk-margin-large-bottom');
}
Example #26
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' );
  }

}
function flipster_index_setup_document()
{
    // Posts grid
    beans_add_attribute('beans_content', 'class', 'tm-posts-grid uk-grid uk-grid-width-small-1-2 uk-grid-width-medium-1-2');
    beans_add_attribute('beans_content', 'data-uk-grid-margin', '');
    beans_add_attribute('beans_content', 'data-uk-grid-match', "{target:'.uk-panel'}");
    beans_wrap_inner_markup('beans_post', 'flipster_post_panel', 'div', array('class' => 'uk-panel uk-panel-box'));
    // Post content
    beans_remove_attribute('beans_content', 'class', 'tm-centered-content');
    // Post article
    beans_remove_attribute('beans_post', 'class', 'uk-article');
    // Post meta
    beans_remove_action('beans_post_meta_tags');
    // Post image
    beans_modify_action('beans_post_image', 'beans_post_header_before_markup', 'beans_post_image');
    // Post title
    beans_add_attribute('beans_post_title', 'class', 'uk-margin-small-top uk-h2');
    // Remove the post content.
    beans_remove_action('beans_post_content');
    // Post more link
    beans_add_attribute('beans_post_more_link', 'class', 'uk-button uk-button-primary uk-button-small');
    // Posts pagination
    beans_modify_action_hook('beans_posts_pagination', 'beans_content_after_markup');
}
}
/*
 * Remove this action and callback function if you are not adding CSS in the style.css file
 */
//add_action( 'wp_enqueue_scripts', 'beans_child_enqueue_assets' );
/*function beans_child_enqueue_assets() {

    wp_enqueue_style( 'child-style', get_stylesheet_directory_uri() . '/style.css' );

}*/
//Make tagline a bit bigger
beans_remove_attribute('beans_site_title_tag', 'class', 'uk-text-small');
//Add a bit of margin between site title and tagline
beans_add_attribute('beans_site_title_tag', 'class', 'uk-margin-small-top');
//Removed categories below post
beans_remove_action('beans_post_meta_categories');
// Remove author from meta and move categories in meta above post replacing author
beans_add_smart_action('beans_post_meta_items', 'beans_child_post_meta_items');
function beans_child_post_meta_items($items)
{
    // Remove author meta
    unset($items['author']);
    // Add categories meta
    $items['categories'] = 20;
    return $items;
}
//ADD ICONS TO POSTS META
// Add post meta item date icon
beans_add_smart_action('beans_post_meta_item_date_prepend_markup', 'beans_child_add_post_meta_date_icon');
function beans_child_add_post_meta_date_icon()
{
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');
    }
}