Initial commit of Lodestar

This commit is contained in:
alaczek 2018-02-27 14:13:58 +11:00
parent 44c31ad650
commit 969f0ec60e
83 changed files with 18559 additions and 0 deletions

60
lodestar/404.php Normal file
View file

@ -0,0 +1,60 @@
<?php
/**
* The template for displaying 404 pages (not found).
*
* @link https://codex.wordpress.org/Creating_an_Error_404_Page
*
* @package Lodestar
*/
get_header(); ?>
<div class="wrap">
<div id="primary" class="content-area">
<main id="main" class="site-main" role="main">
<section class="error-404 not-found">
<header class="page-header">
<h1 class="page-title"><?php esc_html_e( 'Oops! That page can&rsquo;t be found.', 'lodestar' ); ?></h1>
</header>
<div class="page-content">
<p><?php esc_html_e( 'It looks like nothing was found at this location. Maybe try one of the links below or a search?', 'lodestar' ); ?></p>
<?php
get_search_form();
the_widget( 'WP_Widget_Recent_Posts' );
// Only show the widget if site has multiple categories.
if ( lodestar_categorized_blog() ) :
?>
<div class="widget widget_categories">
<h2 class="widget-title"><?php esc_html_e( 'Most Used Categories', 'lodestar' ); ?></h2>
<ul>
<?php
wp_list_categories( array(
'orderby' => 'count',
'order' => 'DESC',
'show_count' => 1,
'title_li' => '',
'number' => 10,
) );
?>
</ul>
</div>
<?php
endif;
$archive_content = '<p>' . esc_html__( 'Try looking in the monthly archives.', 'lodestar' ) . '</p>';
the_widget( 'WP_Widget_Archives', 'dropdown=1', "after_title=</h2>$archive_content" );
the_widget( 'WP_Widget_Tag_Cloud' );
?>
</div>
</section>
</main>
</div>
</div><!-- .wrap -->
<?php
get_footer();

View file

@ -0,0 +1,35 @@
<?php
/**
* The template for displaying the Portfolio archive page.
*
* @package Lodestar
*/
get_header();
$jetpack_portfolio_content = get_option( 'jetpack_portfolio_content' ); ?>
<div class="wrap">
<div id="primary" class="content-area">
<main class="site-main" role="main">
<?php
if ( have_posts() ) {
get_template_part( 'components/features/portfolio/content', 'portfolio-archive' );
} else {
get_template_part( 'template-parts/content', 'none' );
}
?>
<?php
the_posts_navigation( array(
'prev_text' => esc_html__( 'Older projects', 'lodestar' ),
'next_text' => esc_html__( 'Newer projects', 'lodestar' ),
'screen_reader_text' => esc_html__( 'Portfolio navigation', 'lodestar' ),
) );
?>
</main><!-- #main -->
</div><!-- #primary -->
</div><!-- .wrap -->
<?php
get_footer();

View file

@ -0,0 +1,63 @@
<?php
/**
* The template for displaying the Testimonials archive page.
*
* @package Lodestar
*/
get_header(); ?>
<div class="wrap">
<div id="primary" class="content-area">
<main id="main" class="site-main" role="main">
<?php $jetpack_options = get_theme_mod( 'jetpack_testimonials' ); ?>
<?php if ( isset( $jetpack_options['featured-image'] ) && '' !== $jetpack_options['featured-image'] ) : ?>
<div class="lodestar-hero">
<?php echo wp_get_attachment_image( ( int ) $jetpack_options['featured-image'], 'lodestar-featured-image' ); ?>
</div>
<?php endif; ?>
<?php if ( '' !== $jetpack_options['page-content'] ) : // only display if content not empty ?>
<header class="entry-header">
<h1 class="entry-title">
<?php
if ( isset( $jetpack_options['page-title'] ) && '' !== $jetpack_options['page-title'] ) {
echo esc_html( $jetpack_options['page-title'] );
} else {
esc_html_e( 'Testimonials', 'lodestar' );
}
?>
</h1>
</header>
<article class="hentry">
<div class="entry-content">
<?php echo convert_chars( convert_smilies( wptexturize( stripslashes( wp_filter_post_kses( addslashes( $jetpack_options['page-content'] ) ) ) ) ) ); ?>
</div>
</article>
<?php endif; ?>
<?php if ( have_posts() ) : ?>
<div class="testimonials">
<?php
while ( have_posts() ) : the_post();
get_template_part( 'components/features/testimonials/content', 'testimonials' );
endwhile;
?>
</div><!-- .testimonials -->
<?php
the_posts_navigation();
endif;
wp_reset_postdata();
?>
</main><!-- #main -->
</div><!-- #primary -->
<?php get_sidebar(); ?>
</div><!-- .wrap -->
<?php
get_footer();

50
lodestar/archive.php Normal file
View file

@ -0,0 +1,50 @@
<?php
/**
* The template for displaying archive pages.
*
* @link https://codex.wordpress.org/Template_Hierarchy
*
* @package Lodestar
*/
get_header(); ?>
<div class="wrap">
<div id="primary" class="content-area">
<main id="main" class="site-main" role="main">
<?php
if ( have_posts() ) : ?>
<header class="page-header">
<?php
the_archive_title( '<h1 class="page-title">', '</h1>' );
the_archive_description( '<div class="taxonomy-description">', '</div>' );
?>
</header>
<?php
/* Start the Loop */
while ( have_posts() ) : the_post();
/*
* Include the Post-Format-specific template for the content.
* If you want to override this in a child theme, then include a file
* called content-___.php (where ___ is the Post Format name) and that will be used instead.
*/
get_template_part( 'components/post/content', get_post_format() );
endwhile;
the_posts_navigation();
else :
get_template_part( 'components/post/content', 'none' );
endif; ?>
</main>
</div><!-- #primary -->
<?php get_sidebar(); ?>
</div><!-- .wrap -->
<?php
get_footer();

Binary file not shown.

View file

@ -0,0 +1,537 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<!--
2015-9-18: Created with FontForge (http://fontforge.org)
-->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
<metadata>
Created by FontForge 20150618 at Fri Sep 18 10:24:13 2015
By Joen Asmussen
Copyright (c) 2015, Joen Asmussen
</metadata>
<defs>
<font id="Genericons" horiz-adv-x="2048" >
<font-face
font-family="Genericons"
font-weight="400"
font-stretch="normal"
units-per-em="2048"
panose-1="2 0 5 3 0 0 0 0 0 0"
ascent="2048"
descent="0"
bbox="-0.0140489 0 2048.01 2048"
underline-thickness="102.4"
underline-position="-204.8"
unicode-range="U+0020-F517"
/>
<missing-glyph />
<glyph glyph-name="space" unicode=" " horiz-adv-x="200"
/>
<glyph glyph-name="uniF413" unicode="&#xf413;"
d="M256 1280c565.504 0 1024 -458.496 1024 -1024h-256c0 423.552 -344.448 768 -768 768v256zM256 1792c848.256 0 1536 -687.744 1536 -1536h-256c0 705.792 -574.208 1280 -1280 1280v256zM448 640c106.112 0 192 -86.0156 192 -192s-85.8877 -192 -192 -192
s-192 86.0156 -192 192s85.8877 192 192 192z" />
<glyph glyph-name="uniF462" unicode="&#xf462;"
d="M618.502 1337l-213.004 142.004l-303.335 -455.002l303.335 -455.002l213.004 142.004l-208.665 312.998zM1642.5 1479l-213.004 -142.004l208.665 -312.998l-208.665 -312.998l213.004 -142.004l303.335 455.002zM771.821 543.045l248.357 -62.0898l256 1024
l-248.357 62.0898z" />
<glyph glyph-name="uniF457" unicode="&#xf457;"
d="M1024 1792c424.064 0 768 -343.936 768 -768s-343.936 -768 -768 -768c-424.192 0 -768 343.936 -768 768s343.808 768 768 768zM1024 512c70.6562 0 128 57.4717 128 128s-57.3438 128 -128 128c-70.7842 0 -128 -57.4717 -128 -128s57.2158 -128 128 -128z
M1342.72 1155.84c24.832 38.9121 37.248 85.1201 37.1201 138.752c0 74.4961 -27.6475 133.504 -83.7119 176.641c-55.9355 43.2637 -133.632 64.7676 -231.936 64.7676c-119.809 0 -234.496 -31.2324 -344.32 -93.9521l91.9043 -180.096
c89.2158 47.2314 167.168 70.9121 233.983 70.9121c26.752 0 48.5127 -5.37598 65.2803 -16.2559c17.2803 -10.752 25.4717 -25.4727 25.4717 -44.0322c0 -23.2959 -8.06348 -44.0322 -23.5518 -62.208c-16 -18.0479 -41.4717 -38.4004 -77.1836 -60.9277
c-45.1846 -28.1602 -76.416 -57.0889 -94.3359 -87.04c-17.5361 -29.6963 -26.3682 -66.4326 -26.3682 -109.44v-56.96h203.647v34.0479c0 18.6885 5.50391 35.2002 17.2803 48.8965c12.0322 14.0801 40.96 36.0957 86.9121 66.0479
c55.04 34.8154 94.5918 71.6797 119.808 110.848z" />
<glyph glyph-name="uniF403" unicode="&#xf403;"
d="M1541.38 1530.62l506.624 -506.624l-506.624 -506.624c-131.456 -134.272 -314.752 -217.728 -517.376 -217.728c-202.752 0 -386.048 83.4551 -517.504 217.983l-506.496 506.368v0l506.496 506.496c131.456 134.4 314.624 217.984 517.504 217.984
c202.752 0 385.92 -83.584 517.376 -217.856zM1404.42 651.776l372.096 372.224l-370.943 370.944c-102.528 104.704 -237.568 161.536 -381.568 161.536c-144.128 0 -279.168 -56.9609 -380.288 -160.385l-372.096 -372.096l370.688 -370.56
c102.528 -104.96 237.696 -161.792 381.824 -161.792c144 0 279.168 56.832 380.288 160.128zM1408 1024zM640 1024c0 212.096 172.032 384 384 384s384 -171.904 384 -384c0 -211.968 -172.032 -384 -384 -384s-384 172.032 -384 384zM768 1152
c0 -70.6562 57.2158 -128 128 -128c70.6562 0 128 57.3438 128 128s-57.3438 128 -128 128c-70.7842 0 -128 -57.3438 -128 -128z" />
<glyph glyph-name="uniF505" unicode="&#xf505;"
d="M256 1408v256h256v-256h-256zM768 1664h1024v-256h-1024v256zM256 896v256h256v-256h-256zM1408 1152v-256h-640v256h640zM256 384v256h256v-256h-256zM768 384v256h896v-256h-896z" />
<glyph glyph-name="uniF50F" unicode="&#xf50f;"
d="M1920 1024l-384 -384v256h-384v-384h256l-384 -384l-384 384h256v384h-384v-256l-384 384l384 384v-256h384v384h-256l384 384l384 -384h-256v-384h384v256z" />
<glyph glyph-name="uniF307" unicode="&#xf307;"
d="M768 640v128h128v-128h-128zM768 896v128h128v-128h-128zM768 1152v128h128v-128h-128zM512 640v128h128v-128h-128zM512 896v128h128v-128h-128zM1280 896v128h128v-128h-128zM1024 1152v128h128v-128h-128zM1280 1152v128h128v-128h-128zM1408 1664h256v-1280h-1408
v1280h256v128h128v-128h640v128h128v-128zM1536 640v640c0 70.7842 -57.2158 128 -128 128h-896c-70.6562 0 -128 -57.2158 -128 -128v-640c0 -70.7842 57.3438 -128 128 -128h896c70.7842 0 128 57.2158 128 128zM1024 896v128h128v-128h-128zM1024 640v128h128v-128h-128z
" />
<glyph glyph-name="uniF460" unicode="&#xf460;"
d="M1664 1280h128l-256 -768h-768l256 768h128l86.2725 256h339.455zM1300.86 1280h214.271l-43.1357 128h-128zM809.728 1536l86.2725 -256l-256 -768h-128l-256 768h128l86.2725 256h339.455zM532.864 1280h214.271l-43.1357 128h-128z" />
<glyph glyph-name="uniF430" unicode="&#xf430;"
d="M1024 1453.31l86.6562 -86.6553l-342.656 -342.656h896v-128h-896l342.656 -342.656l-86.6562 -86.6553l-493.312 493.312z" />
<glyph glyph-name="uniF515" unicode="&#xf515;"
d="M1024 1920c499.2 0 896 -396.8 896 -896s-396.8 -896 -896 -896s-896 396.8 -896 896s396.8 896 896 896zM1382.4 601.6c38.3994 0 64 25.6006 64 51.2002c0 38.4004 -12.8008 51.2002 -38.4004 64c-153.6 89.6006 -332.8 140.8 -524.8 140.8
c-115.2 0 -217.601 -25.5996 -320 -51.1992c-25.6006 -12.8008 -51.2002 -25.6006 -51.2002 -64c0 -25.6006 12.7998 -51.2002 51.2002 -51.2002c0 0 25.5996 12.7998 38.3994 12.7998c89.6006 12.7998 192 25.5996 281.601 25.5996
c166.399 0 332.8 -38.3994 460.8 -115.199c12.7998 -12.8008 25.5996 -12.8008 38.4004 -12.8008zM1484.8 832c38.4004 0 64 38.4004 64 76.7998c0 38.4004 -12.7998 64 -38.3994 76.7998c-179.2 102.4 -409.601 166.4 -640 166.4c-153.601 0 -256 -25.5996 -358.4 -51.2002
c-38.4004 -12.7998 -51.2002 -38.3994 -51.2002 -76.7998s38.4004 -76.7998 76.7998 -89.5996c12.8008 0 25.6006 12.7998 38.4004 12.7998c76.7998 25.5996 179.2 38.3994 294.4 38.3994c217.6 0 422.399 -51.1992 563.199 -140.8
c25.6006 0 25.6006 -12.7998 51.2002 -12.7998zM1600 1113.6c38.4004 0 76.7998 38.4004 76.7998 89.6006c0 38.3994 -25.5996 64 -51.2002 76.7998c-204.8 128 -473.6 179.2 -742.399 179.2c-153.601 0 -294.4 -12.7998 -422.4 -51.2002
c-38.3994 -12.7998 -64 -38.4004 -64 -89.5996c0 -51.2002 38.4004 -89.6006 89.6006 -89.6006c25.5996 0 38.3994 12.7998 51.1992 12.7998c115.2 25.6006 230.4 38.4004 358.4 38.4004c243.2 0 486.4 -51.2002 652.8 -153.6
c25.6006 -12.8008 38.4004 -12.8008 51.2002 -12.8008z" />
<glyph glyph-name="uniF448" unicode="&#xf448;"
d="M512 384v1280h384v-1280h-384zM1152 1664h384v-1280h-384v1280z" />
<glyph glyph-name="uniF453" unicode="&#xf453;"
d="M1536 2048c141.312 0 256 -114.688 256 -256v-1536c0 -141.312 -114.688 -256 -256 -256h-1024c-141.312 0 -256 114.688 -256 256v1536c0 141.312 114.688 256 256 256h1024zM1024 128c70.7842 0 128 57.2158 128 128s-57.2158 128 -128 128
c-70.6562 0 -128 -57.2158 -128 -128s57.3438 -128 128 -128zM1536 512v1280h-1024v-1280h1024z" />
<glyph glyph-name="uniF419" unicode="&#xf419;"
d="M0 256v256h2048v-256h-2048zM0 1792h2048v-256h-2048v256zM0 896v256h2048v-256h-2048z" />
<glyph glyph-name="uniF423" unicode="&#xf423;"
d="M567.936 1440.9l-267.136 -480.896h403.2v-384h-128v256h-492.8l372.864 671.104zM1644.8 960h403.2v-384h-128v256h-492.8l372.864 671.104l112 -62.207zM1088 1344c176.768 0 320 -143.232 320 -320s-143.232 -320 -320 -320s-320 143.232 -320 320
s143.232 320 320 320zM1088 832c105.856 0 192 86.1436 192 192s-86.1436 192 -192 192s-192 -86.1436 -192 -192s86.1436 -192 192 -192z" />
<glyph glyph-name="uniF512" unicode="&#xf512;"
d="M1920 1280l-555.136 -387.968l212.863 -636.032l-553.728 394.496l-553.728 -394.496l212.991 636.032l-555.264 387.968h685.312l210.688 640l210.688 -640h685.312z" />
<glyph glyph-name="uniF417" unicode="&#xf417;"
d="M960 1792c318.08 0 576 -257.92 576 -576c0 -159.232 -64.6396 -303.36 -169.088 -407.68l-406.912 -407.04l-406.912 407.04c-104.448 104.319 -169.088 248.447 -169.088 407.68c0 318.08 257.92 576 576 576zM960 896c176.64 0 320 143.36 320 320
s-143.36 320 -320 320c-176.768 0 -320 -143.36 -320 -320s143.232 -320 320 -320z" />
<glyph glyph-name="uniF410" unicode="&#xf410;"
d="M256 1536h1536v-128l-768 -384l-768 384v128zM256 1216l768 -384l768 384v-704h-1536v704z" />
<glyph glyph-name="uniF449" unicode="&#xf449;"
d="M512 512v1024h1024v-1024h-1024z" />
<glyph glyph-name="uniF467" unicode="&#xf467;"
d="M1280 1280c282.752 0 512 -229.248 512 -512v-299.904l-150.016 149.889c-99.9688 99.9678 -231.04 150.016 -361.984 150.016h-256v-384l-640 640l640 640v-384h256z" />
<glyph glyph-name="uniF224" unicode="&#xf224;"
d="M1536 1792c141.312 0 256 -114.688 256 -256v-384c0 -424.064 -343.936 -768 -768 -768s-768 343.936 -768 768v384c0 141.312 114.688 256 256 256h1024zM1498.5 1189.5c50.0479 50.0479 50.0479 131.072 0 180.992c-50.0479 50.0479 -130.944 50.0479 -180.992 0
l-293.504 -293.504l-293.504 293.504c-50.0479 50.0479 -131.072 50.0479 -180.992 0c-50.0479 -49.9199 -50.0479 -130.944 0 -180.992l361.984 -361.984l4.22363 4.22461c22.4004 -37.376 61.5684 -63.7441 108.288 -63.7441s85.8877 26.3682 108.288 63.7441
l4.22363 -4.22461z" />
<glyph glyph-name="uniF203" unicode="&#xf203;"
d="M1664 1920c141.312 0 256 -114.688 256 -256v-1280c0 -141.312 -114.688 -256 -256 -256h-281.856v711.168h269.44l12.416 259.456h-281.984v192.384v0.255859v12.0322c0 71.2959 15.2324 114.432 108.544 114.432c86.6562 0 166.017 -0.639648 166.017 -0.639648
l5.8877 242.304s-77.6963 9.98438 -182.528 9.98438c-259.584 0 -372.096 -159.872 -372.096 -333.952v-236.8h-254.336v-259.328h254.336v-711.296h-723.84c-141.312 0 -256 114.688 -256 256v1280c0 141.312 114.688 256 256 256h1280z" />
<glyph glyph-name="uniF502" unicode="&#xf502;"
d="M128 2048h1920l-960 -960z" />
<glyph glyph-name="uniF412" unicode="&#xf412;"
d="M1920 832l-640 -640v448h-1024v704l384 384v-704h640v448z" />
<glyph glyph-name="uniF440" unicode="&#xf440;"
d="M1152 640v-256h256l-384 -384l-384 384h256v256h256zM1664 1024c141.312 0 256 -114.688 256 -256s-114.688 -256 -256 -256h-384v256h-512v-256h-384c-141.312 0 -256 114.688 -256 256s114.688 256 256 256h6.40039c-4.09668 20.7363 -6.40039 42.1123 -6.40039 64
c0 176.768 143.232 320 320 320c89.3438 0 169.984 -36.7363 227.968 -95.8721c60.7998 131.84 193.408 223.872 348.032 223.872c211.968 0 384 -171.904 384 -384c0 -45.1836 -9.21582 -87.8076 -23.5518 -128h23.5518z" />
<glyph glyph-name="uniF305" unicode="&#xf305;"
d="M1408 1664h256v-1280h-1408v1280h256v128h128v-128h640v128h128v-128zM1536 640v640c0 70.7842 -57.2158 128 -128 128h-896c-70.6562 0 -128 -57.2158 -128 -128v-640c0 -70.7842 57.3438 -128 128 -128h896c70.7842 0 128 57.2158 128 128zM960 1280
c35.3281 0 64 -28.6719 64 -64v-512c0 -35.3281 -28.6719 -64 -64 -64s-64 28.6719 -64 64v448h-64c-35.3281 0 -64 28.6719 -64 64s28.6719 64 64 64h128z" />
<glyph glyph-name="uniF443" unicode="&#xf443;"
d="M1152 1664l384 -384v-121.472v-6.52832v-768h-1024v1280h512h128zM1408 512v640h-256h-128v128v256h-384v-1024h768z" />
<glyph glyph-name="uniF411" unicode="&#xf411;"
d="M1280 1728l448 -448l-896 -896h-448v448zM1280 1536l-594.688 -594.688l96 -96l594.688 594.688zM768 512l128 128l-96 96v0l-64 64v0l-96 96l-128 -128zM845.312 781.312l96 -96l594.688 594.688l-96 96z" />
<glyph glyph-name="uniF402" unicode="&#xf402;"
d="M896 1536v-256h256v-128h-256v-256h-128v256h-256v128h256v256h128zM1297.15 878.848l494.848 -494.848l-128 -128l-494.848 494.848c-94.8486 -68.9912 -210.816 -110.848 -337.152 -110.848c-318.08 0 -576 257.92 -576 576s257.92 576 576 576s576 -257.92 576 -576
c0 -126.336 -41.8564 -242.304 -110.848 -337.152zM832 768c247.552 0 448 200.576 448 448s-200.448 448 -448 448c-247.424 0 -448 -200.576 -448 -448s200.576 -448 448 -448z" />
<glyph glyph-name="uniF420" unicode="&#xf420;"
d="M483.2 1564.8l-227.2 227.2h640v-640l-232.32 232.32c-93.0557 -92.1602 -151.68 -218.88 -151.68 -360.32c0 -238.208 163.584 -436.736 384 -493.824v-262.656c-363.008 61.0566 -640 376.064 -640 756.48c0 212.096 88.0645 402.048 227.2 540.8zM1792 1024
c0 -212.096 -88.0645 -401.92 -227.2 -540.8l227.2 -227.2h-640v640l18.5596 -18.5596l213.761 -213.761c93.0557 92.1602 151.68 218.88 151.68 360.32c0 238.208 -163.584 436.736 -384 493.824v262.656c363.008 -61.0566 640 -376.064 640 -756.48z" />
<glyph glyph-name="uniF425" unicode="&#xf425;"
d="M704 1024c35.3281 0 64 -28.6719 64 -64s-28.6719 -64 -64 -64s-64 28.6719 -64 64s28.6719 64 64 64zM704 1280c35.3281 0 64 -28.6719 64 -64s-28.6719 -64 -64 -64s-64 28.6719 -64 64s28.6719 64 64 64zM704 768c35.3281 0 64 -28.6719 64 -64s-28.6719 -64 -64 -64
s-64 28.6719 -64 64s28.6719 64 64 64zM896 896v128h384v-128h-384zM896 640v128h384v-128h-384zM1280 1664h256v-1280h-1152v1280h256c0 70.7842 57.3438 128 128 128h384c70.7842 0 128 -57.2158 128 -128zM832 1664c-35.3281 0 -64 -28.6719 -64 -64s28.6719 -64 64 -64
h256c35.3281 0 64 28.6719 64 64s-28.6719 64 -64 64h-256zM1408 512v1024h-128v-128h-640v128h-128v-1024h896zM896 1152v128h384v-128h-384z" />
<glyph glyph-name="uniF508" unicode="&#xf508;"
d="M1450.5 1395.2c45.6963 -69.376 124.288 -115.2 213.504 -115.2c5.50391 0 10.4961 1.28027 15.8721 1.66406l-399.872 -799.872l-256 512l-256 -512l-128 256l-256 -512l-299.776 599.424l228.992 114.561l70.7842 -141.568l256 512l128 -256l256 512l256 -512z
M1664 1728c106.112 0 192 -86.0156 192 -192s-85.8877 -192 -192 -192s-192 86.0156 -192 192s85.8877 192 192 192z" />
<glyph glyph-name="uniF507" unicode="&#xf507;"
d="M1792 604.544c76.2881 -44.416 128 -126.08 128 -220.544c0 -141.312 -114.688 -256 -256 -256s-256 114.688 -256 256c0 94.5918 51.7119 176.128 128 220.544v163.456c0 70.7842 -57.2158 128 -128 128h-256v-291.456c76.2881 -44.416 128 -126.08 128 -220.544
c0 -141.312 -114.688 -256 -256 -256s-256 114.688 -256 256c0 94.4639 51.8398 176.128 128 220.544v291.456h-256c-70.6562 0 -128 -57.2158 -128 -128v-163.456c76.1602 -44.416 128 -126.08 128 -220.544c0 -141.312 -114.688 -256 -256 -256s-256 114.688 -256 256
c0 94.4639 51.8398 176.128 128 220.544v163.456c0 212.096 171.904 384 384 384h256v291.456c-76.1602 44.416 -128 126.08 -128 220.544c0 141.312 114.688 256 256 256s256 -114.688 256 -256c0 -94.4639 -51.7119 -176.128 -128 -220.544v-291.456h256
c211.968 0 384 -171.904 384 -384v-163.456zM1024 1792c-70.6562 0 -128 -57.3438 -128 -128s57.3438 -128 128 -128s128 57.3438 128 128s-57.3438 128 -128 128zM384 256c70.6562 0 128 57.2158 128 128s-57.3438 128 -128 128s-128 -57.2158 -128 -128
s57.3438 -128 128 -128zM1024 256c70.6562 0 128 57.2158 128 128s-57.3438 128 -128 128s-128 -57.2158 -128 -128s57.3438 -128 128 -128zM1664 256c70.7842 0 128 57.2158 128 128s-57.2158 128 -128 128s-128 -57.2158 -128 -128s57.2158 -128 128 -128z" />
<glyph glyph-name="uniF306" unicode="&#xf306;"
d="M1151.87 1219.46c0.12793 -0.511719 0.12793 -0.896484 0.12793 -1.4082v-1.79199v-0.255859c0 -5.12012 -0.639648 -10.3682 -1.91992 -15.4883l-128 -512c-8.57617 -34.1758 -43.2637 -55.04 -77.5684 -46.5918c-34.3037 8.57617 -55.168 43.2637 -46.5918 77.5684
l108.16 432.512h-174.08c-35.3281 0 -64 28.6719 -64 64s28.6719 64 64 64h256h1.53613h1.28027c1.02344 -0.12793 1.91992 -0.12793 2.81543 -0.255859h0.255859c30.3359 -2.68848 54.5283 -26.624 57.8564 -56.96v0c0 -0.768555 0.12793 -1.4082 0.12793 -2.04785
v-1.28027zM1408 1664h256v-1280h-1408v1280h256v128h128v-128h640v128h128v-128zM1536 640v640c0 70.7842 -57.2158 128 -128 128h-896c-70.6562 0 -128 -57.2158 -128 -128v-640c0 -70.7842 57.3438 -128 128 -128h896c70.7842 0 128 57.2158 128 128z" />
<glyph glyph-name="uniF406" unicode="&#xf406;"
d="M2048 1920l-832 -832l832 -832l-128 -128l-832 832l-832 -832l-128 128l832 832l-832 832l128 128l832 -832l832 832z" />
<glyph glyph-name="uniF215" unicode="&#xf215;"
d="M1664 1920c141.312 0 256 -114.688 256 -256v-1280c0 -141.312 -114.688 -256 -256 -256h-1280c-141.312 0 -256 114.688 -256 256v1280c0 141.312 114.688 256 256 256h1280zM1024 1408c-212.096 0 -384 -171.904 -384 -384c0 -211.968 171.904 -384 384 -384
c211.968 0 384 172.032 384 384c0 212.096 -172.032 384 -384 384zM1792 384v768h-274.176c10.624 -41.0879 18.1758 -83.4561 18.1758 -128c0 -282.752 -229.248 -512 -512 -512s-512 229.248 -512 512c0 44.5439 7.42383 86.9121 18.1758 128h-274.176v-768
c0 -70.7842 57.3438 -128 128 -128h1280c70.7842 0 128 57.2158 128 128zM1792 1536v128c0 70.6562 -57.2158 128 -128 128h-128c-70.7842 0 -128 -57.3438 -128 -128v-128c0 -70.6562 57.2158 -128 128 -128h128c70.7842 0 128 57.3438 128 128z" />
<glyph glyph-name="uniF202" unicode="&#xf202;"
d="M1920 1583.74c-49.2803 -73.7285 -111.744 -138.368 -183.552 -190.208c0.767578 -15.7441 1.2793 -31.6162 1.2793 -47.4883c0 -485.76 -369.92 -1046.02 -1046.27 -1046.02c-207.616 0 -400.768 60.7998 -563.456 165.248
c28.7998 -3.45605 58.1123 -5.24805 87.8076 -5.24805c172.032 0 330.752 58.752 456.448 157.439c-160.768 2.81641 -296.576 108.929 -343.424 255.104c22.5283 -3.96777 45.4404 -6.52832 69.248 -6.52832c33.5361 0 65.9199 4.48047 96.7676 12.7998
c-168.319 33.792 -294.912 182.272 -294.912 360.448v4.73633c49.6641 -27.5205 106.368 -44.0322 166.528 -45.9521c-98.6875 65.9199 -163.456 178.432 -163.456 305.92c0 67.3281 18.1758 130.688 49.792 184.96c181.376 -222.464 452.353 -368.768 757.889 -384.128
c-6.27246 26.8799 -9.60059 54.9121 -9.60059 83.7119c0 203.008 164.608 367.616 367.616 367.616c105.855 0 201.472 -44.6719 268.544 -116.096c83.584 16.5117 162.304 47.1035 233.216 89.2158c-27.3916 -85.8887 -85.7598 -157.952 -161.536 -203.393
c74.3682 8.83203 145.152 28.5439 211.072 57.8564z" />
<glyph glyph-name="uniF222" unicode="&#xf222;"
d="M1223.94 775.936c20.0967 20.0967 52.0967 19.9688 72.0645 0c19.9678 -19.9678 19.9678 -52.9912 0 -72.96c-56.96 -56.96 -145.92 -86.0156 -270.976 -86.0156c-126.977 0 -216.064 29.0557 -273.024 86.0156c-19.9678 19.9688 -19.9678 52.9922 0 72.96
c19.9678 19.9688 51.9678 19.9688 71.9355 0c38.0166 -38.0156 103.04 -56.0635 199.04 -56.0635c97.9209 0 162.944 18.0479 200.96 56.0635zM894.976 982.016c0 -61.0557 -49.9199 -112 -112 -112c-60.9277 0 -110.976 50.9443 -110.976 112
c0 61.9521 49.9199 112 110.976 112c61.9521 0 112 -50.0479 112 -112zM1265.02 1094.02c61.9512 0 112 -50.0479 112 -112c0 -61.0557 -50.0488 -112 -112 -112c-61.9521 0 -112 50.9443 -112 112c0 61.9521 50.0479 112 112 112zM1698.05 1089.02
c24.96 17.9199 43.0078 45.9512 43.1357 78.9756c0 54.0156 -44.0312 98.0479 -98.0479 98.0479c-32 0 -57.9834 -16 -76.0322 -39.04c53.8887 -39.9355 98.9443 -87.04 130.944 -137.983zM1021.06 500.992c347.904 0 631.937 177.023 632.064 393.983
c0 219.009 -284.032 396.032 -632.064 396.032c-349.056 0 -632.96 -177.023 -632.96 -395.008s283.904 -395.008 632.96 -395.008zM306.944 1168c0 -30.9756 16 -57.9844 39.9355 -74.8799c32 50.9443 76.9277 97.0234 131.968 136.96
c-17.9199 22.0156 -43.0078 35.9678 -72.96 35.9678c-54.9121 0 -98.9434 -44.0322 -98.9434 -98.0479zM1600 1805.06c-41.9844 0 -77.0557 -35.0713 -77.0557 -77.0557s35.0713 -77.0557 77.0557 -77.0557s77.0557 34.9434 77.0557 77.0557
s-35.0713 77.0557 -77.0557 77.0557zM1842.94 1168c0 -75.0078 -41.9844 -137.984 -101.889 -173.056c8.95996 -32 13.9521 -64.8965 13.9521 -98.9443c0 -274.944 -329.088 -498.048 -734.08 -498.048s-734.976 222.976 -734.976 497.023
c0 35.9688 6.01562 70.0166 16.1279 104.064c-57.9844 34.9443 -97.0244 97.0244 -97.0244 168.96c0 110.976 89.9844 200.96 200.96 200.96c66.0488 0 124.032 -32.8955 160 -82.9443c114.944 60.9287 257.024 99.9688 411.904 105.984l92.0322 456.96
c3.07227 14.0801 11.0078 25.9844 23.04 33.0244c12.0322 8.06348 25.9834 9.9834 39.04 7.04004l312.96 -72.0645c30.9756 52.9922 88.96 89.9844 155.008 89.9844c98.9443 0 179.072 -80 179.072 -178.944s-80 -178.944 -178.944 -178.944
c-95.1035 0 -172.032 73.9844 -178.048 167.937l-262.016 60.0322l-77.0566 -386.049c148.992 -7.93555 285.952 -46.9756 397.057 -108.031c35.9678 51.9678 94.9756 86.0156 162.943 86.0156c109.952 0 199.937 -89.9844 199.937 -200.96z" />
<glyph glyph-name="uniF214" unicode="&#xf214;"
d="M1091.2 1920v-452.992h425.216v-281.216h-425.216v-459.52c0 -103.937 5.50391 -170.624 16.6396 -200.192c10.8799 -29.3125 31.4883 -52.8643 61.3125 -70.5283c39.6797 -23.8076 84.8633 -35.7119 135.936 -35.7119c90.624 0 180.864 29.4404 270.72 88.4482v-282.624
c-76.6719 -35.9678 -146.048 -61.3125 -208 -75.9043c-61.9512 -14.4639 -129.023 -21.7598 -201.216 -21.7598c-81.9199 0 -154.368 10.3682 -217.344 30.9756c-62.9756 20.6084 -116.608 50.3047 -161.024 88.4482c-44.5439 38.2725 -75.2637 78.9766 -92.416 122.112
c-17.1514 43.1357 -25.7275 105.6 -25.7275 187.52v628.736h-198.016v253.568c70.3994 22.9121 130.688 55.6797 180.863 98.4316c50.3047 42.624 90.4961 93.8242 120.832 153.856c30.3359 59.7754 51.2002 135.808 62.7207 228.352h254.72z" />
<glyph glyph-name="uniF104" unicode="&#xf104;"
d="M512 1664l1152 -640l-1152 -640v1280z" />
<glyph glyph-name="uniF50B" unicode="&#xf50b;"
d="M1408 1152l-384 -384l-384 384h256v512h256v-512h256zM384 640h1280v-256h-1280v256z" />
<glyph glyph-name="uniF409" unicode="&#xf409;"
d="M1024 1664l640 -512l-128 -128v-512h-1024v512l-128 128zM1152 576v448h-256v-448h256z" />
<glyph glyph-name="uniF458" unicode="&#xf458;"
d="M1920 1024l-1024 -640v480l-768 -480v1280l768 -480v480z" />
<glyph glyph-name="uniF218" unicode="&#xf218;"
d="M729.6 1152h550.4s12.7998 -38.4004 12.7998 -89.5996c0 -332.801 -230.399 -563.2 -563.2 -563.2c-320 0 -588.8 268.8 -588.8 588.8s281.601 588.8 588.8 588.8c153.601 0 294.4 -51.2002 384 -153.6l-153.6 -153.601c-38.4004 25.6006 -102.4 76.8008 -230.4 76.8008
c-204.8 0 -371.199 -166.4 -371.199 -371.2s166.399 -371.2 371.199 -371.2c230.4 0 320 166.4 332.801 243.2h-332.801v204.8zM1664 1152h128v-128h-128v-128h-128v128h-128v128h128v128h128v-128z" />
<glyph glyph-name="uniF513" unicode="&#xf513;"
d="M1920 1280l-555.136 -387.968l212.863 -636.032l-553.728 394.496l-553.728 -394.496l212.991 636.032l-555.264 387.968h685.312l210.688 640l210.688 -640h685.312zM1024 807.68l307.584 -219.136l-118.4 353.536l300.288 209.92h-371.456l-118.016 358.528v-702.849z
" />
<glyph glyph-name="uniF301" unicode="&#xf301;"
d="M704 1152h960l-256 -640h-1024v1024h384l64 -128h448v-128h-640l-128 -256h128z" />
<glyph glyph-name="uniF474" unicode="&#xf474;"
d="M128 1408v384h384zM640 768v512h768v-512h-768zM1536 1792h384v-384zM128 640l384 -384h-384v384zM1536 256l384 384v-384h-384zM1536 1408l256 384l128 -128zM1536 640l384 -256l-128 -128zM128 384l384 256l-256 -384zM128 1664l128 128l256 -384z" />
<glyph glyph-name="uniF438" unicode="&#xf438;"
d="M1280 1792c141.312 0 256 -114.688 256 -256v-1024c0 -141.312 -114.688 -256 -256 -256h-512c-141.312 0 -256 114.688 -256 256v384h128v-128h768v768h-768v-128h-128v128c0 141.312 114.688 256 256 256h512zM1024 384c70.7842 0 128 57.2158 128 128
s-57.2158 128 -128 128c-70.6562 0 -128 -57.2158 -128 -128s57.3438 -128 128 -128zM768 896v128h-512v256h512v128l384 -256z" />
<glyph glyph-name="uniF451" unicode="&#xf451;"
d="M256 384v1280l1024 -640zM1408 1664h384v-1280h-384v1280z" />
<glyph glyph-name="uniF404" unicode="&#xf404;"
d="M1024 640c-19.8398 0 -39.04 2.43164 -57.8564 5.63184l436.225 436.225c3.2002 -18.8164 5.63184 -38.0166 5.63184 -57.8564c0 -211.968 -172.032 -384 -384 -384zM1696.26 1375.74l351.744 -351.744l-506.624 -506.624
c-131.456 -134.272 -314.752 -217.728 -517.376 -217.728c-117.248 0 -226.944 29.3115 -324.864 79.1035l147.072 146.944c56.7041 -20.6084 115.968 -34.0479 177.92 -34.0479c144 0 279.168 56.832 380.288 160.128l372.096 372.224l-216.063 215.936zM1606.02 1722.11
l128.641 -129.024l-1279.87 -1279.87l-128.896 128.769l128 128.128l-453.888 453.888v0l506.496 506.496c131.456 134.4 314.624 217.984 517.504 217.984c170.368 0 324.48 -61.8242 448 -160.385zM896 1024c70.6562 0 128 57.3438 128 128s-57.3438 128 -128 128
c-70.7842 0 -128 -57.3438 -128 -128s57.2158 -128 128 -128zM1229.18 1345.28l105.729 105.728c-90.752 66.8164 -197.12 105.473 -310.912 105.473c-144.128 0 -279.168 -56.9609 -380.288 -160.385l-372.096 -372.096l318.208 -318.336l113.023 113.024
c-38.6553 59.5195 -62.8477 129.023 -62.8477 205.312c0 212.096 172.032 384 384 384c76.2881 0 145.792 -24.1924 205.184 -62.7197z" />
<glyph glyph-name="uniF209" unicode="&#xf209;"
d="M1073.15 2048c481.664 0 798.976 -348.672 798.976 -722.944c0 -495.104 -275.328 -865.151 -680.96 -865.151c-136.32 0 -264.448 73.7275 -308.352 157.439c0 0 -73.2168 -290.943 -88.832 -347.136c-26.8809 -97.2803 -79.2324 -194.56 -127.104 -270.208
l-148.992 54.0156c-3.58398 88.3203 -0.639648 194.049 22.0166 289.92c24.1914 102.4 162.304 687.744 162.304 687.744s-40.3203 80.6406 -40.3203 199.809c0 187.008 108.544 326.784 243.456 326.784c114.816 0 170.24 -86.1445 170.24 -189.44
c0 -115.328 -73.7275 -288 -111.488 -448c-31.6152 -133.632 67.2002 -242.816 199.168 -242.816c239.232 0 400.128 307.072 400.128 670.977c0 276.607 -186.367 483.712 -525.184 483.712c-382.72 0 -621.312 -285.568 -621.312 -604.544
c0 -110.08 32.5117 -187.521 83.1992 -247.424c23.5527 -27.7764 26.624 -38.9121 18.3047 -70.6562c-6.0166 -23.04 -19.9688 -78.9766 -25.7285 -101.248c-8.44824 -32 -34.3037 -43.2637 -63.2314 -31.3604c-176.257 71.6807 -258.433 264.96 -258.433 482.048
c0 358.656 302.336 788.48 902.145 788.48z" />
<glyph glyph-name="uniF217" unicode="&#xf217;"
d="M1024 1920c494.08 0 896 -402.048 896 -896c0 -494.08 -401.92 -896 -896 -896c-493.952 0 -896 401.92 -896 896c0 493.952 402.048 896 896 896zM1112.83 1769.47c-211.2 10.4961 -420.864 -73.4717 -564.608 -220.16
c-146.432 -144.256 -216.063 -354.176 -189.695 -551.68c23.4238 -197.248 142.592 -378.496 307.584 -476.032c160.768 -96 365.312 -104.191 530.943 -29.0557c-47.1035 -13.0557 -96.6396 -20.3516 -147.712 -20.3516c-303.487 0 -550.399 246.911 -550.399 550.399
c0 143.872 55.6797 274.944 146.304 373.12c1.02441 1.02441 1.91992 1.91992 2.81641 2.94434c4.60742 4.73535 9.08789 9.47168 13.6953 14.208c0.512695 0.383789 0.896484 1.02344 1.4082 1.2793c128 148.353 317.056 242.177 528.256 242.177
c221.057 0 418.176 -102.912 546.048 -263.424c-20.8633 33.5352 -44.0312 65.6631 -69.376 95.6152c-137.983 168.832 -343.68 273.408 -555.264 280.96zM1415.04 1006.21c4.35156 -90.3682 -25.3438 -182.912 -80.7676 -257.152
c-55.5527 -73.8555 -135.169 -129.664 -225.28 -156.928c-74.8799 -22.7842 -156.544 -25.5996 -234.112 -7.04004c54.0166 -21.6318 112.896 -33.6641 174.464 -33.6641c259.968 0 471.296 211.456 471.296 471.296c0 0.768555 -0.12793 1.66406 -0.12793 2.68848
c-13.6953 142.336 -88.1914 276.352 -200.319 359.168c-137.345 104.576 -332.288 116.864 -479.232 38.0156c-73.2158 -38.5273 -136.832 -97.1514 -176.896 -166.912c-40.5762 -69.8877 -58.4961 -151.68 -52.2246 -230.912
c10.624 -158.976 124.8 -305.023 271.616 -345.216c146.432 -44.0322 313.344 19.584 391.936 142.849c82.5605 120.447 62.7207 293.119 -36.3516 391.68c-94.0801 104.192 -260.992 115.968 -367.872 36.8643c-54.0156 -38.6562 -92.5439 -94.3359 -105.344 -157.057
c-13.3125 -62.0801 -1.66406 -128.64 30.4639 -181.76c32.1279 -53.7598 83.7119 -93.5684 141.952 -108.032c58.2402 -15.1035 121.6 -4.86328 171.52 25.6006c50.5605 30.4639 87.5518 80.1279 97.9199 135.68c11.3926 55.2959 -1.66406 114.432 -34.3037 158.848
c-32.1279 45.5684 -82.8164 73.3447 -135.936 76.9287c-52.9922 4.0957 -105.856 -17.2803 -141.568 -54.2725c-36.6084 -35.9678 -52.0957 -89.0879 -44.6719 -137.855c7.55176 -48.6406 38.2715 -93.6963 80 -115.584c26.4961 -14.7207 57.4717 -19.8408 86.9121 -16.3848
c-62.0801 1.53613 -114.177 43.2646 -131.456 100.097c-0.512695 0.767578 -1.02441 1.66406 -1.4082 2.6875c-17.9199 41.4717 -13.0557 94.3359 16.1279 133.376c28.416 38.7842 77.5684 63.3604 128.768 60.7998c51.0723 -1.66406 101.376 -33.0234 128 -78.9756
c27.3926 -45.8242 32 -106.752 7.80859 -158.336c-24.0645 -51.7119 -73.7285 -90.2402 -131.584 -101.632c-57.4717 -12.416 -122.752 4.73535 -167.68 47.3594c-44.8008 40.96 -72.0645 104.192 -67.4561 168.32c3.83984 133.12 150.911 237.44 287.104 200.96
c138.368 -31.6162 226.944 -196.736 173.824 -338.304c-48.6406 -142.72 -224.769 -225.536 -373.888 -166.912c-74.1123 27.5195 -134.784 85.8877 -169.729 157.568c-34.9443 72.1914 -42.2402 158.592 -17.9199 237.695c47.8721 161.664 226.176 269.185 398.848 238.464
c175.36 -25.5996 313.217 -192.64 317.568 -374.016zM1024 207.488c319.232 0 595.968 184.319 730.112 451.712c37.248 84.7354 58.8799 175.744 58.8799 265.728c0 318.977 -247.04 554.368 -553.216 607.616c154.496 -64 279.296 -200.32 331.52 -362.496
c70.1445 -203.136 20.8643 -447.872 -133.12 -608.896c-148.224 -162.944 -384.384 -245.633 -608.128 -206.208c-226.048 35.584 -422.912 198.271 -517.504 407.936c-97.792 209.408 -90.3682 468.224 26.8799 674.432c116.736 206.337 329.344 354.433 566.272 395.009
c11.7754 2.17578 23.6797 3.96777 35.584 5.37598c-420.992 -32.1279 -753.664 -384.641 -753.664 -813.696c0 -450.304 366.208 -816.512 816.384 -816.512z" />
<glyph glyph-name="uniF469" unicode="&#xf469;"
d="M256 1280h1536v-768h-256v384h-1024v-384h-256v768zM1408 1664v-256h-768v256h768zM1408 640c0 -98.3037 37.5039 -196.48 112.512 -271.488l112.513 -112.512h-768l-112.513 112.512c-75.0078 75.0078 -112.512 173.185 -112.512 271.488v128h768v-128z" />
<glyph glyph-name="uniF476" unicode="&#xf476;"
d="M384 1248c123.776 0 224 -100.224 224 -224c0 -123.648 -100.224 -224 -224 -224s-224 100.352 -224 224c0 123.776 100.224 224 224 224zM1024 1248c123.648 0 224 -100.224 224 -224c0 -123.648 -100.352 -224 -224 -224c-123.776 0 -224 100.352 -224 224
c0 123.776 100.224 224 224 224zM1664 1248c123.648 0 224 -100.224 224 -224c0 -123.648 -100.352 -224 -224 -224s-224 100.352 -224 224c0 123.776 100.352 224 224 224z" />
<glyph glyph-name="uniF211" unicode="&#xf211;"
d="M1472 1440c229.888 0 416 -186.24 416 -416s-186.112 -416 -416 -416s-416 186.24 -416 416s186.112 416 416 416zM576 1440c229.76 0 416 -186.24 416 -416s-186.24 -416 -416 -416s-416 186.24 -416 416s186.24 416 416 416z" />
<glyph glyph-name="uniF456" unicode="&#xf456;"
d="M1024 1792c424.064 0 768 -343.936 768 -768s-343.936 -768 -768 -768c-424.192 0 -768 343.936 -768 768s343.808 768 768 768zM1024 512c70.7842 0 128 57.2158 128 128s-57.2158 128 -128 128c-70.6562 0 -128 -57.2158 -128 -128s57.3438 -128 128 -128zM1113.22 896
l51.584 640h-281.6l51.2002 -640h178.815z" />
<glyph glyph-name="uniF471" unicode="&#xf471;"
d="M512 1664h358.656c163.328 0 281.855 -23.2959 355.712 -69.7598c73.7275 -46.4639 110.592 -120.448 110.592 -221.824c0 -68.8643 -16.1279 -125.312 -48.3838 -169.344c-32.3838 -44.1602 -75.2646 -70.6562 -128.769 -79.6162v-7.93652
c72.96 -16.2559 125.568 -46.7197 157.952 -91.3916c32.2559 -44.6719 48.5127 -104.063 48.5127 -178.048c0 -105.088 -38.0166 -187.008 -113.921 -245.888c-76.0312 -58.8809 -178.943 -88.1924 -309.248 -88.1924h-431.104v1152zM768 1207.81h130.176
c66.3047 0 114.176 10.2402 143.872 30.7207c29.5684 20.4795 44.5439 54.3994 44.5439 101.632c0 44.1602 -16.1279 75.7754 -48.5117 94.9756c-32.3838 19.0723 -83.4561 28.7998 -153.344 28.7998h-116.736v-256.128zM768 1013.89v-300.16h147.456
c67.2002 0 116.864 12.9287 148.864 38.6562c32.1279 25.7285 48.1279 65.1523 48.1279 118.145c0 95.6152 -68.3525 143.487 -204.929 143.487h-139.52v-0.12793z" />
<glyph glyph-name="uniF433" unicode="&#xf433;"
d="M0 896l896 -896h-896v896z" />
<glyph glyph-name="uniF447" unicode="&#xf447;"
d="M1408 512c70.7842 0 128 -57.2158 128 -128s-57.2158 -128 -128 -128s-128 57.2158 -128 128s57.2158 128 128 128zM640 512c70.6562 0 128 -57.2158 128 -128s-57.3438 -128 -128 -128s-128 57.2158 -128 128s57.3438 128 128 128zM1536 896h-896v-128h896v-128h-1024
v1024h-256v128h384v-256h1152z" />
<glyph glyph-name="uniF511" unicode="&#xf511;"
d="M1024 1510.53l-118.016 -358.528h-371.328l300.288 -209.92l-118.272 -353.28l307.328 218.88l307.584 -219.136l-118.4 353.536l300.288 209.92h-371.456zM1024 1920v0l210.688 -640h685.312l-555.136 -387.968l212.863 -636.032l-553.728 394.496l-553.728 -394.496
l212.991 636.032l-555.264 387.968h685.312z" />
<glyph glyph-name="uniF427" unicode="&#xf427;"
d="M1717.72 1436.21c99.7246 -99.7246 99.7246 -261.281 0 -361.006l-232.861 -232.989c-98.5723 -98.5723 -257.44 -99.3398 -357.421 -2.81543l-455.353 -455.354h-288.036v287.908l455.097 454.969l-0.767578 0.768555c-99.5967 99.5957 -99.5967 261.408 0 361.005
l232.989 232.989c99.5957 99.7246 261.408 99.7246 361.005 0zM1344.04 1104.01l160.02 160.021l-256.031 256.031l-160.021 -160.02z" />
<glyph glyph-name="uniF219" unicode="&#xf219;"
d="M1438.08 1832.7c0 0 563.456 -229.376 370.176 -838.4c-267.264 -554.496 -784.64 -349.056 -784.64 -349.056v-277.504s-19.7119 -153.344 -202.88 -220.288c-183.296 -66.6885 -351.616 59.5195 -351.616 59.5195v279.809
c83.584 -85.5039 195.712 -134.272 240.128 -9.98438v945.92h311.68v-537.472s460.416 -138.496 522.368 289.792c9.85645 475.392 -546.944 472.832 -546.944 472.832s-349.184 22.2715 -522.495 -257.536c-131.2 -222.848 37.1191 -423.424 37.1191 -423.424
l-225.279 -200.448s-339.2 418.433 -7.42383 871.552c430.848 487.681 1159.81 194.688 1159.81 194.688z" />
<glyph glyph-name="uniF100" unicode="&#xf100;"
d="M512 1408h1024v-128h-1024v128zM1152 1152v-128h-640v128h640zM1280 1024v128h256v-128h-256zM896 768v128h640v-128h-640zM768 896v-128h-256v128h256zM512 512v128h768v-128h-768z" />
<glyph glyph-name="uniF400" unicode="&#xf400;"
d="M1792 384l-128 -128l-494.848 494.848c-94.8486 -68.9912 -210.816 -110.848 -337.152 -110.848c-318.08 0 -576 257.92 -576 576s257.92 576 576 576s576 -257.92 576 -576c0 -126.336 -41.8564 -242.304 -110.848 -337.152zM384 1216c0 -247.424 200.576 -448 448 -448
c247.552 0 448 200.576 448 448s-200.448 448 -448 448c-247.424 0 -448 -200.576 -448 -448z" />
<glyph glyph-name="uniF439" unicode="&#xf439;"
d="M896 1664v-384h-256v384c0 70.7842 57.3438 128 128 128s128 -57.2158 128 -128zM1408 1664v-384h-256v384c0 70.7842 57.2158 128 128 128s128 -57.2158 128 -128zM384 1152h1280c0 -309.632 -219.904 -567.68 -512 -627.072v-268.928h-256v268.928
c-292.096 59.2646 -512 317.44 -512 627.072z" />
<glyph glyph-name="uniF509" unicode="&#xf509;"
d="M1534.21 717.824l147.712 -88.5762c-134.4 -223.36 -378.24 -373.248 -657.92 -373.248c-279.552 0 -523.52 149.888 -657.92 373.248l147.712 88.7041c92.1602 -98.1758 226.816 -168.96 382.208 -194.688v500.736h-128v128h128v163.456
c-76.1602 44.416 -128 126.08 -128 220.544c0 141.312 114.688 256 256 256s256 -114.688 256 -256c0 -94.4639 -51.7119 -176.128 -128 -220.544v-163.456h128v-128h-128v-500.864c155.52 25.7285 289.92 96.3838 382.208 194.688zM1024 1664
c-70.6562 0 -128 -57.3438 -128 -128s57.3438 -128 128 -128c70.7842 0 128 57.3438 128 128s-57.2158 128 -128 128z" />
<glyph glyph-name="uniF510" unicode="&#xf510;"
d="M1664 1152v-256h-512v-512h-256v512h-512v256h512v512h256v-512h512z" />
<glyph glyph-name="uniF445" unicode="&#xf445;"
d="M1888 748.032l-57.5996 -139.648l-305.408 21.8887c-31.3604 -39.9365 -66.9443 -75.6484 -106.88 -107.009l21.7598 -305.536l-139.264 -57.5996l-200.704 231.552c-25.2158 -3.07129 -49.9199 -7.67969 -75.9043 -7.67969c-25.7275 0 -50.1758 4.6084 -75.1357 7.67969
l-200.96 -231.808l-139.393 57.7275l21.7607 305.408c-39.9365 31.3604 -75.5205 66.9443 -107.009 106.88l-305.536 -21.7598l-57.7275 139.264l231.68 200.832c-3.07129 25.0879 -7.67969 49.792 -7.67969 75.7764c0 25.7275 4.6084 50.1758 7.55176 75.1357
l-231.552 200.96l57.7275 139.393l305.28 -21.7607c31.4883 39.9365 67.2002 75.7764 107.265 107.265l-21.7607 305.408l139.137 57.5996l200.96 -231.68c24.96 2.94336 49.5352 7.67969 75.3916 7.67969s50.4316 -4.73633 75.3916 -7.67969l200.96 231.68
l139.265 -57.5996l-21.8887 -305.408c39.9365 -31.3604 75.6484 -67.0723 107.137 -107.008l305.408 21.6318l57.5996 -139.136l-231.552 -200.832c3.07129 -25.0889 7.67969 -49.6641 7.67969 -75.6484c0 -25.7275 -4.6084 -50.3037 -7.67969 -75.2637zM1280 1024
c0 141.312 -114.688 256 -256 256s-256 -114.688 -256 -256s114.688 -256 256 -256s256 114.688 256 256z" />
<glyph glyph-name="uniF516" unicode="&#xf516;"
d="M1024 1452.42v-467.328h-155.776v467.328h155.776zM1408 1452.42v-467.328h-155.776v467.328h155.776zM323.2 1920h1596.8v-1090.82l-467.456 -445.184h-350.464l-233.6 -256h-228.48v256h-512v1224.32zM1764.22 907.136v857.088h-1285.5v-1129.73h350.977v-211.328
l233.472 211.328h428.16z" />
<glyph glyph-name="uniF435" unicode="&#xf435;"
d="M384 512l640 640l640 -640h-1280zM384 1408h1280v-128h-1280v128z" />
<glyph glyph-name="uniF300" unicode="&#xf300;"
d="M1536 1536c141.312 0 256 -114.688 256 -256v-384c0 -141.312 -114.688 -256 -256 -256h-448l-448 -448v448h-128c-141.312 0 -256 114.688 -256 256v384c0 141.312 114.688 256 256 256h1024z" />
<glyph glyph-name="uniF514" unicode="&#xf514;"
d="M1664 768v128l256 -256l-256 -256v128h-256c-282.752 0 -512 229.248 -512 512c0 141.312 -114.688 256 -256 256h-384v256h384c282.752 0 512 -229.248 512 -512c0 -141.312 114.688 -256 256 -256h256zM1408 1280c-61.8242 0 -117.888 -22.9121 -162.176 -59.3916
c-27.3926 83.9678 -70.7842 160 -128 224.768c82.5596 56.96 182.271 90.624 290.176 90.624h256v128l256 -256l-256 -256v128h-256zM640 768c61.8242 0 117.888 22.9121 162.176 59.3916c27.3926 -83.9678 70.7842 -160 128 -224.768
c-82.5596 -56.832 -182.271 -90.624 -290.176 -90.624h-384v256h384z" />
<glyph glyph-name="uniF102" unicode="&#xf102;"
d="M1408 1408l512 -128v-896h-1792v896l512 128l128 256h512zM1024 512.256c247.552 0 448 200.448 448 448c0 247.424 -200.448 448 -448 448c-247.424 0 -448 -200.576 -448 -448c0 -247.552 200.576 -448 448 -448zM512 1600v-96.1279l-256 -64v160.128h256z
M1024 1280.13c176.768 0 320 -143.231 320 -320c0 -176.768 -143.232 -320 -320 -320s-320 143.232 -320 320c0 176.769 143.232 320 320 320z" />
<glyph glyph-name="uniF466" unicode="&#xf466;"
d="M640 1344l-320 -320l320 -320v-320l-640 640l640 640v-320zM1408 1280c282.752 0 512 -229.248 512 -512v-299.904l-150.016 149.889c-99.9688 99.9678 -231.04 150.016 -361.984 150.016h-256v-384l-640 640l640 640v-384h256z" />
<glyph glyph-name="uniF463" unicode="&#xf463;"
d="M1536 1408l-768 -384l-768 384v128h1536v-128zM0 1216l768 -384l256 128v-448h-1024v704zM1920 1152c70.7842 0 128 -57.3438 128 -128v-640c0 -70.7842 -57.2158 -128 -128 -128h-640c-70.7842 0 -128 57.2158 -128 128v640c0 70.6562 57.2158 128 128 128h640z
M1920 640v128h-256v256h-128v-256h-256v-128h256v-256h128v256h256z" />
<glyph glyph-name="uniF422" unicode="&#xf422;"
d="M384 1536h1152v-1024h-1152v1024zM1408 640v640h-896v-640h896z" />
<glyph glyph-name="uniF201" unicode="&#xf201;"
d="M1024 128c128 0 256 32 368 80c-16 144 -64 368 -208 688c-288 -96 -560 -304 -704 -576c144 -128 336 -192 544 -192zM1536 288c208 144 352 384 384 640c-192 32 -368 32 -576 0c16 -32 128 -304 192 -640zM128 1088v-64c0 -224 80 -432 224 -592
c176 288 496 496 784 592c-16 48 -48 112 -80 176c-368 -112 -592 -144 -928 -112zM1760 1536c-160 -128 -368 -192 -560 -288c48 -64 64 -112 96 -176c208 48 480 32 624 0c-16 176 -64 336 -160 464zM672 1856c-256 -112 -448 -336 -512 -624c288 -32 688 48 832 96
c-96 192 -192 352 -320 528zM1024 1920c-64 0 -128 -16 -192 -16c128 -208 192 -320 304 -512c128 48 384 128 528 256c-160 160 -384 272 -640 272zM1024 2048c560 0 1024 -464 1024 -1024s-464 -1024 -1024 -1024s-1024 464 -1024 1024s464 1024 1024 1024z" />
<glyph glyph-name="uniF426" unicode="&#xf426;"
d="M1664 1024c141.312 0 256 -114.688 256 -256s-114.688 -256 -256 -256h-1280c-141.312 0 -256 114.688 -256 256s114.688 256 256 256h6.52832c-4.35254 20.8643 -6.52832 41.9844 -6.52832 64c0 176.768 143.232 320 320 320
c89.3438 0 169.984 -36.8643 227.968 -95.8721c60.7998 131.84 193.408 223.872 348.032 223.872c211.968 0 384 -171.904 384 -384c0 -45.1836 -9.21582 -87.8076 -23.5518 -128h23.5518z" />
<glyph glyph-name="uniF446" unicode="&#xf446;"
d="M1024 1792c424.064 0 768 -343.936 768 -768s-343.936 -768 -768 -768s-768 343.936 -768 768s343.936 768 768 768zM1536 1024c0 282.752 -229.248 512 -512 512c-94.8477 0 -182.528 -27.5195 -258.688 -72.4482l698.368 -698.24
c44.8008 76.1602 72.3203 163.969 72.3203 258.688zM512 1024c0 -282.752 229.248 -512 512 -512c94.7197 0 182.4 27.5195 258.56 72.3203l-698.239 698.239c-44.8008 -76.1592 -72.3203 -163.84 -72.3203 -258.56z" />
<glyph glyph-name="uniF504" unicode="&#xf504;"
d="M1664 1536c0 -94.4639 -51.7119 -176.128 -128 -220.544v-163.456c0 -282.752 -229.248 -512 -512 -512c-141.312 0 -256 -114.688 -256 -256v-128h-256v1059.46c-76.1602 44.416 -128 126.08 -128 220.544c0 141.312 114.688 256 256 256s256 -114.688 256 -256
c0 -94.4639 -51.8398 -176.128 -128 -220.544v-490.496c75.5195 44.0322 162.304 71.04 256 71.04c141.312 0 256 114.688 256 256v163.456c-76.2881 44.416 -128 126.08 -128 220.544c0 141.312 114.688 256 256 256s256 -114.688 256 -256zM640 1664
c-70.6562 0 -128 -57.3438 -128 -128s57.3438 -128 128 -128s128 57.3438 128 128s-57.3438 128 -128 128zM1408 1408c70.7842 0 128 57.3438 128 128s-57.2158 128 -128 128s-128 -57.3438 -128 -128s57.2158 -128 128 -128z" />
<glyph glyph-name="uniF465" unicode="&#xf465;"
d="M1536 1408l-768 -384l-768 384v128h1536v-128zM0 1216l768 -384l256 128v-448h-1024v704zM1920 1152c70.7842 0 128 -57.3438 128 -128v-640c0 -70.7842 -57.2158 -128 -128 -128h-640c-70.7842 0 -128 57.2158 -128 128v640c0 70.6562 57.2158 128 128 128h640z
M1531.52 384l452.48 452.48l-90.4961 90.4951l-361.984 -361.983l-180.991 180.992l-90.4961 -90.4961z" />
<glyph glyph-name="uniF424" unicode="&#xf424;"
d="M1408 1792l384 -384v-768l-384 -384h-768l-384 384v768l384 384h768zM1024 512c70.7842 0 128 57.2158 128 128s-57.2158 128 -128 128c-70.6562 0 -128 -57.2158 -128 -128s57.3438 -128 128 -128zM1113.22 896l51.584 640h-281.6l51.2002 -640h178.815z" />
<glyph glyph-name="uniF418" unicode="&#xf418;"
d="M1408 1504l128 -96l-512 -768h-128l-288 416l128 128l224 -192z" />
<glyph glyph-name="uniF429" unicode="&#xf429;"
d="M1024 1453.31l493.312 -493.312l-493.312 -493.312l-86.6562 86.6553l342.656 342.656h-896v128h896l-342.656 342.656z" />
<glyph glyph-name="uniF308" unicode="&#xf308;"
d="M477.696 568.192l543.104 543.104l90.3682 -90.624l-542.976 -542.976c-100.225 -100.353 -152.32 -115.84 -226.305 -135.809c20.0967 74.1123 35.584 126.08 135.809 226.305zM1189.5 1732.61l180.992 180.991l542.976 -543.104l-180.991 -180.992
c-50.0488 50.0479 -130.944 50.0479 -180.992 0l-180.992 -180.992c-50.0479 -50.0479 -50.0479 -130.943 0 -180.992l-180.992 -180.991l-543.104 542.976l180.991 180.992c50.0488 -50.0479 131.072 -50.0479 181.12 0l180.992 181.12
c50.0479 50.0479 50.0479 130.943 0 180.992z" />
<glyph glyph-name="uniF226" unicode="&#xf226;"
d="M1477.76 1792c120.32 0 152.576 -68.6084 126.464 -195.584l-51.8398 -258.688c-40.96 -206.848 -88.0635 -445.695 -94.0801 -470.144c-11.0078 -44.1602 -27.9033 -119.168 -132.992 -119.168h-250.367c-9.98438 0 -9.98438 0 -20.0967 -10.1123
c-6.65527 -6.65527 -393.344 -455.424 -393.344 -455.424c-30.208 -34.6875 -80.3838 -28.5439 -98.6875 -21.1201c-18.3047 7.2959 -50.6885 29.6963 -50.6885 89.9844v1301.63s33.2803 138.624 146.304 138.624h819.328zM1394.94 1391.1l34.3037 179.2
c6.27148 29.6963 -16.3838 52.4805 -40.5762 52.4805h-657.536c-29.8242 0 -49.792 -26.8799 -49.792 -49.792v-1015.68c0 -3.19922 2.43262 -3.83984 4.86426 -1.15137c0 0 242.304 290.815 269.184 324.352c26.8809 33.4082 39.168 38.6562 79.3604 38.6562h221.184
c30.208 0 47.2324 25.3438 50.3047 40.1924c3.2002 14.8477 28.9277 149.12 34.4316 176.256s-19.3281 54.9121 -44.7998 54.9121h-270.976c-35.9688 0 -61.8242 25.4717 -61.8242 61.3115v39.04c0 35.9678 25.7275 60.416 61.5674 60.416h319.232
s46.9756 20.4805 51.0723 39.8076z" />
<glyph glyph-name="uniF205" unicode="&#xf205;"
d="M1024 1920c493.952 0 896 -401.92 896 -896c0 -493.952 -402.048 -896 -896 -896c-494.08 0 -896 402.048 -896 896c0 494.08 401.92 896 896 896zM218.496 1024c0 -318.848 185.216 -594.432 454.016 -724.992l-384.256 1052.93
c-44.6719 -100.224 -69.7598 -211.071 -69.7598 -327.936zM1024 218.496c93.8242 0 183.808 16.1279 267.648 45.5684c-2.17676 3.45508 -4.09668 7.16797 -5.76074 11.2637l-247.552 678.271l-241.92 -702.336c72.1924 -21.248 148.48 -32.7676 227.584 -32.7676z
M1134.98 1401.73l291.072 -866.176l80.3838 268.544c34.9443 111.488 61.3125 191.488 61.3125 260.48c0 99.584 -35.8398 168.576 -66.4326 222.08c-40.7031 66.4316 -78.9756 122.624 -78.9756 189.056c0 74.1123 56.1924 142.977 135.168 142.977
c3.58398 0 7.04004 -0.384766 10.4961 -0.640625c-143.36 131.328 -334.208 211.456 -544 211.456c-281.472 0 -529.024 -144.256 -673.024 -363.008c18.9443 -0.639648 36.7363 -0.896484 51.8408 -0.896484c84.2236 0 214.655 10.2402 214.655 10.2402
c43.3926 2.56055 48.5127 -61.3115 5.24805 -66.4316c0 0 -43.7754 -5.12012 -92.1602 -7.68066l293.12 -872.575l176.256 528.64l-125.439 343.936c-43.3926 2.56055 -84.4805 7.68066 -84.4805 7.68066c-43.2637 2.55957 -38.2715 68.9922 5.12012 66.4316
c0 0 132.992 -10.2402 212.225 -10.2402c84.2236 0 214.783 10.2402 214.783 10.2402c43.3926 2.56055 48.5127 -61.3115 5.12012 -66.4316c0 0 -43.6475 -5.12012 -92.2881 -7.68066zM1730.82 1410.56c3.58398 -25.7275 5.50391 -53.248 5.63184 -82.8154
c0 -81.792 -15.4883 -173.696 -61.3125 -288.512l-246.144 -711.425c239.488 139.521 400.512 399.104 400.512 696.192c0 140.16 -35.8398 271.872 -98.6875 386.56z" />
<glyph glyph-name="uniF472" unicode="&#xf472;"
d="M1368.06 1408h-128l-240.129 -768h128l-39.9355 -128h-448l39.9355 128h128l240.129 768h-128l39.9355 128h448z" />
<glyph glyph-name="uniF216" unicode="&#xf216;"
d="M1791.62 1265.92c0.383789 -2.94434 0.639648 -5.75977 0.639648 -8.7041v-466.943c0 -2.94434 -0.255859 -5.76074 -0.511719 -8.96094c-0.12793 -0.767578 -0.383789 -1.79199 -0.511719 -2.81543c-0.384766 -1.79199 -0.640625 -3.58398 -1.15234 -5.50391
c-0.255859 -1.02441 -0.768555 -2.04785 -1.02441 -3.07227c-0.639648 -1.66406 -1.15137 -3.2002 -1.79199 -4.86426c-0.511719 -1.02344 -1.02344 -2.04785 -1.53613 -3.07129c-0.639648 -1.53613 -1.40723 -2.94434 -2.30371 -4.48047
c-0.511719 -0.895508 -1.28027 -1.91992 -1.91992 -2.94434c-0.767578 -1.2793 -1.66406 -2.55957 -2.6875 -3.96777c-0.768555 -0.895508 -1.53613 -1.79199 -2.30469 -2.81543c-1.02344 -1.02441 -2.04785 -2.30469 -3.32812 -3.45605
c-0.767578 -0.896484 -1.66406 -1.79199 -2.6875 -2.68848c-1.02441 -0.895508 -2.30371 -2.04785 -3.71191 -3.07227c-0.768555 -0.767578 -1.79199 -1.53516 -2.81641 -2.30371l-1.15137 -0.767578l-702.208 -467.072
c-11.1367 -7.42383 -23.8086 -11.0078 -36.6084 -11.0078s-25.4717 3.58398 -36.7363 11.2637l-702.208 467.072c-0.255859 0.255859 -0.639648 0.511719 -1.02344 0.767578l-2.94434 2.30469c-1.28027 0.895508 -2.55957 2.04785 -3.71191 3.07129
c-0.895508 0.896484 -1.79199 1.79199 -2.6875 2.68848c-1.02441 1.02344 -2.17676 2.30371 -3.2002 3.45605c-0.768555 0.895508 -1.53613 1.79199 -2.30469 2.81543c-0.895508 1.28027 -1.79199 2.56055 -2.6875 3.96875
c-0.768555 0.895508 -1.4082 1.91992 -1.91992 2.94336c-0.896484 1.53613 -1.66406 2.94434 -2.30371 4.48047c-0.512695 0.895508 -1.02441 1.91992 -1.53613 3.07129c-0.640625 1.66406 -1.15234 3.2002 -1.66406 4.86426
c-0.383789 0.896484 -0.768555 1.91992 -1.02441 3.07227c-0.511719 1.91992 -0.767578 3.71191 -1.15137 5.50391c-0.128906 1.02441 -0.384766 2.04785 -0.512695 2.94434c-0.383789 2.81543 -0.639648 5.75977 -0.639648 8.57617v466.943
c0 2.94434 0.255859 5.75977 0.639648 8.7041c0.12793 0.896484 0.383789 1.79199 0.512695 2.81641c0.383789 1.91992 0.639648 3.71191 1.15137 5.50391c0.255859 1.15137 0.640625 2.17578 1.02441 3.2002c0.511719 1.53516 1.02344 3.19922 1.66406 4.86328
c0.511719 1.02441 1.02344 2.04785 1.53613 3.2002c0.639648 1.53613 1.40723 2.81641 2.30371 4.48047c0.639648 0.895508 1.28027 1.91992 1.91992 2.94336c0.767578 1.28027 1.79199 2.68848 2.6875 3.96875c0.640625 1.02344 1.4082 1.79199 2.30469 2.81543
c1.02344 1.28027 2.04785 2.43164 3.2002 3.58398c0.895508 0.768555 1.79199 1.66406 2.6875 2.68848c1.15234 1.02344 2.43164 2.04785 3.71191 3.07129l2.94434 2.17676c0.383789 0.255859 0.767578 0.639648 1.15137 0.895508l702.208 466.944
c22.1445 14.7197 51.0723 14.7197 73.2168 0l702.08 -467.2c0.383789 -0.255859 0.767578 -0.639648 1.15137 -0.896484c0.896484 -0.767578 1.91992 -1.53516 2.81641 -2.30371c1.2793 -0.895508 2.55957 -1.91992 3.71191 -3.07227
c1.02344 -0.895508 1.91992 -1.79199 2.6875 -2.6875c1.15234 -1.02441 2.17676 -2.17578 3.32812 -3.45605c0.768555 -0.896484 1.53613 -1.79199 2.30469 -2.81641c0.895508 -1.2793 1.79199 -2.55957 2.6875 -3.96777
c0.639648 -0.895508 1.4082 -1.91992 1.91992 -2.94434c0.896484 -1.53516 1.66406 -2.81543 2.30371 -4.35156c0.512695 -1.02441 1.02441 -2.04785 1.53613 -3.2002c0.640625 -1.66406 1.15234 -3.2002 1.79199 -4.73535
c0.255859 -1.02441 0.768555 -2.04883 1.02441 -3.2002c0.511719 -1.79199 0.767578 -3.58398 1.15137 -5.50391c0.128906 -0.896484 0.384766 -1.79199 0.512695 -2.81641zM1090.05 1601.28v-307.328l286.208 -190.977l231.168 154.24zM957.952 1601.28l-517.248 -344.064
l231.04 -154.24l286.208 191.104v307.2zM387.84 1133.95v-220.416l165.12 110.208zM957.952 446.208v307.328l-286.208 190.976l-231.04 -154.111zM1024 867.84l233.472 155.904l-233.472 155.904l-233.472 -155.904zM1090.05 446.208l517.376 344.064l-231.168 154.111
l-286.208 -190.976v-307.2zM1660.29 913.536v220.416l-165.248 -110.208z" />
<glyph glyph-name="uniF475" unicode="&#xf475;"
d="M1024 1792c424.064 0 768 -343.936 768 -768s-343.936 -768 -768 -768s-768 343.936 -768 768s343.936 768 768 768zM476.16 1340.54l-2.81641 3.96777c-4.60742 -7.93555 -8.83203 -16.1279 -13.1836 -24.3193l4.47949 1.02344l17.5361 6.27246l30.208 2.6875zM1024 384
c265.088 0 493.056 162.176 590.208 392.576l-6.52832 10.4961l14.9766 50.8154l-34.6885 25.2158l-25.3438 7.55273l-23.5518 19.8398l-55.8086 -21.1201l-52.7354 -3.07227l-39.9365 29.0566l-39.04 53.5039l-0.767578 32.5117l0.895508 54.2725l5.63184 7.55176
l4.86426 18.1758l22.7842 35.0723l13.3125 13.0557l18.6875 20.7363l13.0557 25.5996l36.8643 34.9443l37.7598 -0.383789l27.6484 9.59961l66.4316 7.16797l25.9844 -36.8643l24.1924 -10.4961c-8.44824 39.4248 -20.2246 77.6963 -35.585 114.049l-5.50391 5.11914
l-13.4395 -6.65527l-28.9277 -2.68848l-23.8086 -21.248l-25.9834 -35.0723l-50.6885 -11.6475l-23.5518 9.21582l2.6875 40.5762l13.3125 25.2158l46.4639 -2.6875l8.57617 21.8877l-24.0645 26.624l20.6084 8.32031l40.4482 22.0156l14.4639 11.6484
c-49.1523 77.6953 -113.664 144.256 -190.721 194.688l-4.35156 -1.79199l20.3516 -17.792l-32.8955 5.24805l-4.6084 -9.34375l21.248 -2.56055l-7.93555 -8.95996l-59.9043 -10.3682l-77.3115 -34.3037l-59.9043 -28.9277l-6.27246 59.6475l16.8965 32.6406
l-12.416 21.7598l-45.9521 19.4561l-22.1436 17.1523l32.1279 7.67969l69.1201 16.8955l29.8232 1.66406c-64.7676 22.1445 -132.991 36.7363 -205.056 36.7363c-146.56 0 -280.064 -51.4561 -388.096 -134.656l38.2715 1.15234l47.7441 -12.2881l32 -8.19238
l34.8164 7.80859l47.6152 -6.0166l29.9521 7.2959l5.63184 18.0488l28.1602 -2.94434l11.0078 -22.7842l47.6162 4.35254l-74.752 -24.7041l-36.0957 -20.8643l-55.168 -42.2402l13.6963 -14.9756l38.3994 -18.0479l27.3926 -28.0322l33.6641 34.4316l19.4551 37.8887
l33.0244 22.6553l33.0244 -16.7676l9.08789 -18.4316l28.9277 10.2393l10.2402 -55.168l20.4795 -20.0957l-74.752 -19.0723l-54.7842 -21.5039l42.752 11.7764l-5.24707 -17.1523l13.5674 -15.3604l11.2646 -7.16797l-45.9521 -18.6875l16.1279 18.8154l-25.9844 -5.63184
l-31.2314 -14.8477l-14.208 -16.5117l-34.9443 -19.3281l-25.6006 -20.2246l-9.72754 -23.4238l-32.7676 -26.752l-25.8564 -59.3916l-8.06348 -25.7285l-23.6807 47.4883l-46.208 -0.12793l-38.3994 0.255859l-49.2803 -39.6797l-6.52832 -43.5205l29.6963 -32.3838
l57.2158 30.7197l-14.8477 -43.5195l-40.4482 -26.1123l-39.2959 9.47266l-43.5205 18.1758l-49.9199 79.1035l-22.1436 47.2324l-5.24805 16.2559l7.42383 -66.0479l-0.639648 -17.1523l-8.19238 10.2402l-4.99219 16.6396l-9.9834 12.416l-5.12012 22.9121
l-0.255859 35.9678l-26.752 46.3359c-17.4082 -58.1113 -29.5684 -118.399 -29.5684 -182.144c0 -295.936 202.88 -543.232 476.16 -616.192l-4.0957 12.6729l-9.60059 137.6l-11.1357 62.8477l-67.3281 65.792l-31.7441 56.3203l-10.624 27.9043l7.67969 16.5117
l14.0801 52.9922l7.55273 61.6953l-8.32031 4.73633l-14.9756 -10.8799l-19.9688 9.34375l13.4404 6.27246l59.9043 13.8242l39.4238 17.6631l-2.43262 -26.752l14.5928 24.1924l19.7119 -6.91211l67.7119 -21.6318l48.5117 -33.6641l34.9443 -19.3281l8.31934 -5.50391
l-8.19141 -48.7676l33.4082 9.47168l-8.32031 -16.6396l47.3604 -10.1123l48 -3.96777l31.3594 -19.7119l1.28027 -57.3447l-22.7842 -65.4072l-27.6475 -68.0967l-50.1768 -30.8477l-39.9355 -90.8799l-36.0957 5.12012l17.1514 -23.4238l-1.91992 -16.5127
l-33.2803 -26.4961c19.4561 -1.79199 38.1445 -5.8877 57.9844 -5.8877z" />
<glyph glyph-name="uniF432" unicode="&#xf432;"
d="M1408 640l-448 448l-448 -448l-128 128l576 576l576 -576z" />
<glyph glyph-name="uniF210" unicode="&#xf210;"
d="M1024 2048c565.632 0 1024 -458.496 1024 -1024c0 -565.632 -458.368 -1024 -1024 -1024c-100.864 0 -198.016 14.7197 -290.176 42.1123c38.7842 61.4395 81.2793 140.288 103.04 219.264c12.6719 45.5684 72.0635 281.6 72.0635 281.6
c35.7119 -67.9678 139.648 -127.743 250.24 -127.743c329.088 0 552.448 300.159 552.448 701.823c0 303.744 -257.28 586.624 -648.192 586.624c-486.527 0 -731.904 -348.8 -731.904 -639.744c0 -176.128 66.5605 -332.928 209.664 -391.168
c23.4248 -9.59961 44.416 -0.511719 51.2002 25.4727c4.73633 18.0479 16 63.4873 20.9922 82.1758c6.78418 25.7275 4.0957 34.6875 -14.8477 57.2158c-41.0879 48.6406 -67.4561 111.488 -67.4561 200.704c0 258.816 193.536 490.496 504.063 490.496
c274.944 0 426.112 -168.064 426.112 -392.448c0 -295.296 -130.432 -544.384 -324.608 -544.384c-107.136 0 -187.264 88.5762 -161.664 197.12c30.7207 129.664 90.4961 269.824 90.4961 363.392c0 83.8398 -44.9277 153.729 -138.111 153.729
c-109.44 0 -197.504 -113.28 -197.504 -265.088c0 -96.6406 32.7676 -162.049 32.7676 -162.049s-112.128 -474.88 -131.712 -557.951c-18.4316 -77.8242 -20.7363 -163.456 -17.9199 -235.137c-360.832 158.336 -612.992 518.784 -612.992 937.984
c0 565.504 458.496 1024 1024 1024z" />
<glyph glyph-name="uniF437" unicode="&#xf437;"
d="M1280 1792c141.312 0 256 -114.688 256 -256v-1024c0 -141.312 -114.688 -256 -256 -256h-512c-141.312 0 -256 114.688 -256 256v1024c0 141.312 114.688 256 256 256h512zM1024 384c70.7842 0 128 57.2158 128 128s-57.2158 128 -128 128
c-70.6562 0 -128 -57.2158 -128 -128s57.3438 -128 128 -128zM1408 768v768h-768v-768h768z" />
<glyph glyph-name="uniF468" unicode="&#xf468;"
d="M256 256v1536h256v-1536h-256zM1536 1664h256v-768h-256c-256 0 -256 128 -512 128s-256 -128 -384 -128v768c128 0 128 128 384 128s256 -128 512 -128z" />
<glyph glyph-name="uniF107" unicode="&#xf107;"
d="M1088 1792c176.768 0 320 -143.232 320 -320v-384c0 -131.2 -78.9756 -243.584 -192 -292.992v150.912c39.04 35.2002 64 85.6318 64 142.08v384c0 105.856 -86.1436 192 -192 192s-192 -86.1436 -192 -192v-384c0 -56.4482 24.96 -106.88 64 -142.08v-150.912
c-112.896 49.4082 -192 161.792 -192 292.992v384c0 176.768 143.232 320 320 320zM960 1380.99c112.896 -49.4082 192 -161.792 192 -292.992v-384c0 -176.768 -143.232 -320 -320 -320s-320 143.232 -320 320v384c0 131.2 79.1035 243.584 192 292.992v-150.912
c-39.04 -35.2002 -64 -85.6318 -64 -142.08v-384c0 -105.856 86.1436 -192 192 -192s192 86.1436 192 192v384c0 56.4482 -24.96 106.88 -64 142.08v150.912z" />
<glyph glyph-name="uniF442" unicode="&#xf442;"
d="M1280 640v256l128 128v-512h-896v896h512l-128 -128h-256v-640h640zM1024 1664h640v-640h-128v421.504l-549.504 -549.504l-90.4961 90.4961l549.504 549.504h-421.504v128z" />
<glyph glyph-name="uniF221" unicode="&#xf221;"
d="M1664 1024c0 -55.9355 -35.9678 -102.912 -85.8877 -120.32c13.8232 -20.6074 21.8877 -45.0557 21.8877 -71.6797c0 -55.8076 -35.9678 -102.784 -85.8877 -120.32c13.8232 -20.6074 21.8877 -45.0557 21.8877 -71.6797c0 -70.6562 -57.3438 -128 -128 -128h-64
c70.6562 0 128 -57.3438 128 -128s-57.3438 -128 -128 -128h-448c-192 0 -256 128 -384 128h-128v640h192c128 0 320 256 320 640c0 0 0 128 64 128s192 -144 192 -320c0 -192 -32 -320 -32 -320h416c70.6562 0 128 -57.3438 128 -128z" />
<glyph glyph-name="uniF50A" unicode="&#xf50a;"
d="M1856 1024c35.3281 0 64 -28.6719 64 -64s-28.6719 -64 -64 -64h-204.928c-9.85645 -48.7676 -26.624 -94.5918 -46.8486 -138.624c116.608 -134.528 187.776 -309.376 187.776 -501.376v-64c0 -35.2002 -28.6719 -64 -64 -64s-64 28.7998 -64 64v64
c0 144.896 -48.7676 277.888 -130.048 385.152c-116.736 -155.265 -300.672 -257.152 -509.952 -257.152c-208.768 0 -392.448 101.504 -509.312 256.128c-81.2803 -106.88 -130.688 -239.231 -130.688 -384.128v-64c0 -35.2002 -28.6719 -64 -64 -64s-64 28.7998 -64 64v64
c0 192 71.2959 366.72 187.904 501.376c-20.3525 44.0322 -36.9922 89.8564 -46.9766 138.624h-204.928c-35.3281 0 -64 28.6719 -64 64s28.6719 64 64 64h192c0 61.6963 12.1602 119.936 29.0557 176c-98.1758 129.024 -157.056 289.408 -157.056 464v64
c0 35.3281 28.6719 64 64 64s64 -28.6719 64 -64v-64c0 -353.408 286.592 -640 640 -640c353.536 0 640 286.592 640 640v64c0 35.3281 28.6719 64 64 64s64 -28.6719 64 -64v-64c0 -173.952 -58.4961 -333.824 -156.032 -462.592
c17.2803 -56.3203 28.0322 -115.328 28.0322 -177.408h192zM1024 1152c-208.896 0 -388.352 126.08 -467.84 305.92c116.864 126.08 282.496 206.08 467.84 206.08c185.472 0 350.976 -80 467.84 -206.08c-79.4883 -179.84 -258.815 -305.92 -467.84 -305.92z" />
<glyph glyph-name="uniF455" unicode="&#xf455;"
d="M1024 1792c424.064 0 768 -343.936 768 -768s-343.936 -768 -768 -768c-424.192 0 -768 343.936 -768 768s343.808 768 768 768zM1024 1536c-70.7842 0 -128 -57.3438 -128 -128s57.2158 -128 128 -128c70.6562 0 128 57.3438 128 128s-57.3438 128 -128 128zM1280 512
v128h-160v512h-320.128v-128h128.128v-384h-160v-128h512z" />
<glyph glyph-name="uniF223" unicode="&#xf223;"
d="M1105.28 1232.51v92.9287c0 44.1592 -36.4805 79.8711 -81.2803 79.8711s-81.2803 -35.7119 -81.2803 -79.8711l-0.383789 -481.024c-2.55957 -184.192 -155.008 -332.416 -342.912 -332.416c-189.696 0 -343.424 150.912 -343.424 337.28v209.151h262.784v-206.592
c0 -43.9043 36.3516 -79.7441 81.2803 -79.7441c44.9277 0 81.2793 35.7119 81.2793 79.7441v487.168c6.65625 180.48 157.185 324.992 342.656 324.992c186.112 0 337.152 -145.536 342.656 -327.04v-106.624l-156.416 -45.8242zM1529.22 1058.43h262.784v-209.151
c0 -186.368 -153.728 -337.28 -343.424 -337.28c-188.544 0 -341.632 149.376 -343.296 334.08v210.304l104.96 -48l156.288 45.8242v-211.84c0 -44.2881 36.3516 -80 81.4072 -80c44.9287 0 81.2803 35.7119 81.2803 80v216.063z" />
<glyph glyph-name="uniF212" unicode="&#xf212;"
d="M1658.75 1791.87c184.192 -5.37598 270.976 -123.776 260.352 -355.072c-7.93555 -172.928 -129.792 -409.472 -365.439 -710.016c-243.584 -313.729 -449.792 -470.784 -618.368 -470.784c-104.448 0 -192.896 95.6162 -264.96 286.72
c-48.2559 175.232 -96.5117 350.336 -144.64 525.568c-53.6318 190.976 -111.232 286.592 -172.672 286.592c-13.4404 0 -60.416 -27.7764 -140.673 -83.584l-84.3516 107.648c88.4482 77.0557 175.616 154.111 261.504 231.168
c117.888 100.991 206.464 154.111 265.472 159.487c139.521 13.3125 225.28 -81.2793 257.536 -283.392c34.8164 -218.24 58.8799 -353.92 72.4482 -407.04c40.1924 -180.992 84.4805 -271.36 132.736 -271.36c37.5039 0 93.8232 58.752 169.088 176.128
c75.0078 117.376 115.2 206.849 120.576 268.16c10.624 101.376 -29.4404 152.192 -120.576 152.192c-43.0078 0 -87.2959 -9.98438 -132.736 -29.1846c88.0645 285.952 256.512 424.704 504.704 416.769z" />
<glyph glyph-name="uniF206" unicode="&#xf206;"
d="M729.6 1152h550.4s12.7998 -38.4004 12.7998 -89.5996c0 -332.801 -230.399 -563.2 -563.2 -563.2c-320 0 -588.8 268.8 -588.8 588.8s281.601 588.8 588.8 588.8c153.601 0 294.4 -51.2002 384 -153.6l-153.6 -153.601c-38.4004 25.6006 -102.4 76.8008 -230.4 76.8008
c-204.8 0 -371.199 -166.4 -371.199 -371.2s166.399 -371.2 371.199 -371.2c230.4 0 320 166.4 332.801 243.2h-332.801v204.8zM1664 1152h128v-128h-128v-128h-128v128h-128v128h128v128h128v-128z" />
<glyph glyph-name="uniF407" unicode="&#xf407;"
d="M1280 1536l256 -128v-128h-128h-128h-128h-128h-128h-128h-128h-128h-128v128l256 128c0 70.7842 57.3438 128 128 128h384c70.7842 0 128 -57.2158 128 -128zM1088 1408c35.3281 0 64 28.6719 64 64s-28.6719 64 -64 64h-256c-35.3281 0 -64 -28.6719 -64 -64
s28.6719 -64 64 -64h256zM1280 1216h128v-704c0 -70.7842 -57.2158 -128 -128 -128h-640c-70.6562 0 -128 57.2158 -128 128v704h128v-704h128v704h128v-704h128v704h128v-704h128v704z" />
<glyph glyph-name="uniF414" unicode="&#xf414;"
d="M1996.03 601.984c116.992 -190.208 29.6953 -345.984 -193.536 -345.984h-1556.99c-223.231 0 -310.528 155.776 -193.536 345.984l759.552 1236.99c116.864 190.336 308.097 190.336 424.961 0zM1024 512c70.7842 0 128 57.2158 128 128s-57.2158 128 -128 128
c-70.6562 0 -128 -57.2158 -128 -128s57.3438 -128 128 -128zM1113.22 896l51.584 640h-281.6l51.2002 -640h178.815z" />
<glyph glyph-name="uniF50E" unicode="&#xf50e;"
d="M384 896v256h1280v-256h-1280z" />
<glyph glyph-name="uniF461" unicode="&#xf461;"
d="M1024 384l-647.552 612.992c-149.376 141.312 -161.408 383.231 -27.1367 540.288c134.4 157.184 364.416 169.855 513.792 28.5439l160.896 -152.32l160.768 152.32c149.248 141.184 379.393 128.64 513.792 -28.5439
c134.656 -157.057 122.368 -398.977 -27.0078 -540.416z" />
<glyph glyph-name="uniF470" unicode="&#xf470;"
d="M1536 1152c70.7842 0 128 -57.3438 128 -128v-640c0 -70.7842 -57.2158 -128 -128 -128h-1024c-70.6562 0 -128 57.2158 -128 128v640c0 70.6562 57.3438 128 128 128v128c0 282.752 229.248 512 512 512s512 -229.248 512 -512v-128zM768 1152h512v128
c0 141.312 -114.688 256 -256 256s-256 -114.688 -256 -256v-128z" />
<glyph glyph-name="uniF50C" unicode="&#xf50c;"
d="M1479.55 819.2c98.5605 -32 203.137 -51.2002 312.448 -51.2002v-512c-848.256 0 -1536 687.744 -1536 1536h512c0 -162.048 38.5283 -314.752 105.856 -450.816l-189.185 -189.184c136.192 -235.008 344.96 -422.4 595.328 -532.224z" />
<glyph glyph-name="uniF220" unicode="&#xf220;"
d="M1856.77 834.048c32.3848 -65.6641 50.6885 -138.88 50.3047 -217.344c0 -269.696 -218.88 -488.704 -488.576 -488.704c-83.584 0 -161.92 21.376 -230.656 58.1123c-50.4316 -8.83203 -102.016 -13.8242 -154.496 -13.8242
c-465.279 0 -842.624 377.216 -842.624 842.496c0 58.2402 6.14453 114.688 17.2803 169.6c-42.4961 72.1924 -67.0723 156.8 -67.0723 246.912c0 269.824 218.88 488.704 488.704 488.704c95.7441 0 184.704 -27.3916 260.225 -75.0078
c46.4639 7.80762 94.5918 12.416 143.871 12.416c465.408 0 842.624 -377.344 842.624 -842.624c0 -62.0801 -6.65527 -122.752 -19.584 -180.736zM1466.11 612.096c38.9121 55.5527 58.624 118.656 58.752 188.16c0 58.2402 -11.2646 107.904 -34.1758 148.353
c-22.9121 40.3193 -54.7842 73.8555 -95.2324 100.224c-39.168 25.7275 -87.8076 48.1279 -143.744 66.0479c-55.4238 17.9199 -118.271 34.1758 -186.496 48.6396c-53.7598 12.416 -93.0557 21.8887 -116.479 28.6729c-23.04 6.14355 -45.4404 15.2314 -67.8398 26.3672
c-21.8887 10.624 -38.5283 23.5527 -50.4326 38.0166c-11.1357 13.9521 -16.7676 30.3359 -16.7676 49.2803c0 31.2314 16.8955 57.4717 52.2236 80.5117c36.3525 23.5518 85.6318 35.9678 146.048 35.9678c64.8965 0 112.384 -11.2637 140.544 -32.6396
c29.1846 -21.6318 54.2725 -53.6318 75.5205 -93.3125c18.5596 -31.3594 34.9434 -53.248 50.6875 -67.2002c16.3838 -14.5918 40.5762 -22.3994 71.9365 -22.3994c34.9434 0 63.8721 12.416 86.9121 36.4795c23.04 23.4248 34.6875 50.8164 34.6875 81.1523
c0 31.3604 -9.08789 63.3604 -25.2158 95.7441c-17.2803 32.3838 -44.7998 63.1035 -81.9199 92.2881c-36.8643 28.5439 -83.8398 52.0957 -139.008 69.5039c-55.8086 16.7676 -121.729 25.5996 -196.736 25.5996c-94.7197 0 -177.536 -13.1836 -247.424 -39.04
c-70.5283 -26.3682 -125.952 -64.3838 -163.584 -113.664c-38.0166 -49.2793 -56.96 -106.496 -56.96 -170.239c0 -67.2002 17.792 -123.776 54.2715 -169.217c35.0723 -44.1592 83.9688 -79.8721 144.385 -105.728c58.752 -25.2158 133.247 -47.3604 220.672 -66.0479
c64.2559 -13.3125 115.712 -26.2402 154.239 -38.0166c36.8643 -11.2637 67.3281 -27.9033 89.9844 -49.2793c22.1436 -20.7363 32.6396 -46.9766 32.6396 -80.1279c0 -42.3682 -20.2236 -76.8008 -62.0801 -105.345c-43.1357 -29.0557 -100.352 -43.9033 -169.728 -43.9033
c-50.9443 0 -92.416 7.16797 -122.624 21.6318c-30.3359 13.9521 -54.2715 32.5117 -70.5283 54.2715c-17.2793 22.6562 -33.4072 51.4561 -48.6396 85.7607c-13.4404 31.3594 -29.5684 55.8076 -49.2803 72.0635c-20.7354 17.2803 -45.3115 25.7285 -74.4961 25.7285
c-35.0713 0 -64.7676 -10.3682 -87.8076 -32.3848c-23.5518 -21.8877 -35.3281 -48.6396 -35.3281 -79.6152c0 -48.8965 17.9199 -100.608 53.8877 -152.192c35.0723 -50.9443 82.3047 -92.416 138.752 -123.136c79.3604 -41.8564 180.864 -63.1045 301.696 -63.1045
c100.736 0 189.44 15.4883 263.04 46.208c75.3926 30.9766 132.225 74.4961 171.648 129.92z" />
<glyph glyph-name="uniF415" unicode="&#xf415;"
d="M1408 1024h512v-256h-310.016c-98.8164 -225.92 -323.584 -384 -585.984 -384c-176.768 0 -335.488 72.832 -451.072 188.928l0.640625 0.640625c-50.0488 50.0479 -50.0488 130.943 0 180.991c50.0479 50.0488 130.943 50.1768 180.991 0
c69.376 -69.6318 163.456 -114.56 269.44 -114.56c212.096 0 384 171.904 384 384zM1024 1408c-212.096 0 -384 -171.904 -384 -384h-512v256h310.016c98.8164 225.92 323.712 384 585.984 384c176.896 0 335.488 -72.96 451.072 -188.928
c50.0479 -50.0479 50.0479 -130.944 0 -180.992s-130.944 -50.0479 -180.992 0l-0.639648 -0.639648c-69.376 69.6318 -163.328 114.56 -269.44 114.56zM832 1024c0 106.112 86.0156 192 192 192c106.112 0 192 -85.8877 192 -192s-85.8877 -192 -192 -192
c-105.984 0 -192 85.8877 -192 192z" />
<glyph glyph-name="uniF207" unicode="&#xf207;"
d="M604.672 256h-329.216v990.72h329.216v-990.72zM440.064 1381.89h-2.04883c-110.464 0 -182.016 76.1602 -182.016 171.137c0 97.1514 73.5996 171.136 186.368 171.136c112.512 0 181.888 -74.1123 184.063 -171.136c0 -94.9766 -71.5518 -171.137 -186.367 -171.137z
M1792 256h-329.216v530.048c0 133.12 -47.3604 224 -166.656 224c-91.1357 0 -145.28 -61.1836 -169.088 -120.32c-8.57617 -21.2471 -10.752 -50.9434 -10.752 -80.5117v-553.216h-329.344s4.35156 897.792 0 990.72h329.344v-140.416
c43.7764 67.4561 121.984 163.584 296.448 163.584c216.704 0 379.264 -141.567 379.264 -445.823v-568.064z" />
<glyph glyph-name="uniF500" unicode="&#xf500;"
d="M2048 0h-1920l960 959.872z" />
<glyph glyph-name="uniF302" unicode="&#xf302;"
d="M1024 1536h512v-512l-768 -768l-512 512zM1280 1152c70.7842 0 128 57.2158 128 128s-57.2158 128 -128 128s-128 -57.2158 -128 -128s57.2158 -128 128 -128z" />
<glyph glyph-name="uniF108" unicode="&#xf108;"
d="M1664 1536c141.312 0 256 -114.688 256 -256v-384c0 -141.312 -114.688 -256 -256 -256h-128v-448l-448 448h-331.008l128 128h395.008c211.712 0 384 172.288 384 384v384zM1280 1792c141.312 0 256 -114.688 256 -256v-384c0 -141.312 -114.688 -256 -256 -256h-448
l-448 -448v448h-128c-141.312 0 -256 114.688 -256 256v384c0 141.312 114.688 256 256 256h1024z" />
<glyph glyph-name="uniF405" unicode="&#xf405;"
d="M1536 1408l-320 -320l320 -320l-128 -128l-320 320l-320 -320l-128 128l320 320l-320 320l128 128l320 -320l320 320z" />
<glyph glyph-name="uniF501" unicode="&#xf501;"
d="M0 128v1920l960 -960z" />
<glyph glyph-name="uniF50D" unicode="&#xf50d;"
d="M1024.13 896c-105.984 0 -192.128 86.0156 -192.128 192v512c0 105.856 86.1436 192 192.128 192c106.112 0 191.872 -86.1436 191.872 -192v-512c0 -105.984 -85.7598 -192 -191.872 -192zM1401.47 1024h192c-27.3916 -244.48 -206.464 -441.984 -441.472 -496v-272
h-256v272c-234.88 54.0156 -414.08 251.52 -441.472 496h192c30.5918 -181.504 187.52 -320 377.472 -320c190.208 0 347.008 138.496 377.472 320z" />
<glyph glyph-name="uniF503" unicode="&#xf503;"
d="M2048 2048v-1920l-960 960z" />
<glyph glyph-name="uniF101" unicode="&#xf101;"
d="M1024 1792c424.064 0 768 -343.936 768 -768s-343.936 -768 -768 -768s-768 343.936 -768 768s343.936 768 768 768zM1024 768c141.312 0 256 114.688 256 256s-114.688 256 -256 256s-256 -114.688 -256 -256s114.688 -256 256 -256z" />
<glyph glyph-name="uniF204" unicode="&#xf204;"
d="M1182.21 1271.81h328.704l-14.4639 -302.72h-314.24v-841.088h-320.128v841.088h-222.08v302.72h222.08v258.561c0 203.008 131.456 389.632 434.176 389.632c122.496 0 212.992 -11.6484 212.992 -11.6484l-7.04004 -282.624s-92.5439 0.640625 -193.536 0.640625
c-108.928 0 -126.464 -50.3037 -126.464 -133.504c0 -12.416 0 -15.3604 0 -13.9521v-207.104z" />
<glyph glyph-name="uniF444" unicode="&#xf444;"
d="M1600 640c-70.7842 0 -128 -57.2158 -128 -128s57.2158 -128 128 -128h64v-128h-1024c-141.312 0 -256 114.688 -256 256v1024c0 141.312 114.688 256 256 256h1024v-1152h-64zM640 384h817.92c-30.7197 34.0479 -49.9199 78.5918 -49.9199 128
s19.2002 93.9521 49.9199 128h-817.92c-70.6562 0 -128 -57.2158 -128 -128s57.3438 -128 128 -128z" />
<glyph glyph-name="uniF416" unicode="&#xf416;"
d="M1088 1792c176.768 0 320 -143.232 320 -320v-640c0 -247.424 -200.576 -448 -448 -448s-448 200.576 -448 448v320h128v-320c0 -176.768 143.232 -320 320 -320c176.64 0 320 143.232 320 320v640c0 105.984 -86.0156 192 -192 192c-106.112 0 -192 -86.0156 -192 -192
v-512c0 -35.3281 28.6719 -64 64 -64s64 28.6719 64 64v451.968h128v-451.968c0 -105.984 -86.0156 -192 -192 -192c-106.112 0 -192 86.0156 -192 192v512c0 176.768 143.232 320 320 320z" />
<glyph glyph-name="uniF459" unicode="&#xf459;"
d="M1920 1664v-1280l-768 480v-480l-1024 640l1024 640v-480z" />
<glyph glyph-name="uniF441" unicode="&#xf441;"
d="M1664 1024c141.312 0 256 -114.688 256 -256s-114.688 -256 -256 -256h-512v256h256l-384 384l-384 -384h256v-256h-512c-141.312 0 -256 114.688 -256 256s114.688 256 256 256h6.40039c-4.09668 20.7363 -6.40039 42.1123 -6.40039 64c0 176.768 143.232 320 320 320
c89.3438 0 169.984 -36.7363 227.968 -95.8721c60.7998 131.84 193.408 223.872 348.032 223.872c211.968 0 384 -171.904 384 -384c0 -45.1836 -9.21582 -87.8076 -23.5518 -128h23.5518z" />
<glyph glyph-name="uniF506" unicode="&#xf506;"
d="M768 1920l489.344 -489.472l-640 -640l-268.928 269.056c-49.792 49.792 -49.792 131.2 0 180.992l292.864 292.735l-1.28027 2.68848s128 128 128 384zM1738.24 565.76c33.1514 -32.7676 53.7598 -78.208 53.7598 -128.64c0 -99.9678 -81.1523 -181.12 -181.12 -181.12
c-50.4316 0 -95.7441 20.6084 -128.64 53.7598l-330.24 330.24v128l-64 64c-35.2002 35.2002 -104.704 23.2959 -154.496 -26.4961l-75.0078 -75.0078c-49.792 -49.792 -131.2 -49.792 -180.992 0l-14.8477 14.8477l640 640l14.8477 -14.8477
c49.792 -49.792 49.792 -131.2 0 -180.992l-75.0078 -75.0078c-49.792 -49.792 -61.6963 -119.296 -26.4961 -154.496l64 -64h128zM1610.88 373.12c35.3281 0 64 28.6719 64 64s-28.6719 64 -64 64s-64 -28.6719 -64 -64s28.6719 -64 64 -64z" />
<glyph glyph-name="uniF105" unicode="&#xf105;"
d="M1408 1408c0 -167.04 -107.264 -307.584 -256 -360.448v-535.552l-256 -128v663.552c-148.864 52.8643 -256 193.408 -256 360.448c0 212.096 171.904 384 384 384c211.968 0 384 -171.904 384 -384z" />
<glyph glyph-name="uniF473" unicode="&#xf473;"
d="M384 1664h1280v-1280h-1280v1280zM768 1408c-70.6562 0 -128 -57.3438 -128 -128s57.3438 -128 128 -128s128 57.3438 128 128s-57.3438 128 -128 128zM1536 512v576l-128 192l-448 -672l-192 288l-256 -384h1024z" />
<glyph glyph-name="uniF452" unicode="&#xf452;"
d="M512 1664l1024 -640l-1024 -640v1280z" />
<glyph glyph-name="uniF408" unicode="&#xf408;"
d="M1792 1150.72l-475.904 -329.983l182.528 -535.04l-474.624 331.903l-474.624 -331.903l182.528 535.04l-475.904 329.983l587.52 -1.02344l180.48 535.68l180.48 -535.68z" />
<glyph glyph-name="uniF450" unicode="&#xf450;"
d="M768 1024l1024 640v-1280zM256 384v1280h384v-1280h-384z" />
<glyph glyph-name="uniF517" unicode="&#xf517;"
d="M1408 1152l384 384v-1024l-384 384v-256c0 -70.7842 -57.2158 -128 -128 -128h-896c-70.6562 0 -128 57.2158 -128 128v768c0 70.6562 57.3438 128 128 128h896c70.7842 0 128 -57.3438 128 -128v-256z" />
<glyph glyph-name="uniF106" unicode="&#xf106;"
d="M256 896v640h640v-640c0 -282.752 -229.248 -512 -512 -512v256c141.312 0 256 114.688 256 256h-384zM1152 1536h640v-640c0 -282.752 -229.248 -512 -512 -512v256c141.312 0 256 114.688 256 256h-384v640z" />
<glyph glyph-name="uniF208" unicode="&#xf208;"
d="M1664 1920c141.312 0 256 -114.688 256 -256v-1280c0 -141.312 -114.688 -256 -256 -256h-1280c-141.312 0 -256 114.688 -256 256v1280c0 141.312 114.688 256 256 256h1280zM663.168 384v792.96h-263.552v-792.96h263.552zM531.328 1285.25
c91.9043 0 149.12 60.9277 149.12 136.96c-1.66406 77.6963 -57.2158 136.96 -147.328 136.96c-90.2402 0 -149.12 -59.2637 -149.12 -136.96c0 -76.0322 57.2158 -136.96 145.664 -136.96h1.66406zM1613.44 384v454.656c0 243.456 -130.049 356.863 -303.488 356.863
c-139.776 0 -202.496 -76.9277 -237.44 -130.943v112.384h-263.552c3.45605 -74.3682 0 -792.96 0 -792.96h263.552v442.88c0 23.6797 1.79199 47.3604 8.57617 64.1279c19.0723 47.3604 62.4639 96.3838 135.296 96.3838c95.4883 0 133.504 -72.7031 133.504 -179.199
v-424.192h263.553z" />
<glyph glyph-name="uniF304" unicode="&#xf304;"
d="M1024 1152c-141.312 0 -256 114.688 -256 256s114.688 256 256 256s256 -114.688 256 -256s-114.688 -256 -256 -256zM1152 1024c211.968 0 384 -171.904 384 -384v-256h-1024v256c0 212.096 172.032 384 384 384h256z" />
<glyph glyph-name="uniF225" unicode="&#xf225;"
d="M655.104 1857.54l368.896 -307.968l-531.456 -328.192l-364.544 291.84zM128 929.536l364.544 291.84l531.456 -328.064l-368.896 -308.096zM1024 893.312l531.456 328.064l364.544 -291.84l-527.232 -344.32zM1920 1513.22l-364.544 -291.84l-531.456 328.192
l368.768 307.968zM1025.02 826.88l369.92 -306.944l158.464 103.297v-115.713l-528.384 -317.056l-528.257 317.056v115.713l158.336 -103.297z" />
<glyph glyph-name="uniF103" unicode="&#xf103;"
d="M1152 1408h896v-896h-896v896zM128 1024v384h896v-384h-896zM640 512v384h384v-384h-384zM128 512v384h384v-384h-384z" />
<glyph glyph-name="uniF431" unicode="&#xf431;"
d="M1408 1280l128 -128l-576 -576l-576 576l128 128l448 -448z" />
<glyph glyph-name="uniF200" unicode="&#xf200;"
d="M1024 2048c565.504 0 1024 -458.496 1024 -1024c0 -452.224 -293.12 -835.712 -699.776 -971.392c-51.9678 -9.98438 -70.3994 21.7598 -70.3994 49.2793c0 33.4082 1.2793 144 1.2793 280.704c0 95.7441 -32.7676 158.208 -69.5039 189.696
c228.097 25.3438 467.456 112 467.456 505.344c0 111.744 -39.5518 203.136 -105.088 274.688c10.4961 25.8555 45.6963 130.048 -10.2402 270.976c0 0 -85.8877 27.5205 -281.344 -104.96c-81.792 22.7842 -169.344 34.0479 -256.384 34.4316
c-87.04 -0.383789 -174.592 -11.6475 -256.384 -34.4316c-195.584 132.48 -281.601 104.96 -281.601 104.96c-55.6797 -140.928 -20.4795 -244.992 -9.85547 -270.976c-65.5361 -71.5527 -105.472 -162.944 -105.472 -274.688c0 -392.32 239.104 -480.384 466.432 -506.112
c-29.3125 -25.7275 -55.6797 -70.6553 -65.0244 -136.96c-58.2393 -26.2393 -206.72 -71.2959 -297.983 85.248c0 0 -54.1445 98.1768 -156.929 105.473c0 0 -100.096 1.2793 -7.04004 -62.208c0 0 67.0723 -31.4883 113.664 -150.017c0 0 60.0322 -198.912 344.96 -137.216
c0.512695 -85.248 1.4082 -149.76 1.4082 -173.952c0 -27.2637 -18.6875 -58.752 -69.8877 -49.5361c-406.912 135.425 -700.288 519.168 -700.288 971.648c0 565.504 458.496 1024 1024 1024z" />
<glyph glyph-name="uniF421" unicode="&#xf421;"
d="M384 896v256h1152v-256h-1152z" />
<glyph glyph-name="uniF454" unicode="&#xf454;"
d="M640 896v128h-512v256h512v128l384 -256zM1536 2048c141.312 0 256 -114.688 256 -256v-1536c0 -141.312 -114.688 -256 -256 -256h-1024c-141.312 0 -256 114.688 -256 256v640h256v-384h1024v1280h-1024v-384h-256v384c0 141.312 114.688 256 256 256h1024zM1024 128
c70.7842 0 128 57.2158 128 128s-57.2158 128 -128 128c-70.6562 0 -128 -57.2158 -128 -128s57.3438 -128 128 -128z" />
<glyph glyph-name="uniF213" unicode="&#xf213;"
d="M1536 1664c211.968 0 384 -171.904 384 -384v-512c0 -212.096 -172.032 -384 -384 -384h-1024c-212.096 0 -384 171.904 -384 384v512c0 212.096 171.904 384 384 384h1024zM768 640l640 384l-640 384v-768z" />
<glyph glyph-name="uniF401" unicode="&#xf401;"
d="M1297.15 878.848l494.848 -494.848l-128 -128l-494.848 494.848c-94.8486 -68.9912 -210.816 -110.848 -337.152 -110.848c-318.08 0 -576 257.92 -576 576s257.92 576 576 576s576 -257.92 576 -576c0 -126.336 -41.8564 -242.304 -110.848 -337.152zM832 768
c247.552 0 448 200.576 448 448s-200.448 448 -448 448c-247.424 0 -448 -200.576 -448 -448s200.576 -448 448 -448zM512 1152v128h640v-128h-640z" />
<glyph glyph-name="uniF436" unicode="&#xf436;"
d="M512 1408v128h128v-128h-128zM768 1408v128h128v-128h-128zM1024 1408v128h128v-128h-128zM1280 1536h128v-128h-128v128zM512 1152v128h128v-128h-128zM768 1152v128h128v-128h-128zM1024 1152v128h128v-128h-128zM1280 1152v128h128v-128h-128zM512 896v128h128v-128
h-128zM768 896v128h128v-128h-128zM1024 896v128h128v-128h-128zM1280 896v128h128v-128h-128zM512 640v128h128v-128h-128zM768 640v128h128v-128h-128zM1024 640v128h128v-128h-128zM1280 640v128h128v-128h-128z" />
<glyph glyph-name="uniF434" unicode="&#xf434;"
d="M1152 0l896 896v-896h-896z" />
<glyph glyph-name="uniF303" unicode="&#xf303;"
d="M960 1792c388.736 0 704 -315.136 704 -704c0 -388.736 -315.264 -704 -704 -704c-388.864 0 -704 315.264 -704 704c0 388.864 315.136 704 704 704zM960 512c317.952 0 576 257.92 576 576s-258.048 576 -576 576c-318.08 0 -576 -257.92 -576 -576
s257.92 -576 576 -576zM1024 1536v-421.504l297.984 -297.984l-90.4961 -90.4961l-335.488 335.488v474.496h128z" />
<glyph glyph-name="uniF464" unicode="&#xf464;"
d="M1536 1408l-768 -384l-768 384v128h1536v-128zM0 1216l768 -384l256 128v-448h-1024v704zM1920 1152c70.7842 0 128 -57.3438 128 -128v-640c0 -70.7842 -57.2158 -128 -128 -128h-640c-70.7842 0 -128 57.2158 -128 128v640c0 70.6562 57.2158 128 128 128h640z
M1920 640v128h-640v-128h640z" />
<glyph glyph-name="uniF109" unicode="&#xf109;"
d="M256 1280h384l384 384v-1280l-384 384h-384v512zM1295.49 1295.62c69.5039 -69.5039 112.512 -165.504 112.512 -271.616s-43.0078 -202.112 -112.512 -271.488l-90.4961 90.4961c46.3359 46.208 75.0078 110.208 75.0078 180.992
c0 70.6562 -28.6719 134.656 -75.0078 181.12zM1476.61 1476.61c115.712 -115.841 187.392 -275.841 187.392 -452.608c0 -176.896 -71.6797 -336.896 -187.392 -452.608l-90.4961 90.4961c92.6719 92.6719 149.888 220.672 149.888 362.112
c0 141.312 -57.2158 269.44 -149.888 361.984z" />
<glyph glyph-name="uniF428" unicode="&#xf428;"
d="M1024 1280c141.312 0 256 -114.688 256 -256s-114.688 -256 -256 -256s-256 114.688 -256 256s114.688 256 256 256z" />
</font>
</defs></svg>

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 189 KiB

View file

@ -0,0 +1,64 @@
/**
* File customizer.js.
*
* Theme Customizer enhancements for a better user experience.
*
* Contains handlers to make Theme Customizer preview reload changes asynchronously.
*/
( function( $ ) {
// Collect information from panel-customizer.js about which panels are opening
wp.customize.bind( 'preview-ready', function() {
wp.customize.preview.bind( 'section-highlight', function( data ) {
// If there's an expanded panel section, scroll down to that panel & highlight in the preview
if ( true === data.expanded ) {
$.scrollTo( $( '.' + data.section ), {
duration: 600,
offset: { 'top': -40 }
} );
$( '.' + data.section ).addClass( 'lodestar-highlight' );
// If we've left the panel, remove the highlight and scroll back to the top
} else {
$.scrollTo( $( '#masthead' ), {
duration: 300,
offset: { 'top': 0 }
} );
$( '.' + data.section ).removeClass( 'lodestar-highlight' );
}
} );
} );
// Site title and description.
wp.customize( 'blogname', function( value ) {
value.bind( function( to ) {
$( '.site-title a' ).text( to );
} );
} );
wp.customize( 'blogdescription', function( value ) {
value.bind( function( to ) {
$( '.site-description' ).text( to );
} );
} );
// Header text color.
wp.customize( 'header_textcolor', function( value ) {
value.bind( function( to ) {
if ( 'blank' === to ) {
$( '.site-title a, .site-description' ).css( {
'clip': 'rect(1px, 1px, 1px, 1px)',
'position': 'absolute'
} );
} else {
$( '.site-title a, .site-description' ).css( {
'clip': 'auto',
'position': 'relative'
} );
$( '.site-title a, .site-description' ).css( {
'color': to
} );
}
} );
} );
} )( jQuery );

View file

@ -0,0 +1,149 @@
( function( $ ) {
var $header = $( '.header-top:first' ),
$headerHeight = $( '.header-top' ).innerHeight(),
$headerOffset = $( '.custom-header' ).innerHeight(),
$headerHiddenClass = 'site-header-hidden',
$headerFixedClass = 'site-header-fixed',
$navigation = $( '.main-navigation' ),
$navMenuItem = $navigation.find( '.menu-item' ),
navigationHeight,
navigationOuterHeight,
navPadding,
navMenuItemHeight,
idealNavHeight,
navIsNotTooTall;
// adjust header margin based on height of menu
function adjustHeaderMargin(){
// check to see if on mobile by checking menu-toggle display
if ( 'none' === $( '.menu-toggle').css( 'display') ) {
// Don't define this 'til we're using it, it may change
$headerHeight = $( '.header-top' ).innerHeight();
// if yes, we want to bump the custom header down a bit, so the menu doesn't cut it off
$( '.custom-header-image').css( 'margin-top', $headerHeight );
}
}
// Make sure the nav isn't taller than two rows
navigationHeight = $navigation.height();
navMenuItemHeight = $navMenuItem.outerHeight() * 3;
idealNavHeight = navMenuItemHeight;
navIsNotTooTall = navigationHeight <= idealNavHeight;
//we add the scroll class to the navs
function adjustScrollClass() {
// Make sure we're not on a mobile screen
if ( 'none' === $( '.menu-toggle').css( 'display') ) {
if ( $( window ).scrollTop() <= $headerOffset && $header.hasClass( $headerFixedClass ) ) {
$header.removeClass( $headerFixedClass );
$header.addClass( $headerHiddenClass );
} else if ( $( window ).scrollTop() >= $headerOffset ) { //If the scroll is more than the custom header
// Make sure the menu is not too tall
if ( navIsNotTooTall || navMenuItemHeight == 0 ) {
// Don't define this 'til we're using it, it may change
$headerHeight = $( '.header-top' ).innerHeight( true );
// If not, fix that header!
$header.addClass( $headerFixedClass );
$header.removeClass( $headerHiddenClass );
$( '.custom-header' ).css( 'margin-top', $headerHeight );
}
} else {
//If not we remove it
$header.removeClass( $headerFixedClass );
$header.removeClass( $headerHiddenClass );
$( '.custom-header' ).css( 'margin-top', 'auto' );
}
}
}
// Check to see if iOS device
// iOS devices make a mess of background-attachment: fixed and background-size: cover
function checkiOS() {
return /iPad|iPhone|iPod/.test(navigator.userAgent) && ! window.MSStream;
}
/*
* Test if background-attachment: fixed is supported.
* @link http://stackoverflow.com/questions/14115080/detect-support-for-background-attachment-fixed
*/
function supportsFixedBackground() {
var el = document.createElement('div'),
isSupported;
try {
if ( ! ( 'backgroundAttachment' in el.style ) || checkiOS() ) {
return false;
}
el.style.backgroundAttachment = 'fixed';
isSupported = ( 'fixed' === el.style.backgroundAttachment );
return isSupported;
}
catch (e) {
return false;
}
}
// Let's fire some JavaScript!
$( document ).ready( function() {
// On load, we want to adjust the header margin
adjustHeaderMargin();
adjustScrollClass();
// We also want to check the device, and add a class if not iOS:
if ( false === supportsFixedBackground() ) {
document.documentElement.className += ' no-background-fixed';
}
} );
// On scroll, we want to stick/unstick the header
$( window ).on( 'scroll', function() {
adjustScrollClass();
} );
// we also want to do the same on window rezize
$( window ).on( 'resize', function() {
setTimeout( adjustHeaderMargin, 500 );
} );
// Use mutant observer to check when .wf-active is added to theme for Custom Fonts.
// That way we can make sure the header is the correct height when it happens.
var MutationObserver = window.MutationObserver || window.WebKitMutationObserver || window.MozMutationObserver;
$.fn.attrchange = function(callback) {
if (MutationObserver) {
var options = {
subtree: false,
attributes: true
};
var observer = new MutationObserver(function(mutations) {
mutations.forEach(function(e) {
callback.call(e.target, e.attributeName);
});
});
return this.each(function() {
observer.observe(this, options);
});
}
}
$( 'html' ).attrchange( function( attrName ) {
if( attrName == 'class' && $( 'html').hasClass( 'wf-active' ) ) {
adjustHeaderMargin();
}
} );
} )( jQuery );

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,241 @@
/*!
* Lazy Load - jQuery plugin for lazy loading images
*
* Copyright (c) 2007-2015 Mika Tuupola
*
* Licensed under the MIT license:
* http://www.opensource.org/licenses/mit-license.php
*
* Project home:
* http://www.appelsiini.net/projects/lazyload
*
* Version: 1.9.7
*
*/
(function($, window, document, undefined) {
var $window = $(window);
$.fn.lazyload = function(options) {
var elements = this;
var $container;
var settings = {
threshold : 0,
failure_limit : 0,
event : "scroll",
effect : "show",
container : window,
data_attribute : "original",
skip_invisible : false,
appear : null,
load : null,
placeholder : "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAoHBwgHBgoICAgLCgoLDhgQDg0NDh0VFhEYIx8lJCIfIiEmKzcvJik0KSEiMEExNDk7Pj4+JS5ESUM8SDc9Pjv/2wBDAQoLCw4NDhwQEBw7KCIoOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozv/wAARCAACAAMDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAUEAEAAAAAAAAAAAAAAAAAAAAA/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AIyAD//Z"
};
function update() {
var counter = 0;
elements.each(function() {
var $this = $(this);
if (settings.skip_invisible && !$this.is(":visible")) {
return;
}
if ($.abovethetop(this, settings) ||
$.leftofbegin(this, settings)) {
/* Nothing. */
} else if (!$.belowthefold(this, settings) &&
!$.rightoffold(this, settings)) {
$this.trigger("appear");
/* if we found an image we'll load, reset the counter */
counter = 0;
} else {
if (++counter > settings.failure_limit) {
return false;
}
}
});
}
if(options) {
/* Maintain BC for a couple of versions. */
if (undefined !== options.failurelimit) {
options.failure_limit = options.failurelimit;
delete options.failurelimit;
}
if (undefined !== options.effectspeed) {
options.effect_speed = options.effectspeed;
delete options.effectspeed;
}
$.extend(settings, options);
}
/* Cache container as jQuery as object. */
$container = (settings.container === undefined ||
settings.container === window) ? $window : $(settings.container);
/* Fire one scroll event per scroll. Not one scroll event per image. */
if (0 === settings.event.indexOf("scroll")) {
$container.on(settings.event, function() {
return update();
});
}
this.each(function() {
var self = this;
var $self = $(self);
self.loaded = false;
/* If no src attribute given use data:uri. */
if ($self.attr("src") === undefined || $self.attr("src") === false) {
if ($self.is("img")) {
$self.attr("src", settings.placeholder);
}
}
/* When appear is triggered load original image. */
$self.one("appear", function() {
if (!this.loaded) {
if (settings.appear) {
var elements_left = elements.length;
settings.appear.call(self, elements_left, settings);
}
$("<img />")
.one("load", function() {
var original = $self.attr("data-" + settings.data_attribute);
$self.hide();
if ($self.is("img")) {
$self.attr("src", original);
} else {
$self.css("background-image", "url('" + original + "')");
}
$self[settings.effect](settings.effect_speed);
self.loaded = true;
/* Remove image from array so it is not looped next time. */
var temp = $.grep(elements, function(element) {
return !element.loaded;
});
elements = $(temp);
if (settings.load) {
var elements_left = elements.length;
settings.load.call(self, elements_left, settings);
}
})
.attr("src", $self.attr("data-" + settings.data_attribute));
}
});
/* When wanted event is triggered load original image */
/* by triggering appear. */
if (0 !== settings.event.indexOf("scroll")) {
$self.on(settings.event, function() {
if (!self.loaded) {
$self.trigger("appear");
}
});
}
});
/* Check if something appears when window is resized. */
$window.on("resize", function() {
update();
});
/* With IOS5 force loading images when navigating with back button. */
/* Non optimal workaround. */
if ((/(?:iphone|ipod|ipad).*os 5/gi).test(navigator.appVersion)) {
$window.on("pageshow", function(event) {
if (event.originalEvent && event.originalEvent.persisted) {
elements.each(function() {
$(this).trigger("appear");
});
}
});
}
/* Force initial check if images should appear. */
$(document).ready(function() {
update();
});
return this;
};
/* Convenience methods in jQuery namespace. */
/* Use as $.belowthefold(element, {threshold : 100, container : window}) */
$.belowthefold = function(element, settings) {
var fold;
if (settings.container === undefined || settings.container === window) {
fold = (window.innerHeight ? window.innerHeight : $window.height()) + $window.scrollTop();
} else {
fold = $(settings.container).offset().top + $(settings.container).height();
}
return fold <= $(element).offset().top - settings.threshold;
};
$.rightoffold = function(element, settings) {
var fold;
if (settings.container === undefined || settings.container === window) {
fold = $window.width() + $window.scrollLeft();
} else {
fold = $(settings.container).offset().left + $(settings.container).width();
}
return fold <= $(element).offset().left - settings.threshold;
};
$.abovethetop = function(element, settings) {
var fold;
if (settings.container === undefined || settings.container === window) {
fold = $window.scrollTop();
} else {
fold = $(settings.container).offset().top;
}
return fold >= $(element).offset().top + settings.threshold + $(element).height();
};
$.leftofbegin = function(element, settings) {
var fold;
if (settings.container === undefined || settings.container === window) {
fold = $window.scrollLeft();
} else {
fold = $(settings.container).offset().left;
}
return fold >= $(element).offset().left + settings.threshold + $(element).width();
};
$.inviewport = function(element, settings) {
return !$.rightoffold(element, settings) && !$.leftofbegin(element, settings) &&
!$.belowthefold(element, settings) && !$.abovethetop(element, settings);
};
/* Custom selectors for your convenience. */
/* Use as $("img:below-the-fold").something() or */
/* $("img").filter(":below-the-fold").something() which is faster */
$.extend($.expr[":"], {
"below-the-fold" : function(a) { return $.belowthefold(a, {threshold : 0}); },
"above-the-top" : function(a) { return !$.belowthefold(a, {threshold : 0}); },
"right-of-screen": function(a) { return $.rightoffold(a, {threshold : 0}); },
"left-of-screen" : function(a) { return !$.rightoffold(a, {threshold : 0}); },
"in-viewport" : function(a) { return $.inviewport(a, {threshold : 0}); },
/* Maintain BC for couple of versions. */
"above-the-fold" : function(a) { return !$.belowthefold(a, {threshold : 0}); },
"right-of-fold" : function(a) { return $.rightoffold(a, {threshold : 0}); },
"left-of-fold" : function(a) { return !$.rightoffold(a, {threshold : 0}); }
});
})(jQuery, window, document);

View file

@ -0,0 +1,209 @@
/*!
* jQuery.scrollTo
* Copyright (c) 2007-2015 Ariel Flesler - aflesler<a>gmail<d>com | http://flesler.blogspot.com
* Licensed under MIT
* http://flesler.blogspot.com/2007/10/jqueryscrollto.html
* @projectDescription Lightweight, cross-browser and highly customizable animated scrolling with jQuery
* @author Ariel Flesler
* @version 2.1.2
*/
;(function(factory) {
'use strict';
if (typeof define === 'function' && define.amd) {
// AMD
define( ['jquery'], factory );
} else if (typeof module !== 'undefined' && module.exports) {
// CommonJS
module.exports = factory( require( 'jquery' ) );
} else {
// Global
factory( jQuery );
}
})(function($) {
'use strict';
var $scrollTo = $.scrollTo = function(target, duration, settings) {
return $( window ).scrollTo( target, duration, settings );
};
$scrollTo.defaults = {
axis:'xy',
duration: 0,
limit:true
};
function isWin(elem) {
return ! elem.nodeName ||
$.inArray( elem.nodeName.toLowerCase(), ['iframe','#document','html','body'] ) !== -1;
}
$.fn.scrollTo = function(target, duration, settings) {
if (typeof duration === 'object') {
settings = duration;
duration = 0;
}
if (typeof settings === 'function') {
settings = { onAfter:settings };
}
if (target === 'max') {
target = 9e9;
}
settings = $.extend( {}, $scrollTo.defaults, settings );
// Speed is still recognized for backwards compatibility
duration = duration || settings.duration;
// Make sure the settings are given right
var queue = settings.queue && settings.axis.length > 1;
if (queue) {
// Let's keep the overall duration
duration /= 2;
}
settings.offset = both( settings.offset );
settings.over = both( settings.over );
return this.each(function() {
// Null target yields nothing, just like jQuery does
if (target === null) { return; }
var win = isWin( this ),
elem = win ? this.contentWindow || window : this,
$elem = $( elem ),
targ = target,
attr = {},
toff;
switch (typeof targ) {
// A number will pass the regex
case 'number':
case 'string':
if (/^([+-]=?)?\d+(\.\d+)?(px|%)?$/.test( targ )) {
targ = both( targ );
// We are done
break;
}
// Relative/Absolute selector
targ = win ? $( targ ) : $( targ, elem );
/* falls through */
case 'object':
if (targ.length === 0) { return; }
// DOMElement / jQuery
if (targ.is || targ.style) {
// Get the real position of the target
toff = (targ = $( targ )).offset();
}
}
var offset = $.isFunction( settings.offset ) && settings.offset( elem, targ ) || settings.offset;
$.each(settings.axis.split( '' ), function(i, axis) {
var Pos = axis === 'x' ? 'Left' : 'Top',
pos = Pos.toLowerCase(),
key = 'scroll' + Pos,
prev = $elem[key](),
max = $scrollTo.max( elem, axis );
if (toff) {// jQuery / DOMElement
attr[key] = toff[pos] + (win ? 0 : prev - $elem.offset()[pos]);
// If it's a dom element, reduce the margin
if (settings.margin) {
attr[key] -= parseInt( targ.css( 'margin' + Pos ), 10 ) || 0;
attr[key] -= parseInt( targ.css( 'border' + Pos + 'Width' ), 10 ) || 0;
}
attr[key] += offset[pos] || 0;
if (settings.over[pos]) {
// Scroll to a fraction of its width/height
attr[key] += targ[axis === 'x'?'width':'height']() * settings.over[pos];
}
} else {
var val = targ[pos];
// Handle percentage values
attr[key] = val.slice && val.slice( -1 ) === '%' ?
parseFloat( val ) / 100 * max
: val;
}
// Number or 'number'
if (settings.limit && /^\d+$/.test( attr[key] )) {
// Check the limits
attr[key] = attr[key] <= 0 ? 0 : Math.min( attr[key], max );
}
// Don't waste time animating, if there's no need.
if ( ! i && settings.axis.length > 1) {
if (prev === attr[key]) {
// No animation needed
attr = {};
} else if (queue) {
// Intermediate animation
animate( settings.onAfterFirst );
// Don't animate this axis again in the next iteration.
attr = {};
}
}
});
animate( settings.onAfter );
function animate(callback) {
var opts = $.extend({}, settings, {
// The queue setting conflicts with animate()
// Force it to always be true
queue: true,
duration: duration,
complete: callback && function() {
callback.call( elem, targ, settings );
}
});
$elem.animate( attr, opts );
}
});
};
// Max scrolling position, works on quirks mode
// It only fails (not too badly) on IE, quirks mode.
$scrollTo.max = function(elem, axis) {
var Dim = axis === 'x' ? 'Width' : 'Height',
scroll = 'scroll' + Dim;
if ( ! isWin( elem )) {
return elem[scroll] - $( elem )[Dim.toLowerCase()](); }
var size = 'client' + Dim,
doc = elem.ownerDocument || elem.document,
html = doc.documentElement,
body = doc.body;
return Math.max( html[scroll], body[scroll] ) - Math.min( html[size], body[size] );
};
function both(val) {
return $.isFunction( val ) || $.isPlainObject( val ) ? val : { top:val, left:val };
}
// Add special hooks so that window scroll properties can be animated
$.Tween.propHooks.scrollLeft = $.Tween.propHooks.scrollTop = {
get: function(t) {
return $( t.elem )[t.prop]();
},
set: function(t) {
var curr = this.get( t );
// If interrupt is true and user scrolled, stop animating
if (t.options.interrupt && t._last && t._last !== curr) {
return $( t.elem ).stop();
}
var next = Math.round( t.now );
// Don't waste CPU
// Browsers don't render floating point scroll
if (curr !== next) {
$( t.elem )[t.prop](next);
t._last = this.get( t );
}
}
};
// AMD requirement
return $scrollTo;
});

View file

@ -0,0 +1,112 @@
/**
* File navigation.js.
*
* Handles toggling the navigation menu for small screens and enables TAB key
* navigation support for dropdown menus.
*/
( function() {
var container, button, menu, links, subMenus, i, len;
container = document.getElementById( 'site-navigation' );
if ( ! container ) {
return;
}
button = container.getElementsByTagName( 'button' )[0];
if ( 'undefined' === typeof button ) {
return;
}
menu = container.getElementsByTagName( 'ul' )[0];
// Hide menu toggle button if menu is empty and return early.
if ( 'undefined' === typeof menu ) {
button.style.display = 'none';
return;
}
menu.setAttribute( 'aria-expanded', 'false' );
if ( -1 === menu.className.indexOf( 'nav-menu' ) ) {
menu.className += ' nav-menu';
}
button.onclick = function() {
if ( -1 !== container.className.indexOf( 'toggled' ) ) {
container.className = container.className.replace( ' toggled', '' );
button.setAttribute( 'aria-expanded', 'false' );
menu.setAttribute( 'aria-expanded', 'false' );
} else {
container.className += ' toggled';
button.setAttribute( 'aria-expanded', 'true' );
menu.setAttribute( 'aria-expanded', 'true' );
}
};
// Get all the link elements within the menu.
links = menu.getElementsByTagName( 'a' );
subMenus = menu.getElementsByTagName( 'ul' );
// Set menu items with submenus to aria-haspopup="true".
for ( i = 0, len = subMenus.length; i < len; i++ ) {
subMenus[i].parentNode.setAttribute( 'aria-haspopup', 'true' );
}
// Each time a menu link is focused or blurred, toggle focus.
for ( i = 0, len = links.length; i < len; i++ ) {
links[i].addEventListener( 'focus', toggleFocus, true );
links[i].addEventListener( 'blur', toggleFocus, true );
}
/**
* Sets or removes .focus class on an element.
*/
function toggleFocus() {
var self = this;
// Move up through the ancestors of the current link until we hit .nav-menu.
while ( -1 === self.className.indexOf( 'nav-menu' ) ) {
// On li elements toggle the class .focus.
if ( 'li' === self.tagName.toLowerCase() ) {
if ( -1 !== self.className.indexOf( 'focus' ) ) {
self.className = self.className.replace( ' focus', '' );
} else {
self.className += ' focus';
}
}
self = self.parentElement;
}
}
// Fix child menus for touch devices.
function fixMenuTouchTaps( container ) {
var touchStartFn,
parentLink = container.querySelectorAll( '.menu-item-has-children > a, .page_item_has_children > a' );
if ( 'ontouchstart' in window ) {
touchStartFn = function( e ) {
var menuItem = this.parentNode;
if ( ! menuItem.classList.contains( 'focus' ) ) {
e.preventDefault();
for( var i = 0; i < menuItem.parentNode.children.length; ++i ) {
if ( menuItem === menuItem.parentNode.children[i] ) {
continue;
}
menuItem.parentNode.children[i].classList.remove( 'focus' );
}
menuItem.classList.add( 'focus' );
} else {
menuItem.classList.remove( 'focus' );
}
};
for ( var i = 0; i < parentLink.length; ++i ) {
parentLink[i].addEventListener( 'touchstart', touchStartFn, false )
}
}
}
fixMenuTouchTaps( container );
} )();

View file

@ -0,0 +1,43 @@
/**
* Theme Customizer enhancements, specific to panels, for a better user experience.
*
* This allows us to detect when the user has opened specific sections within the Customizer,
* and adjust our preview pane accordingly.
*/
( function( $ ) {
wp.customize.bind( 'ready', function() {
// Detect when the section for each panel is expanded (or closed) so we can adjust preview accordingly
wp.customize.section( 'lodestar_panel1' ).expanded.bind( function( isExpanding ) {
// isExpanding will = true if you're entering the section, false if you're leaving it
wp.customize.previewer.send( 'section-highlight', { section: 'lodestar-panel1', expanded: isExpanding } );
} );
// Detect when the section for each panel is expanded (or closed) so we can adjust preview accordingly
wp.customize.section( 'lodestar_panel2' ).expanded.bind( function( isExpanding ) {
// isExpanding will = true if you're entering the section, false if you're leaving it
wp.customize.previewer.send( 'section-highlight', { section: 'lodestar-panel2', expanded: isExpanding } );
} );
// Detect when the section for each panel is expanded (or closed) so we can adjust preview accordingly
wp.customize.section( 'lodestar_panel3' ).expanded.bind( function( isExpanding ) {
// isExpanding will = true if you're entering the section, false if you're leaving it
wp.customize.previewer.send( 'section-highlight', { section: 'lodestar-panel3', expanded: isExpanding } );
} );
// Detect when the section for each panel is expanded (or closed) so we can adjust preview accordingly
wp.customize.section( 'lodestar_panel4' ).expanded.bind( function( isExpanding ) {
// isExpanding will = true if you're entering the section, false if you're leaving it
wp.customize.previewer.send( 'section-highlight', { section: 'lodestar-panel4', expanded: isExpanding } );
} );
// Detect when the section for each panel is expanded (or closed) so we can adjust preview accordingly
wp.customize.section( 'lodestar_footer_settings' ).expanded.bind( function( isExpanding ) {
// isExpanding will = true if you're entering the section, false if you're leaving it
wp.customize.previewer.send( 'section-highlight', { section: 'lodestar-footer-settings', expanded: isExpanding } );
} );
} );
} )( jQuery );

View file

@ -0,0 +1,68 @@
/**
* File portfolio-page.js
*
* JavaScript specific to the portfolio-page.php template.
*
* Loads Isotope, handles sorting and triggers lazy-loading for images
*/
( function( $ ) {
// Define porfolio project wrapper
$grid = $( '.portfolio-wrapper' );
$( window ).load( function() {
// Determine text direction
var $ltr = true;
if ( $('html' ).attr( 'dir' ) == 'rtl') {
$ltr = false;
}
// Initialize Isotope
$grid.isotope( {
itemSelector: '.jetpack-portfolio',
layoutMode: 'fitRows',
animationEngine: 'best-available',
originLeft: $ltr,
columnWidth: $grid.width() / 2,
resize: false
} );
} );
// Portfolio Project filtering
$( '.project-terms a' ).click( function( e ) {
e.preventDefault();
// Remove 'current-type' class from previously highlighted link
$( '.project-terms a.current-type' ).removeClass( 'current-type' );
// Add to link that was clicked
$( this ).addClass( 'current-type' );
// If the 'All' link was clicked, show all
if ( $( this ).hasClass( 'types-all' ) ) {
$grid.isotope( { filter: '*' } );
// Otherwise, sort based on data attribute
} else {
// Returns format gettypeid-#### - we just want the numbers, so we split them off the end
var $get_typeid = $(this).attr( 'data-get-typeid' ).split('-')[1];
// Filter projects by class
$grid.isotope( { filter: '.typeid-' + $get_typeid } );
}
// Make sure all the lazy loaded images are visible when filtering
$( '.portfolio-featured-image' ).trigger( 'appear' );
} );
// Lazy load project images
$(function() {
$( '.portfolio-featured-image' ).lazyload( {
effect: 'fadeIn',
threshold: 200,
} );
} );
} )( jQuery );

View file

@ -0,0 +1,33 @@
/**
* File skip-link-focus-fix.js.
*
* Helps with accessibility for keyboard only users.
*
* Learn more: https://git.io/vWdr2
*/
( function() {
var isWebkit = navigator.userAgent.toLowerCase().indexOf( 'webkit' ) > -1,
isOpera = navigator.userAgent.toLowerCase().indexOf( 'opera' ) > -1,
isIe = navigator.userAgent.toLowerCase().indexOf( 'msie' ) > -1;
if ( ( isWebkit || isOpera || isIe ) && document.getElementById && window.addEventListener ) {
window.addEventListener( 'hashchange', function() {
var id = location.hash.substring( 1 ),
element;
if ( ! ( /^[A-z0-9_-]+$/.test( id ) ) ) {
return;
}
element = document.getElementById( id );
if ( element ) {
if ( ! ( /^(?:a|select|input|button|textarea)$/i.test( element.tagName ) ) ) {
element.tabIndex = -1;
}
element.focus();
}
}, false );
}
})();

75
lodestar/comments.php Normal file
View file

@ -0,0 +1,75 @@
<?php
/**
* The template for displaying comments.
*
* This is the template that displays the area of the page that contains both the current comments
* and the comment form.
*
* @link https://codex.wordpress.org/Template_Hierarchy
*
* @package Lodestar
*/
/*
* If the current post is protected by a password and
* the visitor has not yet entered the password we will
* return early without loading the comments.
*/
if ( post_password_required() ) {
return;
}
?>
<div id="comments" class="comments-area">
<?php
// You can start editing here -- including this comment!
if ( have_comments() ) : ?>
<h2 class="comments-title">
<?php
$comment_count = get_comments_number();
if ( '1' === $comment_count ) {
printf(
/* translators: 1: title. */
esc_html__( 'One thought on &ldquo;%1$s&rdquo;', 'lodestar' ),
'<span>' . get_the_title() . '</span>'
);
} else {
printf( // WPCS: XSS OK.
/* translators: 1: comment count number, 2: title. */
esc_html( _nx( '%1$s thought on &ldquo;%2$s&rdquo;', '%1$s thoughts on &ldquo;%2$s&rdquo;', $comment_count, 'comments title', 'lodestar' ) ),
number_format_i18n( $comment_count ),
'<span>' . get_the_title() . '</span>'
);
}
?>
</h2>
<?php the_comments_navigation(); ?>
<ol class="comment-list">
<?php
wp_list_comments( array(
'avatar_size' => 100,
'style' => 'ol',
'short_ping' => true,
) );
?>
</ol>
<?php the_comments_navigation();
endif; // Check for have_comments().
// If comments are closed and there are comments, let's leave a little note, shall we?
if ( ! comments_open() && get_comments_number() && post_type_supports( get_post_type(), 'comments' ) ) : ?>
<p class="no-comments"><?php esc_html_e( 'Comments are closed.', 'lodestar' ); ?></p>
<?php
endif;
comment_form();
?>
</div><!-- #comments -->

View file

@ -0,0 +1,26 @@
<?php
/**
* The template used for displaying Jetpack Portfolio posts on single porfolio pages
*
* @package Lodestar
*/
?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<header class="entry-header">
<?php lodestar_portfolio_title( '<h1 class="page-title">', '</h1>' ); ?>
</header>
<?php lodestar_portfolio_content( '<div class="portfolio-content"><div class="page-content">', '</div></div>' ); ?>
</article><!-- #post-<?php the_ID(); ?> -->
<div class="portfolio-projects" id="portfolio-projects">
<div class="portfolio-wrapper" id="main">
<?php while ( have_posts() ) : the_post(); ?>
<?php get_template_part( 'components/features/portfolio/content', 'portfolio' ); ?>
<?php endwhile; ?>
</div><!-- .portfolio-wrapper -->
</div><!-- .portfolio-projects -->

View file

@ -0,0 +1,48 @@
<?php
/**
* The template used for displaying Jetpack Portfolio posts on single portfolio pages
*
* @package Lodestar
*/
?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php if ( has_post_thumbnail() ) : ?>
<div class="post-thumbnail">
<?php the_post_thumbnail( 'lodestar-portfolio-featured-image' ); ?>
</div>
<?php endif; ?>
<header class="entry-header">
<?php if ( is_single() ) {
the_title( '<h1 class="entry-title">', '</h1>' );
} else {
the_title( '<h2 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h2>' );
} ?>
<div class="entry-meta">
<?php lodestar_portfolio_meta(); ?>
</div><!-- .entry-meta -->
</header>
<div class="entry-content">
<?php
the_content();
wp_link_pages( array(
'before' => '<div class="page-links">' . esc_html__( 'Pages:', 'lodestar' ),
'after' => '</div>',
) );
?>
</div><!-- .entry-content -->
<footer class="entry-footer">
<?php lodestar_entry_footer(); ?>
</footer><!-- .entry-footer -->
<?php lodestar_author_bio(); ?>
</article><!-- #post-<?php the_ID(); ?> -->

View file

@ -0,0 +1,66 @@
<?php
/**
* The template used for displaying Jetpack Portfolio posts on single porfolio pages
*
* @package Lodestar
*/
?>
<?php
if ( have_posts() ) :
while ( have_posts() ) : the_post(); ?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<header class="entry-header">
<?php the_title( '<h1>', '</h1>' ); ?>
</header>
<div class="entry-content">
<?php the_content(); ?>
</div>
</article><!-- #post-<?php the_ID(); ?> -->
<?php endwhile;
endif;
?>
<?php
if ( get_query_var( 'paged' ) ) {
$paged = get_query_var( 'paged' );
} elseif ( get_query_var( 'page' ) ) {
$paged = get_query_var( 'page' );
} else {
$paged = 1;
}
/**
* Query projects with a fixed posts-per-page. The category sorting in the template works
* best if all projects are loaded. A limit of 120 makes sure not too many projects are
* loaded at once, and the page speed is helped by lazy loading images.
*/
$args = array(
'post_type' => 'jetpack-portfolio',
'posts_per_page' => '120',
'paged' => $paged,
);
$project_query = new WP_Query ( $args );
?>
<div class="portfolio-projects" id="portfolio-projects">
<?php if ( post_type_exists( 'jetpack-portfolio' ) && $project_query -> have_posts() ) : ?>
<?php lodestar_project_terms(); ?>
<div class="portfolio-wrapper" id="main">
<?php while ( $project_query -> have_posts() ) : $project_query -> the_post(); ?>
<?php get_template_part( 'components/features/portfolio/content', 'portfolio' ); ?>
<?php endwhile; ?>
</div><!-- .portfolio-wrapper -->
<?php endif; ?>
</div><!-- .portfolio-projects -->

View file

@ -0,0 +1,55 @@
<?php
/**
* The template used for displaying Jetpack Portfolio posts on single portfolio pages
*
* @package Lodestar
*/
?>
<?php
// Add post ID plus formatting as class for filtering
$portfolio_data = lodestar_portfolio_data();
?>
<article id="post-<?php the_ID(); ?>" <?php post_class( $portfolio_data ); ?>>
<?php if ( has_post_thumbnail() ) : ?>
<div class="post-thumbnail">
<?php
$project_image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'lodestar-portfolio-archive-image' );
$alt_text = get_post_meta( get_post_thumbnail_id( $post->ID ), '_wp_attachment_image_alt', true );
if ( is_page_template( 'templates/portfolio-page.php' ) ) : ?>
<img data-original="<?php echo esc_url( $project_image[0] ); ?>" width="900" height="600" class="portfolio-featured-image" alt="<?php echo esc_attr( $alt_text ); ?>" title="<?php the_title_attribute(); ?>">
<?php else : ?>
<img src="<?php echo esc_url( $project_image[0] ); ?>" width="900" height="600" class="portfolio-featured-image" alt="<?php echo esc_attr( $alt_text ); ?>" title="<?php the_title_attribute(); ?>">
<?php endif; ?>
</div><!-- .post-thumbnail -->
<?php endif; ?>
<div class="project-archive-content">
<div class="project-archive-content-wrapper">
<header class="entry-header">
<?php if ( is_single() ) {
the_title( '<h1 class="entry-title">', '</h1>' );
} else {
the_title( '<h2 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h2>' );
} ?>
</header>
<div class="entry-meta">
<?php lodestar_portfolio_meta(); ?>
</div><!-- .entry-meta -->
<footer class="entry-footer">
<?php lodestar_edit_post_link(); ?>
</footer><!-- .entry-footer -->
</div><!-- .project-archive-content-wrap -->
</div><!-- .project-archive-content -->
</article><!-- #post-<?php the_ID(); ?> -->

View file

@ -0,0 +1,24 @@
<?php
/**
* The template used for displaying testimonials.
*
* @package Lodestar
*/
?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<div class="entry-content">
<?php the_content(); ?>
</div>
<div class="testimonial-about">
<?php if ( has_post_thumbnail() ) : ?>
<div class="post-thumbnail"><?php the_post_thumbnail( 'lodestar-thumbnail-avatar' ); ?></div>
<?php endif; ?>
<header class="entry-header">
<?php the_title( '<h2 class="entry-title">', '</h2>' ); ?>
<?php lodestar_edit_link( get_the_ID() ); ?>
</header>
</div>
</article>

View file

@ -0,0 +1,29 @@
<?php
/**
* Query and loop for testimonials.
*
* @package Lodestar
*/
?>
<?php
$testimonials = new WP_Query( array(
'post_type' => 'jetpack-testimonial',
'order' => 'ASC',
'orderby' => 'menu_order',
'posts_per_page' => 2,
'no_found_rows' => true,
) );
?>
<?php if ( $testimonials->have_posts() ) : ?>
<div id="front-page-testimonials" class="front-testimonials testimonials">
<div class="grid-row">
<?php
while ( $testimonials->have_posts() ) : $testimonials->the_post();
get_template_part( 'components/features/testimonials/content', 'testimonials' );
endwhile;
wp_reset_postdata();
?>
</div>
</div>
<?php endif; ?>

View file

@ -0,0 +1,21 @@
<?php
/**
* Displays footer image from Customizer on front-page.php
*
* @package Lodestar
*/
?>
<?php
$footer_image = get_theme_mod( 'lodestar_footer_image' );
$has_footer_image = '';
if ( ! empty( $footer_image ) ) {
$has_footer_image = ' has-footer-image';
}
if ( ( ! empty( $footer_image ) || is_customize_preview() ) && lodestar_is_frontpage() ) { ?>
<div class="footer-image lodestar-panel <?php echo esc_attr( $has_footer_image ); ?>" style="background-image: url( <?php echo esc_url( $footer_image ); ?> )">
<span class="panel lodestar-footer-settings">
<span class="lodestar-panel-title"><?php esc_html_e( 'Footer Image', 'lodestar' ); ?></span>
</span>
</div>
<?php }
?>

View file

@ -0,0 +1,36 @@
<?php
/**
* Displays footer widgets if assigned.
*
* @package Lodestar
*/
?>
<?php
if ( is_active_sidebar( 'sidebar-2' ) ||
is_active_sidebar( 'sidebar-3' ) ||
is_active_sidebar( 'sidebar-4' ) ) {
?>
<aside class="widget-area" role="complementary">
<div class="wrap">
<?php
if ( is_active_sidebar( 'sidebar-2' ) ) { ?>
<div class="widget-column">
<?php dynamic_sidebar( 'sidebar-2' ); ?>
</div>
<?php }
if ( is_active_sidebar( 'sidebar-3' ) ) { ?>
<div class="widget-column">
<?php dynamic_sidebar( 'sidebar-3' ); ?>
</div>
<?php }
if ( is_active_sidebar( 'sidebar-4' ) ) { ?>
<div class="widget-column">
<?php dynamic_sidebar( 'sidebar-4' ); ?>
<?php } ?>
</div>
</aside><!-- .widget-area -->
<?php } ?>

View file

@ -0,0 +1,7 @@
<div class="site-info">
<div class="wrap">
<a href="<?php echo esc_url( __( 'https://wordpress.org/', 'lodestar' ) ); ?>"><?php printf( esc_html__( 'Proudly powered by %s', 'lodestar' ), 'WordPress' ); ?></a>
<span class="sep"> | </span>
<?php printf( esc_html__( 'Theme: %1$s by %2$s.', 'lodestar' ), 'Lodestar', '<a href="http://automattic.com/" rel="designer">Automattic</a>' ); ?>
</div><!-- .wrap -->
</div><!-- .site-info -->

View file

@ -0,0 +1,13 @@
<?php
$lodestar_header_top_text_1 = get_theme_mod( 'lodestar_header_top_text_1' );
$lodestar_header_top_text_2 = get_theme_mod( 'lodestar_header_top_text_2' );
if ( ( ! empty( $lodestar_header_top_text_1 ) || ! empty( $lodestar_header_top_text_2 ) ) || is_customize_preview() ) : ?>
<div class="site-top-content">
<?php
echo '<span class="site-top-content-1">' . wp_kses_post( $lodestar_header_top_text_1 ) . '</span>';
if ( ! empty( $lodestar_header_top_text_2 ) || is_customize_preview() ) {
echo '<span class="site-top-content-2">' . wp_kses_post( $lodestar_header_top_text_2 ) . '</span>';
} ?>
</div>
<?php endif; ?>

View file

@ -0,0 +1,45 @@
<div class="custom-header">
<?php
$header_image = get_header_image();
$jetpack_portfolio_featured_image = get_option( 'jetpack_portfolio_featured_image' );
// If this is a single post or page with a featured image (but not a portfolio)
if ( has_post_thumbnail() && ( is_singular() && 'jetpack-portfolio' !== get_post_type() && lodestar_jetpack_featured_image_display() ) ) :
$post_thumbnail_id = get_post_thumbnail_id( $post->ID );
$thumbnail_attributes = wp_get_attachment_image_src( $post_thumbnail_id, 'lodestar-featured-image' );
?>
<div class="custom-header-image" style="background-image: url(<?php echo esc_url( $thumbnail_attributes[0] ); ?>)">
<?php get_template_part( 'components/header/site', 'branding' ); ?>
</div>
<?php
// Else if this is a portfolio archive, and the Portfolio featured image is set
// TODO: Decide if this image should also be shown for Portfolio types and tags archives
elseif (
( is_post_type_archive( 'jetpack-portfolio' ) || is_tax( 'jetpack-portfolio-type' ) || is_tax( 'jetpack-portfolio-tag') || 'jetpack-portfolio' === get_post_type() ) && isset( $jetpack_portfolio_featured_image ) && '' != $jetpack_portfolio_featured_image ) :
$featured_image_attributes = wp_get_attachment_image_src( $jetpack_portfolio_featured_image, 'lodestar-featured-image' ); ?>
<div class="custom-header-image" style="background-image: url(<?php echo esc_url( $featured_image_attributes[0] ); ?>)">
<?php get_template_part( 'components/header/site', 'branding' ); ?>
</div>
<?php
// Else if the Custom Header image has been set
elseif ( ! empty( $header_image ) ) : ?>
<div class="custom-header-image" style="background-image: url(<?php echo esc_url( $header_image ); ?>)">
<?php get_template_part( 'components/header/site', 'branding' ); ?>
</div>
<?php
// Otherwise, show an empty header background.
else : ?>
<div class="custom-header-image">
<?php get_template_part( 'components/header/site', 'branding' ); ?>
</div>
<?php endif; ?>
</div><!-- .custom-header -->

View file

@ -0,0 +1,18 @@
<div class="site-branding">
<div class="wrap">
<?php lodestar_the_custom_logo(); ?>
<?php if ( is_front_page() && is_home() ) : ?>
<h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1>
<?php else : ?>
<p class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></p>
<?php endif; ?>
<?php $description = get_bloginfo( 'description', 'display' );
if ( $description || is_customize_preview() ) : ?>
<p class="site-description"><?php echo $description; /* WPCS: xss ok. */ ?></p>
<?php endif; ?>
</div><!-- .wrap -->
</div><!-- .site-branding -->

View file

@ -0,0 +1,7 @@
<nav id="site-navigation" class="main-navigation" role="navigation" aria-label="<?php esc_attr_e( 'Top Menu', 'lodestar' ); ?>">
<button class="menu-toggle" aria-controls="top-menu" aria-expanded="false"><?php esc_html_e( 'Menu', 'lodestar' ); ?></button>
<?php wp_nav_menu( array(
'theme_location' => 'top',
'menu_id' => 'top-menu',
) ); ?>
</nav><!-- #site-navigation -->

View file

@ -0,0 +1,150 @@
<?php
/**
* Template part for displaying pages on front page.
*
* @package Lodestar
*/
global $lodestarcounter;
$current_panel_layout = 'lodestar_panel' . $lodestarcounter . '_layout';
$panel_layout = get_theme_mod( $current_panel_layout, 'one-column' );
?>
<article id="post-<?php the_ID(); ?>" <?php post_class( 'lodestar-panel ' . esc_attr( $panel_layout ) ); ?> >
<span class="panel lodestar-panel<?php echo esc_attr( $lodestarcounter ); ?>" id="panel<?php echo esc_attr( $lodestarcounter ); ?>">
<span class="lodestar-panel-title"><?php printf( esc_html__( 'Panel %1$s', 'lodestar' ), esc_attr( $lodestarcounter ) ); ?></span>
</span>
<?php if ( has_post_thumbnail() ) :
$thumbnail = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'lodestar-featured-image' );
$post_thumbnail_id = get_post_thumbnail_id( $post->ID );
$thumbnail_attributes = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'lodestar-featured-image' );
//Calculate aspect ratio: h / w * 100%
$ratio = $thumbnail_attributes[2] / $thumbnail_attributes[1] * 100;
?>
<div class="panel-image" style="background-image: url(<?php echo esc_url( $thumbnail[0] ); ?>);">
<div class="panel-image-prop" style="padding-top: <?php echo esc_attr( $ratio ); ?>%"></div>
</div>
<?php endif; ?>
<div class="panel-content">
<div class="wrap">
<header class="entry-header">
<?php the_title( '<h2 class="entry-title">', '</h2>' ); ?>
<?php lodestar_edit_link( get_the_ID() ); ?>
</header><!-- .entry-header -->
<div class="entry-content">
<?php
/* translators: %s: Name of current post */
the_content( sprintf(
wp_kses( __( 'Continue reading %s <span class="meta-nav">&rarr;</span>', 'lodestar' ), array( 'span' => array( 'class' => array() ) ) ),
the_title( '<span class="screen-reader-text">"', '"</span>', false )
) );
?>
</div><!-- .entry-content -->
<?php
// Show portfolio projects
if ( 'templates/portfolio-page.php' === get_page_template_slug() ) :
// show 6 latest portfolio projects
$args = array(
'post_type' => 'jetpack-portfolio',
'posts_per_page' => 6,
'no_found_rows' => true,
);
$project_query = new WP_Query ( $args );
?>
<?php if ( post_type_exists( 'jetpack-portfolio' ) && $project_query -> have_posts() ) : ?>
<div class="portfolio-projects">
<?php
while ( $project_query -> have_posts() ) : $project_query -> the_post();
get_template_part( 'components/features/portfolio/content', 'portfolio' );
endwhile;
?>
</div><!-- .portfolio-projects -->
<?php endif; ?>
<?php wp_reset_postdata(); ?>
<?php
// Show testimpnials
elseif ( 'templates/testimonial-page.php' === get_page_template_slug() ) : ?>
<?php
// Show two random testimonials
$args = array(
'orderby' => 'rand',
'post_type' => 'jetpack-testimonial',
'posts_per_page' => 2,
'no_found_rows' => true,
);
$testimonial_query = new WP_Query ( $args );
?>
<?php if ( post_type_exists( 'jetpack-testimonial' ) && $testimonial_query -> have_posts() ) : ?>
<div class="testimonials">
<?php
while ( $testimonial_query -> have_posts() ) : $testimonial_query -> the_post();
get_template_part( 'components/features/testimonials/content', 'testimonials' );
endwhile;
?>
</div><!-- .testimonials -->
<?php endif; ?>
<?php wp_reset_postdata(); ?>
<?php
// Show recent blog posts
// (Note that get_option returns a string, so we're casting the result as an int).
elseif ( get_the_ID() === (int) get_option( 'page_for_posts' ) ) : ?>
<?php // Show four most recent posts.
$args = array(
'posts_per_page' => 2,
'post_status' => 'publish',
'ignore_sticky_posts' => true,
'no_found_rows' => true,
);
$recent_posts = new WP_Query ( $args );
?>
<?php if ( $recent_posts->have_posts() ) : ?>
<div class="recent-posts">
<?php
while ( $recent_posts->have_posts() ) : $recent_posts->the_post();
get_template_part( 'components/post/content', 'excerpt' );
endwhile;
?>
</div><!-- .recent-posts -->
<?php endif; ?>
<?php wp_reset_postdata(); ?>
<?php endif; ?>
</div><!-- .wrap -->
</div><!-- .panel-content -->
</article><!-- #post-## -->

View file

@ -0,0 +1,16 @@
<article id="post-<?php the_ID(); ?>" <?php post_class( 'lodestar-intro' ); ?> >
<div class="entry-content">
<?php
the_content();
wp_link_pages( array(
'before' => '<div class="page-links">' . esc_html__( 'Pages:', 'lodestar' ),
'after' => '</div>',
'link_before' => '<span>',
'link_after' => '</span>'
) );
?>
</div>
<?php lodestar_edit_link( get_the_ID() ); ?>
</article><!-- #post-## -->

View file

@ -0,0 +1,31 @@
<?php
/**
* Template part for displaying page content in page.php.
*
* @link https://codex.wordpress.org/Template_Hierarchy
*
* @package Lodestar
*/
?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<header class="entry-header">
<?php the_title( '<h1 class="entry-title">', '</h1>' ); ?>
</header>
<div class="entry-content">
<?php
the_content();
wp_link_pages( array(
'before' => '<div class="page-links">' . esc_html__( 'Pages:', 'lodestar' ),
'after' => '</div>',
'link_before' => '<span>',
'link_after' => '</span>'
) );
?>
</div>
<footer class="entry-footer">
<?php lodestar_edit_link( get_the_ID() ); ?>
</footer>
</article><!-- #post-## -->

View file

@ -0,0 +1,28 @@
<?php
/**
* Template part for displaying results in search pages.
*
* @link https://codex.wordpress.org/Template_Hierarchy
*
* @package Lodestar
*/
?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<header class="entry-header">
<?php the_title( sprintf( '<h2 class="entry-title"><a href="%s" rel="bookmark">', esc_url( get_permalink() ) ), '</a></h2>' ); ?>
<?php if ( 'post' === get_post_type() ) : ?>
<div class="entry-meta">
<?php lodestar_posted_on(); ?>
</div><!-- .entry-meta -->
<?php endif; ?>
</header>
<div class="entry-summary">
<?php the_excerpt(); ?>
</div>
<footer class="entry-footer">
<?php lodestar_edit_post_link(); ?>
</footer><!-- .entry-footer -->
</article>

View file

@ -0,0 +1,35 @@
<?php
/**
* Template part for displaying a message that posts cannot be found.
*
* @link https://codex.wordpress.org/Template_Hierarchy
*
* @package Lodestar
*/
?>
<section class="no-results not-found">
<header class="page-header">
<h1 class="page-title"><?php esc_html_e( 'Nothing Found', 'lodestar' ); ?></h1>
</header>
<div class="page-content">
<?php
if ( is_home() && current_user_can( 'publish_posts' ) ) : ?>
<p><?php printf( wp_kses( __( 'Ready to publish your first post? <a href="%1$s">Get started here</a>.', 'lodestar' ), array( 'a' => array( 'href' => array() ) ) ), esc_url( admin_url( 'post-new.php' ) ) ); ?></p>
<?php elseif ( is_search() ) : ?>
<p><?php esc_html_e( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'lodestar' ); ?></p>
<?php
get_search_form();
else : ?>
<p><?php esc_html_e( 'It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.', 'lodestar' ); ?></p>
<?php
get_search_form();
endif; ?>
</div>
</section><!-- .no-results -->

View file

@ -0,0 +1,57 @@
<?php
/**
* Template part for displaying posts.
*
* @link https://codex.wordpress.org/Template_Hierarchy
*
* @package Lodestar
*/
?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php if ( has_post_thumbnail() && ! is_single() ) : ?>
<div class="post-thumbnail">
<a href="<?php the_permalink(); ?>">
<?php the_post_thumbnail( 'lodestar-featured-archive-image' ); ?>
</a>
</div>
<?php endif; ?>
<header class="entry-header">
<?php
if ( is_single() ) {
the_title( '<h1 class="entry-title">', '</h1>' );
} else {
the_title( '<h2 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h2>' );
}
if ( 'post' === get_post_type() ) : ?>
<div class="entry-meta">
<?php lodestar_posted_on(); ?>
</div><!-- .entry-meta -->
<?php endif;
?>
</header>
<div class="entry-content">
<?php
the_content( sprintf(
/* translators: %s: Name of current post. */
wp_kses( __( 'Continue reading %s <span class="meta-nav">&rarr;</span>', 'lodestar' ), array( 'span' => array( 'class' => array() ) ) ),
the_title( '<span class="screen-reader-text">"', '"</span>', false )
) );
wp_link_pages( array(
'before' => '<div class="page-links">' . esc_html__( 'Pages:', 'lodestar' ),
'after' => '</div>',
'link_before' => '<span>',
'link_after' => '</span>'
) );
?>
</div>
<footer class="entry-footer">
<?php lodestar_entry_footer(); ?>
</footer><!-- .entry-footer -->
<?php lodestar_author_bio(); ?>
</article><!-- #post-## -->

29
lodestar/footer.php Normal file
View file

@ -0,0 +1,29 @@
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the #content div and all content after.
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package Lodestar
*/
?>
</div>
<?php get_template_part( 'components/footer/footer', 'image' ); ?>
<footer id="colophon" class="site-footer" role="contentinfo">
<?php
lodestar_social_menu();
get_template_part( 'components/footer/footer', 'widgets' );
get_template_part( 'components/footer/site', 'info' );
?>
</footer>
</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>

75
lodestar/front-page.php Normal file
View file

@ -0,0 +1,75 @@
<?php
/**
* The front page template file.
*
* If the user has selected a static page for their homepage, this is what will
* appear.
* Learn more: http://codex.wordpress.org/Template_Hierarchy
*
* @package Lodestar
*/
// Access global variable directly to set content_width
if ( isset( $GLOBALS['content_width'] ) ) {
$GLOBALS['content_width'] = 1120;
}
get_header(); ?>
<div id="primary" class="content-area">
<main id="main" class="site-main" role="main">
<?php // Show the selected frontpage content
if ( have_posts() ) :
while ( have_posts() ) : the_post();
echo '<div class="wrap">';
get_template_part( 'components/page/content', 'front-page' );
echo '</div>';
endwhile;
else : // I'm not sure it's possible to have no posts when this page is shown, but WTH
echo '<div class="wrap">';
get_template_part( 'components/post/content', 'none' );
echo '</div>';
endif; ?>
<?php
// Get each of our panels and show the post data
$panels = array( '1', '2', '3', '4' );
$titles = array();
global $lodestarcounter; // Used in components/page/content-front-page-panels.php file.
if ( 0 !== lodestar_panel_count() || is_customize_preview() ) : //If we have pages to show...
$lodestarcounter = 1;
foreach ( $panels as $panel ) :
if ( get_theme_mod( 'lodestar_panel' . $panel ) ) :
$post = get_post( get_theme_mod( 'lodestar_panel' . $panel ) );
setup_postdata( $post );
set_query_var( 'lodestar_panel', $panel );
$titles[] = get_the_title(); //Put page titles in an array for use in navigation
get_template_part( 'components/page/content', 'front-page-panels' );
wp_reset_postdata();
else :
// output placeholder anchor
echo '<article class="lodestar-panel panel-placeholder">';
echo '<span class="panel lodestar-panel' . esc_attr( $lodestarcounter ) .' label-placeholder" id="panel' . esc_attr( $lodestarcounter ) . '">';
echo '<span class="lodestar-panel-title">' . sprintf( esc_html__( 'Panel %1$s Placeholder', 'lodestar' ), esc_attr( $lodestarcounter ) ) . '</span>';
echo '</span></article>';
endif;
$lodestarcounter++;
endforeach;
?>
<?php endif; // if ( 0 !== lodestar_panel_count() )
?>
</main><!-- #main -->
</div><!-- #primary -->
<?php get_footer(); ?>

305
lodestar/functions.php Normal file
View file

@ -0,0 +1,305 @@
<?php
/**
* components functions and definitions.
*
* @link https://developer.wordpress.org/themes/basics/theme-functions/
*
* @package Lodestar
*/
if ( ! function_exists( 'lodestar_setup' ) ) :
/**
* Sets up theme defaults and registers support for various WordPress features.
*
* Note that this function is hooked into the aftercomponentsetup_theme hook, which
* runs before the init hook. The init hook is too late for some features, such
* as indicating support for post thumbnails.
*/
function lodestar_setup() {
/*
* Make theme available for translation.
* Translations can be filed in the /languages/ directory.
* If you're building a theme based on components, use a find and replace
* to change 'lodestar' to the name of your theme in all the template files.
*/
load_theme_textdomain( 'lodestar', get_template_directory() . '/languages' );
// Add default posts and comments RSS feed links to head.
add_theme_support( 'automatic-feed-links' );
/*
* Let WordPress manage the document title.
* By adding theme support, we declare that this theme does not use a
* hard-coded <title> tag in the document head, and expect WordPress to
* provide it for us.
*/
add_theme_support( 'title-tag' );
/*
* Enable support for Post Thumbnails on posts and pages.
*
* @link https://developer.wordpress.org/themes/functionality/featured-images-post-thumbnails/
*/
add_theme_support( 'post-thumbnails' );
add_image_size( 'lodestar-featured-image', 2000, 1200, true );
add_image_size( 'lodestar-featured-archive-image', 700, 9999 );
add_image_size( 'lodestar-portfolio-image', 2000, 9999 );
add_image_size( 'lodestar-portfolio-archive-image', 900, 600, true );
add_image_size( 'lodestar-thumbnail-avatar', 100, 100, true );
add_image_size( 'lodestar-logo', 2400, 400 );
// This theme uses wp_nav_menu() in one location.
register_nav_menus( array(
'top' => esc_html__( 'Top', 'lodestar' ),
) );
/*
* Switch default core markup for search form, comment form, and comments
* to output valid HTML5.
*/
add_theme_support( 'html5', array(
'search-form',
'comment-form',
'comment-list',
'gallery',
'caption',
) );
// Set up the WordPress core custom background feature.
add_theme_support( 'custom-background', apply_filters( 'lodestar_custom_background_args', array(
'default-color' => 'ffffff',
'default-image' => '',
) ) );
// Add support to selectively refresh widgets in Customizer
add_theme_support( 'customize_selective_refresh_widgets' );
// Add theme support for Custom Logo.
add_theme_support( 'custom-logo', array(
'width' => 2400,
'height' => 400,
'flex-width' => true,
'flex-height' => true,
'header-text' => array( 'site-title', 'site-description' ),
) );
}
endif;
add_action( 'after_setup_theme', 'lodestar_setup' );
/**
* Set the content width in pixels, based on the theme's design and stylesheet.
*
* Priority 0 to make it available to lower priority callbacks.
*
* @global int $content_width
*/
function lodestar_content_width() {
$GLOBALS['content_width'] = apply_filters( 'lodestar_content_width', 700 );
}
add_action( 'after_setup_theme', 'lodestar_content_width', 0 );
/**
* Custom function that modifies the_custom_logo output slightly
*/
function lodestar_the_custom_logo() {
if ( has_custom_logo() ) {
$custom_logo_id = get_theme_mod( 'custom_logo' );
$custom_logo_attr = array(
'class' => 'site-logo',
'itemprop' => 'logo',
);
printf( '<a href="%1$s" class="site-logo-link" rel="home" itemprop="url">%2$s</a>',
esc_url( home_url( '/' ) ),
wp_get_attachment_image( $custom_logo_id , 'lodestar-logo', false, $custom_logo_attr )
);
}
}
/**
* Register custom fonts
*/
function lodestar_fonts_url() {
$fonts_url = '';
/* Translators: If there are characters in your language that are not
* supported by Work Sans, translate this to 'off'. Do not translate
* into your own language.
*/
$work_sans = esc_html_x( 'on', 'work_sans font: on or off', 'lodestar' );
/* Translators: If there are characters in your language that are not
* supported by Karla, translate this to 'off'. Do not translate
* into your own language.
*/
$karla = esc_html_x( 'on', 'Karla font: on or off', 'lodestar' );
if ( 'off' !== $work_sans || 'off' !== $karla ) {
$font_families = array();
if ( 'off' !== $work_sans ) {
$font_families[] = 'Work Sans:800';
}
if ( 'off' !== $karla ) {
$font_families[] = 'Karla:400,400italic,700,700italic';
}
$query_args = array(
'family' => urlencode( implode( '|', $font_families ) ),
'subset' => urlencode( 'latin,latin-ext' ),
);
$fonts_url = add_query_arg( $query_args, 'https://fonts.googleapis.com/css' );
}
return esc_url_raw( $fonts_url );
}
/**
* Register widget area.
*
* @link https://developer.wordpress.org/themes/functionality/sidebars/#registering-a-sidebar
*/
function lodestar_widgets_init() {
register_sidebar( array(
'name' => esc_html__( 'Sidebar', 'lodestar' ),
'id' => 'sidebar-1',
'description' => '',
'before_widget' => '<section id="%1$s" class="widget %2$s">',
'after_widget' => '</section>',
'before_title' => '<h2 class="widget-title">',
'after_title' => '</h2>',
) );
register_sidebar( array(
'name' => esc_html__( 'Footer 1', 'lodestar' ),
'id' => 'sidebar-2',
'description' => '',
'before_widget' => '<section id="%1$s" class="widget %2$s">',
'after_widget' => '</section>',
'before_title' => '<h2 class="widget-title">',
'after_title' => '</h2>',
) );
register_sidebar( array(
'name' => esc_html__( 'Footer 2', 'lodestar' ),
'id' => 'sidebar-3',
'description' => '',
'before_widget' => '<section id="%1$s" class="widget %2$s">',
'after_widget' => '</section>',
'before_title' => '<h2 class="widget-title">',
'after_title' => '</h2>',
) );
register_sidebar( array(
'name' => esc_html__( 'Footer 3', 'lodestar' ),
'id' => 'sidebar-4',
'description' => '',
'before_widget' => '<section id="%1$s" class="widget %2$s">',
'after_widget' => '</section>',
'before_title' => '<h2 class="widget-title">',
'after_title' => '</h2>',
) );
// echo esc_attr( lodestar_widget_column_class( 'sidebar-1' ) );
}
add_action( 'widgets_init', 'lodestar_widgets_init' );
/**
* Wrap avatars in div for easier styling
*/
function lodestar_get_avatar( $avatar ) {
if ( ! is_admin() ) {
$avatar = '<span class="avatar-container">' . $avatar . '</span>';
}
return $avatar;
}
add_filter( 'get_avatar', 'lodestar_get_avatar', 10, 5 );
/**
* Use front-page.php when Front page displayes is set to a static page.
*
* @param string $template front-page.php.
*
* @return string The template to be used: blank if is_home() is true (defaults to index.php), else $template.
*/
function lodestar_front_page_template( $template ) {
return is_home() ? '' : $template;
}
add_filter( 'frontpage_template', 'lodestar_front_page_template' );
/**
* Enqueue scripts and styles.
*/
function lodestar_scripts() {
wp_enqueue_style( 'lodestar-style', get_stylesheet_uri() );
wp_enqueue_style( 'lodestar_fonts_url', lodestar_fonts_url(), array(), null );
wp_enqueue_style( 'genericons', get_template_directory_uri() . '/assets/fonts/genericons.css', array(), null );
wp_enqueue_script( 'lodestar-navigation', get_template_directory_uri() . '/assets/js/navigation.js', array(), '20151215', true );
wp_enqueue_script( 'lodestar-global', get_template_directory_uri() . '/assets/js/global.js', array( 'jquery' ), '20151215', true );
wp_enqueue_script( 'lodestar-skip-link-focus-fix', get_template_directory_uri() . '/assets/js/skip-link-focus-fix.js', array(), '20151215', true );
// Scroll effects (only loaded on front page in Customizer)
if ( lodestar_is_frontpage() && is_customize_preview() ) :
wp_enqueue_script( 'scrollTo', get_template_directory_uri() . '/assets/js/jquery.scrollTo.js', array( 'jquery' ), '20151030', true );
endif;
if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) {
wp_enqueue_script( 'comment-reply' );
}
// Portfolio navigation (only loaded on Portfolio Template)
if ( is_page_template( 'templates/portfolio-page.php' ) ) :
wp_enqueue_script( 'lazyload', get_template_directory_uri() . '/assets/js/jquery.lazyload.js', array( 'jquery' ), '20160719', true );
wp_enqueue_script( 'isotope', get_template_directory_uri() . '/assets/js/isotope.pkgd.js', array( 'jquery' ), '20160719', true );
wp_enqueue_script( 'lodestar-portfolio-page', get_template_directory_uri() . '/assets/js/portfolio-page.js', array( 'jquery', 'isotope', 'lazyload' ), '20160719', true );
endif;
}
add_action( 'wp_enqueue_scripts', 'lodestar_scripts' );
/**
* Implement the Custom Header feature.
*/
require get_template_directory() . '/inc/custom-header.php';
/**
* Custom template tags for this theme.
*/
require get_template_directory() . '/inc/template-tags.php';
/**
* Custom functions that act independently of the theme templates.
*/
require get_template_directory() . '/inc/extras.php';
/**
* Customizer additions.
*/
require get_template_directory() . '/inc/customizer.php';
/**
* Load Jetpack compatibility file.
*/
require get_template_directory() . '/inc/jetpack.php';
/**
* Load WooCommerce compatibility file.
*/
if ( class_exists( 'WooCommerce' ) ) {
require( get_template_directory() . '/inc/woocommerce.php' );
}

45
lodestar/header.php Normal file
View file

@ -0,0 +1,45 @@
<?php
/**
* The header for our theme.
*
* This is the template that displays all of the <head> section and everything up until <div id="content">
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package Lodestar
*/
?><!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<div id="page" class="site">
<a class="skip-link screen-reader-text" href="#content"><?php esc_html_e( 'Skip to content', 'lodestar' ); ?></a>
<header id="masthead" class="site-header" role="banner">
<div class="header-top">
<div class="wrap">
<?php get_template_part( 'components/navigation/navigation', 'top' ); ?>
<?php get_template_part( 'components/header/content', 'top' ); ?>
<?php // Add Woocommerce Cart to header if Woocommerce exists
if ( class_exists( 'WooCommerce' ) ) {
lodestar_woocommerce_header_cart();
}
?>
</div>
</div><!-- .header-top -->
<?php get_template_part( 'components/header/header', 'image' ); ?>
</header>
<div id="content" class="site-content">

View file

@ -0,0 +1,65 @@
<?php
/**
* Custom Header feature
* http://codex.wordpress.org/Custom_Headers
*
* @package Lodestar
*/
/**
* Set up the WordPress core custom header feature.
*
* @uses lodestar_header_style()
*/
function lodestar_custom_header_setup() {
add_theme_support( 'custom-header', apply_filters( 'lodestar_custom_header_args', array(
'default-image' => get_template_directory_uri() . '/assets/images/header.jpg',
'default-text-color' => 'ffffff',
'width' => 2000,
'height' => 1200,
'flex-height' => true,
'wp-head-callback' => 'lodestar_header_style',
) ) );
}
add_action( 'after_setup_theme', 'lodestar_custom_header_setup' );
if ( ! function_exists( 'lodestar_header_style' ) ) :
/**
* Styles the header image and text displayed on the blog
*
* @see lodestar_custom_header_setup().
*/
function lodestar_header_style() {
$header_text_color = get_header_textcolor();
// If no custom options for text are set, let's bail
// get_header_textcolor() options: add_theme_support( 'custom-header' ) is default, hide text (returns 'blank') or any hex value.
if ( get_theme_support( 'custom-header', 'default-text-color' ) === $header_text_color ) {
return;
}
// If we get this far, we have custom styles. Let's do this.
?>
<style type="text/css">
<?php
// Has the text been hidden?
if ( 'blank' === $header_text_color ) :
?>
.site-title,
.site-description {
position: absolute;
clip: rect(1px, 1px, 1px, 1px);
}
<?php
// If the user has set a custom color for the text use that.
else :
?>
.site-title a,
.site-description {
color: #<?php echo esc_attr( $header_text_color ); ?>;
}
<?php endif; ?>
</style>
<?php
}
endif; // lodestar_header_style

254
lodestar/inc/customizer.php Normal file
View file

@ -0,0 +1,254 @@
<?php
/**
* Lodestar Theme Customizer.
*
* @package Lodestar
*/
/**
* Add postMessage support for site title and description for the Theme Customizer.
*
* @param WP_Customize_Manager $wp_customize Theme Customizer object.
*/
function lodestar_customize_register( $wp_customize ) {
$wp_customize->get_setting( 'blogname' )->transport = 'postMessage';
$wp_customize->get_setting( 'blogdescription' )->transport = 'postMessage';
$wp_customize->get_setting( 'header_textcolor' )->transport = 'postMessage';
/**
* Add the Theme Options section
*/
$wp_customize->add_panel( 'lodestar_options_panel', array(
'title' => esc_html__( 'Theme Options', 'lodestar' ),
'description' => esc_html__( 'Configure your theme settings', 'lodestar' ),
) );
// Top of site content
$wp_customize->add_section( 'lodestar_top_of_site', array(
'title' => esc_html__( 'Header Top Text', 'lodestar' ),
'panel' => 'lodestar_options_panel',
'description' => esc_html__( 'Add a short bit of content to the top of your website.', 'lodestar' ),
) );
$wp_customize->add_setting( 'lodestar_header_top_text_1', array(
'sanitize_callback' => 'wp_kses_post',
) );
$wp_customize->add_control( 'lodestar_header_top_text_1', array(
'section' => 'lodestar_top_of_site',
'type' => 'textarea',
'priority' => 1,
'label' => esc_html__( 'Header Top Text 1', 'lodestar' ),
) );
$wp_customize->add_setting( 'lodestar_header_top_text_2', array(
'sanitize_callback' => 'wp_kses_post',
) );
$wp_customize->add_control( 'lodestar_header_top_text_2', array(
'section' => 'lodestar_top_of_site',
'type' => 'textarea',
'priority' => 1,
'label' => esc_html__( 'Header Top Text 2', 'lodestar' ),
) );
// Panel 1
$wp_customize->add_section( 'lodestar_panel1', array(
'title' => esc_html__( 'Panel 1', 'lodestar' ),
'active_callback' => 'is_front_page',
'panel' => 'lodestar_options_panel',
'description' => esc_html__( 'Add an image to your panel by setting a featured image in the page editor. If you don&rsquo;t select a page, this panel will not be displayed.', 'lodestar' ),
) );
$wp_customize->add_setting( 'lodestar_panel1', array(
'default' => false,
'sanitize_callback' => 'lodestar_sanitize_numeric_value',
) );
$wp_customize->add_control( 'lodestar_panel1', array(
'label' => esc_html__( 'Panel Content', 'lodestar' ),
'section' => 'lodestar_panel1',
'type' => 'dropdown-pages',
) );
$wp_customize->add_setting( 'lodestar_panel1_layout', array(
'default' => 'one-column',
'sanitize_callback' => 'lodestar_sanitize_layout',
) );
$wp_customize->add_control( 'lodestar_panel1_layout', array(
'label' => esc_html__( 'Panel Layout', 'lodestar' ),
'section' => 'lodestar_panel1',
'type' => 'radio',
'choices' => array(
'one-column' => esc_html__( 'One Column', 'lodestar' ),
'two-column' => esc_html__( 'Two Column', 'lodestar' ),
),
) );
// Panel 2
$wp_customize->add_section( 'lodestar_panel2', array(
'title' => esc_html__( 'Panel 2', 'lodestar' ),
'active_callback' => 'is_front_page',
'panel' => 'lodestar_options_panel',
'description' => esc_html__( 'Add an image to your panel by setting a featured image in the page editor. If you don&rsquo;t select a page, this panel will not be displayed.', 'lodestar' ),
) );
$wp_customize->add_setting( 'lodestar_panel2', array(
'default' => false,
'sanitize_callback' => 'lodestar_sanitize_numeric_value',
) );
$wp_customize->add_control( 'lodestar_panel2', array(
'label' => esc_html__( 'Panel Content', 'lodestar' ),
'section' => 'lodestar_panel2',
'type' => 'dropdown-pages',
) );
$wp_customize->add_setting( 'lodestar_panel2_layout', array(
'default' => 'one-column',
'sanitize_callback' => 'lodestar_sanitize_layout',
) );
$wp_customize->add_control( 'lodestar_panel2_layout', array(
'label' => esc_html__( 'Panel Layout', 'lodestar' ),
'section' => 'lodestar_panel2',
'type' => 'radio',
'choices' => array(
'one-column' => esc_html__( 'One Column', 'lodestar' ),
'two-column' => esc_html__( 'Two Column', 'lodestar' ),
),
) );
// Panel 3
$wp_customize->add_section( 'lodestar_panel3', array(
'title' => esc_html__( 'Panel 3', 'lodestar' ),
'active_callback' => 'is_front_page',
'panel' => 'lodestar_options_panel',
'description' => esc_html__( 'Add an image to your panel by setting a featured image in the page editor. If you don&rsquo;t select a page, this panel will not be displayed.', 'lodestar' ),
) );
$wp_customize->add_setting( 'lodestar_panel3', array(
'default' => false,
'sanitize_callback' => 'lodestar_sanitize_numeric_value',
) );
$wp_customize->add_control( 'lodestar_panel3', array(
'label' => esc_html__( 'Panel Content', 'lodestar' ),
'section' => 'lodestar_panel3',
'type' => 'dropdown-pages',
) );
$wp_customize->add_setting( 'lodestar_panel3_layout', array(
'default' => 'one-column',
'sanitize_callback' => 'lodestar_sanitize_layout',
) );
$wp_customize->add_control( 'lodestar_panel3_layout', array(
'label' => esc_html__( 'Panel Layout', 'lodestar' ),
'section' => 'lodestar_panel3',
'type' => 'radio',
'choices' => array(
'one-column' => esc_html__( 'One Column', 'lodestar' ),
'two-column' => esc_html__( 'Two Column', 'lodestar' ),
),
) );
// Panel 4
$wp_customize->add_section( 'lodestar_panel4', array(
'title' => esc_html__( 'Panel 4', 'lodestar' ),
'active_callback' => 'is_front_page',
'panel' => 'lodestar_options_panel',
'description' => esc_html__( 'Add an image to your panel by setting a featured image in the page editor. If you don&rsquo;t select a page, this panel will not be displayed.', 'lodestar' ),
) );
$wp_customize->add_setting( 'lodestar_panel4', array(
'default' => false,
'sanitize_callback' => 'lodestar_sanitize_numeric_value',
) );
$wp_customize->add_control( 'lodestar_panel4', array(
'label' => esc_html__( 'Panel Content', 'lodestar' ),
'section' => 'lodestar_panel4',
'type' => 'dropdown-pages',
) );
$wp_customize->add_setting( 'lodestar_panel4_layout', array(
'default' => 'one-column',
'sanitize_callback' => 'lodestar_sanitize_layout',
) );
$wp_customize->add_control( 'lodestar_panel4_layout', array(
'label' => esc_html__( 'Panel Layout', 'lodestar' ),
'section' => 'lodestar_panel4',
'type' => 'radio',
'choices' => array(
'one-column' => esc_html__( 'One Column', 'lodestar' ),
'two-column' => esc_html__( 'Two Column', 'lodestar' ),
),
) );
// Footer Image
$wp_customize->add_section( 'lodestar_footer_settings', array(
'title' => esc_html__( 'Footer Image', 'lodestar' ),
'panel' => 'lodestar_options_panel',
'default' => '',
) );
$wp_customize->add_setting('lodestar_footer_image', array(
'transport' => 'refresh',
'sanitize_callback' => 'esc_url_raw',
) );
$wp_customize->add_control( new WP_Customize_Image_Control( $wp_customize,
'lodestar_footer_image', array(
'label' => esc_html__( 'Footer Image', 'lodestar' ),
'section' => 'lodestar_footer_settings',
'description' => esc_html__( 'Add an image to be displayed at the bottom of the Front Page template, above the footer.', 'lodestar' ),
) ) );
}
add_action( 'customize_register', 'lodestar_customize_register' );
/**
* Sanitize a numeric value
*/
function lodestar_sanitize_numeric_value( $input ) {
if ( is_numeric( $input ) ) {
return intval( $input );
} else {
return 0;
}
}
/**
* Sanitize a radio button
*/
function lodestar_sanitize_layout( $input ) {
$valid = array(
'one-column' => esc_html__( 'One Column', 'lodestar' ),
'two-column' => esc_html__( 'Two Column', 'lodestar' ),
);
if ( array_key_exists( $input, $valid ) ) {
return $input;
} else {
return '';
}
}
/**
* Binds JS handlers to make Theme Customizer preview reload changes asynchronously.
*/
function lodestar_customize_preview_js() {
wp_enqueue_script( 'lodestar_customizer', get_template_directory_uri() . '/assets/js/customizer.js', array( 'customize-preview' ), '20151215', true );
}
add_action( 'customize_preview_init', 'lodestar_customize_preview_js' );
/**
* Some extra JavaScript to improve the user experience in the Customizer for this theme.
*/
function lodestar_panels_js() {
wp_enqueue_script( 'lodestar_extra_js', get_template_directory_uri() . '/assets/js/panel-customizer.js', array(), '20151116', true );
}
add_action( 'customize_controls_enqueue_scripts', 'lodestar_panels_js' );

96
lodestar/inc/extras.php Normal file
View file

@ -0,0 +1,96 @@
<?php
/**
* Custom functions that act independently of the theme templates.
*
* Eventually, some of the functionality here could be replaced by core features.
*
* @package Lodestar
*/
/**
* Adds custom classes to the array of body classes.
*
* @param array $classes Classes for the body element.
* @return array
*/
function lodestar_body_classes( $classes ) {
// Add class of group-blog to blogs with more than 1 published author.
if ( is_multi_author() ) {
$classes[] = 'group-blog';
}
// Add class of hfeed to non-singular pages.
if ( ! is_singular() ) {
$classes[] = 'hfeed';
}
// Add class if we're viewing the Customizer for easier styling of theme options
if ( is_customize_preview() ) {
$classes[] = 'lodestar-customizer';
}
// Add class on front page
if ( is_front_page() && 'posts' !== get_option( 'show_on_front' ) ) {
$classes[] = 'lodestar-front-page';
}
// Add class if site has a Custom Logo
if ( has_custom_logo() ) {
$classes[] = 'has-site-logo';
}
// Add class if no custom header or featured images
$header_image = get_header_image();
if ( ! has_header_image() && ( ! has_post_thumbnail() || is_home() ) ) {
$classes[] = 'no-header-image';
}
// Add class if footer image has been added
$footer_image = get_theme_mod( 'lodestar_footer_image' );
if ( isset( $footer_image ) ) {
$classes[] = 'lodestar-footer-image';
}
// Add class if sidebar is used
if ( is_active_sidebar( 'sidebar-1' ) && ! lodestar_is_frontpage() ) {
$classes[] = 'has-sidebar';
}
// Add class if top header content is added or WooCommerce is active
$lodestar_header_top_text_1 = get_theme_mod( 'lodestar_header_top_text_1' );
$lodestar_header_top_text_2 = get_theme_mod( 'lodestar_header_top_text_2' );
if ( '' !== $lodestar_header_top_text_1 || '' !== $lodestar_header_top_text_2 || class_exists( 'WooCommerce' ) ) {
$classes[] = 'has-top-content';
}
return $classes;
}
add_filter( 'body_class', 'lodestar_body_classes' );
/*
* Count our number of active panels
* Primarily used to see if we have any panels active, duh.
*/
function lodestar_panel_count() {
$panels = array( '1', '2', '3', '4' );
$panel_count = 0;
foreach ( $panels as $panel ) :
if ( get_theme_mod( 'lodestar_panel' . $panel ) ) :
$panel_count++;
endif;
endforeach;
return $panel_count;
}
/**
* Checks to see if we're on the homepage or not.
*/
function lodestar_is_frontpage() {
if ( is_front_page() && ! is_home() ) :
return true;
else :
return false;
endif;
}

View file

@ -0,0 +1,116 @@
{
"settings": {
"options": {
"show_on_front": "page",
"stylesheet": "pub\/lodestar",
"featured-content": false
},
"theme_mods": {
"0": false,
"lodestar_site_top_content": false,
"lodestar_phone_number": false,
"nav_menu_locations": {
"primary": "primary"
},
"lodestar_panel1": "_hs_contact_page",
"lodestar_panel2": 0,
"lodestar_footer_image": "https:\/\/lodestardemo.files.wordpress.com\/2016\/06\/desk-ruler-designer-chair.jpeg",
"colors_manager": {
"0": false,
"cached": false
},
"header_textcolor": "ffffff",
"header_image": "https:\/\/lodestardemo.files.wordpress.com\/2016\/06\/cropped-homepage-services.jpg",
"header_image_data": {
"attachment_id": 156,
"url": "https:\/\/lodestardemo.files.wordpress.com\/2016\/06\/cropped-homepage-services.jpg",
"thumbnail_url": "https:\/\/lodestardemo.files.wordpress.com\/2016\/06\/cropped-homepage-services.jpg",
"height": 1142,
"width": 2000
},
"lodestar_header_top_text_1": "Call for Estimate",
"lodestar_header_top_text_2": "123-456-7890",
"lodestar_panel1_layout": "one-column",
"jetpack_testimonials": {
"page-title": "Praise",
"page-content": "<p>Check out what our clients think of our work!<\/p>\n"
},
"custom_css_post_id": -1
},
"headstart": {
"mapped_id_options": [],
"mapped_id_theme_mods": [
"lodestar_panel1"
],
"keep_submenu_items": true
}
},
"widgets": [
{
"id": "search-2",
"id_base": "search",
"settings": {
"title": "Search"
},
"sidebar": "sidebar-1",
"position": 0
}
],
"content": [
{
"post_title": "Contact",
"post_content": "[contact-form][contact-field label=\"Name\" type=\"name\" required=\"1\"\/][contact-field label=\"Email\" type=\"email\" required=\"1\"\/][contact-field label=\"Comment\" type=\"textarea\" required=\"1\"\/][\/contact-form]",
"post_status": "publish",
"menu_order": 3,
"comment_status": "closed",
"ping_status": "closed",
"post_type": "page",
"hs_custom_meta": "_hs_contact_page",
"hs_sharing": 0,
"hs_like_status": 0,
"attachment_url": "https:\/\/headstartdata.files.wordpress.com\/2016\/06\/person-smartphone-office-table.jpeg",
"hs_old_id": 101
},
{
"post_title": "The Journey Begins",
"post_content": "Thanks for joining me! <blockquote>Good company in a journey makes the way seem shorter. — Izaak Walton<\/blockquote><img class=\"wp-image-7 size-full\" src=\"https://twentysixteendemo.files.wordpress.com/2015/11/post.png\" alt=\"post\" width=\"1000\" height=\"563\" \/>",
"post_status": "publish",
"comment_status": "open",
"ping_status": "open",
"post_type": "post",
"hs_custom_meta": "_hs_first_post",
"hs_sharing": 0,
"hs_like_status": 0,
"hs_old_id": 102
},
{
"post_title": "Home",
"post_content": "Welcome to my site!",
"post_status": "publish",
"menu_order": 1,
"comment_status": "closed",
"ping_status": "closed",
"post_type": "page",
"hs_custom_meta": "_hs_front_page",
"hs_sharing": 0,
"hs_like_status": 0,
"attachment_url": "https:\/\/headstartdata.files.wordpress.com\/2017\/03\/pexels-photo.jpg",
"page_template": "default",
"hs_old_id": 103
},
{
"post_title": "Blog",
"post_content": "",
"post_status": "publish",
"menu_order": 4,
"comment_status": "closed",
"ping_status": "closed",
"post_type": "page",
"hs_custom_meta": "_hs_blog_page",
"hs_sharing": 0,
"hs_like_status": 0,
"attachment_url": "https:\/\/headstartdata.files.wordpress.com\/2017\/03\/pexels-photo-57690.jpg",
"hs_old_id": 104
}
]
}

View file

@ -0,0 +1,367 @@
<?php
add_filter( 'typekit_add_font_category_rules', function( $category_rules ) {
TypekitTheme::add_font_category_rule( $category_rules, 'body-text',
'body,
button,
input,
select,
textarea',
array(
array( 'property' => 'font-family', 'value' => '"Karla", "Helvetica Neue", helvetica, arial, sans-serif' ),
array( 'property' => 'font-size', 'value' => '16px' ),
)
);
TypekitTheme::add_font_category_rule( $category_rules, 'headings',
'h1,
h2,
h3,
h4,
h5,
h6',
array(
array( 'property' => 'font-family', 'value' => '"Work Sans", "Helvetica Neue", helvetica, arial, sans-serif' ),
array( 'property' => 'font-weight', 'value' => '800' ),
)
);
TypekitTheme::add_font_category_rule( $category_rules, 'headings',
'h1',
array(
array( 'property' => 'font-size', 'value' => '30px' ),
)
);
TypekitTheme::add_font_category_rule( $category_rules, 'headings',
'h2',
array(
array( 'property' => 'font-size', 'value' => '26px' ),
)
);
TypekitTheme::add_font_category_rule( $category_rules, 'headings',
'h3',
array(
array( 'property' => 'font-size', 'value' => '22px' ),
)
);
TypekitTheme::add_font_category_rule( $category_rules, 'headings',
'h4',
array(
array( 'property' => 'font-size', 'value' => '18px' ),
)
);
TypekitTheme::add_font_category_rule( $category_rules, 'headings',
'h5',
array(
array( 'property' => 'font-size', 'value' => '16px' ),
)
);
TypekitTheme::add_font_category_rule( $category_rules, 'headings',
'h6',
array(
array( 'property' => 'font-size', 'value' => '14px' ),
)
);
TypekitTheme::add_font_category_rule( $category_rules, 'body-text',
'cite,
dfn,
em,
i',
array(
array( 'property' => 'font-style', 'value' => 'italic' ),
)
);
TypekitTheme::add_font_category_rule( $category_rules, 'body-text',
'pre',
array(
array( 'property' => 'font-family', 'value' => '"Courier 10 Pitch", Courier, monospace' ),
array( 'property' => 'font-size', 'value' => '15px' ),
)
);
TypekitTheme::add_font_category_rule( $category_rules, 'body-text',
'code,
kbd,
tt,
var',
array(
array( 'property' => 'font-family', 'value' => 'Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace' ),
array( 'property' => 'font-size', 'value' => '15px' ),
)
);
TypekitTheme::add_font_category_rule( $category_rules, 'body-text',
'#infinite-handle span button,
#infinite-handle span button:focus,
#infinite-handle span button:hover,
button,
input[type="button"],
input[type="reset"],
input[type="submit"]',
array(
array( 'property' => 'font-size', 'value' => '14px' ),
)
);
TypekitTheme::add_font_category_rule( $category_rules, 'body-text',
'dt',
array(
array( 'property' => 'font-weight', 'value' => 'bold' ),
)
);
TypekitTheme::add_font_category_rule( $category_rules, 'headings',
'.site-title',
array(
array( 'property' => 'font-family', 'value' => '"Work Sans", "Helvetica Neue", helvetica, arial, sans-serif' ),
array( 'property' => 'font-size', 'value' => '30px' ),
array( 'property' => 'font-weight', 'value' => '800' ),
)
);
TypekitTheme::add_font_category_rule( $category_rules, 'headings',
'.site-description',
array(
array( 'property' => 'font-size', 'value' => '18px' ),
array( 'property' => 'font-family', 'value' => '"Karla", "Helvetica Neue", helvetica, arial, sans-serif' ),
)
);
TypekitTheme::add_font_category_rule( $category_rules, 'body-text',
'.menu-toggle',
array(
array( 'property' => 'font-size', 'value' => '16px' ),
)
);
TypekitTheme::add_font_category_rule( $category_rules, 'body-text',
'.lodestar-intro .entry-content',
array(
array( 'property' => 'font-size', 'value' => '20px' ),
)
);
TypekitTheme::add_font_category_rule( $category_rules, 'body-text',
'.nav-subtitle',
array(
array( 'property' => 'font-weight', 'value' => 'bold' ),
array( 'property' => 'font-weight', 'value' => '800' ),
)
);
TypekitTheme::add_font_category_rule( $category_rules, 'headings',
'.entry-author h2,
.entry-author h3',
array(
array( 'property' => 'font-size', 'value' => '16px' ),
)
);
TypekitTheme::add_font_category_rule( $category_rules, 'body-text',
'.project-terms-intro',
array(
array( 'property' => 'font-weight', 'value' => 'bold' ),
)
);
TypekitTheme::add_font_category_rule( $category_rules, 'headings',
'.comments-title',
array(
array( 'property' => 'font-size', 'value' => '24px' ),
)
);
TypekitTheme::add_font_category_rule( $category_rules, 'body-text',
'.comment-awaiting-moderation,
.no-comments',
array(
array( 'property' => 'font-style', 'value' => 'italic' ),
)
);
TypekitTheme::add_font_category_rule( $category_rules, 'headings',
'h2.widget-title',
array(
array( 'property' => 'font-size', 'value' => '18px' ),
)
);
TypekitTheme::add_font_category_rule( $category_rules, 'placeholder',
'.widget_goodreads div[class^="gr_custom_author"]',
array(
array( 'property' => 'font-size', 'value' => '12px' ),
)
);
TypekitTheme::add_font_category_rule( $category_rules, 'headings',
'.widget-grofile h4',
array(
array( 'property' => 'font-size', 'value' => '16px' ),
)
);
TypekitTheme::add_font_category_rule( $category_rules, 'headings',
'.entry-content div#jp-relatedposts h3.jp-relatedposts-headline,
.entry-content div.sharedaddy h3,
.entry-content div.sharedaddy h3.sd-title',
array(
array( 'property' => 'font-family', 'value' => '"Karla", "Helvetica Neue", helvetica, arial, sans-serif' ),
array( 'property' => 'font-weight', 'value' => 'normal' ),
array( 'property' => 'font-size', 'value' => '14px' ),
)
);
TypekitTheme::add_font_category_rule( $category_rules, 'headings',
'.entry-content div#jp-relatedposts h3.jp-relatedposts-headline em',
array(
array( 'property' => 'font-weight', 'value' => 'normal' ),
)
);
/* WooCommerce */
TypekitTheme::add_font_category_rule( $category_rules, 'headings',
'ul.products li.product .woocommerce-loop-category__title,
ul.products li.product .woocommerce-loop-product__title',
array(
array( 'property' => 'font-family', 'value' => '"Karla", "Helvetica Neue", helvetica, arial, sans-serif' ),
array( 'property' => 'font-size', 'value' => '16px' ),
)
);
TypekitTheme::add_font_category_rule( $category_rules, 'body-text',
'.site-header-cart,
.woocommerce-checkout-payment .payment_box,
.woocommerce-breadcrumb,
.single-product div.product .product_meta span:not(.sku)',
array(
array( 'property' => 'font-size', 'value' => '16px' ),
)
);
TypekitTheme::add_font_category_rule( $category_rules, 'body-text',
'.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-Button,
.woocommerce-Button:visited,
.woocommerce-Button:hover,
.woocommerce-page .button,
.woocommerce-page .button:visited,
.site-header-cart .button,
.site-header-cart .button:visited',
array(
array( 'property' => 'font-size', 'value' => '14px' ),
)
);
TypekitTheme::add_font_category_rule( $category_rules, 'body-text',
'.site-header-cart .widget_shopping_cart .woocommerce-mini-cart__buttons .button',
array(
array( 'property' => 'font-size', 'value' => '14px' ),
),
array(
'(min-width: 60em)'
)
);
/* Media Queries */
TypekitTheme::add_font_category_rule( $category_rules, 'headings',
'h1',
array(
array( 'property' => 'font-size', 'value' => '34px' ),
),
array(
'(min-width: 60em)'
)
);
TypekitTheme::add_font_category_rule( $category_rules, 'headings',
'h2',
array(
array( 'property' => 'font-size', 'value' => '28px' ),
),
array(
'(min-width: 60em)'
)
);
TypekitTheme::add_font_category_rule( $category_rules, 'headings',
'h3',
array(
array( 'property' => 'font-size', 'value' => '24px' ),
),
array(
'(min-width: 60em)'
)
);
TypekitTheme::add_font_category_rule( $category_rules, 'headings',
'h4',
array(
array( 'property' => 'font-size', 'value' => '20px' ),
),
array(
'(min-width: 60em)'
)
);
TypekitTheme::add_font_category_rule( $category_rules, 'headings',
'h5',
array(
array( 'property' => 'font-size', 'value' => '16px' ),
),
array(
'(min-width: 60em)'
)
);
TypekitTheme::add_font_category_rule( $category_rules, 'headings',
'h6',
array(
array( 'property' => 'font-size', 'value' => '14px' ),
),
array(
'(min-width: 60em)'
)
);
TypekitTheme::add_font_category_rule( $category_rules, 'headings',
'.site-title',
array(
array( 'property' => 'font-size', 'value' => '60px' ),
),
array(
'(min-width: 60em)'
)
);
TypekitTheme::add_font_category_rule( $category_rules, 'headings',
'.site-description',
array(
array( 'property' => 'font-size', 'value' => '24px' ),
),
array(
'(min-width: 60em)'
)
);
TypekitTheme::add_font_category_rule( $category_rules, 'body-text',
'.lodestar-intro .entry-content',
array(
array( 'property' => 'font-size', 'value' => '30px' ),
),
array(
'(min-width: 60em)'
)
);
return $category_rules;
} );

261
lodestar/inc/jetpack.php Normal file
View file

@ -0,0 +1,261 @@
<?php
/**
* Jetpack Compatibility File.
*
* @link https://jetpack.me/
*
* @package Lodestar
*/
/**
* Jetpack setup function.
*
* See: https://jetpack.me/support/infinite-scroll/
* See: https://jetpack.me/support/responsive-videos/
*/
function lodestar_jetpack_setup() {
// Add theme support for Infinite Scroll.
add_theme_support( 'infinite-scroll', array(
'container' => 'main',
'render' => 'lodestar_infinite_scroll_render',
'footer' => 'page',
'wrapper' => false,
'footer_widgets' => array( 'sidebar-2', 'sidebar-3', 'sidebar-4' ),
) );
// Add theme support for Responsive Videos.
add_theme_support( 'jetpack-responsive-videos' );
// Add theme support for Social Menus
add_theme_support( 'jetpack-social-menu', 'svg' );
// Add theme support for testimonials
add_theme_support( 'jetpack-testimonial' );
/*
* Adding theme support for Jetpack Portfolio CPT.
* Not essential to add this but this does a few nice things.
* 1. Turns the CPT on when the theme is activated.
* 2. Displays an admin notice if the option is turned off, but the theme is activated.
* 3. When the theme is switched away, if no CPTs are populated, it turns it back off.
*/
add_theme_support( 'jetpack-portfolio', array(
'title' => true,
'content' => true,
'featured-image' => true,
) );
//Add theme support for Content Options.
add_theme_support( 'jetpack-content-options', array(
'blog-display' => 'content',
'author-bio' => true,
'post-details' => array(
'stylesheet' => 'lodestar-style',
'date' => '.posted-on',
'categories' => '.cat-links',
'tags' => '.tags-links',
'author' => '.byline',
),
'featured-images' => array(
'archive' => true,
'post' => true,
'page' => true,
),
) );
}
add_action( 'after_setup_theme', 'lodestar_jetpack_setup' );
/**
* Show/Hide Featured Image outside of the loop.
*/
function lodestar_jetpack_featured_image_display() {
if ( ! function_exists( 'jetpack_featured_images_remove_post_thumbnail' ) ) {
return true;
} else {
$options = get_theme_support( 'jetpack-content-options' );
$featured_images = ( ! empty( $options[0]['featured-images'] ) ) ? $options[0]['featured-images'] : null;
$settings = array(
'post-default' => ( isset( $featured_images['post-default'] ) && false === $featured_images['post-default'] ) ? '' : 1,
'page-default' => ( isset( $featured_images['page-default'] ) && false === $featured_images['page-default'] ) ? '' : 1,
);
$settings = array_merge( $settings, array(
'post-option' => get_option( 'jetpack_content_featured_images_post', $settings['post-default'] ),
'page-option' => get_option( 'jetpack_content_featured_images_page', $settings['page-default'] ),
) );
if ( ( ! $settings['post-option'] && is_single() )
|| ( ! $settings['page-option'] && is_singular() && is_page() ) ) {
return false;
} else {
return true;
}
}
}
/**
* Custom render function for Infinite Scroll.
*/
function lodestar_infinite_scroll_render() {
if ( class_exists( 'WooCommerce' ) && ( is_shop() || is_product_taxonomy() || is_product_category() || is_product_tag() ) ) {
lodestar_woocommerce_product_columns_wrapper();
woocommerce_product_loop_start();
}
while ( have_posts() ) {
the_post();
if ( class_exists( 'WooCommerce' ) && ( is_shop() || is_product_taxonomy() || is_product_category() || is_product_tag() ) ) {
wc_get_template_part( 'content', 'product' );
} else if ( is_search() ) {
get_template_part( 'components/post/content', 'search' );
} else if ( is_post_type_archive( 'jetpack-portfolio' ) ) {
get_template_part( 'components/features/portfolio/content', 'portfolio' );
} else if ( is_post_type_archive( 'jetpack-testimonial' ) ) {
get_template_part( 'components/features/testimonials/content', 'testimonials' );
} else {
get_template_part( 'components/post/content', get_post_format() );
}
}
if ( class_exists( 'WooCommerce' ) && ( is_shop() || is_product_taxonomy() || is_product_category() || is_product_tag() ) ) {
woocommerce_product_loop_end();
lodestar_woocommerce_product_columns_wrapper_close();
}
}
/**
* Return early if Social Menu is not available
*/
function lodestar_social_menu() {
if ( ! function_exists( 'jetpack_social_menu' ) ) {
return;
} else {
jetpack_social_menu();
}
}
/**
* Return early if Author Bio is not available.
*/
function lodestar_author_bio() {
if ( ! function_exists( 'jetpack_author_bio' ) ) {
return;
} else {
jetpack_author_bio();
}
}
/**
* Author Bio Avatar Size.
*/
function lodestar_author_bio_avatar_size() {
return 100;
}
add_filter( 'jetpack_author_bio_avatar_size', 'lodestar_author_bio_avatar_size' );
/**
* Portfolio Title.
*/
function lodestar_portfolio_title( $before = '', $after = '' ) {
$jetpack_portfolio_title = get_option( 'jetpack_portfolio_title' );
$title = '';
if ( is_post_type_archive( 'jetpack-portfolio' ) ) {
if ( isset( $jetpack_portfolio_title ) && '' != $jetpack_portfolio_title ) {
$title = esc_html( $jetpack_portfolio_title );
} else {
$title = post_type_archive_title( '', false );
}
} elseif ( is_tax( 'jetpack-portfolio-type' ) || is_tax( 'jetpack-portfolio-tag' ) ) {
$title = single_term_title( '', false );
}
echo $before . $title . $after;
}
/**
* Portfolio Content.
*/
function lodestar_portfolio_content( $before = '', $after = '' ) {
$jetpack_portfolio_content = get_option( 'jetpack_portfolio_content' );
if ( is_tax() && get_the_archive_description() ) {
echo $before . get_the_archive_description() . $after;
} else if ( isset( $jetpack_portfolio_content ) && '' != $jetpack_portfolio_content ) {
$content = convert_chars( convert_smilies( wptexturize( stripslashes( wp_filter_post_kses( addslashes( $jetpack_portfolio_content ) ) ) ) ) );
echo $before . $content . $after;
}
}
/**
* Porfolio Archive Navigation
*/
function lodestar_project_terms() {
$terms = get_terms(
'jetpack-portfolio-type',
array(
'number' => 20,
'orderby' => 'count',
'order' => 'DESC',
)
);
// Highlight currently selected page.
$class = 'current-type';
// Get the term for the current page.
$current_term = get_term_by( 'slug', get_query_var( 'term' ), get_query_var( 'taxonomy' ) );
// We're on a project category page, and not the main portfolio page, so reset the class.
if ( $current_term ) {
$class = '';
}
// Make sure the term exists and has some results.
if ( ! is_wp_error( $terms ) && ! empty( $terms ) ) : ?>
<div class="project-terms">
<span class="screen-reader-text">
<?php esc_html_e( 'Types:', 'lodestar' ); ?>
</span>
<ul>
<li><a class="<?php echo esc_attr( $class ); ?> types-all" href="<?php echo esc_url( home_url( '/portfolio/' ) ); ?>"><?php esc_html_e( 'All', 'lodestar' ); ?></a></li>
<?php
foreach ( $terms as $t ) {
$class = '';
if ( $current_term && $current_term->term_id === (int) $t->term_id ) {
$class = 'current-type';
} ?>
<li><a class="<?php echo esc_attr( $class ); ?>" data-get-typeid="gettypeid-<?php echo esc_attr( $t->term_id ); ?>" href="<?php echo esc_url( get_term_link( $t ) ); ?>"><?php echo esc_html( $t->name ); ?></a></li>
<?php } ?>
</ul>
</div>
<?php endif;
}
/**
* Porfolio archive data attributes
*/
function lodestar_portfolio_data() {
$terms = get_the_terms( get_the_ID(), 'jetpack-portfolio-type' );
if ( empty( $terms) ) {
return;
}
$typeid[] = '';
foreach ( $terms as $term ) {
$typeid[] = 'typeid-' . $term->term_id;
}
return implode( " ", $typeid );
}

View file

@ -0,0 +1,236 @@
<?php
/**
* Custom template tags for this theme.
*
* Eventually, some of the functionality here could be replaced by core features.
*
* @package Lodestar
*/
if ( ! function_exists( 'lodestar_posted_on' ) ) :
/**
* Prints HTML with meta information for the current post-date/time and author.
*/
function lodestar_posted_on() {
/* translators: used between list items, there is a space after the comma */
$separate_meta = esc_html__( ', ', 'lodestar' );
// Let's get a nicely formatted string for the published date
$time_string = '<time class="entry-date published updated" datetime="%1$s">%2$s</time>';
if ( get_the_time( 'U' ) !== get_the_modified_time( 'U' ) ) {
$time_string = '<time class="entry-date published" datetime="%1$s">%2$s</time><time class="updated" datetime="%3$s">%4$s</time>';
}
$time_string = sprintf( $time_string,
esc_attr( get_the_date( 'c' ) ),
esc_html( get_the_date() ),
esc_attr( get_the_modified_date( 'c' ) ),
esc_html( get_the_modified_date() )
);
// Wrap that in a link, and preface it with 'Posted on'
$posted_on = sprintf(
esc_html_x( 'Posted on %s', 'post date', 'lodestar' ),
'<a href="' . esc_url( get_permalink() ) . '" rel="bookmark">' . $time_string . '</a>'
);
// Get the author name; wrap it in a link
$byline = sprintf(
'<span class="byline-prefix">%1$s</span> %2$s',
esc_html_x( 'by', 'post author', 'lodestar' ),
'<span class="author vcard"><a class="url fn n" href="' . esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ) . '">' . esc_html( get_the_author() ) . '</a></span>'
);
// Check to make sure we have more than one category before writing to page
// Also, don't show when blog posts appear on static front page
$categories_list = get_the_category_list( $separate_meta );
$categories = '';
if ( $categories_list && lodestar_categorized_blog() && ! is_front_page() && 'posts' !== get_option( 'show_on_front' ) ) {
$categories = sprintf( '<span class="cat-prefix">%1$s</span> %2$s', esc_html_x( 'in', 'prefaces list of categories assigned to the post', 'lodestar' ), $categories_list ); // WPCS: XSS OK.
}
// Finally, let's write all of this to the page
echo '<span class="posted-on">' . $posted_on . '</span><span class="byline"> ' . $byline . '</span>'; // WPCS: XSS OK.
// Make sure $categories actually exists before trying to echo.
if ( '' !== $categories ) {
echo '<span class="cat-links"> ' . $categories . '</span>'; // WPCS: XSS OK.
}
}
endif;
if ( ! function_exists( 'lodestar_portfolio_meta' ) ) :
/**
* Prints the portfolio Category
*/
function lodestar_portfolio_meta() {
/* translators: used between list items, there is a space after the comma */
$separate_meta = esc_html__( ', ', 'lodestar' );
$categories = get_the_term_list( get_the_ID(), 'jetpack-portfolio-type', esc_html_x( 'Type: ', 'prefaces list of categories assigned to post', 'lodestar' ), $separate_meta, '' );
echo '<span class="cat-links"> ' . $categories . '</span>'; // WPCS: XSS OK.
}
endif;
if ( ! function_exists( 'lodestar_edit_post_link' ) ) :
/**
* Prints the post's edit link
*/
function lodestar_edit_post_link() {
// Display 'edit' link
edit_post_link(
sprintf(
/* translators: %s: Name of current post */
esc_html__( 'Edit %s', 'lodestar' ),
the_title( '<span class="screen-reader-text">"', '"</span>', false )
),
'<span class="edit-link">',
'</span>'
);
}
endif;
if ( ! function_exists( 'lodestar_entry_footer' ) ) :
/**
* Prints HTML with meta information for the categories, tags and comments.
*/
function lodestar_entry_footer() {
/* translators: used between list items, there is a space after the comma */
$separate_meta = esc_html__( ', ', 'lodestar' );
// Display Tags for posts and portfolio projects
if ( 'post' === get_post_type() ) {
/* translators: used between list items, there is a space after the comma */
the_tags( sprintf( '<span class="tags-links">%s ', esc_html__( 'Tagged', 'lodestar' ) ), $separate_meta, '</span>' );
} else if ( 'jetpack-portfolio' === get_post_type() ) {
$tags_list = get_the_term_list( get_the_ID(), 'jetpack-portfolio-tag', '', $separate_meta, '' );
if ( $tags_list ) {
printf( '<span class="tags-links">' . esc_html__( 'Tagged %1$s', 'lodestar' ) . '</span>', $tags_list );
}
}
// Display link to comments
if ( ! is_single() && ! post_password_required() && ( comments_open() || get_comments_number() ) ) {
echo '<span class="comments-link">';
comments_popup_link( esc_html__( 'Leave a comment', 'lodestar' ), esc_html__( '1 Comment', 'lodestar' ), esc_html__( '% Comments', 'lodestar' ) );
echo '</span>';
}
lodestar_edit_post_link();
}
endif;
/**
* Returns an accessibility-friendly link to edit a post or page.
* This also gives us a little context about what exactly we're editing
* (post or page?) so that users understand a bit more where they are in terms
* of the template hierarchy and their content. Helpful when/if the single-page
* layout with multiple posts/pages shown gets confusing.
*/
function lodestar_edit_link( $id ) {
if ( is_page() ) :
$type = esc_html__( 'Page', 'lodestar' );
elseif ( get_post( $id ) ) :
$type = esc_html__( 'Post', 'lodestar' );
endif;
$link = edit_post_link(
sprintf(
/* translators: %s: Name of current post */
esc_html__( 'Edit %1$s %2$s', 'lodestar' ),
esc_html( $type ),
the_title( '<span class="screen-reader-text">"', '"</span>', false )
),
'<span class="edit-link">',
'</span>'
);
return $link;
}
/**
* Display a front page section.
*
* @param WP_Customize_Partial $partial Partial associated with a selective refresh request.
* @param integer $id Front page section to display.
*/
function lodestar_front_page_section( $partial = null, $id = 0 ) {
if ( is_a( $partial, 'WP_Customize_Partial' ) ) {
// Find out the id and set it up during a selective refresh.
global $lodestarcounter;
$id = str_replace( 'panel_', '', $partial->id );
$lodestarcounter = $id;
}
global $post; // Modify the global post object before setting up post data.
if ( get_theme_mod( 'panel_' . $id ) ) {
$post = get_post( get_theme_mod( 'panel_' . $id ) );
setup_postdata( $post );
set_query_var( 'panel', $id );
get_template_part( 'template-parts/page/content', 'front-page-panels' );
wp_reset_postdata();
} elseif ( is_customize_preview() ) {
// The output placeholder anchor.
echo '<article class="panel-placeholder panel lodestar-panel' . $id . '" id="panel' . $id . '"><span class="lodestar-panel-title">' . sprintf( esc_html__( 'Front Page Section %1$s Placeholder', 'lodestar' ), $id ) . '</span></article>';
}
}
if ( ! function_exists( 'lodestar_excerpt_more' ) && ! is_admin() ) :
/**
* Replaces "[...]" (appended to automatically generated excerpts) with ... and a 'Continue reading' link.
*
* @return string 'Continue reading' link prepended with an ellipsis.
*/
function lodestar_excerpt_more( $more ) {
$link = sprintf( '<a href="%1$s" class="more-link">%2$s</a>',
esc_url( get_permalink( get_the_ID() ) ),
/* translators: %s: Name of current post */
sprintf(
wp_kses( __( 'Continue reading %s <span class="meta-nav">&rarr;</span>', 'lodestar' ), array( 'span' => array( 'class' => array() ) ) ),
'<span class="screen-reader-text">' . get_the_title( get_the_ID() ) . '</span>'
)
);
return ' &hellip; ' . $link;
}
add_filter( 'excerpt_more', 'lodestar_excerpt_more' );
endif;
/**
* Returns true if a blog has more than 1 category.
*
* @return bool
*/
function lodestar_categorized_blog() {
$category_count = get_transient( 'lodestar_categories' );
if ( false === $category_count ) {
// Create an array of all the categories that are attached to posts.
$categories = get_categories( array(
'fields' => 'ids',
'hide_empty' => 1,
// We only need to know if there is more than one category.
'number' => 2,
) );
// Count the number of categories that are attached to the posts.
$category_count = count( $categories );
set_transient( 'lodestar_categories', $category_count );
}
return $category_count > 1;
}
/**
* Flush out the transients used in twentyseventeen_categorized_blog.
*/
function lodestar_category_transient_flusher() {
if ( defined( 'DOING_AUTOSAVE' ) && DOING_AUTOSAVE ) {
return;
}
// Like, beat it. Dig?
delete_transient( 'lodestar_categories' );
}
add_action( 'edit_category', 'lodestar_category_transient_flusher' );
add_action( 'save_post', 'lodestar_category_transient_flusher' );

View file

@ -0,0 +1,300 @@
<?php
/**
* WooCommerce Compatibility File
*
* @link https://woocommerce.com/
*
* @package Lodestar
*/
/**
* WooCommerce setup function.
*
* See: https://docs.woocommerce.com/document/third-party-custom-theme-compatibility/
*
* @return void
*/
function lodestar_woocommerce_setup() {
add_theme_support( 'woocommerce', array(
'thumbnail_image_width' => 830,
'single_image_width' => 894,
) );
add_theme_support( 'wc-product-gallery-zoom' );
add_theme_support( 'wc-product-gallery-lightbox' );
add_theme_support( 'wc-product-gallery-slider' );
}
add_action( 'after_setup_theme', 'lodestar_woocommerce_setup' );
/**
* WooCommerce specific scripts & stylesheets
*
* @return void
*/
function lodestar_woocommerce_scripts() {
wp_enqueue_style( 'lodestar-woocommerce-style', get_template_directory_uri() . '/woocommerce.css' );
wp_style_add_data( 'lodestar-woocommerce-style', 'rtl', 'replace' );
}
add_action( 'wp_enqueue_scripts', 'lodestar_woocommerce_scripts' );
/**
* Disable the default WooCommerce stylesheet
*
* Removing the default WooCommerce stylesheet and enqueing your own will
* protect you during WooCommerce core updates.
*
* See: https://docs.woocommerce.com/document/disable-the-default-stylesheet/
*/
add_filter( 'woocommerce_enqueue_styles', '__return_empty_array' );
/**
* Add 'woocommerce-active' class to the body tag
*
* @param array $classes css classes applied to the body tag.
* @return array $classes modified to include 'woocommerce-active' class
*/
function lodestar_woocommerce_active_body_class( $classes ) {
$classes[] = 'woocommerce-active';
return $classes;
}
add_filter( 'body_class', 'lodestar_woocommerce_active_body_class' );
/**
* Products per page
*
* @return integer number of products
*/
function lodestar_woocommerce_products_per_page() {
return intval( apply_filters( 'lodestar_woocommerce_products_per_page', 12 ) );
}
add_filter( 'loop_shop_per_page', 'lodestar_woocommerce_products_per_page' );
/**
* Product gallery thumnbail columns
*
* @return integer number of columns
*/
function lodestar_woocommerce_thumbnail_columns() {
return intval( apply_filters( 'lodestar_woocommerce_product_thumbnail_columns', 4 ) );
}
add_filter( 'woocommerce_product_thumbnails_columns', 'lodestar_woocommerce_thumbnail_columns' );
/**
* Default loop columns on product archives
*
* @return integer products per row
*/
function lodestar_woocommerce_loop_columns() {
return intval( apply_filters( 'lodestar_woocommerce_loop_columns', 3 ) );
}
add_filter( 'loop_shop_columns', 'lodestar_woocommerce_loop_columns' );
/**
* Related Products Args
*
* @param array $args related products args.
* @return array $args related products args
*/
function lodestar_woocommerce_related_products_args( $args ) {
$args = apply_filters( 'lodestar_woocommerce_related_products_args', array(
'posts_per_page' => 3,
'columns' => 3,
) );
return $args;
}
add_filter( 'woocommerce_output_related_products_args', 'lodestar_woocommerce_related_products_args' );
if ( ! function_exists( 'lodestar_woocommerce_product_columns_wrapper' ) ) {
/**
* Product columns wrapper
*
* @return void
*/
function lodestar_woocommerce_product_columns_wrapper() {
$columns = lodestar_woocommerce_loop_columns();
echo '<div class="columns-' . $columns . '">';
}
}
add_action( 'woocommerce_before_shop_loop', 'lodestar_woocommerce_product_columns_wrapper', 40 );
if ( ! function_exists( 'lodestar_woocommerce_product_columns_wrapper_close' ) ) {
/**
* Product columns wrapper close
*
* @return void
*/
function lodestar_woocommerce_product_columns_wrapper_close() {
echo '</div>';
}
}
add_action( 'woocommerce_after_shop_loop', 'lodestar_woocommerce_product_columns_wrapper_close', 40 );
if ( ! function_exists( 'lodestar_woocommerce_wrapper_before' ) ) {
/**
* Before Content
* Wraps all WooCommerce content in wrappers which match the theme markup
*
* @return void
*/
function lodestar_woocommerce_wrapper_before() {
?>
<div class="wrap">
<div id="primary" class="content-area">
<main id="main" class="site-main" role="main">
<div class="post">
<?php
}
}
add_action( 'woocommerce_before_main_content', 'lodestar_woocommerce_wrapper_before' );
remove_action( 'woocommerce_before_main_content', 'woocommerce_output_content_wrapper', 10 );
if ( ! function_exists( 'lodestar_woocommerce_wrapper_after' ) ) {
/**
* After Content
* Closes the wrapping divs
*
* @return void
*/
function lodestar_woocommerce_wrapper_after() {
?>
</div><!-- .post -->
</main><!-- #main -->
</div><!-- #primary -->
<?php get_sidebar(); ?>
</div><!-- .wrap -->
<?php
}
}
add_action( 'woocommerce_after_main_content', 'lodestar_woocommerce_wrapper_after' );
remove_action( 'woocommerce_after_main_content', 'woocommerce_output_content_wrapper_end', 10 );
if ( ! function_exists( 'lodestar_woocommerce_cart_link_fragment' ) ) {
/**
* Cart Fragments
* Ensure cart contents update when products are added to the cart via AJAX
*
* @param array $fragments Fragments to refresh via AJAX.
* @return array Fragments to refresh via AJAX
*/
function lodestar_woocommerce_cart_link_fragment( $fragments ) {
global $woocommerce;
ob_start();
lodestar_woocommerce_cart_link();
$fragments['a.cart-contents'] = ob_get_clean();
return $fragments;
}
}
add_filter( 'woocommerce_add_to_cart_fragments', 'lodestar_woocommerce_cart_link_fragment' );
if ( ! function_exists( 'lodestar_woocommerce_cart_link' ) ) {
/**
* Cart Link
* Displayed a link to the cart including the number of items present and the cart total
*
* @return void
*/
function lodestar_woocommerce_cart_link() {
?>
<a class="cart-contents" href="<?php echo esc_url( wc_get_cart_url() ); ?>" title="<?php esc_attr_e( 'View your shopping cart', 'lodestar' ); ?>">
<span class="amount"><?php echo wp_kses_data( WC()->cart->get_cart_subtotal() ); ?></span> <span class="count"><?php echo wp_kses_data( sprintf( _n( '%d item', '%d items', WC()->cart->get_cart_contents_count(), 'lodestar' ), WC()->cart->get_cart_contents_count() ) );?></span>
</a>
<?php
}
}
if ( ! function_exists( 'lodestar_woocommerce_header_cart' ) ) {
/**
* Display Header Cart
*
* @return void
*/
function lodestar_woocommerce_header_cart() {
if ( is_cart() ) {
$class = 'current-menu-item';
} else {
$class = '';
}
?>
<ul id="site-header-cart" class="site-header-cart">
<li class="<?php echo esc_attr( $class ); ?>">
<?php lodestar_woocommerce_cart_link(); ?>
</li>
<li>
<?php the_widget( 'WC_Widget_Cart', 'title=' ); ?>
</li>
</ul>
<?php
}
}
/**
* Workaround to prevent is_shop() from failing due to WordPress core issue
*
* @link https://core.trac.wordpress.org/ticket/21790
* @param array $args infinite scroll args.
* @return array infinite scroll args.
*/
function lodestar_woocommerce_is_shop_page() {
global $wp_query;
$front_page_id = get_option( 'page_on_front' );
$current_page_id = $wp_query->get( 'page_id' );
$is_static_front_page = 'page' === get_option( 'show_on_front' );
if ( $is_static_front_page && $front_page_id === $current_page_id ) {
$is_shop_page = ( $current_page_id === wc_get_page_id( 'shop' ) ) ? true : false;
} else {
$is_shop_page = is_shop();
}
return $is_shop_page;
}
/**
* Jetpack infinite scroll duplicates posts where orderby is anything other than modified or date
* This filter offsets the products returned by however many are displayed per page
*
* @link https://github.com/Automattic/jetpack/issues/1135
* @param array $args infinite scroll args.
* @return array infinite scroll args.
*/
function lodestar_woocommerce_jetpack_duplicate_products( $args ) {
if ( ( isset( $args['post_type'] ) && 'product' === $args['post_type'] ) || ( isset( $args['taxonomy'] ) && 'product_cat' === $args['taxonomy'] ) ) {
$args['offset'] = $args['posts_per_page'] * $args['paged'];
}
return $args;
}
add_filter( 'infinite_scroll_query_args', 'lodestar_woocommerce_jetpack_duplicate_products', 100 );
/**
* Override number of products per page in Jetpack infinite scroll.
*
* @param array $args infinite scroll args.
* @return array infinite scroll args.
*/
function lodestar_woocommerce_jetpack_products_per_page( $args ) {
if ( is_array( $args ) && ( lodestar_woocommerce_is_shop_page() || is_product_taxonomy() || is_product_category() || is_product_tag() ) ) {
$args['posts_per_page'] = lodestar_woocommerce_products_per_page();
}
return $args;
}
add_filter( 'infinite_scroll_settings', 'lodestar_woocommerce_jetpack_products_per_page' );

View file

@ -0,0 +1,478 @@
<?php
/* Custom Colors: Lodestar */
add_color_rule( 'bg', '#ffffff', array(
array( 'body,
.one-column .panel-content .wrap,
.jetpack-social-navigation', 'background-color' ),
array( '.site-footer .widget-area', 'background-color', '-0.5' ),
// Colour; this background already contrasts against bg
array( '.site-footer .jetpack-social-navigation a', 'color' ),
// WooCommerce
array( '.single-product div.product .woocommerce-tabs ul.tabs li.active', 'border-bottom-color' ),
),
__( 'Background' ) );
add_color_rule( 'txt', '#333333', array(
// Color - Constrast against bg
array( 'body,
a:hover,
a:focus,
a:active,
.entry-title a,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.project-terms a.current-type,
.panel-content .entry-title,
.entry-meta,
.lodestar-intro .entry-content,
.lodestar-panel .jetpack-testimonial .entry-header h2,
.widget-area .widget.woocommerce ul.product_list_widget li > a.remove,
table.cart .product-remove a', 'color', 'bg', 12 ),
array( 'input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea', 'color', '#fff' ),
array( 'input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus', 'color', '#fff' ),
array( '.site-header,
.header-top,
.main-navigation ul ul ul,
.main-navigation ul ul ul ul ul,
.main-navigation ul ul ul ul ul ul ul,
.main-navigation ul ul ul ul ul ul ul ul ul,
.main-navigation ul ul ul ul ul ul ul ul ul ul ul,
.main-navigation ul ul a:hover,
.main-navigation ul ul a:focus,
.main-navigation ul ul li:hover,
.main-navigation ul ul li:focus,
.main-navigation ul ul ul ul a:hover,
.main-navigation ul ul ul ul a:focus,
.main-navigation ul ul ul ul li:hover,
.main-navigation ul ul ul ul li:focus,
.main-navigation ul ul ul ul ul ul a:hover,
.main-navigation ul ul ul ul ul ul a:focus,
.main-navigation ul ul ul ul ul ul li:hover,
.main-navigation ul ul ul ul ul ul li:focus,
.main-navigation ul ul ul ul ul ul ul ul a:hover,
.main-navigation ul ul ul ul ul ul ul ul a:focus,
.main-navigation ul ul ul ul ul ul ul ul li:hover,
.main-navigation ul ul ul ul ul ul ul ul li:focus,
.main-navigation ul ul ul ul ul ul ul ul ul ul a:hover,
.main-navigation ul ul ul ul ul ul ul ul ul ul a:focus,
.main-navigation ul ul ul ul ul ul ul ul ul ul li:hover,
.main-navigation ul ul ul ul ul ul ul ul ul ul li:focus,
.site-info,
button,
button:hover,
button:focus,
input[type="button"],
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"],
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"],
input[type="submit"]:hover,
input[type="submit"]:focus,
#infinite-handle span button,
#infinite-handle span button:hover,
#infinite-handle span button:focus', 'background-color' ),
// Background - contrast against bg
array( '.main-navigation li:hover,
.main-navigation li:focus,
.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation ul ul,
.main-navigation ul ul ul ul,
.main-navigation ul ul ul ul ul ul,
.main-navigation ul ul ul ul ul ul ul ul,
.main-navigation ul ul ul ul ul ul ul ul ul ul,
.main-navigation ul ul ul a:hover,
.main-navigation ul ul ul a:focus,
.main-navigation ul ul ul li:hover,
.main-navigation ul ul ul li:focus,
.main-navigation ul ul ul ul ul a:hover,
.main-navigation ul ul ul ul ul a:focus,
.main-navigation ul ul ul ul ul li:hover,
.main-navigation ul ul ul ul ul li:focus,
.main-navigation ul ul ul ul ul ul ul a:hover,
.main-navigation ul ul ul ul ul ul ul a:focus,
.main-navigation ul ul ul ul ul ul ul li:hover,
.main-navigation ul ul ul ul ul ul ul li:focus,
.main-navigation ul ul ul ul ul ul ul ul ul a:hover,
.main-navigation ul ul ul ul ul ul ul ul ul a:focus,
.main-navigation ul ul ul ul ul ul ul ul ul li:hover,
.main-navigation ul ul ul ul ul ul ul ul ul li:focus,
.main-navigation ul ul ul ul ul ul ul ul ul ul ul a:hover,
.main-navigation ul ul ul ul ul ul ul ul ul ul ul a:focus,
.main-navigation ul ul ul ul ul ul ul ul ul ul ul li:hover,
.main-navigation ul ul ul ul ul ul ul ul ul ul ul li:focus,
.main-navigation ul,
.main-navigation ul li.current_page_item > a,
.main-navigation ul li.current-menu-item > a,
.main-navigation ul li.current_page_ancestor > a', 'background-color', 'txt', 1.5 ),
// WooCommerce
array( '.star-rating span:before,
span.price,
p.price,
span.price ins,
p.price ins,
.widget_layered_nav_filters ul li a:before', 'color', 'bg' ),
array( '.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-page .button,
.woocommerce-page .button:visited,
.woocommerce-page .hover,
.woocommerce-page .button:hover,
.site-header-cart .widget_shopping_cart .woocommerce-mini-cart__buttons .button,
.site-header-cart .widget_shopping_cart .woocommerce-mini-cart__buttons .button:hover,
.site-header-cart .button,
.site-header-cart .button:visited', 'background-color' ),
array( '.site-header-cart .widget_shopping_cart', 'background-color', 'txt', 1.5 ),
array( '.onsale,
table.cart .product-remove a:hover,
.woocommerce-message:before,
.woocommerce-info:before,
.woocommerce-error:before,
.woocommerce-noreviews:before,
p.no-comments:before,
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before', 'background-color', 'bg', 1.5 ),
array( '.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments', 'border-color', 'bg' ),
),
__( 'Text' ) );
add_color_rule( 'link', '#999999', array(
// Color - contrast against bg
array( 'a,
a:visited,
.entry-title a:hover,
.entry-title a:focus', 'color', 'bg' ),
array( 'button,
button:hover,
button:focus,
input[type="button"],
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"],
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"],
input[type="submit"]:hover,
input[type="submit"]:focus,
#infinite-handle span button,
#infinite-handle span button:hover,
#infinite-handle span button:focus', 'color', 'txt' ),
// Background - contrast against bg
array( '.site-footer .jetpack-social-navigation a,
.site-footer .jetpack-social-navigation a:hover,
.site-footer .jetpack-social-navigation a:focus',
'background-color', 'bg' ),
// WooCommerce
array( '.widget_price_filter .ui-slider .ui-slider-range,
.widget_price_filter .ui-slider .ui-slider-handle', 'background-color', 'bg' ),
array( '.woocommerce-page .button,
.site-header-cart .widget_shopping_cart .woocommerce-mini-cart__buttons .button,
.site-header-cart .widget_shopping_cart .woocommerce-mini-cart__buttons .button:hover', 'color', 'txt' ),
),
__( 'Link' ) );
/* Extra Colour Rules */
add_color_rule( 'extra', '#ffffff', array(
// Color - contrast against bg
array( '.site-footer .widget-area', 'color', 'bg' ),
array( 'input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
.post-navigation .nav-links,
.entry-author', 'border-color', 'bg', 4 ),
// Color - contrast against txt
array( '.header-top,
.header-top a,
.header-top a:visited,
.header-top a:hover,
.header-top a:focus,
.site-top-content span.site-top-content-2,
.menu-toggle,
.menu-toggle:hover,
.menu-toggle:focus,
.site-info,
.site-info a,
.site-info:visited', 'color', 'txt', 14 ),
// Border - contrast against txt
array( '.menu-toggle,
.menu-toggle:hover,
.menu-toggle:focus', 'border-color', 'txt' ),
// Woocommerce
array( '.woocommerce-message:before,
.woocommerce-info:before,
.woocommerce-error:before,
.woocommerce-noreviews:before,
p.no-comments:before', 'color', 'txt' ),
array( '.site-header-cart .cart-contents .count', 'color', 'txt', 14 ),
array( '.onsale', 'color', 'txt' ),
) );
add_color_rule( 'extra', '#bbbbbb', array(
// Border - low contrast against bg
array( 'input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select', 'border-color', 'bg', 5 ),
// Background - low contrast against bg
array( 'hr', 'background-color', 'bg', 3 ),
// Border - contrast against bg
array( 'td,
th,
blockquote,
.lodestar-front-page article:not(.has-post-thumbnail),
.jetpack-testimonial .entry-content,
.widget ul li,
.widget_product_categories ul li li,
.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel,
.single-product div.product .woocommerce-tabs ul.tabs li,
.widget .tagcloud a:hover,
.widget .tagcloud a:focus,
.widget.widget_tag_cloud a:hover,
.widget.widget_tag_cloud a:focus,
.wp_widget_tag_cloud a:hover,
.wp_widget_tag_cloud a:focus,
.jetpack-social-navigation,
.woocommerce-checkout-payment ul.payment_methods,
.woocommerce-checkout-payment .form-row', 'border-color', 'bg', 1.5 ),
) );
add_color_rule( 'extra', '#555555', array(
// Colour - contrast against bg
array( '.entry-content div.sharedaddy h3,
.entry-content div.sharedaddy h3.sd-title,
.entry-content div#jp-relatedposts h3.jp-relatedposts-headline', 'color', 'bg' ),
) );
add_color_rule( 'extra', '#111111', array(
// Background
array( '.main-navigation ul', 'background' ),
) );
/* Extra CSS */
function lodestar_extra_css() { ?>
body .header-top a:hover,
body .header-top a:focus,
.menu-toggle:hover,
.menu-toggle:focus,
.site-top-content-2,
.site-footer .jetpack-social-navigation a:hover,
.site-footer .jetpack-social-navigation a:focus {
opacity: 0.8;
}
body .header-top #site-navigation a:hover,
body .header-top #site-navigation a:focus {
opacity: 1.0;
}
body .site-branding,
body .site-branding a {
color: #fff;
}
body .site-description,
body .site-description a {
color: #ccc;
}
pre,
mark,
ins {
background: rgba(0,0,0,0.15);
}
.entry-content h1,
.entry-content h2,
.panel-content .entry-title,
.entry-meta {
opacity: 0.6;
}
.lodestar-intro .entry-content {
opacity: 0.7;
}
.entry-content h5,
.entry-content h6 {
opacity: 0.8;
}
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
#infinite-handle span button:hover,
#infinite-handle span button:focus,
.woocommerce-page .button:hover,
.woocommerce-page .button:focus,
.site-header-cart .button:hover,
.site-header-cart .button:focus {
opacity: 0.8;
}
table.shop_table {
border: none;
}
table.shop_table th,
.woocommerce-checkout-payment .payment_box {
background: rgba(0,0,0,0.15);
}
@media only screen and ( max-width: 59.9999em ) {
.main-navigation li:hover,
.main-navigation li:focus,
.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation ul ul {
background: transparent !important;
}
}
@media only screen and ( min-width: 60em ) {
.main-navigation ul,
#top-menu {
background-color: transparent;
}
}
<?php
}
add_theme_support( 'custom_colors_extra_css', 'lodestar_extra_css' );
add_color_palette( array(
'#333333',
'#111111',
'#a7c5bd',
), __( 'Grey and Green' ) );
add_color_palette( array(
'#39425a',
'#525a74',
'#b8c6df'
), __( 'Blue') );
add_color_palette( array(
'#f1f1f1',
'#4c4c4c',
'#e95870'
), __( 'Light Grey and Pink') );
add_color_palette( array(
'#ffffff',
'#766862',
'#1e9acc'
), __( 'White, Brown, and Blue' ) );
add_color_palette( array(
'#ebe8df',
'#367690',
'#db623d'
), __( 'Beige, Blue, and Orange' ) );
add_color_palette( array(
'#ffffff',
'#a92727',
'#474843'
), __( 'White, Red, and Grey' ) );

View file

@ -0,0 +1,13 @@
/**
*
* WordPress.com specific styles for Lodestar
*
*/
/* Jetpack related posts */
@media only screen and (max-width: 640px) {
div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post {
width: 100%;
}
}

51
lodestar/inc/wpcom.php Normal file
View file

@ -0,0 +1,51 @@
<?php
/**
* WordPress.com-specific functions and definitions.
*
* This file is centrally included from `wp-content/mu-plugins/wpcom-theme-compat.php`.
*
* @package Lodestar
*/
/**
* Adds support for wp.com-specific theme functions.
*
* @global array $themecolors
*/
function lodestar_wpcom_setup() {
global $themecolors;
// Set theme colors for third party services.
if ( ! isset( $themecolors ) ) {
$themecolors = array(
'bg' => 'ffffff',
'border' => 'dddddd',
'text' => '333333',
'link' => '999999',
'url' => '999999',
);
}
// Add print stylesheet.
add_theme_support( 'print-style' );
}
add_action( 'after_setup_theme', 'lodestar_wpcom_setup' );
/**
* Enqueue wp.com-specific styles
*/
function lodestar_wpcom_styles() {
wp_enqueue_style( 'lodestar-wpcom', get_template_directory_uri() . '/inc/wpcom-style.css', '20160708' );
}
add_action( 'wp_enqueue_scripts', 'lodestar_wpcom_styles' );
/**
* Make sure any old assigned Jetpack logos are moved over to the Core logo spot.
*/
function lodestar_move_logo() {
if ( current_theme_supports( 'custom-logo' ) && ! get_theme_mod( 'custom_logo' ) && $jp_logo = get_option( 'site_logo' ) ) {
set_theme_mod( 'custom_logo', $jp_logo['id'] );
delete_option( 'site_logo' );
}
}
add_action( 'init', 'lodestar_move_logo' );

56
lodestar/index.php Normal file
View file

@ -0,0 +1,56 @@
<?php
/**
* The main template file.
*
* This is the most generic template file in a WordPress theme
* and one of the two required files for a theme (the other being style.css).
* It is used to display a page when nothing more specific matches a query.
* E.g., it puts together the home page when no home.php file exists.
*
* @link https://codex.wordpress.org/Template_Hierarchy
*
* @package Lodestar
*/
get_header(); ?>
<div class="wrap">
<div id="primary" class="content-area">
<main id="main" class="site-main" role="main">
<?php
if ( have_posts() ) :
if ( is_home() && ! is_front_page() ) : ?>
<header>
<h1 class="page-title screen-reader-text"><?php single_post_title(); ?></h1>
</header>
<?php
endif;
/* Start the Loop */
while ( have_posts() ) : the_post();
/*
* Include the Post-Format-specific template for the content.
* If you want to override this in a child theme, then include a file
* called content-___.php (where ___ is the Post Format name) and that will be used instead.
*/
get_template_part( 'components/post/content', get_post_format() );
endwhile;
the_posts_navigation();
else :
get_template_part( 'components/post/content', 'none' );
endif; ?>
</main><!-- #main -->
</div><!-- #primary -->
<?php get_sidebar(); ?>
</div><!-- .wrap -->
<?php
get_footer();

BIN
lodestar/languages/de.mo Normal file

Binary file not shown.

389
lodestar/languages/de.po Normal file
View file

@ -0,0 +1,389 @@
# Translation of WordPress.com - Themes - Lodestar in German
# This file is distributed under the same license as the WordPress.com - Themes - Lodestar package.
msgid ""
msgstr ""
"PO-Revision-Date: 2018-01-23 07:34:22+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: GlotPress/2.4.0-alpha\n"
"Language: de\n"
"Project-Id-Version: WordPress.com - Themes - Lodestar\n"
#. translators: 1: title.
#: comments.php:34
msgid "One thought on &ldquo;%1$s&rdquo;"
msgstr "Ein Kommentar zu &ldquo;%1$s&rdquo;"
#: archive-jetpack-portfolio.php:27
msgid "Portfolio navigation"
msgstr "Referenzen Navigation"
#: archive-jetpack-portfolio.php:26
msgid "Newer projects"
msgstr "Neuere Projekte"
#: archive-jetpack-portfolio.php:25
msgid "Older projects"
msgstr "Ältere Projekte"
#: inc/woocommerce.php:213
msgid "%d item"
msgid_plural "%d items"
msgstr[0] "%d Artikel"
msgstr[1] "%d Artikel"
#: inc/woocommerce.php:212
msgid "View your shopping cart"
msgstr "Warenkorb anzeigen"
#. Template Name of the plugin/theme
#: wp-content/themes/pub/lodestar/templates/testimonial-page.php
msgid "Testimonial Template"
msgstr "Referenz Template"
#. Template Name of the plugin/theme
#: wp-content/themes/pub/lodestar/templates/portfolio-page.php
msgid "Portfolio Template"
msgstr "Portfolio Template"
#. Description of the plugin/theme
#: wp-content/themes/pub/lodestar/style.css
msgid "Lodestar is a trendy one-page theme designed with startups and small business ventures in mind."
msgstr "Lodestar ist ein trendiges, einseitiges Thema, das für Startups und kleine Unternehmen gedacht ist."
#: single.php:23
msgid "Next Post"
msgstr "Nächster Beitrag"
#: single.php:22
msgid "Previous Post"
msgstr "Vorheriger Beitrag"
#: single-jetpack-portfolio.php:19
msgid "Next Project"
msgstr "Nächstes Projekt"
#: single-jetpack-portfolio.php:18
msgid "Previous Project"
msgstr "Vorheriges Projekt"
#: search.php:19
msgid "Search Results for: %s"
msgstr "Suchergebnisse für: %s"
#: inc/wpcom-colors.php:478
msgid "White, Red, and Grey"
msgstr "Weiss, Rot und Grau"
#: inc/wpcom-colors.php:472
msgid "Beige, Blue, and Orange"
msgstr "Beige, Blau, und Orange"
#: inc/wpcom-colors.php:466
msgid "White, Brown, and Blue"
msgstr "Weiss, Braun und Blau"
#: inc/wpcom-colors.php:460
msgid "Light Grey and Pink"
msgstr "Hellgrau und Pink"
#: inc/wpcom-colors.php:454
msgid "Blue"
msgstr "Blau"
#: inc/wpcom-colors.php:448
msgid "Grey and Green"
msgstr "Grau und Grün"
#: inc/wpcom-colors.php:232
msgid "Link"
msgstr "Link"
#: inc/wpcom-colors.php:191
msgid "Text"
msgstr "Text"
#: inc/wpcom-colors.php:18
msgid "Background"
msgstr "Hintergrund"
#: inc/template-tags.php:180
msgid "Front Page Section %1$s Placeholder"
msgstr "Startseite Abschnitt %1$s Platzhalter"
#. translators: %s: Name of current post
#: inc/template-tags.php:144
msgid "Edit %1$s %2$s"
msgstr "Bearbeite %1$s %2$s"
#: inc/template-tags.php:139
msgid "Post"
msgstr "Beitrag"
#: inc/template-tags.php:137
msgid "Page"
msgstr "Seite"
#: inc/template-tags.php:119
msgid "% Comments"
msgstr "% Kommentare"
#: inc/template-tags.php:119
msgid "1 Comment"
msgstr "1 Kommentar"
#: inc/template-tags.php:119
msgid "Leave a comment"
msgstr "Kommentar hinterlassen"
#: inc/template-tags.php:112
msgid "Tagged %1$s"
msgstr "Verschlagwortet mit %1$s"
#. translators: used between list items, there is a space after the comma
#: inc/template-tags.php:108
msgid "Tagged"
msgstr "Verschlagwortet mit"
#. translators: %s: Name of current post
#: inc/template-tags.php:86
msgid "Edit %s"
msgstr "Bearbeite %s"
#: inc/template-tags.php:70
msgctxt "prefaces list of categories assigned to post"
msgid "Type: "
msgstr "Typ"
#: inc/template-tags.php:50
msgctxt "prefaces list of categories assigned to the post"
msgid "in"
msgstr "in"
#: inc/template-tags.php:41
msgctxt "post author"
msgid "by"
msgstr "von"
#: inc/template-tags.php:34
msgctxt "post date"
msgid "Posted on %s"
msgstr "Veröffentlicht am %s"
#. translators: used between list items, there is a space after the comma
#: inc/template-tags.php:17 inc/template-tags.php:69 inc/template-tags.php:103
msgid ", "
msgstr ", "
#: inc/jetpack.php:243
msgid "All"
msgstr "Alle"
#: inc/jetpack.php:239
msgid "Types:"
msgstr "Typen:"
#: inc/customizer.php:207
msgid "Add an image to be displayed at the bottom of the Front Page template, above the footer."
msgstr "Füge ein Bild hinzu, das am unteren Rand der Startseite oberhalb der Fußzeile angezeigt werden soll."
#: inc/customizer.php:159
msgid "Panel 4"
msgstr "Panel 4"
#: inc/customizer.php:125
msgid "Panel 3"
msgstr "Panel 3"
#: inc/customizer.php:91
msgid "Panel 2"
msgstr "Panel 2"
#: inc/customizer.php:85 inc/customizer.php:119 inc/customizer.php:153
#: inc/customizer.php:187 inc/customizer.php:230
msgid "Two Column"
msgstr "Zwei Spalten"
#: inc/customizer.php:84 inc/customizer.php:118 inc/customizer.php:152
#: inc/customizer.php:186 inc/customizer.php:229
msgid "One Column"
msgstr "Eine Spalte"
#: inc/customizer.php:80 inc/customizer.php:114 inc/customizer.php:148
#: inc/customizer.php:182
msgid "Panel Layout"
msgstr "Panel Layout"
#: inc/customizer.php:69 inc/customizer.php:103 inc/customizer.php:137
#: inc/customizer.php:171
msgid "Panel Content"
msgstr "Panel Inhalt"
#: inc/customizer.php:60 inc/customizer.php:94 inc/customizer.php:128
#: inc/customizer.php:162
msgid "Add an image to your panel by setting a featured image in the page editor. If you don&rsquo;t select a page, this panel will not be displayed."
msgstr "Füge deinem Panel ein Bild hinzu, indem du ein vordefiniertes Bild im Seiteneditor festlegst. Wenn du keine Seite auswählst, wird dieses Panel nicht angezeigt."
#: inc/customizer.php:57
msgid "Panel 1"
msgstr "Panel 1"
#: inc/customizer.php:52
msgid "Header Top Text 2"
msgstr "Header Top Text 2"
#: inc/customizer.php:41
msgid "Header Top Text 1"
msgstr "Header Top Text 1"
#: inc/customizer.php:30
msgid "Add a short bit of content to the top of your website."
msgstr "Fügen Sie oben auf Ihrer Website ein wenig Inhalt hinzu."
#: inc/customizer.php:28
msgid "Header Top Text"
msgstr "Header Top Text"
#: inc/customizer.php:23
msgid "Configure your theme settings"
msgstr "Konfiguriere deine Theme-Einstellungen"
#: inc/customizer.php:22
msgid "Theme Options"
msgstr "Theme-Optionen"
#: header.php:25
msgid "Skip to content"
msgstr "Zum Inhalt springen"
#: functions.php:174
msgid "Footer 3"
msgstr "Footer 3"
#: functions.php:164
msgid "Footer 2"
msgstr "Footer 2"
#: functions.php:154
msgid "Footer 1"
msgstr "Footer 1"
#: functions.php:144
msgid "Sidebar"
msgstr "Seitenleiste"
#. Translators: If there are characters in your language that are not supported
#. by Karla, translate this to 'off'. Do not translate into your own language.
#: functions.php:113
msgctxt "Karla font: on or off"
msgid "on"
msgstr "on"
#. Translators: If there are characters in your language that are not supported
#. by Work Sans, translate this to 'off'. Do not translate into your own
#. language.
#: functions.php:107
msgctxt "work_sans font: on or off"
msgid "on"
msgstr "on"
#: functions.php:57
msgid "Top"
msgstr "Oben"
#: front-page.php:61
msgid "Panel %1$s Placeholder"
msgstr "Panel %1$s Platzhalter"
#: components/post/content-none.php:29
msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."
msgstr "Es sieht so aus, als ob wir nicht das finden konnten, wonach du gesucht hast. Möglicherweise hilft eine Suche."
#: components/post/content-none.php:23
msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords."
msgstr "Leider konnte zu dem Suchbegriff nichts gefunden werden. Bitte mit einigen anderen Suchbegriffen erneut suchen."
#: components/post/content-none.php:19
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr "Bereit, deinen ersten Beitrag zu veröffentlichen? <a href=\"%1$s\">Erste Schritte</a>."
#: components/post/content-none.php:13
msgid "Nothing Found"
msgstr "Nicht gefunden"
#. translators: %s: Name of current post
#. translators: %s: Name of current post.
#. translators: %s: Name of current post
#: components/page/content-front-page-panels.php:50
#: components/post/content.php:40 inc/template-tags.php:195
msgid "Continue reading %s <span class=\"meta-nav\">&rarr;</span>"
msgstr "Weiterlesen %s <span class=\"meta-nav\">&rarr;</span>"
#: components/page/content-front-page-panels.php:18
msgid "Panel %1$s"
msgstr "Panel %1$s"
#: components/navigation/navigation-top.php:2
msgid "Menu"
msgstr "Menü"
#: components/navigation/navigation-top.php:1
msgid "Top Menu"
msgstr "Menü oben"
#: components/footer/site-info.php:5
msgid "Theme: %1$s by %2$s."
msgstr "Theme: %1$s von %2$s."
#: components/footer/site-info.php:3
msgid "Proudly powered by %s"
msgstr "Mit freundlicher Unterstützung von %s"
#: components/footer/site-info.php:3
msgid "https://wordpress.org/"
msgstr "https://wordpress.org/"
#: components/footer/footer-image.php:17 inc/customizer.php:193
#: inc/customizer.php:205
msgid "Footer Image"
msgstr "Footer-Bild"
#: components/features/portfolio/content-portfolio-single.php:35
#: components/page/content-front-page.php:8 components/page/content-page.php:21
#: components/post/content.php:45
msgid "Pages:"
msgstr "Seiten:"
#: comments.php:68
msgid "Comments are closed."
msgstr "Kommentare sind geschlossen."
#. translators: 1: comment count number, 2: title.
#: comments.php:40
msgctxt "comments title"
msgid "%1$s thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "Ein Kommentar zu &bdquo;%2$s&ldquo;"
msgstr[1] "%1$s Kommentare zu &bdquo;%2$s&ldquo;"
#: archive-jetpack-testimonial.php:29
msgid "Testimonials"
msgstr "Referenzen"
#: 404.php:48
msgid "Try looking in the monthly archives."
msgstr "Vielleicht findest Du etwas in den monatlichen Archiven."
#: 404.php:32
msgid "Most Used Categories"
msgstr "Oft verwendete Kategorien"
#: 404.php:20
msgid "It looks like nothing was found at this location. Maybe try one of the links below or a search?"
msgstr "Sieht so aus, als ob an dieser Stelle nichts gefunden wird. Vielleicht hilft einer der Links unten oder eine Suche?"
#: 404.php:17
msgid "Oops! That page can&rsquo;t be found."
msgstr "Diese Seite konnte leider nicht gefunden werden."

BIN
lodestar/languages/es.mo Normal file

Binary file not shown.

340
lodestar/languages/es.po Normal file
View file

@ -0,0 +1,340 @@
# Translation of WordPress.com - Themes - Lodestar in Spanish (Spain)
# This file is distributed under the same license as the WordPress.com - Themes - Lodestar package.
msgid ""
msgstr ""
"PO-Revision-Date: 2018-01-23 07:34:22+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: GlotPress/2.4.0-alpha\n"
"Language: es\n"
"Project-Id-Version: WordPress.com - Themes - Lodestar\n"
#: archive-jetpack-portfolio.php:25
msgid "Older projects"
msgstr "Proyectos anteriores"
#. Template Name of the plugin/theme
#: wp-content/themes/pub/lodestar/templates/portfolio-page.php
msgid "Portfolio Template"
msgstr "Plantilla de Portfolio"
#. Description of the plugin/theme
#: wp-content/themes/pub/lodestar/style.css
msgid "Lodestar is a trendy one-page theme designed with startups and small business ventures in mind."
msgstr "Lodestar es un theme moderno de tipo one-page, diseñado teniendo startups y pequeños negocios en mente."
#: single.php:23
msgid "Next Post"
msgstr "Entrada siguiente"
#: single.php:22
msgid "Previous Post"
msgstr "Entrada anterior"
#: single-jetpack-portfolio.php:19
msgid "Next Project"
msgstr "Siguiente proyecto"
#: single-jetpack-portfolio.php:18
msgid "Previous Project"
msgstr "Proyecto anterior"
#: search.php:19
msgid "Search Results for: %s"
msgstr "Resultados de búsqueda por: %s"
#: inc/wpcom-colors.php:478
msgid "White, Red, and Grey"
msgstr "Blanco, rojo y gris"
#: inc/wpcom-colors.php:472
msgid "Beige, Blue, and Orange"
msgstr "Beis, azul y naranja"
#: inc/wpcom-colors.php:466
msgid "White, Brown, and Blue"
msgstr "Blanco, marrón y azul "
#: inc/wpcom-colors.php:460
msgid "Light Grey and Pink"
msgstr "Gris claro y rosa"
#: inc/wpcom-colors.php:454
msgid "Blue"
msgstr "Azul"
#: inc/wpcom-colors.php:448
msgid "Grey and Green"
msgstr "Gris y verde"
#: inc/wpcom-colors.php:232
msgid "Link"
msgstr "Enlace"
#: inc/wpcom-colors.php:191
msgid "Text"
msgstr "Texto"
#: inc/wpcom-colors.php:18
msgid "Background"
msgstr "Fondo"
#. translators: %s: Name of current post
#: inc/template-tags.php:144
msgid "Edit %1$s %2$s"
msgstr "Editar %1$s %2$s"
#: inc/template-tags.php:139
msgid "Post"
msgstr "Entrada"
#: inc/template-tags.php:137
msgid "Page"
msgstr "Página"
#: inc/template-tags.php:119
msgid "% Comments"
msgstr "% comentarios"
#: inc/template-tags.php:119
msgid "1 Comment"
msgstr "1 comentario"
#: inc/template-tags.php:119
msgid "Leave a comment"
msgstr "Deja un comentario"
#: inc/template-tags.php:112
msgid "Tagged %1$s"
msgstr "Etiquetado como %1$s"
#. translators: used between list items, there is a space after the comma
#: inc/template-tags.php:108
msgid "Tagged"
msgstr "Etiquetado"
#. translators: %s: Name of current post
#: inc/template-tags.php:86
msgid "Edit %s"
msgstr "Editar %s"
#: inc/template-tags.php:70
msgctxt "prefaces list of categories assigned to post"
msgid "Type: "
msgstr "Tipo:"
#: inc/template-tags.php:50
msgctxt "prefaces list of categories assigned to the post"
msgid "in"
msgstr "en"
#: inc/template-tags.php:41
msgctxt "post author"
msgid "by"
msgstr "por"
#: inc/template-tags.php:34
msgctxt "post date"
msgid "Posted on %s"
msgstr "Publicado el %s"
#. translators: used between list items, there is a space after the comma
#: inc/template-tags.php:17 inc/template-tags.php:69 inc/template-tags.php:103
msgid ", "
msgstr ", "
#: inc/jetpack.php:243
msgid "All"
msgstr "Todos"
#: inc/jetpack.php:239
msgid "Types:"
msgstr "tipos"
#: inc/customizer.php:159
msgid "Panel 4"
msgstr "Panel 4"
#: inc/customizer.php:125
msgid "Panel 3"
msgstr "Panel 3"
#: inc/customizer.php:91
msgid "Panel 2"
msgstr "Panel 2"
#: inc/customizer.php:85 inc/customizer.php:119 inc/customizer.php:153
#: inc/customizer.php:187 inc/customizer.php:230
msgid "Two Column"
msgstr "Dos columnas"
#: inc/customizer.php:84 inc/customizer.php:118 inc/customizer.php:152
#: inc/customizer.php:186 inc/customizer.php:229
msgid "One Column"
msgstr "Una columna"
#: inc/customizer.php:80 inc/customizer.php:114 inc/customizer.php:148
#: inc/customizer.php:182
msgid "Panel Layout"
msgstr "Diseño del panel "
#: inc/customizer.php:69 inc/customizer.php:103 inc/customizer.php:137
#: inc/customizer.php:171
msgid "Panel Content"
msgstr "Contenido del panel"
#: inc/customizer.php:57
msgid "Panel 1"
msgstr "Panel 1"
#: inc/customizer.php:52
msgid "Header Top Text 2"
msgstr "Texto 2 de la parte superior de la cabecera."
#: inc/customizer.php:41
msgid "Header Top Text 1"
msgstr "Texto 1 de la parte superior de la cabecera."
#: inc/customizer.php:30
msgid "Add a short bit of content to the top of your website."
msgstr "Añadir un texto corto en la parte superior de su página web."
#: inc/customizer.php:28
msgid "Header Top Text"
msgstr "Texto de la parte superior de la cabecera."
#: inc/customizer.php:23
msgid "Configure your theme settings"
msgstr "Configurar las opciones del tema"
#: inc/customizer.php:22
msgid "Theme Options"
msgstr "Opciones del tema"
#: header.php:25
msgid "Skip to content"
msgstr "Saltar al contenido"
#: functions.php:174
msgid "Footer 3"
msgstr "Pie de página 3"
#: functions.php:164
msgid "Footer 2"
msgstr "Pie de página 2"
#: functions.php:154
msgid "Footer 1"
msgstr "Pie de página 1"
#: functions.php:144
msgid "Sidebar"
msgstr "Barra lateral"
#. Translators: If there are characters in your language that are not supported
#. by Karla, translate this to 'off'. Do not translate into your own language.
#: functions.php:113
msgctxt "Karla font: on or off"
msgid "on"
msgstr "activar"
#: functions.php:57
msgid "Top"
msgstr "Arriba"
#: front-page.php:61
msgid "Panel %1$s Placeholder"
msgstr "Marcador de posición de panel %1$s"
#: components/post/content-none.php:29
msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."
msgstr "Parece que no podemos encontrar lo que estás buscando. Tal vez la búsqueda te pueda ayudar."
#: components/post/content-none.php:23
msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords."
msgstr "Lo siento pero no hay nada que se ajuste a tus criterios de búsqueda. Por favor, inténtalo de nuevo con palabras claves distintas."
#: components/post/content-none.php:19
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr "¿Estás listo para publicar tu primera entrada? <a href=\"%1$s\">Empieza aquí</a>."
#: components/post/content-none.php:13
msgid "Nothing Found"
msgstr "No se ha encontrado nada"
#. translators: %s: Name of current post
#. translators: %s: Name of current post.
#. translators: %s: Name of current post
#: components/page/content-front-page-panels.php:50
#: components/post/content.php:40 inc/template-tags.php:195
msgid "Continue reading %s <span class=\"meta-nav\">&rarr;</span>"
msgstr "Continuar leyendo %s <span class=\"meta-nav\">&rarr;</span>"
#: components/page/content-front-page-panels.php:18
msgid "Panel %1$s"
msgstr "Panel %1$s"
#: components/navigation/navigation-top.php:2
msgid "Menu"
msgstr "Menú"
#: components/navigation/navigation-top.php:1
msgid "Top Menu"
msgstr "Menú de la parte de arriba"
#: components/footer/site-info.php:5
msgid "Theme: %1$s by %2$s."
msgstr "Tema: %1$s por %2$s."
#: components/footer/site-info.php:3
msgid "Proudly powered by %s"
msgstr "Orgullosamente ofrecido por %s"
#: components/footer/site-info.php:3
msgid "https://wordpress.org/"
msgstr "http://wordpress.org/"
#: components/footer/footer-image.php:17 inc/customizer.php:193
#: inc/customizer.php:205
msgid "Footer Image"
msgstr "Imagen pie de página"
#: components/features/portfolio/content-portfolio-single.php:35
#: components/page/content-front-page.php:8 components/page/content-page.php:21
#: components/post/content.php:45
msgid "Pages:"
msgstr "Páginas:"
#: comments.php:68
msgid "Comments are closed."
msgstr "Los comentarios están cerrados."
#. translators: 1: comment count number, 2: title.
#: comments.php:40
msgctxt "comments title"
msgid "%1$s thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "Un comentario sobre &ldquo;%2$s&rdquo;"
msgstr[1] "%1$s comentarios sobre &ldquo;%2$s&rdquo;"
#: archive-jetpack-testimonial.php:29
msgid "Testimonials"
msgstr "Testimonios"
#: 404.php:48
msgid "Try looking in the monthly archives."
msgstr "Intenta buscar en los archivos por mes."
#: 404.php:32
msgid "Most Used Categories"
msgstr "Categorías más usadas"
#: 404.php:20
msgid "It looks like nothing was found at this location. Maybe try one of the links below or a search?"
msgstr "Parece que no se encontró nada en esta ubicación. ¿Quizás pruebes con uno de los enlaces de abajo o una búsqueda?"
#: 404.php:17
msgid "Oops! That page can&rsquo;t be found."
msgstr "¡Vaya! No se pudo encontrar esa página."

View file

@ -0,0 +1,423 @@
# Copyright (C) 2018 Automattic
# This file is distributed under the GNU General Public License v2 or later.
msgid ""
msgstr ""
"Project-Id-Version: Lodestar 1.0.4\n"
"Report-Msgid-Bugs-To: http://wordpress.org/support/theme/lodestar\n"
"POT-Creation-Date: 2018-01-23 03:00:43+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2018-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
#: 404.php:17
msgid "Oops! That page can&rsquo;t be found."
msgstr ""
#: 404.php:20
msgid ""
"It looks like nothing was found at this location. Maybe try one of the links "
"below or a search?"
msgstr ""
#: 404.php:32
msgid "Most Used Categories"
msgstr ""
#: 404.php:48
msgid "Try looking in the monthly archives."
msgstr ""
#: archive-jetpack-portfolio.php:25
msgid "Older projects"
msgstr ""
#: archive-jetpack-portfolio.php:26
msgid "Newer projects"
msgstr ""
#: archive-jetpack-portfolio.php:27
msgid "Portfolio navigation"
msgstr ""
#: archive-jetpack-testimonial.php:29
msgid "Testimonials"
msgstr ""
#. translators: 1: title.
#: comments.php:34
msgid "One thought on &ldquo;%1$s&rdquo;"
msgstr ""
#. translators: 1: comment count number, 2: title.
#: comments.php:40
msgctxt "comments title"
msgid "%1$s thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] ""
msgstr[1] ""
#: comments.php:68
msgid "Comments are closed."
msgstr ""
#: components/features/portfolio/content-portfolio-single.php:35
#: components/page/content-front-page.php:8
#: components/page/content-page.php:21 components/post/content.php:45
msgid "Pages:"
msgstr ""
#: components/footer/footer-image.php:17 inc/customizer.php:193
#: inc/customizer.php:205
msgid "Footer Image"
msgstr ""
#: components/footer/site-info.php:3
msgid "https://wordpress.org/"
msgstr ""
#: components/footer/site-info.php:3
msgid "Proudly powered by %s"
msgstr ""
#: components/footer/site-info.php:5
msgid "Theme: %1$s by %2$s."
msgstr ""
#: components/navigation/navigation-top.php:1
msgid "Top Menu"
msgstr ""
#: components/navigation/navigation-top.php:2
msgid "Menu"
msgstr ""
#: components/page/content-front-page-panels.php:18
msgid "Panel %1$s"
msgstr ""
#. translators: %s: Name of current post
#. translators: %s: Name of current post.
#. translators: %s: Name of current post
#: components/page/content-front-page-panels.php:50
#: components/post/content.php:40 inc/template-tags.php:195
msgid "Continue reading %s <span class=\"meta-nav\">&rarr;</span>"
msgstr ""
#: components/post/content-none.php:13
msgid "Nothing Found"
msgstr ""
#: components/post/content-none.php:19
msgid ""
"Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr ""
#: components/post/content-none.php:23
msgid ""
"Sorry, but nothing matched your search terms. Please try again with some "
"different keywords."
msgstr ""
#: components/post/content-none.php:29
msgid ""
"It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps "
"searching can help."
msgstr ""
#: front-page.php:61
msgid "Panel %1$s Placeholder"
msgstr ""
#: functions.php:57
msgid "Top"
msgstr ""
#. Translators: If there are characters in your language that are not supported
#. by Work Sans, translate this to 'off'. Do not translate into your own
#. language.
#: functions.php:107
msgctxt "work_sans font: on or off"
msgid "on"
msgstr ""
#. Translators: If there are characters in your language that are not supported
#. by Karla, translate this to 'off'. Do not translate into your own language.
#: functions.php:113
msgctxt "Karla font: on or off"
msgid "on"
msgstr ""
#: functions.php:144
msgid "Sidebar"
msgstr ""
#: functions.php:154
msgid "Footer 1"
msgstr ""
#: functions.php:164
msgid "Footer 2"
msgstr ""
#: functions.php:174
msgid "Footer 3"
msgstr ""
#: header.php:25
msgid "Skip to content"
msgstr ""
#: inc/customizer.php:22
msgid "Theme Options"
msgstr ""
#: inc/customizer.php:23
msgid "Configure your theme settings"
msgstr ""
#: inc/customizer.php:28
msgid "Header Top Text"
msgstr ""
#: inc/customizer.php:30
msgid "Add a short bit of content to the top of your website."
msgstr ""
#: inc/customizer.php:41
msgid "Header Top Text 1"
msgstr ""
#: inc/customizer.php:52
msgid "Header Top Text 2"
msgstr ""
#: inc/customizer.php:57
msgid "Panel 1"
msgstr ""
#: inc/customizer.php:60 inc/customizer.php:94 inc/customizer.php:128
#: inc/customizer.php:162
msgid ""
"Add an image to your panel by setting a featured image in the page editor. "
"If you don&rsquo;t select a page, this panel will not be displayed."
msgstr ""
#: inc/customizer.php:69 inc/customizer.php:103 inc/customizer.php:137
#: inc/customizer.php:171
msgid "Panel Content"
msgstr ""
#: inc/customizer.php:80 inc/customizer.php:114 inc/customizer.php:148
#: inc/customizer.php:182
msgid "Panel Layout"
msgstr ""
#: inc/customizer.php:84 inc/customizer.php:118 inc/customizer.php:152
#: inc/customizer.php:186 inc/customizer.php:229
msgid "One Column"
msgstr ""
#: inc/customizer.php:85 inc/customizer.php:119 inc/customizer.php:153
#: inc/customizer.php:187 inc/customizer.php:230
msgid "Two Column"
msgstr ""
#: inc/customizer.php:91
msgid "Panel 2"
msgstr ""
#: inc/customizer.php:125
msgid "Panel 3"
msgstr ""
#: inc/customizer.php:159
msgid "Panel 4"
msgstr ""
#: inc/customizer.php:207
msgid ""
"Add an image to be displayed at the bottom of the Front Page template, above "
"the footer."
msgstr ""
#: inc/jetpack.php:239
msgid "Types:"
msgstr ""
#: inc/jetpack.php:243
msgid "All"
msgstr ""
#. translators: used between list items, there is a space after the comma
#: inc/template-tags.php:17 inc/template-tags.php:69 inc/template-tags.php:103
msgid ", "
msgstr ""
#: inc/template-tags.php:34
msgctxt "post date"
msgid "Posted on %s"
msgstr ""
#: inc/template-tags.php:41
msgctxt "post author"
msgid "by"
msgstr ""
#: inc/template-tags.php:50
msgctxt "prefaces list of categories assigned to the post"
msgid "in"
msgstr ""
#: inc/template-tags.php:70
msgctxt "prefaces list of categories assigned to post"
msgid "Type: "
msgstr ""
#. translators: %s: Name of current post
#: inc/template-tags.php:86
msgid "Edit %s"
msgstr ""
#. translators: used between list items, there is a space after the comma
#: inc/template-tags.php:108
msgid "Tagged"
msgstr ""
#: inc/template-tags.php:112
msgid "Tagged %1$s"
msgstr ""
#: inc/template-tags.php:119
msgid "Leave a comment"
msgstr ""
#: inc/template-tags.php:119
msgid "1 Comment"
msgstr ""
#: inc/template-tags.php:119
msgid "% Comments"
msgstr ""
#: inc/template-tags.php:137
msgid "Page"
msgstr ""
#: inc/template-tags.php:139
msgid "Post"
msgstr ""
#. translators: %s: Name of current post
#: inc/template-tags.php:144
msgid "Edit %1$s %2$s"
msgstr ""
#: inc/template-tags.php:180
msgid "Front Page Section %1$s Placeholder"
msgstr ""
#: inc/woocommerce.php:212
msgid "View your shopping cart"
msgstr ""
#: inc/woocommerce.php:213
msgid "%d item"
msgid_plural "%d items"
msgstr[0] ""
msgstr[1] ""
#: inc/wpcom-colors.php:18
msgid "Background"
msgstr ""
#: inc/wpcom-colors.php:191
msgid "Text"
msgstr ""
#: inc/wpcom-colors.php:232
msgid "Link"
msgstr ""
#: inc/wpcom-colors.php:448
msgid "Grey and Green"
msgstr ""
#: inc/wpcom-colors.php:454
msgid "Blue"
msgstr ""
#: inc/wpcom-colors.php:460
msgid "Light Grey and Pink"
msgstr ""
#: inc/wpcom-colors.php:466
msgid "White, Brown, and Blue"
msgstr ""
#: inc/wpcom-colors.php:472
msgid "Beige, Blue, and Orange"
msgstr ""
#: inc/wpcom-colors.php:478
msgid "White, Red, and Grey"
msgstr ""
#: search.php:19
msgid "Search Results for: %s"
msgstr ""
#: single-jetpack-portfolio.php:18
msgid "Previous Project"
msgstr ""
#: single-jetpack-portfolio.php:19
msgid "Next Project"
msgstr ""
#: single.php:22
msgid "Previous Post"
msgstr ""
#: single.php:23
msgid "Next Post"
msgstr ""
#. Theme Name of the plugin/theme
#: wp-content/themes/pub/lodestar/style.css
msgid "Lodestar"
msgstr ""
#. Theme URI of the plugin/theme
#: wp-content/themes/pub/lodestar/style.css
msgid "http://theme.wordpress.com/themes/lodestar"
msgstr ""
#. Description of the plugin/theme
#: wp-content/themes/pub/lodestar/style.css
msgid ""
"Lodestar is a trendy one-page theme designed with startups and small "
"business ventures in mind."
msgstr ""
#. Author of the plugin/theme
#: wp-content/themes/pub/lodestar/style.css
msgid "Automattic"
msgstr ""
#. Author URI of the plugin/theme
#: wp-content/themes/pub/lodestar/style.css
msgid "https://www.wordpress.com"
msgstr ""
#. Template Name of the plugin/theme
#: wp-content/themes/pub/lodestar/templates/portfolio-page.php
msgid "Portfolio Template"
msgstr ""
#. Template Name of the plugin/theme
#: wp-content/themes/pub/lodestar/templates/testimonial-page.php
msgid "Testimonial Template"
msgstr ""

BIN
lodestar/languages/no.mo Normal file

Binary file not shown.

354
lodestar/languages/no.po Normal file
View file

@ -0,0 +1,354 @@
# Translation of WordPress.com - Themes - Lodestar in Norwegian
# This file is distributed under the same license as the WordPress.com - Themes - Lodestar package.
msgid ""
msgstr ""
"PO-Revision-Date: 2018-01-23 07:34:23+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: GlotPress/2.4.0-alpha\n"
"Language: no\n"
"Project-Id-Version: WordPress.com - Themes - Lodestar\n"
#. translators: 1: title.
#: comments.php:34
msgid "One thought on &ldquo;%1$s&rdquo;"
msgstr "En tanke om &ldquo;%1$s&rdquo;"
#: archive-jetpack-portfolio.php:27
msgid "Portfolio navigation"
msgstr "Porteføljenavigasjon"
#: archive-jetpack-portfolio.php:26
msgid "Newer projects"
msgstr "Nyere prosjekter"
#: archive-jetpack-portfolio.php:25
msgid "Older projects"
msgstr "Eldre prosjekter"
#: inc/woocommerce.php:213
msgid "%d item"
msgid_plural "%d items"
msgstr[0] "%d gjenstand"
msgstr[1] "%d gjenstander"
#: inc/woocommerce.php:212
msgid "View your shopping cart"
msgstr "Vis handlevognen din"
#. Template Name of the plugin/theme
#: wp-content/themes/pub/lodestar/templates/portfolio-page.php
msgid "Portfolio Template"
msgstr "Porteføljemal"
#: single.php:23
msgid "Next Post"
msgstr "Neste innlegg"
#: single.php:22
msgid "Previous Post"
msgstr "Forrige innlegg"
#: single-jetpack-portfolio.php:19
msgid "Next Project"
msgstr "Neste prosjekt"
#: single-jetpack-portfolio.php:18
msgid "Previous Project"
msgstr "Forrige prosjekt"
#: search.php:19
msgid "Search Results for: %s"
msgstr "Søkeresultater for: %s"
#: inc/wpcom-colors.php:478
msgid "White, Red, and Grey"
msgstr "Hvit, Rød og Grå"
#: inc/wpcom-colors.php:466
msgid "White, Brown, and Blue"
msgstr "Hvit, Brun og Blå"
#: inc/wpcom-colors.php:460
msgid "Light Grey and Pink"
msgstr "Lysegrå og rosa"
#: inc/wpcom-colors.php:454
msgid "Blue"
msgstr "Blå"
#: inc/wpcom-colors.php:448
msgid "Grey and Green"
msgstr "Grå og Grønn"
#: inc/wpcom-colors.php:232
msgid "Link"
msgstr "Lenke"
#: inc/wpcom-colors.php:191
msgid "Text"
msgstr "Tekst"
#: inc/wpcom-colors.php:18
msgid "Background"
msgstr "Bakgrunn"
#. translators: %s: Name of current post
#: inc/template-tags.php:144
msgid "Edit %1$s %2$s"
msgstr "Rediger %1$s %2$s"
#: inc/template-tags.php:139
msgid "Post"
msgstr "Innlegg"
#: inc/template-tags.php:137
msgid "Page"
msgstr "Side"
#: inc/template-tags.php:119
msgid "% Comments"
msgstr "% kommentarer"
#: inc/template-tags.php:119
msgid "1 Comment"
msgstr "1 kommentar"
#: inc/template-tags.php:119
msgid "Leave a comment"
msgstr "Legg igjen en kommentar"
#: inc/template-tags.php:112
msgid "Tagged %1$s"
msgstr "Stikkord %1$s"
#. translators: used between list items, there is a space after the comma
#: inc/template-tags.php:108
msgid "Tagged"
msgstr "Merket med"
#. translators: %s: Name of current post
#: inc/template-tags.php:86
msgid "Edit %s"
msgstr "Rediger %s"
#: inc/template-tags.php:70
msgctxt "prefaces list of categories assigned to post"
msgid "Type: "
msgstr "Type:"
#: inc/template-tags.php:50
msgctxt "prefaces list of categories assigned to the post"
msgid "in"
msgstr "i"
#: inc/template-tags.php:41
msgctxt "post author"
msgid "by"
msgstr "av"
#: inc/template-tags.php:34
msgctxt "post date"
msgid "Posted on %s"
msgstr "Publisert den %s"
#. translators: used between list items, there is a space after the comma
#: inc/template-tags.php:17 inc/template-tags.php:69 inc/template-tags.php:103
msgid ", "
msgstr ", "
#: inc/jetpack.php:243
msgid "All"
msgstr "Alle"
#: inc/jetpack.php:239
msgid "Types:"
msgstr "Typer:"
#: inc/customizer.php:159
msgid "Panel 4"
msgstr "Panel 4"
#: inc/customizer.php:125
msgid "Panel 3"
msgstr "Panel 3"
#: inc/customizer.php:91
msgid "Panel 2"
msgstr "Panel 2"
#: inc/customizer.php:85 inc/customizer.php:119 inc/customizer.php:153
#: inc/customizer.php:187 inc/customizer.php:230
msgid "Two Column"
msgstr "To-kolonner"
#: inc/customizer.php:84 inc/customizer.php:118 inc/customizer.php:152
#: inc/customizer.php:186 inc/customizer.php:229
msgid "One Column"
msgstr "En kolonne"
#: inc/customizer.php:80 inc/customizer.php:114 inc/customizer.php:148
#: inc/customizer.php:182
msgid "Panel Layout"
msgstr "Paneloppsett"
#: inc/customizer.php:69 inc/customizer.php:103 inc/customizer.php:137
#: inc/customizer.php:171
msgid "Panel Content"
msgstr "Panelinnhold"
#: inc/customizer.php:57
msgid "Panel 1"
msgstr "Panel 1"
#: inc/customizer.php:52
msgid "Header Top Text 2"
msgstr "Toppområde-topptekst 2"
#: inc/customizer.php:41
msgid "Header Top Text 1"
msgstr "Toppområde-topptekst 1"
#: inc/customizer.php:28
msgid "Header Top Text"
msgstr "Toppområde-topptekst"
#: inc/customizer.php:23
msgid "Configure your theme settings"
msgstr "Konfigurer dine temainnstillinger"
#: inc/customizer.php:22
msgid "Theme Options"
msgstr "Temainnstillinger"
#: header.php:25
msgid "Skip to content"
msgstr "Gå til innhold"
#: functions.php:174
msgid "Footer 3"
msgstr "Bunnområde 3"
#: functions.php:164
msgid "Footer 2"
msgstr "Bunnområde 2"
#: functions.php:154
msgid "Footer 1"
msgstr "Bunnområde 1"
#: functions.php:144
msgid "Sidebar"
msgstr "Sidekolonnen"
#. Translators: If there are characters in your language that are not supported
#. by Karla, translate this to 'off'. Do not translate into your own language.
#: functions.php:113
msgctxt "Karla font: on or off"
msgid "on"
msgstr "on"
#. Translators: If there are characters in your language that are not supported
#. by Work Sans, translate this to 'off'. Do not translate into your own
#. language.
#: functions.php:107
msgctxt "work_sans font: on or off"
msgid "on"
msgstr "on"
#: functions.php:57
msgid "Top"
msgstr "Topp"
#: components/post/content-none.php:29
msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."
msgstr "Vi klarer ikke å finne det du leter etter. Prøv å søke."
#: components/post/content-none.php:23
msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords."
msgstr "Beklager, men intet passet med dine søkeord. Vennligst prøv igjen med andre søkeord."
#: components/post/content-none.php:19
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr "Klar for å publisere ditt første innlegg? <a href=\"%1$s\">Kom i gang her</a>."
#: components/post/content-none.php:13
msgid "Nothing Found"
msgstr "Ingenting funnet"
#. translators: %s: Name of current post
#. translators: %s: Name of current post.
#. translators: %s: Name of current post
#: components/page/content-front-page-panels.php:50
#: components/post/content.php:40 inc/template-tags.php:195
msgid "Continue reading %s <span class=\"meta-nav\">&rarr;</span>"
msgstr "Les mer %s <span class=\"meta-nav\">&rarr;</span>"
#: components/page/content-front-page-panels.php:18
msgid "Panel %1$s"
msgstr "Panel %1$s"
#: components/navigation/navigation-top.php:2
msgid "Menu"
msgstr "Meny"
#: components/navigation/navigation-top.php:1
msgid "Top Menu"
msgstr "Toppmeny"
#: components/footer/site-info.php:5
msgid "Theme: %1$s by %2$s."
msgstr "Tema: %1$s av %2$s."
#: components/footer/site-info.php:3
msgid "Proudly powered by %s"
msgstr "Stolt drevet av %s"
#: components/footer/site-info.php:3
msgid "https://wordpress.org/"
msgstr "https://nb.wordpress.org/"
#: components/footer/footer-image.php:17 inc/customizer.php:193
#: inc/customizer.php:205
msgid "Footer Image"
msgstr "Bunnbilde"
#: components/features/portfolio/content-portfolio-single.php:35
#: components/page/content-front-page.php:8 components/page/content-page.php:21
#: components/post/content.php:45
msgid "Pages:"
msgstr "Sider:"
#: comments.php:68
msgid "Comments are closed."
msgstr "Kommentarer er stengt."
#. translators: 1: comment count number, 2: title.
#: comments.php:40
msgctxt "comments title"
msgid "%1$s thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "En kommentar om &ldquo;%2$s&rdquo;"
msgstr[1] "%1$s kommentarer om &ldquo;%2$s&rdquo;"
#: archive-jetpack-testimonial.php:29
msgid "Testimonials"
msgstr "Tilbakemeldinger"
#: 404.php:48
msgid "Try looking in the monthly archives."
msgstr "Prøv å søke i månedsarkivet."
#: 404.php:32
msgid "Most Used Categories"
msgstr "Mest brukte kategorier"
#: 404.php:20
msgid "It looks like nothing was found at this location. Maybe try one of the links below or a search?"
msgstr "Det ble tydeligvis ikke funnet noe her. Kanskje forsøke en av lenkene under eller et søk?"
#: 404.php:17
msgid "Oops! That page can&rsquo;t be found."
msgstr "Auda! Den siden finnes ikke."

BIN
lodestar/languages/pt-br.mo Normal file

Binary file not shown.

341
lodestar/languages/pt-br.po Normal file
View file

@ -0,0 +1,341 @@
# Translation of WordPress.com - Themes - Lodestar in Portuguese (Brazil)
# This file is distributed under the same license as the WordPress.com - Themes - Lodestar package.
msgid ""
msgstr ""
"PO-Revision-Date: 2018-02-06 19:58:21+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: GlotPress/2.4.0-alpha\n"
"Language: pt_BR\n"
"Project-Id-Version: WordPress.com - Themes - Lodestar\n"
#. translators: 1: title.
#: comments.php:34
msgid "One thought on &ldquo;%1$s&rdquo;"
msgstr "Um comentário em &ldquo;%1$s&rdquo;"
#: archive-jetpack-portfolio.php:27
msgid "Portfolio navigation"
msgstr "Navegação do portfólio"
#: archive-jetpack-portfolio.php:26
msgid "Newer projects"
msgstr "Novos Projetos"
#: archive-jetpack-portfolio.php:25
msgid "Older projects"
msgstr "Projetos Antigos"
#: inc/woocommerce.php:213
msgid "%d item"
msgid_plural "%d items"
msgstr[0] "%d item"
msgstr[1] "%d itens"
#: inc/woocommerce.php:212
msgid "View your shopping cart"
msgstr "Visualize seu carrinho"
#. Template Name of the plugin/theme
#: wp-content/themes/pub/lodestar/templates/portfolio-page.php
msgid "Portfolio Template"
msgstr "Template de portfólio"
#. Description of the plugin/theme
#: wp-content/themes/pub/lodestar/style.css
msgid "Lodestar is a trendy one-page theme designed with startups and small business ventures in mind."
msgstr "Lodestar é um tema de uma página desenhado pensando em startups e pequenos negócios."
#: single.php:23
msgid "Next Post"
msgstr "Próximo post"
#: single.php:22
msgid "Previous Post"
msgstr "Post anterior"
#: single-jetpack-portfolio.php:19
msgid "Next Project"
msgstr "Próximo projeto"
#: single-jetpack-portfolio.php:18
msgid "Previous Project"
msgstr "Projeto anterior"
#: search.php:19
msgid "Search Results for: %s"
msgstr "Resultados da busca por: %s"
#: inc/wpcom-colors.php:478
msgid "White, Red, and Grey"
msgstr "Branco, vermelho e cinza"
#: inc/wpcom-colors.php:472
msgid "Beige, Blue, and Orange"
msgstr "Bege, azul e laranja"
#: inc/wpcom-colors.php:466
msgid "White, Brown, and Blue"
msgstr "Branco, marrom e azul"
#: inc/wpcom-colors.php:460
msgid "Light Grey and Pink"
msgstr "Cinza claro e rosa"
#: inc/wpcom-colors.php:454
msgid "Blue"
msgstr "Azul"
#: inc/wpcom-colors.php:448
msgid "Grey and Green"
msgstr "Cinza e azul"
#: inc/wpcom-colors.php:232
msgid "Link"
msgstr "Link"
#: inc/wpcom-colors.php:191
msgid "Text"
msgstr "Texto"
#: inc/wpcom-colors.php:18
msgid "Background"
msgstr "Fundo"
#: inc/template-tags.php:180
msgid "Front Page Section %1$s Placeholder"
msgstr "Seção %1$s da página inicial"
#. translators: %s: Name of current post
#: inc/template-tags.php:144
msgid "Edit %1$s %2$s"
msgstr "Editar %1$s %2$s"
#: inc/template-tags.php:139
msgid "Post"
msgstr "Publicar"
#: inc/template-tags.php:137
msgid "Page"
msgstr "Página"
#: inc/template-tags.php:119
msgid "% Comments"
msgstr "% Comentários"
#: inc/template-tags.php:119
msgid "1 Comment"
msgstr "1 Comentário"
#: inc/template-tags.php:119
msgid "Leave a comment"
msgstr "Deixe um comentário"
#: inc/template-tags.php:112
msgid "Tagged %1$s"
msgstr "Marcado %1$s"
#. translators: used between list items, there is a space after the comma
#: inc/template-tags.php:108
msgid "Tagged"
msgstr "Com a tag"
#. translators: %s: Name of current post
#: inc/template-tags.php:86
msgid "Edit %s"
msgstr "Editar %s"
#: inc/template-tags.php:50
msgctxt "prefaces list of categories assigned to the post"
msgid "in"
msgstr "em"
#: inc/template-tags.php:41
msgctxt "post author"
msgid "by"
msgstr "por"
#: inc/template-tags.php:34
msgctxt "post date"
msgid "Posted on %s"
msgstr "Publicado em %s"
#. translators: used between list items, there is a space after the comma
#: inc/template-tags.php:17 inc/template-tags.php:69 inc/template-tags.php:103
msgid ", "
msgstr ", "
#: inc/jetpack.php:243
msgid "All"
msgstr "Tudo"
#: inc/customizer.php:159
msgid "Panel 4"
msgstr "Painel 4"
#: inc/customizer.php:125
msgid "Panel 3"
msgstr "Painel 3"
#: inc/customizer.php:91
msgid "Panel 2"
msgstr "Painel 2"
#: inc/customizer.php:85 inc/customizer.php:119 inc/customizer.php:153
#: inc/customizer.php:187 inc/customizer.php:230
msgid "Two Column"
msgstr "Duas colunas"
#: inc/customizer.php:84 inc/customizer.php:118 inc/customizer.php:152
#: inc/customizer.php:186 inc/customizer.php:229
msgid "One Column"
msgstr "Uma coluna"
#: inc/customizer.php:69 inc/customizer.php:103 inc/customizer.php:137
#: inc/customizer.php:171
msgid "Panel Content"
msgstr "Painel de conteúdo"
#: inc/customizer.php:57
msgid "Panel 1"
msgstr "Painel 1"
#: inc/customizer.php:52
msgid "Header Top Text 2"
msgstr "Texto do topo 2"
#: inc/customizer.php:41
msgid "Header Top Text 1"
msgstr "Texto do topo 1"
#: inc/customizer.php:23
msgid "Configure your theme settings"
msgstr "Configure seu tema"
#: inc/customizer.php:22
msgid "Theme Options"
msgstr "Opções do tema"
#: header.php:25
msgid "Skip to content"
msgstr "Ir para conteúdo"
#: functions.php:174
msgid "Footer 3"
msgstr "Footer 3"
#: functions.php:164
msgid "Footer 2"
msgstr "Rodapé 2"
#: functions.php:154
msgid "Footer 1"
msgstr "Rodapé 1"
#: functions.php:144
msgid "Sidebar"
msgstr "Lateral"
#. Translators: If there are characters in your language that are not supported
#. by Karla, translate this to 'off'. Do not translate into your own language.
#: functions.php:113
msgctxt "Karla font: on or off"
msgid "on"
msgstr "on"
#: functions.php:57
msgid "Top"
msgstr "Topo"
#: components/post/content-none.php:29
msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."
msgstr "Parece que não encontramos o que você está procurando. Talvez a ferramenta de pesquisa possa ajudar."
#: components/post/content-none.php:23
msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords."
msgstr "Não encontramos nada para estes termos de busca. Tente novamente com palavras-chave diferentes."
#: components/post/content-none.php:19
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr "Pronto para publicar seu primeiro post? <a href=\"%1$s\">Comece aqui</a>."
#: components/post/content-none.php:13
msgid "Nothing Found"
msgstr "Nenhum resultado"
#. translators: %s: Name of current post
#. translators: %s: Name of current post.
#. translators: %s: Name of current post
#: components/page/content-front-page-panels.php:50
#: components/post/content.php:40 inc/template-tags.php:195
msgid "Continue reading %s <span class=\"meta-nav\">&rarr;</span>"
msgstr "Continue lendo %s <span class=\"meta-nav\">\t</span>"
#: components/page/content-front-page-panels.php:18
msgid "Panel %1$s"
msgstr "Painel %1$s"
#: components/navigation/navigation-top.php:2
msgid "Menu"
msgstr "Menu"
#: components/navigation/navigation-top.php:1
msgid "Top Menu"
msgstr "Menu Principal"
#: components/footer/site-info.php:5
msgid "Theme: %1$s by %2$s."
msgstr "Tema: %1$s %2$s."
#: components/footer/site-info.php:3
msgid "Proudly powered by %s"
msgstr "Orgulhosamente feito com %s"
#: components/footer/site-info.php:3
msgid "https://wordpress.org/"
msgstr "https://br.wordpress.org/"
#: components/footer/footer-image.php:17 inc/customizer.php:193
#: inc/customizer.php:205
msgid "Footer Image"
msgstr "Imagem do rodapé"
#: components/features/portfolio/content-portfolio-single.php:35
#: components/page/content-front-page.php:8 components/page/content-page.php:21
#: components/post/content.php:45
msgid "Pages:"
msgstr "Páginas"
#: comments.php:68
msgid "Comments are closed."
msgstr "Os comentários estão fechados."
#. translators: 1: comment count number, 2: title.
#: comments.php:40
msgctxt "comments title"
msgid "%1$s thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "Um comentário em &ldquo;%2$s&rdquo;"
msgstr[1] "%1$s comentários em &ldquo;%2$s&rdquo;"
#: archive-jetpack-testimonial.php:29
msgid "Testimonials"
msgstr "Depoimentos"
#: 404.php:48
msgid "Try looking in the monthly archives."
msgstr "Tente olhar nos arquivos mensais."
#: 404.php:32
msgid "Most Used Categories"
msgstr "Categorias mais Usadas"
#: 404.php:20
msgid "It looks like nothing was found at this location. Maybe try one of the links below or a search?"
msgstr "Parece que nada foi encontrado neste lugar. Quem sabe você possa tentar um dos links abaixo ou uma busca?"
#: 404.php:17
msgid "Oops! That page can&rsquo;t be found."
msgstr "Ops! Essa página não pode ser encontrada."

BIN
lodestar/languages/ro.mo Normal file

Binary file not shown.

391
lodestar/languages/ro.po Normal file
View file

@ -0,0 +1,391 @@
# Translation of WordPress.com - Themes - Lodestar in Romanian
# This file is distributed under the same license as the WordPress.com - Themes - Lodestar package.
msgid ""
msgstr ""
"PO-Revision-Date: 2018-01-23 07:34:22+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2);\n"
"X-Generator: GlotPress/2.4.0-alpha\n"
"Language: ro\n"
"Project-Id-Version: WordPress.com - Themes - Lodestar\n"
#. translators: 1: title.
#: comments.php:34
msgid "One thought on &ldquo;%1$s&rdquo;"
msgstr "Un gând despre &bdquo;%1$s&rdquo;"
#: archive-jetpack-portfolio.php:27
msgid "Portfolio navigation"
msgstr "Navigare în portofoliu"
#: archive-jetpack-portfolio.php:26
msgid "Newer projects"
msgstr "Proiecte mai noi"
#: archive-jetpack-portfolio.php:25
msgid "Older projects"
msgstr "Proiecte mai vechi"
#: inc/woocommerce.php:213
msgid "%d item"
msgid_plural "%d items"
msgstr[0] "%d element"
msgstr[1] "%d elemente"
msgstr[2] "%d de elemente"
#: inc/woocommerce.php:212
msgid "View your shopping cart"
msgstr "Vezi coșul tău de cumpărături"
#. Template Name of the plugin/theme
#: wp-content/themes/pub/lodestar/templates/testimonial-page.php
msgid "Testimonial Template"
msgstr "Șablon testimonial"
#. Template Name of the plugin/theme
#: wp-content/themes/pub/lodestar/templates/portfolio-page.php
msgid "Portfolio Template"
msgstr "Șablon portofoliu"
#. Description of the plugin/theme
#: wp-content/themes/pub/lodestar/style.css
msgid "Lodestar is a trendy one-page theme designed with startups and small business ventures in mind."
msgstr "Lodestar este o temă la modă, pe o singură pagină, proiectată cu gândul la pornirea îndrăzneață a unor startup-uri sau mici afaceri."
#: single.php:23
msgid "Next Post"
msgstr "Articol următor"
#: single.php:22
msgid "Previous Post"
msgstr "Articol anterior"
#: single-jetpack-portfolio.php:19
msgid "Next Project"
msgstr "Proiectul următor"
#: single-jetpack-portfolio.php:18
msgid "Previous Project"
msgstr "Proiectul anterior"
#: search.php:19
msgid "Search Results for: %s"
msgstr "Rezultatele căutării pentru: %s"
#: inc/wpcom-colors.php:478
msgid "White, Red, and Grey"
msgstr "Alb, roșu și gri"
#: inc/wpcom-colors.php:472
msgid "Beige, Blue, and Orange"
msgstr "Bej, albastru și portocaliu"
#: inc/wpcom-colors.php:466
msgid "White, Brown, and Blue"
msgstr "Alb, maro și albastru"
#: inc/wpcom-colors.php:460
msgid "Light Grey and Pink"
msgstr "Gri deschis și roz"
#: inc/wpcom-colors.php:454
msgid "Blue"
msgstr "Albastru"
#: inc/wpcom-colors.php:448
msgid "Grey and Green"
msgstr "Gri și verde"
#: inc/wpcom-colors.php:232
msgid "Link"
msgstr "Legătură"
#: inc/wpcom-colors.php:191
msgid "Text"
msgstr "Text"
#: inc/wpcom-colors.php:18
msgid "Background"
msgstr "Fundal"
#: inc/template-tags.php:180
msgid "Front Page Section %1$s Placeholder"
msgstr "Substituent pentru secțiunea %1$s în pagina din față"
#. translators: %s: Name of current post
#: inc/template-tags.php:144
msgid "Edit %1$s %2$s"
msgstr "Editează %1$s %2$s"
#: inc/template-tags.php:139
msgid "Post"
msgstr "Articol"
#: inc/template-tags.php:137
msgid "Page"
msgstr "Pagină"
#: inc/template-tags.php:119
msgid "% Comments"
msgstr "% comentarii"
#: inc/template-tags.php:119
msgid "1 Comment"
msgstr "1 comentariu"
#: inc/template-tags.php:119
msgid "Leave a comment"
msgstr "Lasă un comentariu"
#: inc/template-tags.php:112
msgid "Tagged %1$s"
msgstr "Etichetat %1$s"
#. translators: used between list items, there is a space after the comma
#: inc/template-tags.php:108
msgid "Tagged"
msgstr "Etichetat"
#. translators: %s: Name of current post
#: inc/template-tags.php:86
msgid "Edit %s"
msgstr "Editează %s"
#: inc/template-tags.php:70
msgctxt "prefaces list of categories assigned to post"
msgid "Type: "
msgstr "Tip:"
#: inc/template-tags.php:50
msgctxt "prefaces list of categories assigned to the post"
msgid "in"
msgstr "în"
#: inc/template-tags.php:41
msgctxt "post author"
msgid "by"
msgstr "de"
#: inc/template-tags.php:34
msgctxt "post date"
msgid "Posted on %s"
msgstr "Publicat de %s"
#. translators: used between list items, there is a space after the comma
#: inc/template-tags.php:17 inc/template-tags.php:69 inc/template-tags.php:103
msgid ", "
msgstr ", "
#: inc/jetpack.php:243
msgid "All"
msgstr "Toți"
#: inc/jetpack.php:239
msgid "Types:"
msgstr "Tipuri:"
#: inc/customizer.php:207
msgid "Add an image to be displayed at the bottom of the Front Page template, above the footer."
msgstr "Adaugă o imagine pentru a fi afișată în partea de jos a șablonului paginii din față, deasupra subsolului."
#: inc/customizer.php:159
msgid "Panel 4"
msgstr "Panou 4"
#: inc/customizer.php:125
msgid "Panel 3"
msgstr "Panou 3"
#: inc/customizer.php:91
msgid "Panel 2"
msgstr "Panou 2"
#: inc/customizer.php:85 inc/customizer.php:119 inc/customizer.php:153
#: inc/customizer.php:187 inc/customizer.php:230
msgid "Two Column"
msgstr "Două coloane"
#: inc/customizer.php:84 inc/customizer.php:118 inc/customizer.php:152
#: inc/customizer.php:186 inc/customizer.php:229
msgid "One Column"
msgstr "O coloană"
#: inc/customizer.php:80 inc/customizer.php:114 inc/customizer.php:148
#: inc/customizer.php:182
msgid "Panel Layout"
msgstr "Aranjament panou"
#: inc/customizer.php:69 inc/customizer.php:103 inc/customizer.php:137
#: inc/customizer.php:171
msgid "Panel Content"
msgstr "Conținut panou"
#: inc/customizer.php:60 inc/customizer.php:94 inc/customizer.php:128
#: inc/customizer.php:162
msgid "Add an image to your panel by setting a featured image in the page editor. If you don&rsquo;t select a page, this panel will not be displayed."
msgstr "Adaugă o imagine în panoul tău prin setarea unei imagini reprezentative în editorul de pagină. Dacă nu selectezi o pagină, acest panou nu va fi afișat."
#: inc/customizer.php:57
msgid "Panel 1"
msgstr "Panou 1"
#: inc/customizer.php:52
msgid "Header Top Text 2"
msgstr "Text sus 2 în antet"
#: inc/customizer.php:41
msgid "Header Top Text 1"
msgstr "Text sus 1 în antet"
#: inc/customizer.php:30
msgid "Add a short bit of content to the top of your website."
msgstr "Adaugă un pic de conținut în partea de sus a sitului tău web."
#: inc/customizer.php:28
msgid "Header Top Text"
msgstr "Text sus în antet"
#: inc/customizer.php:23
msgid "Configure your theme settings"
msgstr "Configurează setările temei"
#: inc/customizer.php:22
msgid "Theme Options"
msgstr "Opțiuni temă"
#: header.php:25
msgid "Skip to content"
msgstr "Sari la conținut"
#: functions.php:174
msgid "Footer 3"
msgstr "Subsol 3"
#: functions.php:164
msgid "Footer 2"
msgstr "Subsol 2"
#: functions.php:154
msgid "Footer 1"
msgstr "Subsol 1"
#: functions.php:144
msgid "Sidebar"
msgstr "Bară laterală"
#. Translators: If there are characters in your language that are not supported
#. by Karla, translate this to 'off'. Do not translate into your own language.
#: functions.php:113
msgctxt "Karla font: on or off"
msgid "on"
msgstr "on"
#. Translators: If there are characters in your language that are not supported
#. by Work Sans, translate this to 'off'. Do not translate into your own
#. language.
#: functions.php:107
msgctxt "work_sans font: on or off"
msgid "on"
msgstr "on"
#: functions.php:57
msgid "Top"
msgstr "Sus"
#: front-page.php:61
msgid "Panel %1$s Placeholder"
msgstr "Substituent panou %1$s"
#: components/post/content-none.php:29
msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."
msgstr "Se pare că nu putem găsi ceea ce cauți. Probabil o căutare poate ajuta."
#: components/post/content-none.php:23
msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords."
msgstr "Regret, dar nu s-a potrivit nimic cu criteriul tău de căutare. Te rog încearcă din nou cu alte cuvinte cheie."
#: components/post/content-none.php:19
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr "Gata să-ți publici primul articol? <a href=\"%1$s\">Începe de aici</a>."
#: components/post/content-none.php:13
msgid "Nothing Found"
msgstr "N-am găsit nimic"
#. translators: %s: Name of current post
#. translators: %s: Name of current post.
#. translators: %s: Name of current post
#: components/page/content-front-page-panels.php:50
#: components/post/content.php:40 inc/template-tags.php:195
msgid "Continue reading %s <span class=\"meta-nav\">&rarr;</span>"
msgstr "Continuă lectura %s <span class=\"meta-nav\">&rarr;</span>"
#: components/page/content-front-page-panels.php:18
msgid "Panel %1$s"
msgstr "Panou %1$s"
#: components/navigation/navigation-top.php:2
msgid "Menu"
msgstr "Meniu"
#: components/navigation/navigation-top.php:1
msgid "Top Menu"
msgstr "Meniu superior"
#: components/footer/site-info.php:5
msgid "Theme: %1$s by %2$s."
msgstr "Temă: %1$s de %2$s."
#: components/footer/site-info.php:3
msgid "Proudly powered by %s"
msgstr "Propulsat cu mândrie de %s"
#: components/footer/site-info.php:3
msgid "https://wordpress.org/"
msgstr "https://wordpress.org/"
#: components/footer/footer-image.php:17 inc/customizer.php:193
#: inc/customizer.php:205
msgid "Footer Image"
msgstr "Imagine subsol"
#: components/features/portfolio/content-portfolio-single.php:35
#: components/page/content-front-page.php:8 components/page/content-page.php:21
#: components/post/content.php:45
msgid "Pages:"
msgstr "Pagini:"
#: comments.php:68
msgid "Comments are closed."
msgstr "Comentariile sunt închise"
#. translators: 1: comment count number, 2: title.
#: comments.php:40
msgctxt "comments title"
msgid "%1$s thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "Un gând despre &#8222;%2$s&#8221;"
msgstr[1] "%1$s gânduri despre &#8222;%2$s&#8221;"
msgstr[2] "%1$s de gânduri despre &#8222;%2$s&#8221;"
#: archive-jetpack-testimonial.php:29
msgid "Testimonials"
msgstr "Testimoniale"
#: 404.php:48
msgid "Try looking in the monthly archives."
msgstr "Încearcă să cauți în arhivele lunare."
#: 404.php:32
msgid "Most Used Categories"
msgstr "Cele mai folosite categorii"
#: 404.php:20
msgid "It looks like nothing was found at this location. Maybe try one of the links below or a search?"
msgstr "Se pare că nu a fost găsit nimic la această locație. Poate încerci una din legăturile de mai jos sau o căutare?"
#: 404.php:17
msgid "Oops! That page can&rsquo;t be found."
msgstr "Hopa! Acea pagină nu poate fi găsită"

BIN
lodestar/languages/tr.mo Normal file

Binary file not shown.

350
lodestar/languages/tr.po Normal file
View file

@ -0,0 +1,350 @@
# Translation of WordPress.com - Themes - Lodestar in Turkish
# This file is distributed under the same license as the WordPress.com - Themes - Lodestar package.
msgid ""
msgstr ""
"PO-Revision-Date: 2018-01-23 07:34:22+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: GlotPress/2.4.0-alpha\n"
"Language: tr\n"
"Project-Id-Version: WordPress.com - Themes - Lodestar\n"
#: archive-jetpack-portfolio.php:26
msgid "Newer projects"
msgstr "Yeni projeler"
#: archive-jetpack-portfolio.php:25
msgid "Older projects"
msgstr "Eski projeler"
#. Template Name of the plugin/theme
#: wp-content/themes/pub/lodestar/templates/testimonial-page.php
msgid "Testimonial Template"
msgstr "Görüşler Şablonu"
#. Template Name of the plugin/theme
#: wp-content/themes/pub/lodestar/templates/portfolio-page.php
msgid "Portfolio Template"
msgstr "Portfolyo Şablonu"
#. Description of the plugin/theme
#: wp-content/themes/pub/lodestar/style.css
msgid "Lodestar is a trendy one-page theme designed with startups and small business ventures in mind."
msgstr "Lodestar, girişimciler ve küçük işletmelerin ihtiyaçları göz önüne alınarak tasarlanmış, tek sayfalı modern bir temadır."
#: single.php:23
msgid "Next Post"
msgstr "Sonraki Yazı"
#: single.php:22
msgid "Previous Post"
msgstr "Önceki Yazı"
#: single-jetpack-portfolio.php:19
msgid "Next Project"
msgstr "Sonraki Proje"
#: single-jetpack-portfolio.php:18
msgid "Previous Project"
msgstr "Önceki Proje"
#: search.php:19
msgid "Search Results for: %s"
msgstr "Şu kriter için arama sonuçları: %s"
#: inc/wpcom-colors.php:478
msgid "White, Red, and Grey"
msgstr "Beyaz, Kırmızı ve Gri"
#: inc/wpcom-colors.php:472
msgid "Beige, Blue, and Orange"
msgstr "Bej, Mavi ve Turuncu"
#: inc/wpcom-colors.php:466
msgid "White, Brown, and Blue"
msgstr "Beyaz, Kahverengi ve Mavi"
#: inc/wpcom-colors.php:460
msgid "Light Grey and Pink"
msgstr "Açık Gri ve Pembe"
#: inc/wpcom-colors.php:454
msgid "Blue"
msgstr "Mavi"
#: inc/wpcom-colors.php:448
msgid "Grey and Green"
msgstr "Gri ve Yeşil"
#: inc/wpcom-colors.php:232
msgid "Link"
msgstr "Bağlantı"
#: inc/wpcom-colors.php:191
msgid "Text"
msgstr "Metin"
#: inc/wpcom-colors.php:18
msgid "Background"
msgstr "Arkaplan"
#: inc/template-tags.php:180
msgid "Front Page Section %1$s Placeholder"
msgstr "Ön Sayfa Bölümü %1$s Yer Tutucusu"
#. translators: %s: Name of current post
#: inc/template-tags.php:144
msgid "Edit %1$s %2$s"
msgstr "Düzenle %1$s %2$s"
#: inc/template-tags.php:139
msgid "Post"
msgstr "Yazı"
#: inc/template-tags.php:137
msgid "Page"
msgstr "Sayfa"
#: inc/template-tags.php:119
msgid "% Comments"
msgstr "% Yorum"
#: inc/template-tags.php:119
msgid "1 Comment"
msgstr "1 Yorum"
#: inc/template-tags.php:119
msgid "Leave a comment"
msgstr "Yorum bırakın"
#: inc/template-tags.php:112
msgid "Tagged %1$s"
msgstr "%1$s etiketlendi"
#. translators: used between list items, there is a space after the comma
#: inc/template-tags.php:108
msgid "Tagged"
msgstr "Etiketler"
#. translators: %s: Name of current post
#: inc/template-tags.php:86
msgid "Edit %s"
msgstr "Düzenle %s"
#: inc/template-tags.php:70
msgctxt "prefaces list of categories assigned to post"
msgid "Type: "
msgstr "Tip:"
#: inc/template-tags.php:41
msgctxt "post author"
msgid "by"
msgstr "- Yazar: "
#: inc/template-tags.php:34
msgctxt "post date"
msgid "Posted on %s"
msgstr "Gönderi tarihi %s"
#. translators: used between list items, there is a space after the comma
#: inc/template-tags.php:17 inc/template-tags.php:69 inc/template-tags.php:103
msgid ", "
msgstr ", "
#: inc/jetpack.php:243
msgid "All"
msgstr "Tümü"
#: inc/jetpack.php:239
msgid "Types:"
msgstr "Tipler:"
#: inc/customizer.php:207
msgid "Add an image to be displayed at the bottom of the Front Page template, above the footer."
msgstr "Ön sayfanızın alt bölümünde, alt bilgilerden önce görüntülenecek bir görsel ekleyin."
#: inc/customizer.php:159
msgid "Panel 4"
msgstr "Panel 4"
#: inc/customizer.php:125
msgid "Panel 3"
msgstr "Panel 3"
#: inc/customizer.php:91
msgid "Panel 2"
msgstr "Panel 2"
#: inc/customizer.php:85 inc/customizer.php:119 inc/customizer.php:153
#: inc/customizer.php:187 inc/customizer.php:230
msgid "Two Column"
msgstr "İki Sütun"
#: inc/customizer.php:84 inc/customizer.php:118 inc/customizer.php:152
#: inc/customizer.php:186 inc/customizer.php:229
msgid "One Column"
msgstr "Bir Sütun"
#: inc/customizer.php:80 inc/customizer.php:114 inc/customizer.php:148
#: inc/customizer.php:182
msgid "Panel Layout"
msgstr "Panel Düzeni"
#: inc/customizer.php:69 inc/customizer.php:103 inc/customizer.php:137
#: inc/customizer.php:171
msgid "Panel Content"
msgstr "Panel İçeriği"
#: inc/customizer.php:60 inc/customizer.php:94 inc/customizer.php:128
#: inc/customizer.php:162
msgid "Add an image to your panel by setting a featured image in the page editor. If you don&rsquo;t select a page, this panel will not be displayed."
msgstr "Sayfa düzenleyicisinde bir öne çıkan resim belirleyerek panelinize görsel ekleyin. Bir sayfa seçmezseniz bu panel görünür olmayacaktır."
#: inc/customizer.php:57
msgid "Panel 1"
msgstr "Panel 1"
#: inc/customizer.php:52
msgid "Header Top Text 2"
msgstr "Üst Bölüm Metni 2"
#: inc/customizer.php:41
msgid "Header Top Text 1"
msgstr "Üst Bölüm Metni 1"
#: inc/customizer.php:30
msgid "Add a short bit of content to the top of your website."
msgstr "Web sitenizin üst bölümüne kısa bir içerik ekleyin."
#: inc/customizer.php:28
msgid "Header Top Text"
msgstr "Üst Bölüm Metni"
#: inc/customizer.php:23
msgid "Configure your theme settings"
msgstr "Tema ayarlarınızı yapılandırın"
#: inc/customizer.php:22
msgid "Theme Options"
msgstr "Tema Seçenekleri"
#: header.php:25
msgid "Skip to content"
msgstr "İçeriğe geç"
#: functions.php:174
msgid "Footer 3"
msgstr "Alt Bölme 3"
#: functions.php:164
msgid "Footer 2"
msgstr "Alt Bölme 2"
#: functions.php:154
msgid "Footer 1"
msgstr "Alt Bölme 1"
#: functions.php:144
msgid "Sidebar"
msgstr "Yan Menü"
#: functions.php:57
msgid "Top"
msgstr "Üst"
#: front-page.php:61
msgid "Panel %1$s Placeholder"
msgstr "Panel %1$s Yer Tutucusu"
#: components/post/content-none.php:29
msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."
msgstr "Aradığınız sayfa bulunamadı. Belki arama kutusu aradığınızı bulma konusunda yardımcı olabilir."
#: components/post/content-none.php:23
msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords."
msgstr "Üzgünüz fakat aradığınız kriterler ile örtüşen sonuç bulunamadı. Lütfen başka kriterler ile tekrar deneyin."
#: components/post/content-none.php:19
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr "İlk yazınızı yayınlamaya hazır mısınız? <a href=\"%1$s\">Buradan başlayın</a>."
#: components/post/content-none.php:13
msgid "Nothing Found"
msgstr "Hiçbir şey bulunmadı"
#. translators: %s: Name of current post
#. translators: %s: Name of current post.
#. translators: %s: Name of current post
#: components/page/content-front-page-panels.php:50
#: components/post/content.php:40 inc/template-tags.php:195
msgid "Continue reading %s <span class=\"meta-nav\">&rarr;</span>"
msgstr "%s yazısını okumaya devam et <span class=\"meta-nav\">&rarr;</span>"
#: components/page/content-front-page-panels.php:18
msgid "Panel %1$s"
msgstr "Panel %1$s"
#: components/navigation/navigation-top.php:2
msgid "Menu"
msgstr "Menü"
#: components/navigation/navigation-top.php:1
msgid "Top Menu"
msgstr "Üst Menü"
#: components/footer/site-info.php:5
msgid "Theme: %1$s by %2$s."
msgstr ""
#: components/footer/site-info.php:3
msgid "Proudly powered by %s"
msgstr "%s gururla sunar"
#: components/footer/site-info.php:3
msgid "https://wordpress.org/"
msgstr "https://wordpress.org/"
#: components/footer/footer-image.php:17 inc/customizer.php:193
#: inc/customizer.php:205
msgid "Footer Image"
msgstr "Alt Bölüm Görseli"
#: components/features/portfolio/content-portfolio-single.php:35
#: components/page/content-front-page.php:8 components/page/content-page.php:21
#: components/post/content.php:45
msgid "Pages:"
msgstr "Sayfalar:"
#: comments.php:68
msgid "Comments are closed."
msgstr "Yorumlar kapatıldı."
#. translators: 1: comment count number, 2: title.
#: comments.php:40
msgctxt "comments title"
msgid "%1$s thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "&ldquo;%2$s&rdquo; için bir yorum"
msgstr[1] "&ldquo;%2$s&rdquo; için %1$s yorum"
#: archive-jetpack-testimonial.php:29
msgid "Testimonials"
msgstr "Görüşler"
#: 404.php:48
msgid "Try looking in the monthly archives."
msgstr "Aylık arşivlere göz atmayı deneyin."
#: 404.php:32
msgid "Most Used Categories"
msgstr "En çok Kullanılan Kategoriler"
#: 404.php:20
msgid "It looks like nothing was found at this location. Maybe try one of the links below or a search?"
msgstr "Burada hiçbir şeyin bulunmadığı görülüyor. Belki alttaki bağlantılardan birini veya bir arama yapmayı denemelisin?"
#: 404.php:17
msgid "Oops! That page can&rsquo;t be found."
msgstr "Off! Bu sayfa bulunamadı."

39
lodestar/page.php Normal file
View file

@ -0,0 +1,39 @@
<?php
/**
* The template for displaying all pages.
*
* This is the template that displays all pages by default.
* Please note that this is the WordPress construct of pages
* and that other 'pages' on your WordPress site may use a
* different template.
*
* @link https://codex.wordpress.org/Template_Hierarchy
*
* @package Lodestar
*/
get_header(); ?>
<div class="wrap">
<div id="primary" class="content-area">
<main id="main" class="site-main" role="main">
<?php
while ( have_posts() ) : the_post();
get_template_part( 'components/page/content', 'page' );
// If comments are open or we have at least one comment, load up the comment template.
if ( comments_open() || get_comments_number() ) :
comments_template();
endif;
endwhile; // End of the loop.
?>
</main>
</div><!-- #primary -->
<?php get_sidebar(); ?>
</div><!-- .wrap -->
<?php
get_footer();

127
lodestar/readme.txt Normal file
View file

@ -0,0 +1,127 @@
=== Lodestar ===
Contributors: automattic
Tags: white, light, business, trendy, featured-image-header, featured-images, flexible-header, infinite-scroll, rtl-language-support, theme-options, threaded-comments, translation-ready, responsive-layout, one-column, two-columns, right-sidebar, one-page
Requires at least: 4.0
Tested up to: 4.7
Stable tag: 1.0.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Lodestar is a trendy one-page theme designed with startups and small business ventures in mind.
== Description ==
Description
== Installation ==
1. In your admin panel, go to Appearance > Themes and click the Add New button.
2. Click Upload and Choose File, then select the theme's .zip file. Click Install Now.
3. Click Activate to use your new theme right away.
== Frequently Asked Questions ==
= Does this theme support any plugins? =
Lodestar includes support for Jetpack's Infinite Scroll and Site Logos, as well as other features.
== Setting Up Your Front Page ==
The page you assigned as your Static Front Page will automatically display a single panel with a full-screen featured image, site logo and/or title, menu, and page content underneath.
You can add more content to your front page by adding panels. Each panel is created from a static page on your site.
To add additional panels to your Front page, follow these steps:
1. Create or edit a page.
2. To add a large image to the top of the panel, assign a Featured Image to the page. This image should be at least 2000 pixels wide and 1200 pixels tall.
3. Publish your page.
4. Navigate to Customize → Theme Options. From the drop-down, select the page youd like to appear in the panel.
5. For each panel, you also have the option to display the page's content in one or two columns.
Lodestar supports up to four different panels; the theme will only display the panels you add, so you can opt to add fewer.
== Front Page Footer Image ==
The last panel of the front page is an optional full-size image. This can be assigned under Customize → Theme Options → Footer Image.
== Add Header Top Text ==
You can add two strings of text to the top of Lodestar, next to the menu. This allows you to keep your contact information or call to action visible on all pages throughout the site.
To add your own text, navigate to Customize → Theme Options → Header Top Text. It's recommended that you only use short strings of text here. You can include links and other HTML in the Header Top Text fields.
== Portfolio (requires Jetpack: jetpack.me) ==
Lodestar helps you showcase your company's work as portfolio projects. Each project is displayed with its featured image and additional information is displayed on hover.
Once you've added some portfolio projects to your website, they will be visible at http://yourgroovysite.wordpress.com/portfolio.
You can also apply Lodestar's Portfolio Template to a page, which allows visitors to sort your creative works by Project Type. The Portfolio Template will display up to 120 projects.
== Testimonials (requires Jetpack: jetpack.me) ==
Add testimonials to your Lodestar website to share what others have been saying about your work. You can view the testimonial archive by adding /testimonial to your URL.
You can also apply Lodestar's Testimonial Template to display your testimonials on any page of the site.
== Custom Menus ==
Lodestar includes one Custom Menu in the header, which can be configured via My Sites → Menus. If no menu is assigned, this area will display a list of your pages by default.
== Social Links Menu (requires Jetpack: jetpack.com) ==
With Lodestar, you have the option to display links to your social media profiles in the header and footer. To display them, set up a Social Links Menu.
== Widget Areas ==
Lodestar offers four widget areas:
* The optional Sidebar, which appears on the right on all posts and pages, excluding the static front page.
* Three optional Footer widget areas.
If the Sidebar area is not active, the theme automatically adjusts to have a single column.
== Site Logo ==
Brand identity is very importantthats why Lodestar supports the Site Logo feature. To add your own image, go to Customize → Site Identity. The logo will appear in the header, above the site title.
== Custom Background ==
Custom color, pattern, or a beautiful image the choice is yours. To change the background, visit Customize → Colors & Backgrounds from your dashboard.
== Quick Specs (all measurements in pixels) ==
* The main column width is up to 1120 wide on the static front page, and 700 wide on the blog index, archive, single posts, and pages.
* The optional sidebar is up to 336 wide.
* The recommended Featured Image size is at least 2000 wide by 1200 tall. The theme will scale and crop the images depending on the page and device size.
* The recommended Custom Header image size is at least 2000 wide by 1200 tall.
* The Site Logo will display up to 200 tall; larger logo sizes are recommended as they will display sharper on retina devices.
== Changelog ==
= 1.0 - February 20, 2017 =
* Initial release
== Credits ==
* Based on Components http://components.underscores.me/, (C) 2015-2016 Automattic, Inc., [GPLv2 or later](https://www.gnu.org/licenses/gpl-2.0.html)
* normalize.css http://necolas.github.io/normalize.css/, (C) 2012-2016 Nicolas Gallagher and Jonathan Neal, [MIT](http://opensource.org/licenses/MIT)
* Isotope http://isotope.metafizzy.co/ (C) 2016 Metafizzy [GPLv3 or later] (https://www.gnu.org/licenses/gpl-3.0.html)
* imagesLoaded https://github.com/desandro/imagesloaded (C) 2017 David DeSandro [MIT](http://opensource.org/licenses/MIT)
* ScrollTo https://github.com/flesler/jquery.scrollTo (C) 2007-2016 Ariel Flesler [MIT](http://opensource.org/licenses/MIT)
* Genericons icon font http://www.genericons.com (C) 2016 Automattic [GPLv2 or later](https://www.gnu.org/licenses/gpl-2.0.html)
* Default header image http://negativespace.co/photos/woman-coding/, [C00] (https://creativecommons.org/publicdomain/zero/1.0/)

355
lodestar/rtl.css Normal file
View file

@ -0,0 +1,355 @@
/*
Theme Name: Lodestar
Adding support for language written in a Right To Left (RTL) direction is easy -
it's just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css.
https://codex.wordpress.org/Right_to_Left_Languagecomponentsupport
*/
/* Reset */
body {
direction: rtl;
unicode-bidi: embed;
}
th {
text-align: right;
}
/* Accessibility */
.screen-reader-text:focus {
left: auto;
right: 5px;
}
/* Typography */
blockquote {
border-left: 0;
border-right: 4px solid #ddd;
padding-left: 0;
padding-right: 1.5em;
}
textarea {
padding-right: 3px;
}
ul,
ol {
margin-left: 0;
margin-right: 3em;
}
li > ul,
li > ol {
margin-left: 0;
margin-right: 1.5em;
}
.menu-toggle::after,
.menu-item-has-children > a::before,
.page_item_has_children > a::before {
font-family: Genericons;
font-size: 1em;
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: none;
vertical-align: text-bottom;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: auto;
}
/* Media */
.mejs-offscreen {
right: -10000px;
}
/* Main Navigation */
.main-navigation ul {
text-align: right;
}
.main-navigation ul ul {
padding-left: 0;
padding-right: 1.5em;
}
.menu-toggle::after {
content: "\f419";
margin-right: 0.5em;
position: relative;
top: -2px;
}
.menu-toggle::before {
display: none;
}
/* Front Page */
.lodestar-panel .jetpack-testimonial .edit-link,
.panel-content .wrap .recent-posts .post h2,
.lodestar-panel .recent-posts .edit-link {
text-align: right;
}
/* Blog Entries */
.entry-footer .cat-links,
.entry-footer .tags-links,
.entry-footer .comments-link,
.entry-footer .edit-link {
margin-left: 2em;
margin-right: 0;
}
.entry-footer span:last-child {
margin-left: 0;
}
.entry-author .author-avatar {
float: right;
margin-left: 1em;
margin-right: 0;
}
.entry-author .author-heading,
.entry-author .author-bio {
float: left;
}
#infinite-handle span {
border: 0;
}
#infinite-handle span::before {
display: none;
}
/* Jetpack Testimonial */
.jetpack-testimonial .post-thumbnail {
float: right;
margin-left: 1em;
margin-right: 0;
}
.testimonial-about {
margin-left: 0;
margin-right: 30px;
}
.testimonial-about .entry-header {
float: right;
}
/* Comments */
.comment-body {
padding-left: 0;
padding-right: 100px;
}
.children {
padding-left: 0;
padding-right: 40px;
}
.comment-author .avatar-container {
float: right;
left: auto;
right: -100px;
}
.children .comment-author .avatar-container {
left: auto;
right: -80px;
}
.bypostauthor::before {
left: auto;
right: 0;
}
.children .bypostauthor::before {
left: auto;
right: 20px;
}
/* Widgets */
.widget ul {
margin: 0;
}
.search-form .search-submit {
left: 0;
right: auto;
}
.widget .tagcloud a,
.widget.widget_tag_cloud a,
.wp_widget_tag_cloud a {
float: right;
margin: 4px 0 0 4px !important; /* !important to override inline styles */
}
.widget ul li li {
padding: 6px 1.5rem 6px 0;
}
/* Customizer styles */
.lodestar-customizer.lodestar-front-page .lodestar-panel .lodestar-panel-title {
left: 3.2em;
right: auto;
}
/* Media queries */
@media screen and (min-width: 30em) {
.site-top-content span.site-top-content-2 {
margin-left: 0;
}
.site-top-content span.site-top-content-1 {
margin-right: 1.5em;
}
}
@media screen and (min-width: 60em) {
.has-sidebar #primary {
float: right;
}
.has-sidebar #secondary {
float: left;
}
.error404 #primary {
float: none;
}
.has-top-content .main-navigation ul.nav-menu {
text-align: right;
}
.main-navigation ul ul {
padding-right: 0;
}
.main-navigation ul ul,
.main-navigation ul ul ul {
left: auto;
right: -999em;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: auto;
right: 100%;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
right: auto;
}
.main-navigation .menu-item-has-children > a::after,
.main-navigation .page_item_has_children > a::after {
display: none;
}
.main-navigation .menu-item-has-children > a::before,
.main-navigation .page_item_has_children > a::before {
content: "\f431";
display: inline;
position: relative;
right: 2px;
top: -2px;
}
.main-navigation ul ul .menu-item-has-children > a::before,
.main-navigation ul ul .page_item_has_children > a::before {
margin-top: -10px;
left: 1.0em;
position: absolute;
right: auto;
top: 50%;
-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
-ms-transform: rotate(90deg); /* IE 9 */
transform: rotate(90deg);
}
.has-top-content .site-top-content,
.has-top-content .main-navigation + .site-top-content {
text-align: left;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: right;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: left;
text-align: left;
}
.comment-list .children {
margin-left: 0;
margin-right: 30px;
}
.comment-author {
float: right;
}
.comment-metadata {
float: left;
}
/* Portfolio */
body.post-type-archive-jetpack-portfolio #primary,
body.tax-jetpack-portfolio-type #primary,
body.tax-jetpack-portfolio-tag #primary,
body.page-template-portfolio-page #primary {
float: none;
}
.post-type-archive-jetpack-portfolio .entry-header,
.tax-jetpack-portfolio-type .entry-header,
.tax-jetpack-portfolio-tag .entry-header,
.page-template-portfolio-page .entry-header,
.portfolio-content,
.page-template-portfolio-page .entry-content,
.project-terms,
.portfolio-projects .project-archive-content .entry-header,
.portfolio-projects .project-archive-content .entry-meta,
.portfolio-projects .project-archive-content .entry-footer {
text-align: center;
}
.portfolio-projects article {
float: right;
}
/* Footer */
.site-footer .widget-column {
float: right;
margin-left: 5%;
margin-right: 0;
}
.site-footer .widget-column:last-child {
margin-left: 0;
}
}

BIN
lodestar/screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 901 KiB

47
lodestar/search.php Normal file
View file

@ -0,0 +1,47 @@
<?php
/**
* The template for displaying search results pages.
*
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/#search-result
*
* @package Lodestar
*/
get_header(); ?>
<div class="wrap">
<section id="primary" class="content-area">
<main id="main" class="site-main" role="main">
<?php
if ( have_posts() ) : ?>
<header class="page-header">
<h1 class="page-title"><?php printf( esc_html__( 'Search Results for: %s', 'lodestar' ), '<span>' . get_search_query() . '</span>' ); ?></h1>
</header>
<?php
/* Start the Loop */
while ( have_posts() ) : the_post();
/**
* Run the loop for the search to output the results.
* If you want to overload this in a child theme then include a file
* called content-excerpt.php and that will be used instead.
*/
get_template_part( 'components/post/content', 'excerpt' );
endwhile;
the_posts_navigation();
else :
get_template_part( 'components/post/content', 'none' );
endif; ?>
</main>
</section>
<?php get_sidebar(); ?>
</div><!-- .wrap -->
<?php
get_footer();

16
lodestar/sidebar.php Normal file
View file

@ -0,0 +1,16 @@
<?php
/**
* The sidebar containing the main widget area.
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package Lodestar
*/
if ( ! is_active_sidebar( 'sidebar-1' ) ) {
return;
}
?>
<aside id="secondary" class="widget-area" role="complementary">
<?php dynamic_sidebar( 'sidebar-1' ); ?>
</aside><!-- #secondary -->

View file

@ -0,0 +1,30 @@
<?php
/**
* The Template for displaying all single portfolio posts
*
* @package Lodestar
*/
get_header(); ?>
<div class="wrap">
<div id="primary" class="content-area">
<?php while ( have_posts() ) : the_post();
get_template_part( 'components/features/portfolio/content', 'portfolio-single' );
the_post_navigation( array(
'prev_text' => '<span class="nav-subtitle">' . esc_html__( 'Previous Project', 'lodestar' ) . '</span> <span class="nav-title">%title</span>',
'next_text' => '<span class="nav-subtitle">' . esc_html__( 'Next Project', 'lodestar' ) . '</span> <span class="nav-title">%title</span>',
) );
comments_template();
endwhile; // end of the loop. ?>
</div><!-- #primary .content-area -->
<?php get_sidebar(); ?>
</div><!-- .wrap -->
<?php
get_footer();

38
lodestar/single.php Normal file
View file

@ -0,0 +1,38 @@
<?php
/**
* The template for displaying all single posts.
*
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post
*
* @package Lodestar
*/
get_header(); ?>
<div class="wrap">
<div id="primary" class="content-area">
<main id="main" class="site-main" role="main">
<?php
while ( have_posts() ) : the_post();
get_template_part( 'components/post/content', get_post_format() );
the_post_navigation( array(
'prev_text' => '<span class="nav-subtitle">' . esc_html__( 'Previous Post', 'lodestar' ) . '</span> <span class="nav-title">%title</span>',
'next_text' => '<span class="nav-subtitle">' . esc_html__( 'Next Post', 'lodestar' ) . '</span> <span class="nav-title">%title</span>',
) );
// If comments are open or we have at least one comment, load up the comment template.
if ( comments_open() || get_comments_number() ) :
comments_template();
endif;
endwhile; // End of the loop.
?>
</main><!-- #main -->
</div><!-- #primary -->
<?php get_sidebar(); ?>
</div><!-- .wrap -->
<?php
get_footer();

3114
lodestar/style.css Normal file

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,25 @@
<?php
/**
* The template for displaying the Portfolio archive page.
*
* @package Lodestar
*/
get_header();
$jetpack_portfolio_content = get_option( 'jetpack_portfolio_content' ); ?>
<div id="primary" class="content-area">
<main id="main" class="site-main" role="main">
<?php
if ( have_posts() ) {
get_template_part( 'components/features/portfolio/content', 'portfolio-archive' );
} else {
get_template_part( 'template-parts/content', 'none' );
}
?>
</main><!-- #main -->
</div><!-- #primary -->
<?php
get_footer();

View file

@ -0,0 +1,27 @@
<?php
/**
* The template for displaying the Portfolio archive page.
*
* @package Lodestar
*/
get_header();
$jetpack_portfolio_content = get_option( 'jetpack_portfolio_content' ); ?>
<div class="wrap">
<div id="primary" class="content-area">
<main id="main" class="site-main" role="main">
<?php
if ( have_posts() ) {
get_template_part( 'components/features/portfolio/content', 'portfolio-archive' );
} else {
get_template_part( 'template-parts/content', 'none' );
}
?>
</main><!-- #main -->
</div><!-- #primary -->
</div><!-- .wrap -->
<?php
get_footer();

View file

@ -0,0 +1,29 @@
<?php
/**
* Template Name: Portfolio Template
*
* The template for displaying Portfolio Projects.
*
* @package Lodestar
*/
get_header();
$jetpack_portfolio_content = get_option( 'jetpack_portfolio_content' ); ?>
<div class="wrap">
<div id="primary" class="content-area">
<main class="site-main" role="main">
<?php
if ( have_posts() ) {
get_template_part( 'components/features/portfolio/content', 'portfolio-template' );
} else {
get_template_part( 'template-parts/content', 'none' );
}
?>
</main><!-- #main -->
</div><!-- #primary -->
</div><!-- .wrap -->
<?php
get_footer();

View file

@ -0,0 +1,66 @@
<?php
/**
* Template Name: Testimonial Template
*
* The template for displaying Testimonials.
*
* @package Lodestar
*/
get_header(); ?>
<div class="wrap">
<div id="primary" class="content-area">
<main id="main" class="site-main" role="main">
<?php if ( have_posts() ) :
while ( have_posts() ) : the_post(); ?>
<?php get_template_part( 'components/page/content', 'page' ); ?>
<?php
$testimonial_query = new WP_Query( array(
'post_type' => 'jetpack-testimonial',
'order' => 'ASC',
'orderby' => 'order',
'posts_per_page' => 24,
'no_found_rows' => true,
) );
?>
<?php if ( $testimonial_query->have_posts() ) : ?>
<div class="testimonials">
<?php
while ( $testimonial_query -> have_posts() ) : $testimonial_query -> the_post();
get_template_part( 'components/features/testimonials/content', 'testimonials' );
endwhile;
?>
</div><!-- .testimonials -->
<?php
endif;
wp_reset_postdata();
?>
<?php
// If comments are open or we have at least one comment, load up the comment template.
if ( comments_open() || get_comments_number() ) :
comments_template();
endif;
?>
<?php endwhile; // End of the loop. ?>
<?php else : ?>
<?php get_template_part( 'template-parts/content', 'none' ); ?>
<?php endif; ?>
</main><!-- #main -->
</div><!-- #primary -->
<?php get_sidebar(); ?>
</div><!-- .wrap -->
<?php
get_footer();

1281
lodestar/woocommerce-rtl.css Normal file

File diff suppressed because it is too large Load diff

1802
lodestar/woocommerce.css Normal file

File diff suppressed because it is too large Load diff