├── languages ├── et.mo ├── ja.mo ├── uk.mo ├── bg_BG.mo ├── cs_CZ.mo ├── de_DE.mo ├── es_ES.mo ├── es_ar.mo ├── fa_IR.mo ├── fr_FR.mo ├── he_IL.mo ├── id_ID.mo ├── it_IT.mo ├── lt_LT.mo ├── nl_NL.mo ├── pl_PL.mo ├── pt_BR.mo ├── pt_PT.mo ├── ro_RO.mo ├── ru_RU.mo ├── tr_TR.mo ├── zh_CN.mo ├── zh_tw.mo ├── de_DE_Sie.mo ├── readme.txt ├── sparkling.pot ├── he_IL.po └── zh_CN.po ├── screenshot.png ├── inc ├── fonts │ ├── FontAwesome.otf │ ├── fontawesome-webfont.eot │ ├── fontawesome-webfont.ttf │ ├── fontawesome-webfont.woff │ ├── fontawesome-webfont.woff2 │ ├── glyphicons-halflings-regular.eot │ ├── glyphicons-halflings-regular.ttf │ ├── glyphicons-halflings-regular.woff │ └── glyphicons-halflings-regular.woff2 ├── jetpack.php ├── wpcom.php ├── js │ ├── skip-link-focus-fix.js │ ├── customizer.js │ ├── functions.min.js │ ├── dev │ │ └── functions.js │ ├── flexslider-custom.js │ ├── modernizr.min.js │ └── flexslider.min.js ├── widgets │ ├── widget-social.php │ ├── widget-categories.php │ └── widget-popular-posts.php ├── metaboxes.php ├── custom-header.php ├── css │ └── flexslider.css ├── template-tags.php └── navwalker.php ├── wpml-config.xml ├── single.php ├── searchform.php ├── page-fullwidth.php ├── search.php ├── page.php ├── sidebar.php ├── content-page.php ├── sidebar-home.php ├── sidebar-footer.php ├── footer.php ├── content-none.php ├── index.php ├── content.php ├── 404.php ├── comments.php ├── content-single.php ├── header.php ├── archive.php ├── image.php ├── readme.txt └── functions.php /languages/et.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kyleladd/Sparkling/master/languages/et.mo -------------------------------------------------------------------------------- /languages/ja.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kyleladd/Sparkling/master/languages/ja.mo -------------------------------------------------------------------------------- /languages/uk.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kyleladd/Sparkling/master/languages/uk.mo -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kyleladd/Sparkling/master/screenshot.png -------------------------------------------------------------------------------- /languages/bg_BG.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kyleladd/Sparkling/master/languages/bg_BG.mo -------------------------------------------------------------------------------- /languages/cs_CZ.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kyleladd/Sparkling/master/languages/cs_CZ.mo -------------------------------------------------------------------------------- /languages/de_DE.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kyleladd/Sparkling/master/languages/de_DE.mo -------------------------------------------------------------------------------- /languages/es_ES.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kyleladd/Sparkling/master/languages/es_ES.mo -------------------------------------------------------------------------------- /languages/es_ar.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kyleladd/Sparkling/master/languages/es_ar.mo -------------------------------------------------------------------------------- /languages/fa_IR.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kyleladd/Sparkling/master/languages/fa_IR.mo -------------------------------------------------------------------------------- /languages/fr_FR.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kyleladd/Sparkling/master/languages/fr_FR.mo -------------------------------------------------------------------------------- /languages/he_IL.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kyleladd/Sparkling/master/languages/he_IL.mo -------------------------------------------------------------------------------- /languages/id_ID.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kyleladd/Sparkling/master/languages/id_ID.mo -------------------------------------------------------------------------------- /languages/it_IT.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kyleladd/Sparkling/master/languages/it_IT.mo -------------------------------------------------------------------------------- /languages/lt_LT.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kyleladd/Sparkling/master/languages/lt_LT.mo -------------------------------------------------------------------------------- /languages/nl_NL.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kyleladd/Sparkling/master/languages/nl_NL.mo -------------------------------------------------------------------------------- /languages/pl_PL.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kyleladd/Sparkling/master/languages/pl_PL.mo -------------------------------------------------------------------------------- /languages/pt_BR.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kyleladd/Sparkling/master/languages/pt_BR.mo -------------------------------------------------------------------------------- /languages/pt_PT.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kyleladd/Sparkling/master/languages/pt_PT.mo -------------------------------------------------------------------------------- /languages/ro_RO.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kyleladd/Sparkling/master/languages/ro_RO.mo -------------------------------------------------------------------------------- /languages/ru_RU.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kyleladd/Sparkling/master/languages/ru_RU.mo -------------------------------------------------------------------------------- /languages/tr_TR.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kyleladd/Sparkling/master/languages/tr_TR.mo -------------------------------------------------------------------------------- /languages/zh_CN.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kyleladd/Sparkling/master/languages/zh_CN.mo -------------------------------------------------------------------------------- /languages/zh_tw.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kyleladd/Sparkling/master/languages/zh_tw.mo -------------------------------------------------------------------------------- /languages/de_DE_Sie.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kyleladd/Sparkling/master/languages/de_DE_Sie.mo -------------------------------------------------------------------------------- /inc/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kyleladd/Sparkling/master/inc/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /inc/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kyleladd/Sparkling/master/inc/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /inc/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kyleladd/Sparkling/master/inc/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /inc/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kyleladd/Sparkling/master/inc/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /inc/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kyleladd/Sparkling/master/inc/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /inc/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kyleladd/Sparkling/master/inc/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /inc/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kyleladd/Sparkling/master/inc/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /inc/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kyleladd/Sparkling/master/inc/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /inc/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kyleladd/Sparkling/master/inc/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /wpml-config.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /languages/readme.txt: -------------------------------------------------------------------------------- 1 | Place your theme language files in this directory. 2 | 3 | Please visit the following links to learn more about translating WordPress themes: 4 | 5 | http://codex.wordpress.org/Translating_WordPress 6 | http://codex.wordpress.org/Function_Reference/load_theme_textdomain 7 | http://colorlib.com/wp/how-to-translate-wordpress-theme/ 8 | -------------------------------------------------------------------------------- /inc/jetpack.php: -------------------------------------------------------------------------------- 1 | 'click', 16 | 'container' => 'main', 17 | 'footer' => 'page', 18 | ) ); 19 | } 20 | add_action( 'after_setup_theme', 'sparkling_jetpack_setup' ); 21 | -------------------------------------------------------------------------------- /inc/wpcom.php: -------------------------------------------------------------------------------- 1 | '', 23 | 'border' => '', 24 | 'text' => '', 25 | 'link' => '', 26 | 'url' => '', 27 | ); 28 | } 29 | } 30 | add_action( 'after_setup_theme', 'sparkling_wpcom_setup' ); 31 | -------------------------------------------------------------------------------- /single.php: -------------------------------------------------------------------------------- 1 | 9 | 10 |
11 |
12 | 13 | 14 | 15 | 16 | 17 | 23 | 24 | 25 | 26 | 27 | 28 |
29 |
30 | 31 | 32 | -------------------------------------------------------------------------------- /inc/js/skip-link-focus-fix.js: -------------------------------------------------------------------------------- 1 | ( function() { 2 | var is_webkit = navigator.userAgent.toLowerCase().indexOf( 'webkit' ) > -1, 3 | is_opera = navigator.userAgent.toLowerCase().indexOf( 'opera' ) > -1, 4 | is_ie = navigator.userAgent.toLowerCase().indexOf( 'msie' ) > -1; 5 | 6 | if ( ( is_webkit || is_opera || is_ie ) && 'undefined' !== typeof( document.getElementById ) ) { 7 | var eventMethod = ( window.addEventListener ) ? 'addEventListener' : 'attachEvent'; 8 | window[ eventMethod ]( 'hashchange', function() { 9 | var element = document.getElementById( location.hash.substring( 1 ) ); 10 | 11 | if ( element ) { 12 | if ( ! /^(?:a|select|input|button|textarea)$/i.test( element.tagName ) ) 13 | element.tabIndex = -1; 14 | 15 | element.focus(); 16 | } 17 | }, false ); 18 | } 19 | })(); 20 | -------------------------------------------------------------------------------- /searchform.php: -------------------------------------------------------------------------------- 1 | 8 | 9 | -------------------------------------------------------------------------------- /page-fullwidth.php: -------------------------------------------------------------------------------- 1 | 11 | 12 |
13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 28 | 29 | 30 | 31 |
32 | 33 |
34 | 35 | 36 | -------------------------------------------------------------------------------- /search.php: -------------------------------------------------------------------------------- 1 | 9 | 10 |
11 |
12 | 13 | 14 | 15 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 |
35 |
36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /inc/js/customizer.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Theme Customizer enhancements for a better user experience. 3 | * 4 | * Contains handlers to make Theme Customizer preview reload changes asynchronously. 5 | */ 6 | 7 | ( function( $ ) { 8 | // Site title and description. 9 | wp.customize( 'blogname', function( value ) { 10 | value.bind( function( to ) { 11 | $( '.site-title a' ).text( to ); 12 | } ); 13 | } ); 14 | wp.customize( 'blogdescription', function( value ) { 15 | value.bind( function( to ) { 16 | $( '.site-description' ).text( to ); 17 | } ); 18 | } ); 19 | // Header text color. 20 | wp.customize( 'header_textcolor', function( value ) { 21 | value.bind( function( to ) { 22 | if ( 'blank' === to ) { 23 | $( '.site-title, .site-description' ).css( { 24 | 'clip': 'rect(1px, 1px, 1px, 1px)', 25 | 'position': 'absolute' 26 | } ); 27 | } else { 28 | $( '.site-title, .site-description' ).css( { 29 | 'clip': 'auto', 30 | 'color': to, 31 | 'position': 'relative' 32 | } ); 33 | } 34 | } ); 35 | } ); 36 | } )( jQuery ); 37 | -------------------------------------------------------------------------------- /page.php: -------------------------------------------------------------------------------- 1 | 14 | 15 |
16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 31 | 32 | 33 | 34 |
35 |
36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /sidebar.php: -------------------------------------------------------------------------------- 1 | 8 | 9 | 37 | -------------------------------------------------------------------------------- /inc/js/functions.min.js: -------------------------------------------------------------------------------- 1 | // Bootstrap specific functions and styling 2 | jQuery(document).ready(function(){jQuery('.comment-reply-link').addClass('btn btn-sm btn-default');jQuery('#submit, button[type=submit], html input[type=button], input[type=reset], input[type=submit]').addClass('btn btn-default');jQuery('.widget_rss ul').addClass('media-list');jQuery('.postform').addClass('form-control');jQuery('table#wp-calendar').addClass('table table-striped');jQuery('#submit, .tagcloud, button[type=submit], .comment-reply-link, .widget_rss ul, .postform, table#wp-calendar').show("fast")}); 3 | 4 | // jQuery powered scroll to top 5 | jQuery(document).ready(function(){jQuery(window).scroll(function(){if(jQuery(this).scrollTop()>100){jQuery(".scroll-to-top").fadeIn()}else{jQuery(".scroll-to-top").fadeOut()}});jQuery(".scroll-to-top").click(function(){jQuery("html, body").animate({scrollTop:0},800);return false})}) 6 | 7 | // JQuery Sticy Header 8 | jQuery(document).ready(function($){$this=$(".navbar-fixed-top");$adminbar=$("#wpadminbar");if($this.length!=0){height=($adminbar.length!=0)?Math.abs($this.height()-$adminbar.height()):$this.height();$this.parent("header").css("margin-bottom",height);}}); -------------------------------------------------------------------------------- /content-page.php: -------------------------------------------------------------------------------- 1 | 8 | 9 | 'single-featured' )); ?> 10 | 11 |
12 |
> 13 |
14 |

15 |
16 | 17 |
18 | 19 | '', 23 | ) ); 24 | ?> 25 | 31 |
32 | ', '' ); ?> 33 |
34 |
-------------------------------------------------------------------------------- /sidebar-home.php: -------------------------------------------------------------------------------- 1 | 8 | 9 | 16 | 17 |
18 | 19 | 22 | 23 | 24 | 25 | 28 | 29 | 30 | 31 | 34 | 35 |
36 | 37 | -------------------------------------------------------------------------------- /sidebar-footer.php: -------------------------------------------------------------------------------- 1 | 8 | 9 | 16 | 17 | -------------------------------------------------------------------------------- /footer.php: -------------------------------------------------------------------------------- 1 | 10 | 11 | 12 | 13 | 14 | 37 | 38 | 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /content-none.php: -------------------------------------------------------------------------------- 1 | 10 | 11 |
12 | 15 | 16 |
17 | 18 | 19 |

Get started here.', 'sparkling' ), array( 'a' => array( 'href' => array() ) ) ), esc_url( admin_url( 'post-new.php' ) ) ); ?>

20 | 21 | 22 | 23 |

24 | 25 | 26 | 27 | 28 |

29 | 30 | 31 | 32 |
33 |
34 | -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- 1 | 15 | 16 |
17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 |
43 |
44 | 45 | 46 | -------------------------------------------------------------------------------- /inc/widgets/widget-social.php: -------------------------------------------------------------------------------- 1 | 'sparkling-social','description' => esc_html__( "Sparkling Social Widget" ,'sparkling') ); 12 | parent::__construct('sparkling-social', esc_html__('Sparkling Social Widget','sparkling'), $widget_ops); 13 | 14 | } 15 | 16 | function widget($args , $instance) { 17 | extract($args); 18 | $title = isset($instance['title']) ? $instance['title'] : esc_html__('Follow us' , 'sparkling'); 19 | 20 | echo $before_widget; 21 | echo $before_title; 22 | echo $title; 23 | echo $after_title; 24 | 25 | /** 26 | * Widget Content 27 | */ ?> 28 | 29 | 30 | 41 | 42 |

43 | 44 | 48 |

-------------------------------------------------------------------------------- /inc/js/dev/functions.js: -------------------------------------------------------------------------------- 1 | // Bootstrap specific functions and styling 2 | jQuery(document).ready(function(){ 3 | 4 | // here for each comment reply link of WordPress 5 | jQuery('.comment-reply-link').addClass('btn btn-sm btn-default'); 6 | 7 | // here for the submit button of the comment reply form 8 | jQuery('#submit, button[type=submit], html input[type=button], input[type=reset], input[type=submit]').addClass('btn btn-default'); 9 | 10 | // Now we'll add some classes for the WordPress default widgets - let's go 11 | jQuery('.widget_rss ul').addClass('media-list'); 12 | 13 | // Add Bootstrap style for drop-downs 14 | jQuery('.postform').addClass('form-control'); 15 | 16 | // Add Bootstrap styling for tables 17 | jQuery('table#wp-calendar').addClass('table table-striped'); 18 | 19 | jQuery('#submit, .tagcloud, button[type=submit], .comment-reply-link, .widget_rss ul, .postform, table#wp-calendar').show("fast"); 20 | }); 21 | 22 | // jQuery powered scroll to top 23 | jQuery(document).ready(function(){ 24 | 25 | //Check to see if the window is top if not then display button 26 | jQuery(window).scroll(function(){ 27 | if(jQuery(this).scrollTop()>100){ 28 | jQuery(".scroll-to-top").fadeIn() 29 | }else{ 30 | jQuery(".scroll-to-top").fadeOut() 31 | } 32 | }); 33 | 34 | //Click event to scroll to top 35 | jQuery(".scroll-to-top").click(function(){ 36 | jQuery("html, body").animate({scrollTop:0},800); 37 | return false; 38 | }); 39 | }); 40 | 41 | // JQuery Sticy Header 42 | jQuery(document).ready(function($){ 43 | 44 | $this = $(".navbar-fixed-top"); 45 | $adminbar = $("#wpadminbar"); 46 | 47 | if($this.length != 0){ 48 | height = ($adminbar.length != 0) ? Math.abs($this.height() - $adminbar.height()) : $this.height(); 49 | $this.parent("header").css("margin-bottom",height); 50 | } 51 | }); -------------------------------------------------------------------------------- /inc/js/flexslider-custom.js: -------------------------------------------------------------------------------- 1 | // Slider functions 2 | jQuery(document).ready(function($){$(window).load(function(){$('.flexslider').flexslider({ 3 | 4 | animation: "fade", //String: Select your animation type, "fade" or "slide" 5 | easing: "swing", //{NEW} String: Determines the easing method used in jQuery transitions. jQuery easing plugin is supported! 6 | direction: "horizontal", //String: Select the sliding direction, "horizontal" or "vertical" 7 | reverse: false, //{NEW} Boolean: Reverse the animation direction 8 | animationLoop: true, //Boolean: Should the animation loop? If false, directionNav will received "disable" classes at either end 9 | smoothHeight: false, //{NEW} Boolean: Allow height of the slider to animate smoothly in horizontal mode 10 | startAt: 0, //Integer: The slide that the slider should start on. Array notation (0 = first slide) 11 | slideshow: true, //Boolean: Animate slider automatically 12 | slideshowSpeed: 7000, //Integer: Set the speed of the slideshow cycling, in milliseconds 13 | animationSpeed: 600, //Integer: Set the speed of animations, in milliseconds 14 | initDelay: 0, //{NEW} Integer: Set an initialization delay, in milliseconds 15 | randomize: false, //Boolean: Randomize slide order 16 | fadeFirstSlide: true, //Boolean: Fade in the first slide when animation type is "fade" 17 | 18 | // Usability features 19 | pauseOnAction: true, //Boolean: Pause the slideshow when interacting with control elements, highly recommended. 20 | pauseOnHover: false, //Boolean: Pause the slideshow when hovering over slider, then resume when no longer hovering 21 | pauseInvisible: true, //{NEW} Boolean: Pause the slideshow when tab is invisible, resume when visible. Provides better UX, lower CPU usage. 22 | useCSS: true, //{NEW} Boolean: Slider will use CSS3 transitions if available 23 | touch: true //{NEW} Boolean: Allow touch swipe navigation of the slider on touch-enabled devices 24 | 25 | })})}); -------------------------------------------------------------------------------- /content.php: -------------------------------------------------------------------------------- 1 | 6 | 7 |
> 8 |
9 | 10 | 'single-featured' )); ?> 11 | 12 |
13 |
14 | 15 |

16 | 17 | 18 | 26 | 27 |
28 | 29 | 30 |
31 | 32 |

33 |
34 | 35 |
36 | 37 | 40 |

41 | 45 | 46 | '', 50 | 'link_before' => '', 51 | 'link_after' => '', 52 | 'pagelink' => '%', 53 | 'echo' => 1 54 | ) ); 55 | ?> 56 |
57 | 58 |
59 |
60 |
61 | -------------------------------------------------------------------------------- /404.php: -------------------------------------------------------------------------------- 1 | 9 |
10 |
11 |
12 | 13 |
14 | 17 | 18 |
19 |

20 | 21 | 22 | 23 |
24 |
25 | 26 |
27 | 28 |
29 | 30 |
31 |

32 |
    33 | 'count', 36 | 'order' => 'DESC', 37 | 'show_count' => 1, 38 | 'title_li' => '', 39 | 'number' => 10, 40 | ) ); 41 | ?> 42 |
43 |
44 | 45 |
46 |
47 | 48 |
49 |
50 | ' . sprintf( esc_html__( 'Try looking in the monthly archives. %1$s', 'sparkling' ), convert_smilies( ':)' ) ) . '

'; 53 | the_widget( 'WP_Widget_Archives', 'dropdown=1&title='.esc_html__( 'Archives', 'sparkling' ), "after_title=$archive_content" ); 54 | ?> 55 |
56 | 57 |
58 | 59 |
60 |
61 | 62 | 63 |
64 |
65 |
66 |
67 | 68 | 69 | 70 | -------------------------------------------------------------------------------- /comments.php: -------------------------------------------------------------------------------- 1 | 20 | 21 |
22 | 23 | 24 | 25 | 26 |

27 | ' . get_the_title() . '' ); 30 | ?> 31 |

32 | 33 | 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?> 34 | 39 | 40 | 41 |
    42 | 'ol', 45 | 'short_ping' => true, 46 | 'avatar_size' => 60 47 | ) ); 48 | ?> 49 |
50 | 51 | 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?> 52 | 57 | 58 | 59 | 60 | 61 | 65 |

66 | 67 | 68 | 69 | 70 |
-------------------------------------------------------------------------------- /content-single.php: -------------------------------------------------------------------------------- 1 | 6 | 7 |
> 8 | 'single-featured' )); ?> 9 |
10 |
11 | 12 |

13 | 14 | 29 |
30 | 31 |
32 | 33 | '', 37 | 'link_before' => '', 38 | 'link_after' => '', 39 | 'pagelink' => '%', 40 | 'echo' => 1 41 | ) ); 42 | ?> 43 |
44 | 45 |
46 | 47 | 48 | 49 |
50 | 51 | term_id).'">'.$tag->name.' '; 55 | } ?> 56 | 57 |
58 | 59 | 60 | 61 |
62 |
63 | 64 | 65 |
66 | 67 |
68 | 69 | 70 |
71 | 72 |
73 | 74 | 75 | 76 |
77 | 78 |

79 |

80 | 81 |

82 | 83 |
84 | 85 |
86 | 87 |
88 | 89 | 90 |
91 | -------------------------------------------------------------------------------- /header.php: -------------------------------------------------------------------------------- 1 | section and everything up till
6 | * 7 | * @package sparkling 8 | */ 9 | ?> 10 | 11 | 13 | 15 | 17 | 19 | 20 | > 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | > 33 | Skip to main content 34 |
35 | 36 | 74 | 75 |
76 | 77 |
78 | 79 | 80 |
81 | 82 |
83 | 84 |
85 |
-------------------------------------------------------------------------------- /archive.php: -------------------------------------------------------------------------------- 1 | 11 | 12 |
13 |
14 | 15 | 16 | 17 |
', $term_description ); 76 | endif; 77 | ?> 78 | 79 | 80 | 81 | 82 | 83 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | -------------------------------------------------------------------------------- /inc/metaboxes.php: -------------------------------------------------------------------------------- 1 | 50 | 51 | 52 | 53 | 54 | 63 | 64 | 65 | 'sparkling-cats','description' => esc_html__( "Sparkling Categories" ,'sparkling') ); 12 | parent::__construct('sparkling-cats', esc_html__('Sparkling Categories','sparkling'), $widget_ops); 13 | } 14 | 15 | function widget($args , $instance) { 16 | extract($args); 17 | $title = isset($instance['title']) ? $instance['title'] : esc_html__('Categories' , 'sparkling'); 18 | $enable_count = ''; 19 | if(isset($instance['enable_count'])) 20 | $enable_count = $instance['enable_count'] ? $instance['enable_count'] : 'checked'; 21 | 22 | $limit = ($instance['limit']) ? $instance['limit'] : 4; 23 | 24 | 25 | echo $before_widget; 26 | echo $before_title; 27 | echo $title; 28 | echo $after_title; 29 | 30 | /** 31 | * Widget Content 32 | */ 33 | 34 | ?> 35 | 36 | 37 |
38 | 39 |
    0, 43 | 'show_count' => 1, 44 | 'title_li' => '', 45 | 'depth' => 1 , 46 | 'orderby' => 'count' , 47 | 'order' => 'DESC' , 48 | 'number' => $limit 49 | ); 50 | } 51 | else{ 52 | $args = array ( 53 | 'echo' => 0, 54 | 'show_count' => 0, 55 | 'title_li' => '', 56 | 'depth' => 1 , 57 | 'orderby' => 'count' , 58 | 'order' => 'DESC' , 59 | 'number' => $limit 60 | ); 61 | } 62 | $variable = wp_list_categories($args); 63 | $variable = str_replace ( "(" , "", $variable ); 64 | $variable = str_replace ( ")" , "", $variable ); 65 | echo $variable; ?>
66 | 67 |
68 | 69 | 82 | 83 |

84 | 85 | 89 |

90 | 91 |

92 | 93 | 97 |

98 | 99 |

105 |

106 | 107 | -------------------------------------------------------------------------------- /inc/custom-header.php: -------------------------------------------------------------------------------- 1 | 9 | 10 | 11 | 12 | 13 | 14 | * 15 | * @package sparkling 16 | */ 17 | 18 | /** 19 | * Setup the WordPress core custom header feature. 20 | * 21 | * @uses sparkling_header_style() 22 | * @uses sparkling_admin_header_style() 23 | * @uses sparkling_admin_header_image() 24 | * 25 | */ 26 | function sparkling_custom_header_setup() { 27 | add_theme_support( 'custom-header', apply_filters( 'sparkling_custom_header_args', array( 28 | 'default-image' => '', 29 | 'default-text-color' => 'dadada', 30 | 'width' => 300, 31 | 'height' => 76, 32 | 'flex-height' => true, 33 | 'flex-width' => true, 34 | 'wp-head-callback' => 'sparkling_header_style', 35 | 'admin-head-callback' => 'sparkling_admin_header_style', 36 | 'admin-preview-callback' => 'sparkling_admin_header_image', 37 | ) ) ); 38 | } 39 | add_action( 'after_setup_theme', 'sparkling_custom_header_setup' ); 40 | 41 | if ( ! function_exists( 'sparkling_header_style' ) ) : 42 | /** 43 | * Styles the header image and text displayed on the blog 44 | * 45 | * @see sparkling_custom_header_setup(). 46 | */ 47 | function sparkling_header_style() { 48 | $header_text_color = get_header_textcolor(); 49 | 50 | // If no custom options for text are set, let's bail 51 | // get_header_textcolor() options: HEADER_TEXTCOLOR is default, hide text (returns 'blank') or any hex value 52 | if ( HEADER_TEXTCOLOR == $header_text_color ) { 53 | return; 54 | } 55 | 56 | // If we get this far, we have custom styles. Let's do this. 57 | ?> 58 | 77 | Header admin panel. 84 | * 85 | * @see sparkling_custom_header_setup(). 86 | */ 87 | function sparkling_admin_header_style() { 88 | ?> 89 | 105 | Header admin panel. 112 | * 113 | * @see sparkling_custom_header_setup(). 114 | */ 115 | function sparkling_admin_header_image() { 116 | $style = sprintf( ' style="color:#%s;"', get_header_textcolor() ); 117 | ?> 118 |
119 |

onclick="return false;" href="">

120 |
>
121 | 122 | 123 | 124 |
125 | 10 | 11 | 12 |
13 |
> 14 |
15 |

16 | 17 | 20 | 21 | 25 |
26 | 27 |
28 | 29 |
30 |
31 | $post->post_parent, 38 | 'post_status' => 'inherit', 39 | 'post_type' => 'attachment', 40 | 'post_mime_type' => 'image', 41 | 'order' => 'ASC', 42 | 'orderby' => 'menu_order ID' 43 | ) ) ); 44 | foreach ( $attachments as $k => $attachment ) { 45 | if ( $attachment->ID == $post->ID ) 46 | break; 47 | } 48 | $k++; 49 | // If there is more than 1 attachment in a gallery 50 | if ( count( $attachments ) > 1 ) { 51 | if ( isset( $attachments[ $k ] ) ) 52 | // get the URL of the next image attachment 53 | $next_attachment_url = get_attachment_link( $attachments[ $k ]->ID ); 54 | else 55 | // or get the URL of the first image attachment 56 | $next_attachment_url = get_attachment_link( $attachments[ 0 ]->ID ); 57 | } else { 58 | // or, if there's only 1 image, get the URL of the image 59 | $next_attachment_url = wp_get_attachment_url(); 60 | } 61 | ?> 62 | 63 | ID, $attachment_size ); 66 | ?> 67 |
68 | 69 | post_excerpt ) ) : ?> 70 |
71 | 72 |
73 | 74 |
75 | 76 | 77 | '', 81 | ) ); 82 | ?> 83 | 84 |
85 | 86 |
87 |
88 |
89 |
90 | 98 | 99 | 100 | 101 | 102 | -------------------------------------------------------------------------------- /inc/widgets/widget-popular-posts.php: -------------------------------------------------------------------------------- 1 | 'sparkling-popular-posts','description' => esc_html__( "Sparkling Popular Posts Widget", 'sparkling') ); 12 | parent::__construct('sparkling_popular_posts', esc_html__('Sparkling Popular Posts Widget','sparkling'), $widget_ops); 13 | } 14 | 15 | function widget($args , $instance) { 16 | extract($args); 17 | $title = isset($instance['title']) ? $instance['title'] : esc_html__('Popular Posts', 'sparkling'); 18 | $limit = isset($instance['limit']) ? $instance['limit'] : 5; 19 | 20 | echo $before_widget; 21 | echo $before_title; 22 | echo $title; 23 | echo $after_title; 24 | 25 | /** 26 | * Widget Content 27 | */ 28 | ?> 29 | 30 | 31 | 86 | 87 | 98 | 99 |

100 | 101 | 105 |

106 | 107 |

108 | 109 | 113 |

114 | 115 | -------------------------------------------------------------------------------- /inc/css/flexslider.css: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery FlexSlider v2.2.0 3 | * http://www.woothemes.com/flexslider/ 4 | * 5 | * Copyright 2012 WooThemes 6 | * Free to use under the GPLv2 license. 7 | * http://www.gnu.org/licenses/gpl-2.0.html 8 | * 9 | * Contributing author: Tyler Smith (@mbmufffin) 10 | * Modified by @ASilkalns 11 | */ 12 | 13 | /* Browser Resets 14 | *********************************/ 15 | .flex-container a:active, 16 | .flexslider a:active, 17 | .flex-container a:focus, 18 | .flexslider a:focus {outline: none;} 19 | .slides, 20 | .flex-control-nav, 21 | .flex-direction-nav {margin: 0; padding: 0; list-style: none;} 22 | 23 | /* FlexSlider Necessary Styles 24 | *********************************/ 25 | .flexslider {margin: 0; padding: 0;} 26 | .flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */ 27 | .flexslider .slides img {width: 100%; display: block;} 28 | .flex-pauseplay span {text-transform: capitalize;} 29 | 30 | /* Clearfix for the .slides element */ 31 | .slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 32 | html[xmlns] .slides {display: block;} 33 | * html .slides {height: 1%;} 34 | 35 | /* No JavaScript Fallback */ 36 | /* If you are not using another script, such as Modernizr, make sure you 37 | * include js that eliminates this class on page load */ 38 | .no-js .slides > li:first-child {display: block;} 39 | 40 | /* FlexSlider Default Theme 41 | *********************************/ 42 | .flexslider { margin: 0; background: #fff; border: 4px solid #fff; position: relative; } 43 | .flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; } 44 | .loading .flex-viewport { max-height: 300px; } 45 | .flexslider .slides { zoom: 1; } 46 | .carousel li { margin-right: 5px; } 47 | 48 | /* Direction Nav */ 49 | .flex-direction-nav {*height: 0; line-height: 80px;} 50 | .flex-direction-nav a { text-decoration:none; display: block; width: 50px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; } 51 | .flex-direction-nav .flex-prev { left: 50px; } 52 | .flex-direction-nav .flex-next { right: 50px; text-align: right; } 53 | .flexslider:hover .flex-prev { opacity: 0.7; left: 0px; text-align: center; } 54 | .flexslider:hover .flex-next { opacity: 0.7; right: 0px; text-align: center; } 55 | .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; } 56 | .flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; } 57 | .flex-direction-nav a:before { font-family: FontAwesome; font-size: 40px; display: inline-block; content: '\f104'; } 58 | .flex-direction-nav a.flex-next:before { content: '\f105'; } 59 | 60 | /* Control Nav */ 61 | .flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;} 62 | .flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;} 63 | .flex-control-paging li a {width: 25px; height: 8px; display: block; background: #DA4453; background: rgba(59, 59, 59, 0.5); cursor: pointer; text-indent: -9999px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); } 64 | .flex-control-paging li a:hover { background: #DA4453; background: rgba(59, 59, 59, 0.7); } 65 | .flex-control-paging li a.flex-active { background: #DA4453; background: rgba(59, 59, 59, 0.9); cursor: default; } 66 | 67 | @media (max-width: 767px) { 68 | .flex-control-nav { 69 | display: none !important; 70 | } 71 | } 72 | /* =FlexSlider 73 | ----------------------------------------------- */ 74 | 75 | .flexslider{ 76 | border: none; 77 | } 78 | .flexslider .slides img { 79 | max-width: 100%; 80 | display: block; 81 | margin: auto; 82 | width: auto; 83 | } 84 | .flex-control-nav { 85 | bottom: 10px; 86 | z-index: 1000; 87 | } 88 | .flexslider .slides li { 89 | position:relative; 90 | } 91 | .flex-caption { 92 | position: absolute; 93 | left: 0; 94 | right: 0; 95 | bottom: 0; 96 | z-index: 1; 97 | padding: 0 30px; 98 | display: inline-block; 99 | max-width: 1170px; 100 | margin: auto; 101 | bottom: 50px; 102 | } 103 | .flex-caption .excerpt { 104 | background: rgb(59, 59, 59); 105 | background: rgba(59, 59, 59, 0.8); 106 | display: block; 107 | color: #ddd; 108 | max-width: 600px; 109 | padding: 12px 20px; 110 | } 111 | .flex-caption h2 { 112 | background: rgb(218, 68, 83); 113 | background: rgba(218, 68, 83, 0.7); 114 | font-weight: 400; 115 | font-size: 24px; 116 | max-width: 640px; 117 | display: inline-block; 118 | padding: 12px 20px; 119 | margin-bottom: 0; 120 | color: #fff; 121 | } 122 | .flex-control-nav { 123 | position: absolute; 124 | display: inline-block; 125 | } 126 | .flex-direction-nav a { 127 | height: 80px; 128 | top: 45%; 129 | } 130 | @media (max-width: 768px) { 131 | .flex-caption { 132 | display: none; 133 | } 134 | } 135 | 136 | @media screen and (max-width: 860px) { 137 | .flex-direction-nav .flex-prev { opacity: 1; left: 10px;} 138 | .flex-direction-nav .flex-next { opacity: 1; right: 10px;} 139 | } -------------------------------------------------------------------------------- /inc/template-tags.php: -------------------------------------------------------------------------------- 1 | max_num_pages < 2 ) { 19 | return; 20 | } 21 | ?> 22 |

42 | ", "", $out ); 56 | $out = str_replace( "", "", $out ); 58 | $out = str_replace( "", "", $out ); 60 | $out = str_replace( "
", "", $out ); 61 | 62 | return '
    ' . $out . '
'; 63 | } 64 | add_filter( 'wp_pagenavi', 'sparkling_wp_pagenavi_bootstrap_markup' ); 65 | 66 | 67 | if ( ! function_exists( 'sparkling_post_nav' ) ) : 68 | /** 69 | * Display navigation to next/previous post when applicable. 70 | * 71 | * @return void 72 | */ 73 | function sparkling_post_nav() { 74 | // Don't print empty markup if there's nowhere to navigate. 75 | $previous = ( is_attachment() ) ? get_post( get_post()->post_parent ) : get_adjacent_post( false, '', true ); 76 | $next = get_adjacent_post( false, '', false ); 77 | 78 | if ( ! $next && ! $previous ) { 79 | return; 80 | } 81 | ?> 82 |
90 | 91 | %2$s'; 102 | if ( get_the_time( 'U' ) !== get_the_modified_time( 'U' ) ) { 103 | $time_string .= ''; 104 | } 105 | 106 | $time_string = sprintf( $time_string, 107 | esc_attr( get_the_date( 'c' ) ), 108 | esc_html( get_the_date() ), 109 | esc_attr( get_the_modified_date( 'c' ) ), 110 | esc_html( get_the_modified_date() ) 111 | ); 112 | 113 | printf( ' %1$s', 114 | sprintf( '%2$s', 115 | esc_url( get_permalink() ), 116 | $time_string 117 | ), 118 | sprintf( '%2$s', 119 | esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ), 120 | esc_html( get_the_author() ) 121 | ) 122 | ); 123 | } 124 | endif; 125 | 126 | /** 127 | * Returns true if a blog has more than 1 category. 128 | */ 129 | function sparkling_categorized_blog() { 130 | if ( false === ( $all_the_cool_cats = get_transient( 'all_the_cool_cats' ) ) ) { 131 | // Create an array of all the categories that are attached to posts. 132 | $all_the_cool_cats = get_categories( array( 133 | 'hide_empty' => 1, 134 | ) ); 135 | 136 | // Count the number of categories that are attached to the posts. 137 | $all_the_cool_cats = count( $all_the_cool_cats ); 138 | 139 | set_transient( 'all_the_cool_cats', $all_the_cool_cats ); 140 | } 141 | 142 | if ( '1' != $all_the_cool_cats ) { 143 | // This blog has more than 1 category so sparkling_categorized_blog should return true. 144 | return true; 145 | } else { 146 | // This blog has only 1 category so sparkling_categorized_blog should return false. 147 | return false; 148 | } 149 | } 150 | 151 | /** 152 | * Flush out the transients used in sparkling_categorized_blog. 153 | */ 154 | function sparkling_category_transient_flusher() { 155 | // Like, beat it. Dig? 156 | delete_transient( 'all_the_cool_cats' ); 157 | } 158 | add_action( 'edit_category', 'sparkling_category_transient_flusher' ); 159 | add_action( 'save_post', 'sparkling_category_transient_flusher' ); 160 | -------------------------------------------------------------------------------- /inc/navwalker.php: -------------------------------------------------------------------------------- 1 | \n"; 25 | } 26 | 27 | /** 28 | * @see Walker::start_el() 29 | * @since 3.0.0 30 | * 31 | * @param string $output Passed by reference. Used to append additional content. 32 | * @param object $item Menu item data object. 33 | * @param int $depth Depth of menu item. Used for padding. 34 | * @param int $current_page Menu item ID. 35 | * @param object $args 36 | */ 37 | public function start_el( &$output, $item, $depth = 0, $args = array(), $id = 0 ) { 38 | $indent = ( $depth ) ? str_repeat( "\t", $depth ) : ''; 39 | 40 | /** 41 | * Dividers, Headers or Disabled 42 | * ============================= 43 | * Determine whether the item is a Divider, Header, Disabled or regular 44 | * menu item. To prevent errors we use the strcasecmp() function to so a 45 | * comparison that is not case sensitive. The strcasecmp() function returns 46 | * a 0 if the strings are equal. 47 | */ 48 | if ( strcasecmp( $item->attr_title, 'divider' ) == 0 && $depth === 1 ) { 49 | $output .= $indent . ''; 203 | $fb_output .= ''; 204 | 205 | if ( $container ) 206 | $fb_output .= ''; 207 | 208 | echo $fb_output; 209 | } 210 | } 211 | } 212 | -------------------------------------------------------------------------------- /readme.txt: -------------------------------------------------------------------------------- 1 | /*========= About Theme =========*/ 2 | 3 | Theme Name: Sparkling 4 | Theme URI: http://colorlib.com/wp/sparkling/ 5 | Version: 2.2.2 6 | Tested up to: WP 4.4 7 | 8 | Author: Aigars Silkalns 9 | Author URI: http://colorlib.com/wp/ 10 | License: GNU General Public License v3.0 11 | License URI: http://www.gnu.org/licenses/gpl.html 12 | ------------------------------------------------------- 13 | Sparkling theme, Copyright 2014-2016 colorlib.com 14 | Sparkling WordPress theme is distributed under the terms of the GNU GPL 15 | Sparkling is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc. 16 | ------------------------------------------------------- 17 | 18 | /*========= Credits =========*/ 19 | Unless otherwise specified, all the theme files, scripts and images are licensed under GPLv2 license 20 | 21 | Sparkling theme uses: 22 | * FontAwesome (http://fontawesome.io) licensed under the SIL OFL 1.1 (http://scripts.sil.org/OFL) 23 | * Bootstrap (http://getbootstrap.com/) licensed under MIT license (https://github.com/twbs/bootstrap/blob/master/LICENSE) 24 | * WP-Bootstrap-NavWalker licensed under the GPLv2 license (http://www.gnu.org/licenses/gpl-2.0.html) 25 | * FlexSlider by WooThemes licensed under the GPLv2 license (http://www.gnu.org/licenses/gpl-2.0.html) 26 | * Unless otherwise specified, all images are created by Colorlib 27 | 28 | /*========= Description =========*/ 29 | 30 | Sparkling is a clean minimal and responsive WordPress theme well suited for travel, health, business, finance, portfolio, design, art, photography, personal, ecommerce and any other creative websites and blogs. Developed using Bootstrap 3 that makes it mobile and tablets friendly. Theme comes with full-screen slider, social icon integration, author bio, popular posts widget and improved category widget. Sparkling incorporates latest web standards such as HTML5 and CSS3 and is SEO friendly thanks to its clean structure and codebase. It has dozens of Theme Options based on WordPress Customizer to change theme layout, colors, fonts, slider settings and much more. Theme is also translation and multilingual ready, compatible with WPML and is available in Spanish, French, Dutch, Polish, Russian, German, Brazilian Portuguese, Portuguese (Portugal), Persian (Iranian language), Romanian, Turkish, Bulgarian, Japanese, Lithuanian, Czech, Ukrainian, Traditional Chinese, Simplified Chinese, Indonesian, Estonian, Spanish (Argentina) and Italian. Sparkling is a free WordPress theme with premium functionality and design. Theme is ecommerce ready thanks to its WooCommerce integration. Now theme is optimized to work with bbPress, Contact Form 7, Jetpack, WooCommerce and other popular free and premium plugins. Lately we introduced a sticky/fixed navigation that you can enable or disable via WordPress Customizer. 31 | 32 | 33 | 34 | For questions, comments or bug reports, visit Colorlib support forum (http://colorlib.com/wp/forums). 35 | 36 | /*========= Installation =========*/ 37 | 38 | You can install the theme through the WordPress installer under "Themes" > "Install themes" by searching for "Sparkling". 39 | 40 | Alternatively you can download the file, unzip it and move the unzipped contents to the "wp-content/themes" folder of your WordPress installation. You will then be able to activate the theme. 41 | 42 | Afterwards you can continue theme setup and customization via WordPress Dashboard - Appearance - Theme Options. For detailed theme documentation, please visit http://colorlib.com/wp/support/sparkling 43 | 44 | /*========= Theme Features =========*/ 45 | 46 | * Bootstrap 3 integration 47 | * Responsive design 48 | * Unlimited color variations 49 | * SEO friendly 50 | * WordPress Theme Customizer support 51 | * Image centric approach 52 | * Internationalized & localization 53 | * Drop-down Menu 54 | * Cross-browser compatibility 55 | * Threaded Comments 56 | * Gravatar ready 57 | * Featured slider 58 | * Font Awesome icons 59 | * WooCommerce support 60 | 61 | /*========= Documentation =========*/ 62 | 63 | Theme documentation is available on http://colorlib.com/wp/support/sparkling 64 | 65 | /*========= Changelog =========*/ 66 | 67 | = 2.2.3 - 18.03.2016 = 68 | 69 | * Fixed problem when top menu items set to open on new tab. 70 | * Fixed problems with font reset 71 | * Fixed problem with one extra post for recent post widget 72 | * Added missing border for posts when no featured image is used. 73 | * Added new social media icons. 74 | 75 | = 2.2.2 - 18.01.2016 = 76 | 77 | * Updated Spanish translation 78 | * Fixed problems with excerpts 79 | * Fixed dribbble icon 80 | * Updated FontAwesome icons 81 | 82 | = 2.2.1 - 11.12.2015 = 83 | 84 | * Fixed error with WooCommerce 85 | 86 | = 2.2.0 - 09.12.2015 = 87 | 88 | * Added WooCommerce support 89 | * Removed legacy code 90 | * Improved layout manager 91 | * Added options for sticky/fixed navigation. 92 | 93 | = 2.1.1 - 17.11.2015 = 94 | 95 | * Removed redundant function 96 | 97 | = 2.1.0 - 27.10.2015 = 98 | 99 | * Added WP-PageNavi support 100 | * Fixed option for comment section on static pages 101 | * Fixed problem with French translation 102 | 103 | = 2.0.1 - 27.10.2015 = 104 | 105 | * Added callback function for old Social Icons. 106 | * Removed wp_title callback 107 | * Updated Font Awesome icon library 108 | * Simplified social icons 109 | * Added support for "mailto". Email icon. 110 | 111 | = 2.0 - 16.10.2015 = 112 | 113 | * Removed Options Frameowrk in favor to WordPress Theme Customizer. Be careful with this update as it might break things. 114 | * Added layout selecotr for individual posts/pages. 115 | * Other code cleanups and improvements. 116 | 117 | = 1.9.4 - 29.07.2015 = 118 | 119 | * Added Estonian translation thanks to Kristjan Variksoo 120 | 121 | = 1.9.3 - 14.07.2015 = 122 | 123 | * Improved menu color customization options 124 | * Prepared theme for WordPress 4.3 update. 125 | 126 | = 1.9.2 - 15.06.2015 = 127 | 128 | * Fixed minor bug with attachment pages. 129 | * Fixed minor bug with navigation submenu color on mobile devices. 130 | * Other menu styling improvements 131 | * Added Simplified Chinese thanks to KagurazakaKotori 132 | 133 | = 1.9.1 - 05.06.2015 = 134 | 135 | * Fixed two minor bugs in custom theme widgets 136 | 137 | = 1.9.0 - 21.05.2015 = 138 | 139 | * Introduced option to change full content vs excerpt for blog page. 140 | * New option to disable comments on static pages via Customizer 141 | * Removed redundant search form override 142 | * Added Spotify icon 143 | * Updated FontAwesome library to 4.3 144 | * Added Indonesian translation 145 | 146 | = 1.8.5 - 21.05.2015 = 147 | 148 | * Properly escaped all translation strings 149 | * Updated translation files 150 | 151 | = 1.8.3 - 04.05.2015 = 152 | 153 | * Added Czech translation 154 | * Added Ukrainian translation thanks to Vladyslav 155 | * Added Traditional Chinese thanks to ShuChun 156 | 157 | = 1.8.2 - 23.04.2015 = 158 | 159 | * Fixed overlapping CSS selectors when using tag called "navigation". 160 | * Improved coding for author box below post content 161 | * Author box is now visible only if there is a author bio/description to show. 162 | 163 | = 1.8.1 - 16.04.2015 = 164 | 165 | * Removed accidentally added string from header.php 166 | 167 | = 1.8.0 - 04.04.2015 = 168 | 169 | * Updated Options Framework 170 | * Improved theme translation support 171 | * Added support for WPML multilingual plugin 172 | * Other code tweaks and cleanups 173 | * Added Lithuanian translation 174 | 175 | = 1.7.12 - 23.03.2015 = 176 | 177 | * Updated Bootstrap framework to 3.3.4 178 | * Fixed comment layout on mobile when multiple levels of comments are present 179 | 180 | = 1.7.11 - 20.03.2015 = 181 | 182 | * Added Japanese translation 183 | 184 | = 1.7.10 - 16.03.2015 = 185 | 186 | * Added Bulgarian translation thanks to @pbosakov 187 | 188 | = 1.7.9 - 02.03.2015 = 189 | 190 | * Added Turkish translation thanks to Ender İskender 191 | 192 | = 1.7.8 - 11.02.2015 = 193 | 194 | * Improved favicon functionality. Now loaded in WordPress dashboard and frontend. 195 | 196 | = 1.7.7 - 23.01.2015 = 197 | 198 | * Fixed minor problems with newly introduced title-tag 199 | 200 | = 1.7.6 - 23.01.2015 = 201 | 202 | * Theme now uses "title-tag" that was introduced with WordPress 4.1 203 | * Updated Bootstrap to 3.3.2 204 | 205 | = 1.7.5 - 14.01.2015 = 206 | 207 | * Removed front-page.php template. Instead you can use full-width or regular page template on frontpage 208 | * Small code cleanup 209 | * Updated Bootstrap classes for full-width template 210 | * Updated Russian translation 211 | 212 | = 1.7.1 - 15.11.2014 = 213 | 214 | * Updated Bootstrap to v3.3.1 215 | 216 | = 1.7.0 - 30.10.2014 = 217 | 218 | * Updated Bootstrap to 3.3.0 219 | * Updated Font Awesome icons to 4.2.0 220 | 221 | = 1.6.3 - 29.10.2014 = 222 | 223 | * Improved Child Theme support 224 | * Addded GitHub Icon 225 | 226 | = 1.6.2 - 23.08.2014 = 227 | 228 | * Added Romanian translation thanks to Bogdan Patru 229 | 230 | = 1.6.1 - 31.07.2014 = 231 | 232 | * Added Skype URI support for icons 233 | * Added Persian language thanks to Robert Nicjoo 234 | * Added Portuguese (Portugal) translation thanks to Vasco Cruz 235 | 236 | = 1.6.0 - 16.07.2014 = 237 | 238 | * Added Portuguese translation thanks to Lucas Mandelli 239 | * Updated Bootstrap to 3.2 240 | * Added more flexibility to slider functions via functions.min.js file. 241 | * Fixed problems with IE 10 & 11 242 | * Updated modernizer 243 | * Added bbPress support 244 | * Improved theme responsiveness 245 | 246 | = 1.5.1 - 26.06.2014 = 247 | 248 | * Updated German translations 249 | * Added another German translation with more polite form thanks to Steffen Lober 250 | 251 | = 1.5.0 - 26.05.2014 = 252 | 253 | * Improved Child Theme support 254 | * Recreated Social Icons 255 | * Added SoundCloud and Vimeo icons 256 | * Recreated default WordPress gallery support 257 | * Improved code consistency in extra.php file 258 | * Several other code improvement for main theme functions 259 | * Recreated logic behind color in Theme Options. Now these settings provides with more flexibility. 260 | * Added German translations thanks to Bernd Schray 261 | 262 | = 1.4.2 - 24.05.2014 = 263 | 264 | * Fixed problem with mobile navigation 265 | * Improved customization options for Navigation bar 266 | * Defined default social icon color. 267 | 268 | = 1.4.1 - 19.05.2014 = 269 | 270 | * Added Russian translation thanks to Evgeny Able 271 | * Improved Child Theme support 272 | * Updated Dutch translation 273 | 274 | = 1.4.0 - 18.05.2014 = 275 | 276 | * Fixed next/previos button placement on mobile devices. 277 | * Improved full-width page layout. 278 | * Added Polish translation thanks to jerry1333 (http://www.jerry1333.net/) 279 | * Added Dutch translation thanks to Niels Hoogenhout (http://nielshoogenhout.nl/) 280 | * Updated Options Framework to 1.8.0 281 | * Updated FontAwesome to 4.1 282 | 283 | = 1.3.0 - 12.05.2014 = 284 | 285 | * Added foursquare icon in Sparkling social widget and footer. 286 | * Added Italian translation thanks to Achille D'Aniello 287 | * Added French translation thanks to Antoine Lorence 288 | * Updated translations files 289 | * Updated 404 error page (404.php) 290 | * Improved WordPress default galleries 291 | * Added different content width for full-width pages. 292 | 293 | = 1.2.1 - 06.05.2014 = 294 | 295 | * Fixed a tiny bug when comments are closed for single posts. 296 | 297 | = 1.2.0 - 29.04.2014 = 298 | * Added Spanish translation thanks to Hugo (http://hartodebuscar.blogspot.com/) 299 | * Moved some functions from jQuery to PHP to avoid conflicts with plugins and other JavaScript based scripts. 300 | * Improved main theme JavaScript compatibility with other plugins and scripts. 301 | * Added Modernizr for better HTML5 and CSS3 support 302 | 303 | = 1.1 - 25.04.2014 = 304 | * Removed all traces from Underscore template that weren't replaced already. Theme is still based on Underscore but removed some strings to avoid confusion. 305 | 306 | = 1.0.4 - 17.04.2014 = 307 | * Changed Author URI. 308 | * Added right heading tag for default widgets 309 | 310 | = 1.0.1 - 02.04.2014 = 311 | * Social network urls are now properly escaped using "esc_url" 312 | * Added licensing information for images in theme screenshot 313 | * Updated screenshot 314 | * Improved wp_register_style for Google fonts to be compatible with SSL 315 | * Removed do_shortcodes from extras.php which falls under plugin territory 316 | * Fixed missing .js error. 317 | 318 | = 1.0 - 01.04.2014 = 319 | Initial release 320 | -------------------------------------------------------------------------------- /inc/js/modernizr.min.js: -------------------------------------------------------------------------------- 1 | /* Modernizr 2.8.3 (Custom Build) | MIT & BSD 2 | * Build: http://modernizr.com/download/#-fontface-backgroundsize-borderimage-borderradius-boxshadow-flexbox-flexboxlegacy-hsla-multiplebgs-opacity-rgba-textshadow-cssanimations-csscolumns-generatedcontent-cssgradients-cssreflections-csstransforms-csstransforms3d-csstransitions-applicationcache-canvas-canvastext-draganddrop-hashchange-history-audio-video-indexeddb-input-inputtypes-localstorage-postmessage-sessionstorage-websockets-websqldatabase-webworkers-geolocation-inlinesvg-smil-svg-svgclippaths-touch-webgl-shiv-mq-cssclasses-teststyles-testprop-testallprops-hasevent-prefixes-domprefixes-load 3 | */ 4 | ;window.Modernizr=function(a,b,c){function D(a){j.cssText=a}function E(a,b){return D(n.join(a+";")+(b||""))}function F(a,b){return typeof a===b}function G(a,b){return!!~(""+a).indexOf(b)}function H(a,b){for(var d in a){var e=a[d];if(!G(e,"-")&&j[e]!==c)return b=="pfx"?e:!0}return!1}function I(a,b,d){for(var e in a){var f=b[a[e]];if(f!==c)return d===!1?a[e]:F(f,"function")?f.bind(d||b):f}return!1}function J(a,b,c){var d=a.charAt(0).toUpperCase()+a.slice(1),e=(a+" "+p.join(d+" ")+d).split(" ");return F(b,"string")||F(b,"undefined")?H(e,b):(e=(a+" "+q.join(d+" ")+d).split(" "),I(e,b,c))}function K(){e.input=function(c){for(var d=0,e=c.length;d',a,""].join(""),l.id=h,(m?l:n).innerHTML+=f,n.appendChild(l),m||(n.style.background="",n.style.overflow="hidden",k=g.style.overflow,g.style.overflow="hidden",g.appendChild(n)),i=c(l,a),m?l.parentNode.removeChild(l):(n.parentNode.removeChild(n),g.style.overflow=k),!!i},z=function(b){var c=a.matchMedia||a.msMatchMedia;if(c)return c(b)&&c(b).matches||!1;var d;return y("@media "+b+" { #"+h+" { position: absolute; } }",function(b){d=(a.getComputedStyle?getComputedStyle(b,null):b.currentStyle)["position"]=="absolute"}),d},A=function(){function d(d,e){e=e||b.createElement(a[d]||"div"),d="on"+d;var f=d in e;return f||(e.setAttribute||(e=b.createElement("div")),e.setAttribute&&e.removeAttribute&&(e.setAttribute(d,""),f=F(e[d],"function"),F(e[d],"undefined")||(e[d]=c),e.removeAttribute(d))),e=null,f}var a={select:"input",change:"input",submit:"form",reset:"form",error:"img",load:"img",abort:"img"};return d}(),B={}.hasOwnProperty,C;!F(B,"undefined")&&!F(B.call,"undefined")?C=function(a,b){return B.call(a,b)}:C=function(a,b){return b in a&&F(a.constructor.prototype[b],"undefined")},Function.prototype.bind||(Function.prototype.bind=function(b){var c=this;if(typeof c!="function")throw new TypeError;var d=w.call(arguments,1),e=function(){if(this instanceof e){var a=function(){};a.prototype=c.prototype;var f=new a,g=c.apply(f,d.concat(w.call(arguments)));return Object(g)===g?g:f}return c.apply(b,d.concat(w.call(arguments)))};return e}),s.flexbox=function(){return J("flexWrap")},s.flexboxlegacy=function(){return J("boxDirection")},s.canvas=function(){var a=b.createElement("canvas");return!!a.getContext&&!!a.getContext("2d")},s.canvastext=function(){return!!e.canvas&&!!F(b.createElement("canvas").getContext("2d").fillText,"function")},s.webgl=function(){return!!a.WebGLRenderingContext},s.touch=function(){var c;return"ontouchstart"in a||a.DocumentTouch&&b instanceof DocumentTouch?c=!0:y(["@media (",n.join("touch-enabled),("),h,")","{#modernizr{top:9px;position:absolute}}"].join(""),function(a){c=a.offsetTop===9}),c},s.geolocation=function(){return"geolocation"in navigator},s.postmessage=function(){return!!a.postMessage},s.websqldatabase=function(){return!!a.openDatabase},s.indexedDB=function(){return!!J("indexedDB",a)},s.hashchange=function(){return A("hashchange",a)&&(b.documentMode===c||b.documentMode>7)},s.history=function(){return!!a.history&&!!history.pushState},s.draganddrop=function(){var a=b.createElement("div");return"draggable"in a||"ondragstart"in a&&"ondrop"in a},s.websockets=function(){return"WebSocket"in a||"MozWebSocket"in a},s.rgba=function(){return D("background-color:rgba(150,255,150,.5)"),G(j.backgroundColor,"rgba")},s.hsla=function(){return D("background-color:hsla(120,40%,100%,.5)"),G(j.backgroundColor,"rgba")||G(j.backgroundColor,"hsla")},s.multiplebgs=function(){return D("background:url(https://),url(https://),red url(https://)"),/(url\s*\(.*?){3}/.test(j.background)},s.backgroundsize=function(){return J("backgroundSize")},s.borderimage=function(){return J("borderImage")},s.borderradius=function(){return J("borderRadius")},s.boxshadow=function(){return J("boxShadow")},s.textshadow=function(){return b.createElement("div").style.textShadow===""},s.opacity=function(){return E("opacity:.55"),/^0.55$/.test(j.opacity)},s.cssanimations=function(){return J("animationName")},s.csscolumns=function(){return J("columnCount")},s.cssgradients=function(){var a="background-image:",b="gradient(linear,left top,right bottom,from(#9f9),to(white));",c="linear-gradient(left top,#9f9, white);";return D((a+"-webkit- ".split(" ").join(b+a)+n.join(c+a)).slice(0,-a.length)),G(j.backgroundImage,"gradient")},s.cssreflections=function(){return J("boxReflect")},s.csstransforms=function(){return!!J("transform")},s.csstransforms3d=function(){var a=!!J("perspective");return a&&"webkitPerspective"in g.style&&y("@media (transform-3d),(-webkit-transform-3d){#modernizr{left:9px;position:absolute;height:3px;}}",function(b,c){a=b.offsetLeft===9&&b.offsetHeight===3}),a},s.csstransitions=function(){return J("transition")},s.fontface=function(){var a;return y('@font-face {font-family:"font";src:url("https://")}',function(c,d){var e=b.getElementById("smodernizr"),f=e.sheet||e.styleSheet,g=f?f.cssRules&&f.cssRules[0]?f.cssRules[0].cssText:f.cssText||"":"";a=/src/i.test(g)&&g.indexOf(d.split(" ")[0])===0}),a},s.generatedcontent=function(){var a;return y(["#",h,"{font:0/0 a}#",h,':after{content:"',l,'";visibility:hidden;font:3px/1 a}'].join(""),function(b){a=b.offsetHeight>=3}),a},s.video=function(){var a=b.createElement("video"),c=!1;try{if(c=!!a.canPlayType)c=new Boolean(c),c.ogg=a.canPlayType('video/ogg; codecs="theora"').replace(/^no$/,""),c.h264=a.canPlayType('video/mp4; codecs="avc1.42E01E"').replace(/^no$/,""),c.webm=a.canPlayType('video/webm; codecs="vp8, vorbis"').replace(/^no$/,"")}catch(d){}return c},s.audio=function(){var a=b.createElement("audio"),c=!1;try{if(c=!!a.canPlayType)c=new Boolean(c),c.ogg=a.canPlayType('audio/ogg; codecs="vorbis"').replace(/^no$/,""),c.mp3=a.canPlayType("audio/mpeg;").replace(/^no$/,""),c.wav=a.canPlayType('audio/wav; codecs="1"').replace(/^no$/,""),c.m4a=(a.canPlayType("audio/x-m4a;")||a.canPlayType("audio/aac;")).replace(/^no$/,"")}catch(d){}return c},s.localstorage=function(){try{return localStorage.setItem(h,h),localStorage.removeItem(h),!0}catch(a){return!1}},s.sessionstorage=function(){try{return sessionStorage.setItem(h,h),sessionStorage.removeItem(h),!0}catch(a){return!1}},s.webworkers=function(){return!!a.Worker},s.applicationcache=function(){return!!a.applicationCache},s.svg=function(){return!!b.createElementNS&&!!b.createElementNS(r.svg,"svg").createSVGRect},s.inlinesvg=function(){var a=b.createElement("div");return a.innerHTML="",(a.firstChild&&a.firstChild.namespaceURI)==r.svg},s.smil=function(){return!!b.createElementNS&&/SVGAnimate/.test(m.call(b.createElementNS(r.svg,"animate")))},s.svgclippaths=function(){return!!b.createElementNS&&/SVGClipPath/.test(m.call(b.createElementNS(r.svg,"clipPath")))};for(var L in s)C(s,L)&&(x=L.toLowerCase(),e[x]=s[L](),v.push((e[x]?"":"no-")+x));return e.input||K(),e.addTest=function(a,b){if(typeof a=="object")for(var d in a)C(a,d)&&e.addTest(d,a[d]);else{a=a.toLowerCase();if(e[a]!==c)return e;b=typeof b=="function"?b():b,typeof f!="undefined"&&f&&(g.className+=" "+(b?"":"no-")+a),e[a]=b}return e},D(""),i=k=null,function(a,b){function l(a,b){var c=a.createElement("p"),d=a.getElementsByTagName("head")[0]||a.documentElement;return c.innerHTML="x",d.insertBefore(c.lastChild,d.firstChild)}function m(){var a=s.elements;return typeof a=="string"?a.split(" "):a}function n(a){var b=j[a[h]];return b||(b={},i++,a[h]=i,j[i]=b),b}function o(a,c,d){c||(c=b);if(k)return c.createElement(a);d||(d=n(c));var g;return d.cache[a]?g=d.cache[a].cloneNode():f.test(a)?g=(d.cache[a]=d.createElem(a)).cloneNode():g=d.createElem(a),g.canHaveChildren&&!e.test(a)&&!g.tagUrn?d.frag.appendChild(g):g}function p(a,c){a||(a=b);if(k)return a.createDocumentFragment();c=c||n(a);var d=c.frag.cloneNode(),e=0,f=m(),g=f.length;for(;e",g="hidden"in a,k=a.childNodes.length==1||function(){b.createElement("a");var a=b.createDocumentFragment();return typeof a.cloneNode=="undefined"||typeof a.createDocumentFragment=="undefined"||typeof a.createElement=="undefined"}()}catch(c){g=!0,k=!0}})();var s={elements:d.elements||"abbr article aside audio bdi canvas data datalist details dialog figcaption figure footer header hgroup main mark meter nav output progress section summary template time video",version:c,shivCSS:d.shivCSS!==!1,supportsUnknownElements:k,shivMethods:d.shivMethods!==!1,type:"default",shivDocument:r,createElement:o,createDocumentFragment:p};a.html5=s,r(b)}(this,b),e._version=d,e._prefixes=n,e._domPrefixes=q,e._cssomPrefixes=p,e.mq=z,e.hasEvent=A,e.testProp=function(a){return H([a])},e.testAllProps=J,e.testStyles=y,g.className=g.className.replace(/(^|\s)no-js(\s|$)/,"$1$2")+(f?" js "+v.join(" "):""),e}(this,this.document),function(a,b,c){function d(a){return"[object Function]"==o.call(a)}function e(a){return"string"==typeof a}function f(){}function g(a){return!a||"loaded"==a||"complete"==a||"uninitialized"==a}function h(){var a=p.shift();q=1,a?a.t?m(function(){("c"==a.t?B.injectCss:B.injectJs)(a.s,0,a.a,a.x,a.e,1)},0):(a(),h()):q=0}function i(a,c,d,e,f,i,j){function k(b){if(!o&&g(l.readyState)&&(u.r=o=1,!q&&h(),l.onload=l.onreadystatechange=null,b)){"img"!=a&&m(function(){t.removeChild(l)},50);for(var d in y[c])y[c].hasOwnProperty(d)&&y[c][d].onload()}}var j=j||B.errorTimeout,l=b.createElement(a),o=0,r=0,u={t:d,s:c,e:f,a:i,x:j};1===y[c]&&(r=1,y[c]=[]),"object"==a?l.data=c:(l.src=c,l.type=a),l.width=l.height="0",l.onerror=l.onload=l.onreadystatechange=function(){k.call(this,r)},p.splice(e,0,u),"img"!=a&&(r||2===y[c]?(t.insertBefore(l,s?null:n),m(k,j)):y[c].push(l))}function j(a,b,c,d,f){return q=0,b=b||"j",e(a)?i("c"==b?v:u,a,b,this.i++,c,d,f):(p.splice(this.i++,0,a),1==p.length&&h()),this}function k(){var a=B;return a.loader={load:j,i:0},a}var l=b.documentElement,m=a.setTimeout,n=b.getElementsByTagName("script")[0],o={}.toString,p=[],q=0,r="MozAppearance"in l.style,s=r&&!!b.createRange().compareNode,t=s?l:n.parentNode,l=a.opera&&"[object Opera]"==o.call(a.opera),l=!!b.attachEvent&&!l,u=r?"object":l?"script":"img",v=l?"script":u,w=Array.isArray||function(a){return"[object Array]"==o.call(a)},x=[],y={},z={timeout:function(a,b){return b.length&&(a.timeout=b[0]),a}},A,B;B=function(a){function b(a){var a=a.split("!"),b=x.length,c=a.pop(),d=a.length,c={url:c,origUrl:c,prefixes:a},e,f,g;for(f=0;f\n" 8 | "Language-Team: colorlib \n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "X-Generator: Poedit 1.8.7\n" 13 | "X-Poedit-Basepath: .\n" 14 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 15 | "X-Poedit-KeywordsList: _e;__;esc_attr__;esc_html__;esc_html_e;esc_attr_x:1,2c;_nx:4c,1,2;_n:1,2\n" 16 | "X-Poedit-SourceCharset: UTF-8\n" 17 | "X-Poedit-SearchPath-0: .\n" 18 | "X-Poedit-SearchPath-1: ..\n" 19 | 20 | #: ../404.php:15 21 | msgid "Oops! That page can’t be found." 22 | msgstr "" 23 | 24 | #: ../404.php:19 25 | msgid "It looks like nothing was found at this location. Maybe try one of the links below or a search?" 26 | msgstr "" 27 | 28 | #: ../404.php:25 29 | msgid "Recent Posts" 30 | msgstr "" 31 | 32 | #: ../404.php:31 33 | msgid "Most Used Categories" 34 | msgstr "" 35 | 36 | #: ../404.php:52 37 | #, php-format 38 | msgid "Try looking in the monthly archives. %1$s" 39 | msgstr "" 40 | 41 | #: ../404.php:53 ../archive.php:66 ../sidebar.php:19 42 | msgid "Archives" 43 | msgstr "" 44 | 45 | #: ../404.php:58 46 | msgid "Tags" 47 | msgstr "" 48 | 49 | #: ../archive.php:27 50 | #, php-format 51 | msgid "Author: %s" 52 | msgstr "" 53 | 54 | #: ../archive.php:30 55 | #, php-format 56 | msgid "Day: %s" 57 | msgstr "" 58 | 59 | #: ../archive.php:33 60 | #, php-format 61 | msgid "Month: %s" 62 | msgstr "" 63 | 64 | #: ../archive.php:36 65 | #, php-format 66 | msgid "Year: %s" 67 | msgstr "" 68 | 69 | #: ../archive.php:39 70 | msgid "Asides" 71 | msgstr "" 72 | 73 | #: ../archive.php:42 74 | msgid "Galleries" 75 | msgstr "" 76 | 77 | #: ../archive.php:45 78 | msgid "Images" 79 | msgstr "" 80 | 81 | #: ../archive.php:48 82 | msgid "Videos" 83 | msgstr "" 84 | 85 | #: ../archive.php:51 86 | msgid "Quotes" 87 | msgstr "" 88 | 89 | #: ../archive.php:54 90 | msgid "Links" 91 | msgstr "" 92 | 93 | #: ../archive.php:57 94 | msgid "Statuses" 95 | msgstr "" 96 | 97 | #: ../archive.php:60 98 | msgid "Audios" 99 | msgstr "" 100 | 101 | #: ../archive.php:63 102 | msgid "Chats" 103 | msgstr "" 104 | 105 | #: ../comments.php:28 106 | #, php-format 107 | msgctxt "comments title" 108 | msgid "One thought on “%2$s”" 109 | msgid_plural "%1$s thoughts on “%2$s”" 110 | msgstr[0] "" 111 | msgstr[1] "" 112 | 113 | #: ../comments.php:35 ../comments.php:53 114 | msgid "Comment navigation" 115 | msgstr "" 116 | 117 | #: ../comments.php:36 ../comments.php:54 118 | msgid "← Older Comments" 119 | msgstr "" 120 | 121 | #: ../comments.php:37 ../comments.php:55 122 | msgid "Newer Comments →" 123 | msgstr "" 124 | 125 | #: ../comments.php:65 126 | msgid "Comments are closed." 127 | msgstr "" 128 | 129 | #: ../content-none.php:13 130 | msgid "Nothing Found" 131 | msgstr "" 132 | 133 | #: ../content-none.php:19 134 | #, php-format 135 | msgid "Ready to publish your first post? Get started here." 136 | msgstr "" 137 | 138 | #: ../content-none.php:23 139 | msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords." 140 | msgstr "" 141 | 142 | #: ../content-none.php:28 143 | msgid "It seems we can’t find what you’re looking for. Perhaps searching can help." 144 | msgstr "" 145 | 146 | #: ../content-page.php:21 ../content-single.php:35 ../content.php:48 147 | #: ../image.php:79 148 | msgid "Pages:" 149 | msgstr "" 150 | 151 | #: ../content-page.php:32 ../content-single.php:26 ../content.php:23 152 | msgid "Edit" 153 | msgstr "" 154 | 155 | #: ../content-single.php:19 156 | msgid ", " 157 | msgstr "" 158 | 159 | #: ../content-single.php:23 160 | #, php-format 161 | msgid " %1$s" 162 | msgstr "" 163 | 164 | #: ../content.php:20 165 | msgid "Leave a comment" 166 | msgstr "" 167 | 168 | #: ../content.php:20 169 | msgid "1 Comment" 170 | msgstr "" 171 | 172 | #: ../content.php:20 173 | msgid "% Comments" 174 | msgstr "" 175 | 176 | #: ../content.php:32 ../content.php:40 177 | msgid "Read More" 178 | msgstr "" 179 | 180 | #: ../functions.php:69 181 | msgid "Primary Menu" 182 | msgstr "" 183 | 184 | #: ../functions.php:70 ../inc/extras.php:136 185 | msgid "Footer Links" 186 | msgstr "" 187 | 188 | #: ../functions.php:108 189 | msgid "Sidebar" 190 | msgstr "" 191 | 192 | #: ../functions.php:118 193 | msgid "Homepage Widget 1" 194 | msgstr "" 195 | 196 | #: ../functions.php:119 ../functions.php:129 ../functions.php:139 197 | msgid "Displays on the Home Page" 198 | msgstr "" 199 | 200 | #: ../functions.php:128 201 | msgid "Homepage Widget 2" 202 | msgstr "" 203 | 204 | #: ../functions.php:138 205 | msgid "Homepage Widget 3" 206 | msgstr "" 207 | 208 | #: ../functions.php:148 209 | msgid "Footer Widget 1" 210 | msgstr "" 211 | 212 | #: ../functions.php:149 ../functions.php:159 ../functions.php:169 213 | msgid "Used for footer widget area" 214 | msgstr "" 215 | 216 | #: ../functions.php:158 217 | msgid "Footer Widget 2" 218 | msgstr "" 219 | 220 | #: ../functions.php:168 221 | msgid "Footer Widget 3" 222 | msgstr "" 223 | 224 | #: ../functions.php:304 225 | msgid "Right Sidebar" 226 | msgstr "" 227 | 228 | #: ../functions.php:304 229 | msgid "Left Sidebar" 230 | msgstr "" 231 | 232 | #: ../functions.php:304 233 | msgid "No Sidebar" 234 | msgstr "" 235 | 236 | #: ../functions.php:304 237 | msgid "Full Width" 238 | msgstr "" 239 | 240 | #: ../image.php:22 241 | msgid " Previous" 242 | msgstr "" 243 | 244 | #: ../image.php:23 245 | msgid "Next " 246 | msgstr "" 247 | 248 | #: ../inc/customizer.php:29 249 | msgid "Sparkling Options" 250 | msgstr "" 251 | 252 | #: ../inc/customizer.php:30 253 | msgid "Panel to update sparkling theme options" 254 | msgstr "" 255 | 256 | #: ../inc/customizer.php:36 257 | msgid "Content Options" 258 | msgstr "" 259 | 260 | #: ../inc/customizer.php:47 261 | msgid "Show post excerpts?" 262 | msgstr "" 263 | 264 | #: ../inc/customizer.php:58 265 | msgid "Display Comments on Static Pages?" 266 | msgstr "" 267 | 268 | #: ../inc/customizer.php:66 269 | msgid "Slider options" 270 | msgstr "" 271 | 272 | #: ../inc/customizer.php:76 273 | msgid "Check if you want to enable slider" 274 | msgstr "" 275 | 276 | #: ../inc/customizer.php:91 277 | msgid "Slider Category" 278 | msgstr "" 279 | 280 | #: ../inc/customizer.php:94 281 | msgid "Select a category for the featured post slider" 282 | msgstr "" 283 | 284 | #: ../inc/customizer.php:104 285 | msgid "Number of slide items" 286 | msgstr "" 287 | 288 | #: ../inc/customizer.php:106 289 | msgid "Enter the number of slide items" 290 | msgstr "" 291 | 292 | #: ../inc/customizer.php:111 293 | msgid "Layout options" 294 | msgstr "" 295 | 296 | #: ../inc/customizer.php:123 297 | msgid "Website Layout Options" 298 | msgstr "" 299 | 300 | #: ../inc/customizer.php:126 301 | msgid "Choose between different layout options to be used as default" 302 | msgstr "" 303 | 304 | #: ../inc/customizer.php:137 305 | msgid "WooCommerce Page Layout Options" 306 | msgstr "" 307 | 308 | #: ../inc/customizer.php:140 309 | msgid "Choose between different layout options to be used as default for all woocommerce pages" 310 | msgstr "" 311 | 312 | #: ../inc/customizer.php:151 313 | msgid "Element Color" 314 | msgstr "" 315 | 316 | #: ../inc/customizer.php:152 ../inc/customizer.php:164 317 | #: ../inc/customizer.php:218 ../inc/customizer.php:228 318 | #: ../inc/customizer.php:238 ../inc/customizer.php:248 319 | #: ../inc/customizer.php:326 ../inc/customizer.php:336 320 | #: ../inc/customizer.php:366 ../inc/customizer.php:506 321 | #: ../inc/customizer.php:517 322 | msgid "Default used if no color is selected" 323 | msgstr "" 324 | 325 | #: ../inc/customizer.php:163 326 | msgid "Element color on hover" 327 | msgstr "" 328 | 329 | #: ../inc/customizer.php:171 330 | msgid "Action Button" 331 | msgstr "" 332 | 333 | #: ../inc/customizer.php:181 334 | msgid "Call For Action Text" 335 | msgstr "" 336 | 337 | #: ../inc/customizer.php:182 338 | msgid "Enter the text for call for action section" 339 | msgstr "" 340 | 341 | #: ../inc/customizer.php:193 342 | msgid "Call For Action Button Title" 343 | msgstr "" 344 | 345 | #: ../inc/customizer.php:195 346 | msgid "Enter the title for Call For Action button" 347 | msgstr "" 348 | 349 | #: ../inc/customizer.php:205 350 | msgid "CFA button link" 351 | msgstr "" 352 | 353 | #: ../inc/customizer.php:207 354 | msgid "Enter the link for Call For Action button" 355 | msgstr "" 356 | 357 | #: ../inc/customizer.php:217 358 | msgid "Call For Action Text Color" 359 | msgstr "" 360 | 361 | #: ../inc/customizer.php:227 362 | msgid "Call For Action Background Color" 363 | msgstr "" 364 | 365 | #: ../inc/customizer.php:237 366 | msgid "Call For Action Button Border Color" 367 | msgstr "" 368 | 369 | #: ../inc/customizer.php:247 370 | msgid "Call For Action Button Text Color" 371 | msgstr "" 372 | 373 | #: ../inc/customizer.php:254 374 | msgid "Typography" 375 | msgstr "" 376 | 377 | #: ../inc/customizer.php:274 378 | msgid "Main Body Text" 379 | msgstr "" 380 | 381 | #: ../inc/customizer.php:275 382 | msgid "Used in p tags" 383 | msgstr "" 384 | 385 | #: ../inc/customizer.php:315 386 | msgid "Heading Color" 387 | msgstr "" 388 | 389 | #: ../inc/customizer.php:316 390 | msgid "Color for all headings (h1-h6)" 391 | msgstr "" 392 | 393 | #: ../inc/customizer.php:325 394 | msgid "Link Color" 395 | msgstr "" 396 | 397 | #: ../inc/customizer.php:335 398 | msgid "Link:hover Color" 399 | msgstr "" 400 | 401 | #: ../inc/customizer.php:342 402 | msgid "Header" 403 | msgstr "" 404 | 405 | #: ../inc/customizer.php:353 406 | msgid "Sticky Header" 407 | msgstr "" 408 | 409 | #: ../inc/customizer.php:354 410 | msgid "Check to show fixed header" 411 | msgstr "" 412 | 413 | #: ../inc/customizer.php:365 414 | msgid "Top nav background color" 415 | msgstr "" 416 | 417 | #: ../inc/customizer.php:375 418 | msgid "Top nav item color" 419 | msgstr "" 420 | 421 | #: ../inc/customizer.php:376 422 | msgid "Link color" 423 | msgstr "" 424 | 425 | #: ../inc/customizer.php:386 426 | msgid "Top nav item hover color" 427 | msgstr "" 428 | 429 | #: ../inc/customizer.php:387 430 | msgid "Link:hover color" 431 | msgstr "" 432 | 433 | #: ../inc/customizer.php:397 434 | msgid "Top nav dropdown background color" 435 | msgstr "" 436 | 437 | #: ../inc/customizer.php:398 ../inc/customizer.php:431 438 | msgid "Background of dropdown item hover color" 439 | msgstr "" 440 | 441 | #: ../inc/customizer.php:408 442 | msgid "Top nav dropdown item color" 443 | msgstr "" 444 | 445 | #: ../inc/customizer.php:409 446 | msgid "Dropdown item color" 447 | msgstr "" 448 | 449 | #: ../inc/customizer.php:419 450 | msgid "Top nav dropdown item hover color" 451 | msgstr "" 452 | 453 | #: ../inc/customizer.php:420 454 | msgid "Dropdown item hover color" 455 | msgstr "" 456 | 457 | #: ../inc/customizer.php:430 458 | msgid "Top nav dropdown item background hover color" 459 | msgstr "" 460 | 461 | #: ../inc/customizer.php:437 462 | msgid "Footer" 463 | msgstr "" 464 | 465 | #: ../inc/customizer.php:447 466 | msgid "Footer widget area background color" 467 | msgstr "" 468 | 469 | #: ../inc/customizer.php:457 470 | msgid "Footer background color" 471 | msgstr "" 472 | 473 | #: ../inc/customizer.php:467 474 | msgid "Footer text color" 475 | msgstr "" 476 | 477 | #: ../inc/customizer.php:477 478 | msgid "Footer link color" 479 | msgstr "" 480 | 481 | #: ../inc/customizer.php:487 482 | msgid "Footer information" 483 | msgstr "" 484 | 485 | #: ../inc/customizer.php:488 486 | msgid "Copyright text in footer" 487 | msgstr "" 488 | 489 | #: ../inc/customizer.php:495 490 | msgid "Social" 491 | msgstr "" 492 | 493 | #: ../inc/customizer.php:505 494 | msgid "Social icon color" 495 | msgstr "" 496 | 497 | #: ../inc/customizer.php:516 498 | msgid "Footer social icon color" 499 | msgstr "" 500 | 501 | #: ../inc/customizer.php:527 502 | msgid "Footer Social Icons" 503 | msgstr "" 504 | 505 | #: ../inc/customizer.php:528 506 | msgid "Check to show social icons in footer" 507 | msgstr "" 508 | 509 | #: ../inc/customizer.php:535 510 | msgid "Other" 511 | msgstr "" 512 | 513 | #: ../inc/customizer.php:545 514 | msgid "Custom CSS" 515 | msgstr "" 516 | 517 | #: ../inc/customizer.php:546 518 | msgid "Additional CSS" 519 | msgstr "" 520 | 521 | #: ../inc/customizer.php:553 ../inc/extras.php:334 522 | msgid "Support and Documentation" 523 | msgstr "" 524 | 525 | #: ../inc/customizer.php:737 ../inc/extras.php:340 526 | msgid "Sparkling Documentation" 527 | msgstr "" 528 | 529 | #: ../inc/customizer.php:738 ../inc/extras.php:341 530 | msgid "The best way to contact us with support questions and bug reports is via" 531 | msgstr "" 532 | 533 | #: ../inc/customizer.php:738 ../inc/extras.php:341 534 | msgid "Colorlib support forum" 535 | msgstr "" 536 | 537 | #: ../inc/customizer.php:739 ../inc/extras.php:342 538 | msgid "If you like this theme, I'd appreciate any of the following:" 539 | msgstr "" 540 | 541 | #: ../inc/customizer.php:741 ../inc/extras.php:344 542 | msgid "Rate this Theme" 543 | msgstr "" 544 | 545 | #: ../inc/customizer.php:742 ../inc/extras.php:345 546 | msgid "Like on Facebook" 547 | msgstr "" 548 | 549 | #: ../inc/customizer.php:743 ../inc/extras.php:346 550 | msgid "Follow on Twitter" 551 | msgstr "" 552 | 553 | #: ../inc/extras.php:61 554 | msgid "This post is password protected. To view it please enter your password below:" 555 | msgstr "" 556 | 557 | #: ../inc/extras.php:62 558 | msgid "Password:" 559 | msgstr "" 560 | 561 | #: ../inc/extras.php:65 562 | msgid "Submit" 563 | msgstr "" 564 | 565 | #: ../inc/extras.php:210 566 | #, php-format 567 | msgid "Theme by %1$s Powered by %2$s" 568 | msgstr "" 569 | 570 | #: ../inc/metaboxes.php:16 571 | msgid "Select layout for this specific Page only ( Note: This setting only reflects if page Template is set as Default Template and Blog Type Templates.)" 572 | msgstr "" 573 | 574 | #: ../inc/metaboxes.php:21 575 | msgid "Select layout for this specific Post only" 576 | msgstr "" 577 | 578 | #: ../inc/metaboxes.php:28 579 | msgid "Select layout for this specific Product only" 580 | msgstr "" 581 | 582 | #: ../inc/template-tags.php:23 583 | msgid "Posts navigation" 584 | msgstr "" 585 | 586 | #: ../inc/template-tags.php:31 587 | msgid " Older posts" 588 | msgstr "" 589 | 590 | #: ../inc/template-tags.php:35 591 | msgid "Newer posts " 592 | msgstr "" 593 | 594 | #: ../inc/template-tags.php:83 595 | msgid "Post navigation" 596 | msgstr "" 597 | 598 | #: ../inc/widgets/widget-categories.php:11 599 | #: ../inc/widgets/widget-categories.php:12 600 | msgid "Sparkling Categories" 601 | msgstr "" 602 | 603 | #: ../inc/widgets/widget-categories.php:17 604 | #: ../inc/widgets/widget-categories.php:76 605 | msgid "Categories" 606 | msgstr "" 607 | 608 | #: ../inc/widgets/widget-categories.php:83 ../inc/widgets/widget-social.php:42 609 | msgid "Title " 610 | msgstr "" 611 | 612 | #: ../inc/widgets/widget-categories.php:91 613 | msgid "Limit Categories " 614 | msgstr "" 615 | 616 | #: ../inc/widgets/widget-categories.php:104 617 | msgid "Enable Posts Count" 618 | msgstr "" 619 | 620 | #: ../inc/widgets/widget-popular-posts.php:11 621 | #: ../inc/widgets/widget-popular-posts.php:12 622 | msgid "Sparkling Popular Posts Widget" 623 | msgstr "" 624 | 625 | #: ../inc/widgets/widget-popular-posts.php:17 626 | #: ../inc/widgets/widget-popular-posts.php:94 627 | msgid "Popular Posts" 628 | msgstr "" 629 | 630 | #: ../inc/widgets/widget-popular-posts.php:99 631 | msgid "Title" 632 | msgstr "" 633 | 634 | #: ../inc/widgets/widget-popular-posts.php:107 635 | msgid "Limit Posts Number" 636 | msgstr "" 637 | 638 | #: ../inc/widgets/widget-social.php:11 ../inc/widgets/widget-social.php:12 639 | msgid "Sparkling Social Widget" 640 | msgstr "" 641 | 642 | #: ../inc/widgets/widget-social.php:18 ../inc/widgets/widget-social.php:40 643 | msgid "Follow us" 644 | msgstr "" 645 | 646 | #: ../search.php:16 647 | #, php-format 648 | msgid "Search Results for: %s" 649 | msgstr "" 650 | 651 | #: ../searchform.php:11 652 | msgid "Search for:" 653 | msgstr "" 654 | 655 | #: ../searchform.php:12 656 | msgctxt "placeholder" 657 | msgid "Search…" 658 | msgstr "" 659 | 660 | #: ../searchform.php:12 661 | msgctxt "label" 662 | msgid "Search for:" 663 | msgstr "" 664 | 665 | #: ../searchform.php:14 666 | msgctxt "submit button" 667 | msgid "Search" 668 | msgstr "" 669 | 670 | #: ../sidebar.php:26 671 | msgid "Meta" 672 | msgstr "" 673 | -------------------------------------------------------------------------------- /functions.php: -------------------------------------------------------------------------------- 1 | esc_html__( 'Primary Menu', 'sparkling' ), 70 | 'footer-links' => esc_html__( 'Footer Links', 'sparkling' ) // secondary nav in footer 71 | ) ); 72 | 73 | // Enable support for Post Formats. 74 | add_theme_support( 'post-formats', array( 'aside', 'image', 'video', 'quote', 'link' ) ); 75 | 76 | // Setup the WordPress core custom background feature. 77 | add_theme_support( 'custom-background', apply_filters( 'sparkling_custom_background_args', array( 78 | 'default-color' => 'F2F2F2', 79 | 'default-image' => '', 80 | ) ) ); 81 | 82 | // Enable support for HTML5 markup. 83 | add_theme_support( 'html5', array( 84 | 'comment-list', 85 | 'search-form', 86 | 'comment-form', 87 | 'gallery', 88 | 'caption', 89 | ) ); 90 | 91 | /* 92 | * Let WordPress manage the document title. 93 | * By adding theme support, we declare that this theme does not use a 94 | * hard-coded tag in the document head, and expect WordPress to 95 | * provide it for us. 96 | */ 97 | add_theme_support( 'title-tag' ); 98 | 99 | } 100 | endif; // sparkling_setup 101 | add_action( 'after_setup_theme', 'sparkling_setup' ); 102 | 103 | /** 104 | * Register widgetized area and update sidebar with default widgets. 105 | */ 106 | function sparkling_widgets_init() { 107 | register_sidebar( array( 108 | 'name' => esc_html__( 'Sidebar', 'sparkling' ), 109 | 'id' => 'sidebar-1', 110 | 'before_widget' => '<aside id="%1$s" class="widget %2$s">', 111 | 'after_widget' => '</aside>', 112 | 'before_title' => '<h3 class="widget-title">', 113 | 'after_title' => '</h3>', 114 | )); 115 | 116 | register_sidebar(array( 117 | 'id' => 'home-widget-1', 118 | 'name' => esc_html__( 'Homepage Widget 1', 'sparkling' ), 119 | 'description' => esc_html__( 'Displays on the Home Page', 'sparkling' ), 120 | 'before_widget' => '<div id="%1$s" class="widget %2$s">', 121 | 'after_widget' => '</div>', 122 | 'before_title' => '<h3 class="widgettitle">', 123 | 'after_title' => '</h3>', 124 | )); 125 | 126 | register_sidebar(array( 127 | 'id' => 'home-widget-2', 128 | 'name' => esc_html__( 'Homepage Widget 2', 'sparkling' ), 129 | 'description' => esc_html__( 'Displays on the Home Page', 'sparkling' ), 130 | 'before_widget' => '<div id="%1$s" class="widget %2$s">', 131 | 'after_widget' => '</div>', 132 | 'before_title' => '<h3 class="widgettitle">', 133 | 'after_title' => '</h3>', 134 | )); 135 | 136 | register_sidebar(array( 137 | 'id' => 'home-widget-3', 138 | 'name' => esc_html__( 'Homepage Widget 3', 'sparkling' ), 139 | 'description' => esc_html__( 'Displays on the Home Page', 'sparkling' ), 140 | 'before_widget' => '<div id="%1$s" class="widget %2$s">', 141 | 'after_widget' => '</div>', 142 | 'before_title' => '<h3 class="widgettitle">', 143 | 'after_title' => '</h3>', 144 | )); 145 | 146 | register_sidebar(array( 147 | 'id' => 'footer-widget-1', 148 | 'name' => esc_html__( 'Footer Widget 1', 'sparkling' ), 149 | 'description' => esc_html__( 'Used for footer widget area', 'sparkling' ), 150 | 'before_widget' => '<div id="%1$s" class="widget %2$s">', 151 | 'after_widget' => '</div>', 152 | 'before_title' => '<h3 class="widgettitle">', 153 | 'after_title' => '</h3>', 154 | )); 155 | 156 | register_sidebar(array( 157 | 'id' => 'footer-widget-2', 158 | 'name' => esc_html__( 'Footer Widget 2', 'sparkling' ), 159 | 'description' => esc_html__( 'Used for footer widget area', 'sparkling' ), 160 | 'before_widget' => '<div id="%1$s" class="widget %2$s">', 161 | 'after_widget' => '</div>', 162 | 'before_title' => '<h3 class="widgettitle">', 163 | 'after_title' => '</h3>', 164 | )); 165 | 166 | register_sidebar(array( 167 | 'id' => 'footer-widget-3', 168 | 'name' => esc_html__( 'Footer Widget 3', 'sparkling' ), 169 | 'description' => esc_html__( 'Used for footer widget area', 'sparkling' ), 170 | 'before_widget' => '<div id="%1$s" class="widget %2$s">', 171 | 'after_widget' => '</div>', 172 | 'before_title' => '<h3 class="widgettitle">', 173 | 'after_title' => '</h3>', 174 | )); 175 | 176 | register_widget( 'sparkling_social_widget' ); 177 | register_widget( 'sparkling_popular_posts' ); 178 | register_widget( 'sparkling_categories' ); 179 | 180 | } 181 | add_action( 'widgets_init', 'sparkling_widgets_init' ); 182 | 183 | 184 | /* -------------------------------------------------------------- 185 | Theme Widgets 186 | -------------------------------------------------------------- */ 187 | require_once(get_template_directory() . '/inc/widgets/widget-categories.php'); 188 | require_once(get_template_directory() . '/inc/widgets/widget-social.php'); 189 | require_once(get_template_directory() . '/inc/widgets/widget-popular-posts.php'); 190 | 191 | 192 | /** 193 | * This function removes inline styles set by WordPress gallery. 194 | */ 195 | function sparkling_remove_gallery_css( $css ) { 196 | return preg_replace( "#<style type='text/css'>(.*?)</style>#s", '', $css ); 197 | } 198 | 199 | add_filter( 'gallery_style', 'sparkling_remove_gallery_css' ); 200 | 201 | /** 202 | * Enqueue scripts and styles. 203 | */ 204 | function sparkling_scripts() { 205 | 206 | // Add Bootstrap default CSS 207 | wp_enqueue_style( 'sparkling-bootstrap', get_template_directory_uri() . '/inc/css/bootstrap.min.css' ); 208 | 209 | // Add Font Awesome stylesheet 210 | wp_enqueue_style( 'sparkling-icons', get_template_directory_uri().'/inc/css/font-awesome.min.css' ); 211 | 212 | // Add Google Fonts 213 | wp_register_style( 'sparkling-fonts', '//fonts.googleapis.com/css?family=Open+Sans:400italic,400,600,700|Roboto+Slab:400,300,700'); 214 | 215 | wp_enqueue_style( 'sparkling-fonts' ); 216 | 217 | // Add slider CSS only if is front page ans slider is enabled 218 | if( ( is_home() || is_front_page() ) && of_get_option('sparkling_slider_checkbox') == 1 ) { 219 | wp_enqueue_style( 'flexslider-css', get_template_directory_uri().'/inc/css/flexslider.css' ); 220 | } 221 | 222 | // Add main theme stylesheet 223 | wp_enqueue_style( 'sparkling-style', get_stylesheet_uri() ); 224 | 225 | // Add Modernizr for better HTML5 and CSS3 support 226 | wp_enqueue_script('sparkling-modernizr', get_template_directory_uri().'/inc/js/modernizr.min.js', array('jquery') ); 227 | 228 | // Add Bootstrap default JS 229 | wp_enqueue_script('sparkling-bootstrapjs', get_template_directory_uri().'/inc/js/bootstrap.min.js', array('jquery') ); 230 | 231 | if( ( is_home() || is_front_page() ) && of_get_option('sparkling_slider_checkbox') == 1 ) { 232 | // Add slider JS only if is front page ans slider is enabled 233 | wp_enqueue_script( 'flexslider-js', get_template_directory_uri() . '/inc/js/flexslider.min.js', array('jquery'), '20140222', true ); 234 | // Flexslider customization 235 | wp_enqueue_script( 'flexslider-customization', get_template_directory_uri() . '/inc/js/flexslider-custom.js', array('jquery', 'flexslider-js'), '20140716', true ); 236 | } 237 | 238 | // Main theme related functions 239 | wp_enqueue_script( 'sparkling-functions', get_template_directory_uri() . '/inc/js/functions.min.js', array('jquery') ); 240 | 241 | // This one is for accessibility 242 | wp_enqueue_script( 'sparkling-skip-link-focus-fix', get_template_directory_uri() . '/inc/js/skip-link-focus-fix.js', array(), '20140222', true ); 243 | 244 | // Treaded comments 245 | if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) { 246 | wp_enqueue_script( 'comment-reply' ); 247 | } 248 | } 249 | add_action( 'wp_enqueue_scripts', 'sparkling_scripts' ); 250 | 251 | /** 252 | * Implement the Custom Header feature. 253 | */ 254 | require get_template_directory() . '/inc/custom-header.php'; 255 | 256 | /** 257 | * Custom template tags for this theme. 258 | */ 259 | require get_template_directory() . '/inc/template-tags.php'; 260 | 261 | /** 262 | * Custom functions that act independently of the theme templates. 263 | */ 264 | require get_template_directory() . '/inc/extras.php'; 265 | 266 | /** 267 | * Customizer additions. 268 | */ 269 | require get_template_directory() . '/inc/customizer.php'; 270 | 271 | /** 272 | * Metabox additions. 273 | */ 274 | require get_template_directory() . '/inc/metaboxes.php'; 275 | 276 | /** 277 | * Load Jetpack compatibility file. 278 | */ 279 | require get_template_directory() . '/inc/jetpack.php'; 280 | 281 | /** 282 | * Load custom nav walker 283 | */ 284 | require get_template_directory() . '/inc/navwalker.php'; 285 | 286 | /** 287 | * Register Social Icon menu 288 | */ 289 | add_action( 'init', 'register_social_menu' ); 290 | 291 | function register_social_menu() { 292 | register_nav_menu( 'social-menu', _x( 'Social Menu', 'nav menu location', 'sparkling' ) ); 293 | } 294 | 295 | /* Globals variables */ 296 | global $options_categories; 297 | $options_categories = array(); 298 | $options_categories_obj = get_categories(); 299 | foreach ($options_categories_obj as $category) { 300 | $options_categories[$category->cat_ID] = $category->cat_name; 301 | } 302 | 303 | global $site_layout; 304 | $site_layout = array('side-pull-left' => esc_html__('Right Sidebar', 'sparkling'),'side-pull-right' => esc_html__('Left Sidebar', 'sparkling'),'no-sidebar' => esc_html__('No Sidebar', 'sparkling'),'full-width' => esc_html__('Full Width', 'sparkling')); 305 | 306 | // Typography Options 307 | global $typography_options; 308 | $typography_options = array( 309 | 'sizes' => array( '6px' => '6px','10px' => '10px','12px' => '12px','14px' => '14px','15px' => '15px','16px' => '16px','18'=> '18px','20px' => '20px','24px' => '24px','28px' => '28px','32px' => '32px','36px' => '36px','42px' => '42px','48px' => '48px' ), 310 | 'faces' => array( 311 | 'arial' => 'Arial', 312 | 'verdana' => 'Verdana, Geneva', 313 | 'trebuchet' => 'Trebuchet', 314 | 'georgia' => 'Georgia', 315 | 'times' => 'Times New Roman', 316 | 'tahoma' => 'Tahoma, Geneva', 317 | 'Open Sans' => 'Open Sans', 318 | 'palatino' => 'Palatino', 319 | 'helvetica' => 'Helvetica', 320 | 'Helvetica Neue' => 'Helvetica Neue,Helvetica,Arial,sans-serif' 321 | ), 322 | 'styles' => array( 'normal' => 'Normal','bold' => 'Bold' ), 323 | 'color' => true 324 | ); 325 | 326 | /** 327 | * Helper function to return the theme option value. 328 | * If no value has been saved, it returns $default. 329 | * Needed because options are saved as serialized strings. 330 | * 331 | * Not in a class to support backwards compatibility in themes. 332 | */ 333 | if ( ! function_exists( 'of_get_option' ) ) : 334 | function of_get_option( $name, $default = false ) { 335 | 336 | $option_name = ''; 337 | // Get option settings from database 338 | $options = get_option( 'sparkling' ); 339 | 340 | // Return specific option 341 | if ( isset( $options[$name] ) ) { 342 | return $options[$name]; 343 | } 344 | 345 | return $default; 346 | } 347 | endif; 348 | 349 | /* WooCommerce Support Declaration */ 350 | if ( ! function_exists( 'sparkling_woo_setup' ) ) : 351 | /** 352 | * Sets up theme defaults and registers support for various WordPress features. 353 | */ 354 | function sparkling_woo_setup() { 355 | /* 356 | * Enable support for WooCemmerce. 357 | */ 358 | add_theme_support( 'woocommerce' ); 359 | 360 | } 361 | endif; // sparkling_woo_setup 362 | add_action( 'after_setup_theme', 'sparkling_woo_setup' ); 363 | 364 | if ( ! function_exists( 'get_woocommerce_page_id' ) ) : 365 | /** 366 | * Sets up theme defaults and registers support for various WordPress features. 367 | */ 368 | function get_woocommerce_page_id() { 369 | if( is_shop() ){ 370 | return get_option( 'woocommerce_shop_page_id' ); 371 | } 372 | elseif( is_cart() ){ 373 | return get_option( 'woocommerce_cart_page_id' ); 374 | } 375 | elseif(is_checkout() ){ 376 | return get_option( 'woocommerce_checkout_page_id' ); 377 | } 378 | elseif(is_checkout_pay_page() ){ 379 | return get_option( 'woocommerce_pay_page_id' ); 380 | } 381 | elseif(is_account_page() ){ 382 | return get_option( 'woocommerce_myaccount_page_id' ); 383 | } 384 | return false; 385 | } 386 | endif; 387 | 388 | /** 389 | * is_it_woocommerce_page - Returns true if on a page which uses WooCommerce templates (cart and checkout are standard pages with shortcodes and which are also included) 390 | */ 391 | if ( ! function_exists( 'is_it_woocommerce_page' ) ) : 392 | 393 | function is_it_woocommerce_page () { 394 | if( function_exists ( "is_woocommerce" ) && is_woocommerce()){ 395 | return true; 396 | } 397 | $woocommerce_keys = array ( "woocommerce_shop_page_id" , 398 | "woocommerce_terms_page_id" , 399 | "woocommerce_cart_page_id" , 400 | "woocommerce_checkout_page_id" , 401 | "woocommerce_pay_page_id" , 402 | "woocommerce_thanks_page_id" , 403 | "woocommerce_myaccount_page_id" , 404 | "woocommerce_edit_address_page_id" , 405 | "woocommerce_view_order_page_id" , 406 | "woocommerce_change_password_page_id" , 407 | "woocommerce_logout_page_id" , 408 | "woocommerce_lost_password_page_id" ) ; 409 | foreach ( $woocommerce_keys as $wc_page_id ) { 410 | if ( get_the_ID () == get_option ( $wc_page_id , 0 ) ) { 411 | return true ; 412 | } 413 | } 414 | return false; 415 | } 416 | 417 | endif; 418 | 419 | /** 420 | * get_layout_class - Returns class name for layout i.e full-width, right-sidebar, left-sidebar etc ) 421 | */ 422 | if ( ! function_exists( 'get_layout_class' ) ) : 423 | 424 | function get_layout_class () { 425 | global $post; 426 | if( is_singular() && get_post_meta($post->ID, 'site_layout', true) && !is_singular( array( 'product' ) ) ){ 427 | $layout_class = get_post_meta($post->ID, 'site_layout', true); 428 | } 429 | elseif( function_exists ( "is_woocommerce" ) && function_exists ( "is_it_woocommerce_page" ) && is_it_woocommerce_page() && !is_search() ){// Check for WooCommerce 430 | $page_id = ( is_product() ) ? $post->ID : get_woocommerce_page_id(); 431 | 432 | if( $page_id && get_post_meta($page_id, 'site_layout', true) ){ 433 | $layout_class = get_post_meta( $page_id, 'site_layout', true); 434 | } 435 | else{ 436 | $layout_class = of_get_option( 'woo_site_layout', 'full-width' ); 437 | } 438 | } 439 | else{ 440 | $layout_class = of_get_option( 'site_layout', 'side-pull-left' ); 441 | } 442 | return $layout_class; 443 | } 444 | 445 | endif; -------------------------------------------------------------------------------- /languages/he_IL.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: Sparkling Theme\n" 4 | "POT-Creation-Date: 2016-03-18 17:05+0200\n" 5 | "PO-Revision-Date: 2016-03-19 19:37+0200\n" 6 | "Last-Translator: \n" 7 | "Language-Team: colorlib <info@colorlib.com>\n" 8 | "Language: he\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "X-Generator: Poedit 1.8.7\n" 13 | "X-Poedit-Basepath: .\n" 14 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 15 | "X-Poedit-KeywordsList: _e;__;esc_attr__;esc_html__;esc_html_e;" 16 | "esc_attr_x:1,2c;_nx:4c,1,2;_n:1,2\n" 17 | "X-Poedit-SourceCharset: UTF-8\n" 18 | "X-Poedit-SearchPath-0: .\n" 19 | "X-Poedit-SearchPath-1: ..\n" 20 | 21 | #: ../404.php:15 22 | msgid "Oops! That page can’t be found." 23 | msgstr "אופס! הדף המבוקש לא נמצא." 24 | 25 | #: ../404.php:19 26 | msgid "" 27 | "It looks like nothing was found at this location. Maybe try one of the links " 28 | "below or a search?" 29 | msgstr "" 30 | "זה נראה כאילו שום דבר לא נמצאה במיקום זה. אולי לנסות את אחד הקישורים להלן או " 31 | "חיפוש?" 32 | 33 | #: ../404.php:25 34 | msgid "Recent Posts" 35 | msgstr "פוסטים אחרונים" 36 | 37 | #: ../404.php:31 38 | msgid "Most Used Categories" 39 | msgstr "קטגוריות נפוצות" 40 | 41 | #: ../404.php:52 42 | #, php-format 43 | msgid "Try looking in the monthly archives. %1$s" 44 | msgstr "נסה לחפש בארכיון החודשי. %1$s" 45 | 46 | #: ../404.php:53 ../archive.php:66 ../sidebar.php:19 47 | msgid "Archives" 48 | msgstr "ארכיון" 49 | 50 | #: ../404.php:58 51 | msgid "Tags" 52 | msgstr "תגיות" 53 | 54 | #: ../archive.php:27 55 | #, php-format 56 | msgid "Author: %s" 57 | msgstr "מחבר: %s" 58 | 59 | #: ../archive.php:30 60 | #, php-format 61 | msgid "Day: %s" 62 | msgstr "יום: %s" 63 | 64 | #: ../archive.php:33 65 | #, php-format 66 | msgid "Month: %s" 67 | msgstr "חודש: %s" 68 | 69 | #: ../archive.php:36 70 | #, php-format 71 | msgid "Year: %s" 72 | msgstr "שנה: %s" 73 | 74 | #: ../archive.php:39 75 | msgid "Asides" 76 | msgstr "תוכן נוסף" 77 | 78 | #: ../archive.php:42 79 | msgid "Galleries" 80 | msgstr "גלריות" 81 | 82 | #: ../archive.php:45 83 | msgid "Images" 84 | msgstr "תמונות" 85 | 86 | #: ../archive.php:48 87 | msgid "Videos" 88 | msgstr "סירטונים" 89 | 90 | #: ../archive.php:51 91 | msgid "Quotes" 92 | msgstr "ציטוטים" 93 | 94 | #: ../archive.php:54 95 | msgid "Links" 96 | msgstr "קישורים" 97 | 98 | #: ../archive.php:57 99 | msgid "Statuses" 100 | msgstr "סטטוסים" 101 | 102 | #: ../archive.php:60 103 | msgid "Audios" 104 | msgstr "הקלטות" 105 | 106 | #: ../archive.php:63 107 | msgid "Chats" 108 | msgstr "שיחות" 109 | 110 | #: ../comments.php:28 111 | #, php-format 112 | msgctxt "comments title" 113 | msgid "One thought on “%2$s”" 114 | msgid_plural "%1$s thoughts on “%2$s”" 115 | msgstr[0] "תגובה אחת על “%2$s”" 116 | msgstr[1] "‏%1$s תגובות על “%2$s”" 117 | 118 | #: ../comments.php:35 ../comments.php:53 119 | msgid "Comment navigation" 120 | msgstr "תגובות" 121 | 122 | #: ../comments.php:36 ../comments.php:54 123 | msgid "← Older Comments" 124 | msgstr "‏← תגובות קודמות" 125 | 126 | #: ../comments.php:37 ../comments.php:55 127 | msgid "Newer Comments →" 128 | msgstr "תגובות חדשות →" 129 | 130 | #: ../comments.php:65 131 | msgid "Comments are closed." 132 | msgstr "חסום לתגובות." 133 | 134 | #: ../content-none.php:13 135 | msgid "Nothing Found" 136 | msgstr "דבר לא נמצא" 137 | 138 | #: ../content-none.php:19 139 | #, php-format 140 | msgid "" 141 | "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>." 142 | msgstr "מוכנ/ה לפרסם את הפוסט הראשון שלך? <a href=\"%1$s\">התחל כאן</a>." 143 | 144 | #: ../content-none.php:23 145 | msgid "" 146 | "Sorry, but nothing matched your search terms. Please try again with some " 147 | "different keywords." 148 | msgstr "לא נמצאו תוצאות לחיפוש. נסה מילות חיפוש אחרות." 149 | 150 | #: ../content-none.php:28 151 | msgid "" 152 | "It seems we can’t find what you’re looking for. Perhaps " 153 | "searching can help." 154 | msgstr "נראה שלא ניתן למצוא את מה שאת/ה מבקש. נסה/י להשתמש בחיפוש. " 155 | 156 | #: ../content-page.php:21 ../content-single.php:35 ../content.php:48 157 | #: ../image.php:79 158 | msgid "Pages:" 159 | msgstr "דפים: " 160 | 161 | #: ../content-page.php:32 ../content-single.php:26 ../content.php:23 162 | msgid "Edit" 163 | msgstr "עריכה: " 164 | 165 | #: ../content-single.php:19 166 | msgid ", " 167 | msgstr "" 168 | 169 | #: ../content-single.php:23 170 | #, php-format 171 | msgid " %1$s" 172 | msgstr "" 173 | 174 | #: ../content.php:20 175 | msgid "Leave a comment" 176 | msgstr "השאר/י תגובה" 177 | 178 | #: ../content.php:20 179 | msgid "1 Comment" 180 | msgstr "תגובה אחת" 181 | 182 | #: ../content.php:20 183 | msgid "% Comments" 184 | msgstr "% תגובות" 185 | 186 | #: ../content.php:32 ../content.php:40 187 | msgid "Read More" 188 | msgstr "קרא/י עוד" 189 | 190 | #: ../functions.php:69 191 | msgid "Primary Menu" 192 | msgstr "תפריט ראשי" 193 | 194 | #: ../functions.php:70 ../inc/extras.php:136 195 | msgid "Footer Links" 196 | msgstr "קישורים לתחתית האתר" 197 | 198 | #: ../functions.php:108 199 | msgid "Sidebar" 200 | msgstr "תפריט צד" 201 | 202 | #: ../functions.php:118 203 | msgid "Homepage Widget 1" 204 | msgstr "דף הבית: תוסף 1" 205 | 206 | #: ../functions.php:119 ../functions.php:129 ../functions.php:139 207 | msgid "Displays on the Home Page" 208 | msgstr "הצג בדף הבית" 209 | 210 | #: ../functions.php:128 211 | msgid "Homepage Widget 2" 212 | msgstr "דף הבית: תוסף 2" 213 | 214 | #: ../functions.php:138 215 | msgid "Homepage Widget 3" 216 | msgstr "דף הבית: תוסף 3" 217 | 218 | #: ../functions.php:148 219 | msgid "Footer Widget 1" 220 | msgstr "תחתית האתר: תוסף 1" 221 | 222 | #: ../functions.php:149 ../functions.php:159 ../functions.php:169 223 | msgid "Used for footer widget area" 224 | msgstr "מופיע בתוספים שבתחתית האתר" 225 | 226 | #: ../functions.php:158 227 | msgid "Footer Widget 2" 228 | msgstr "תחתית האתר: תוסף 2" 229 | 230 | #: ../functions.php:168 231 | msgid "Footer Widget 3" 232 | msgstr "תחתית האתר: תוסף 3" 233 | 234 | #: ../functions.php:304 235 | msgid "Right Sidebar" 236 | msgstr "תפריט צד ימין" 237 | 238 | #: ../functions.php:304 239 | msgid "Left Sidebar" 240 | msgstr "תפריט צד שמאל" 241 | 242 | #: ../functions.php:304 243 | msgid "No Sidebar" 244 | msgstr "ללא תפריט צד" 245 | 246 | #: ../functions.php:304 247 | msgid "Full Width" 248 | msgstr "רוחב מלא" 249 | 250 | #: ../image.php:22 251 | msgid "<i class=\"fa fa-chevron-left\"></i> Previous" 252 | msgstr "‏<i class=\"fa fa-chevron-left\"></i> הקודם" 253 | 254 | #: ../image.php:23 255 | msgid "Next <i class=\"fa fa-chevron-right\"></i>" 256 | msgstr "‏<i class=\"fa fa-chevron-right\"></i> הבא" 257 | 258 | #: ../inc/customizer.php:29 259 | msgid "Sparkling Options" 260 | msgstr "אפשרויות Sparkling" 261 | 262 | #: ../inc/customizer.php:30 263 | msgid "Panel to update sparkling theme options" 264 | msgstr "אזור לעדכון הגדרות ערכת הנושא Sparkling" 265 | 266 | #: ../inc/customizer.php:36 267 | msgid "Content Options" 268 | msgstr "אפשרויות תוכן" 269 | 270 | #: ../inc/customizer.php:47 271 | msgid "Show post excerpts?" 272 | msgstr "הראה פוסט excerpts" 273 | 274 | #: ../inc/customizer.php:58 275 | msgid "Display Comments on Static Pages?" 276 | msgstr "הצג תגובות בדפים?" 277 | 278 | #: ../inc/customizer.php:66 279 | msgid "Slider options" 280 | msgstr "אפשרויות תפריט צד" 281 | 282 | #: ../inc/customizer.php:76 283 | msgid "Check if you want to enable slider" 284 | msgstr "סמן כדי להפעיל את תפריט הצד" 285 | 286 | #: ../inc/customizer.php:91 287 | msgid "Slider Category" 288 | msgstr "קטגוריה שתופיע בתפריט הצד" 289 | 290 | #: ../inc/customizer.php:94 291 | msgid "Select a category for the featured post slider" 292 | msgstr "בחר כטגוריה שתופיע בסליידר בראש האתר" 293 | 294 | #: ../inc/customizer.php:104 295 | msgid "Number of slide items" 296 | msgstr "מספר פוסטים שיופיעו בסליידר" 297 | 298 | #: ../inc/customizer.php:106 299 | msgid "Enter the number of slide items" 300 | msgstr "הכנס מספר פוסטים" 301 | 302 | #: ../inc/customizer.php:111 303 | msgid "Layout options" 304 | msgstr "אפשרויות עימוד" 305 | 306 | #: ../inc/customizer.php:123 307 | msgid "Website Layout Options" 308 | msgstr "אפשרויות עימוד האתר" 309 | 310 | #: ../inc/customizer.php:126 311 | msgid "Choose between different layout options to be used as default" 312 | msgstr "בחר אפשרות ברירת מחדל לעימוד" 313 | 314 | #: ../inc/customizer.php:137 315 | msgid "WooCommerce Page Layout Options" 316 | msgstr "" 317 | 318 | #: ../inc/customizer.php:140 319 | msgid "" 320 | "Choose between different layout options to be used as default for all " 321 | "woocommerce pages" 322 | msgstr "" 323 | 324 | #: ../inc/customizer.php:151 325 | msgid "Element Color" 326 | msgstr "צבע אלמנט" 327 | 328 | #: ../inc/customizer.php:152 ../inc/customizer.php:164 329 | #: ../inc/customizer.php:218 ../inc/customizer.php:228 330 | #: ../inc/customizer.php:238 ../inc/customizer.php:248 331 | #: ../inc/customizer.php:326 ../inc/customizer.php:336 332 | #: ../inc/customizer.php:366 ../inc/customizer.php:506 333 | #: ../inc/customizer.php:517 334 | msgid "Default used if no color is selected" 335 | msgstr "צבע ברירת מחדל" 336 | 337 | #: ../inc/customizer.php:163 338 | msgid "Element color on hover" 339 | msgstr "צבע כאשר העכבר מצביע" 340 | 341 | #: ../inc/customizer.php:171 342 | msgid "Action Button" 343 | msgstr "כפתור פעולה" 344 | 345 | #: ../inc/customizer.php:181 346 | msgid "Call For Action Text" 347 | msgstr "טקסט עבור ״קריאה לפעולה״" 348 | 349 | #: ../inc/customizer.php:182 350 | msgid "Enter the text for call for action section" 351 | msgstr "הכנס טקסט עבור פיסקת ״קריאה לפעולה״" 352 | 353 | #: ../inc/customizer.php:193 354 | msgid "Call For Action Button Title" 355 | msgstr "טקסט עבור כפתור קריאה לפעולה" 356 | 357 | #: ../inc/customizer.php:195 358 | msgid "Enter the title for Call For Action button" 359 | msgstr "הכנס טקסט עבור כפתור קריאה לפעולה" 360 | 361 | #: ../inc/customizer.php:205 362 | msgid "CFA button link" 363 | msgstr "טקסט עבור כפתור ״קריאה לפעולה״" 364 | 365 | #: ../inc/customizer.php:207 366 | msgid "Enter the link for Call For Action button" 367 | msgstr "קישור עבור כפתור ״קריאה לפעולה״" 368 | 369 | #: ../inc/customizer.php:217 370 | msgid "Call For Action Text Color" 371 | msgstr "צבע טקסט ״קריאה לפעולה״" 372 | 373 | #: ../inc/customizer.php:227 374 | msgid "Call For Action Background Color" 375 | msgstr "רקע כפתור ״קריאה לפעולה״" 376 | 377 | #: ../inc/customizer.php:237 378 | msgid "Call For Action Button Border Color" 379 | msgstr "מסגרת כפתור ״קריאה לפעולה״" 380 | 381 | #: ../inc/customizer.php:247 382 | msgid "Call For Action Button Text Color" 383 | msgstr "צבע טקסט כפתור ״קריאה לפעולה״" 384 | 385 | #: ../inc/customizer.php:254 386 | msgid "Typography" 387 | msgstr "טקסט (גדלים וצבעים)" 388 | 389 | #: ../inc/customizer.php:274 390 | msgid "Main Body Text" 391 | msgstr "צבע טקסט רגיל" 392 | 393 | #: ../inc/customizer.php:275 394 | msgid "Used in p tags" 395 | msgstr "יחול על פסקאות (p)" 396 | 397 | #: ../inc/customizer.php:315 398 | msgid "Heading Color" 399 | msgstr "צבע כותרת" 400 | 401 | #: ../inc/customizer.php:316 402 | msgid "Color for all headings (h1-h6)" 403 | msgstr "צבע כותרות בטקסט (h1-h6)" 404 | 405 | #: ../inc/customizer.php:325 406 | msgid "Link Color" 407 | msgstr "צבע קישור" 408 | 409 | #: ../inc/customizer.php:335 410 | msgid "Link:hover Color" 411 | msgstr "צבע קישור פעיל" 412 | 413 | #: ../inc/customizer.php:342 414 | msgid "Header" 415 | msgstr "כותרת האתר" 416 | 417 | #: ../inc/customizer.php:353 418 | msgid "Sticky Header" 419 | msgstr "הצמדת חלק עליון" 420 | 421 | #: ../inc/customizer.php:354 422 | msgid "Check to show fixed header" 423 | msgstr "סמן כדי להצמיד חלק עליון לראש העמוד" 424 | 425 | #: ../inc/customizer.php:365 426 | msgid "Top nav background color" 427 | msgstr "רקע חלק עליון" 428 | 429 | #: ../inc/customizer.php:375 430 | msgid "Top nav item color" 431 | msgstr "צבע טקסטים בחלק העליון" 432 | 433 | #: ../inc/customizer.php:376 434 | msgid "Link color" 435 | msgstr "צבע קישור" 436 | 437 | #: ../inc/customizer.php:386 438 | msgid "Top nav item hover color" 439 | msgstr "צבע קישור פעיל בחלק עליון" 440 | 441 | #: ../inc/customizer.php:387 442 | msgid "Link:hover color" 443 | msgstr "צבע קישור פעיל" 444 | 445 | #: ../inc/customizer.php:397 446 | msgid "Top nav dropdown background color" 447 | msgstr "רקע רשימות נפתחות בחלק עליון" 448 | 449 | #: ../inc/customizer.php:398 ../inc/customizer.php:431 450 | msgid "Background of dropdown item hover color" 451 | msgstr "רקע רשימות נפתחות בחלק עליון במצב פעיל" 452 | 453 | #: ../inc/customizer.php:408 454 | msgid "Top nav dropdown item color" 455 | msgstr "רקע שורה ברשימות נפתחות בחלק עליון" 456 | 457 | #: ../inc/customizer.php:409 458 | msgid "Dropdown item color" 459 | msgstr "צבע טקסט ברשימות נפתחות" 460 | 461 | #: ../inc/customizer.php:419 462 | msgid "Top nav dropdown item hover color" 463 | msgstr "צבע טקסט עבור תפריט ראשי" 464 | 465 | #: ../inc/customizer.php:420 466 | msgid "Dropdown item hover color" 467 | msgstr "צבע טקסט ברשימה נפתחת במצב פעיל" 468 | 469 | #: ../inc/customizer.php:430 470 | msgid "Top nav dropdown item background hover color" 471 | msgstr "צבע טקסט ברשימה נפתחת במצב פעיל - תפריט ראשי" 472 | 473 | #: ../inc/customizer.php:437 474 | msgid "Footer" 475 | msgstr "תחתית העמוד" 476 | 477 | #: ../inc/customizer.php:447 478 | msgid "Footer widget area background color" 479 | msgstr "רקע עבור תוסף לתחתית העמוד" 480 | 481 | #: ../inc/customizer.php:457 482 | msgid "Footer background color" 483 | msgstr "רקע עבור תחתית העמוד" 484 | 485 | #: ../inc/customizer.php:467 486 | msgid "Footer text color" 487 | msgstr "צבע טקסט בתחתית העמוד" 488 | 489 | #: ../inc/customizer.php:477 490 | msgid "Footer link color" 491 | msgstr "צבע קישורים בתחתית העמוד" 492 | 493 | #: ../inc/customizer.php:487 494 | msgid "Footer information" 495 | msgstr "מידע עבור תחתית העמוד" 496 | 497 | #: ../inc/customizer.php:488 498 | msgid "Copyright text in footer" 499 | msgstr "זכויות יוצרים - בתחתית העמוד" 500 | 501 | #: ../inc/customizer.php:495 502 | msgid "Social" 503 | msgstr "קישורים חברתיים" 504 | 505 | #: ../inc/customizer.php:505 506 | msgid "Social icon color" 507 | msgstr "צבע קישורים חברתיים" 508 | 509 | #: ../inc/customizer.php:516 510 | msgid "Footer social icon color" 511 | msgstr "צבע קישורים חברתיים שמופיעים בחלק תחתון" 512 | 513 | #: ../inc/customizer.php:527 514 | msgid "Footer Social Icons" 515 | msgstr "קישורים חברתיים שמופיעים בחלק תחתון" 516 | 517 | #: ../inc/customizer.php:528 518 | msgid "Check to show social icons in footer" 519 | msgstr "סמן כדי להראות קישורים חברתיים בחלק תחתון" 520 | 521 | #: ../inc/customizer.php:535 522 | msgid "Other" 523 | msgstr "אחר" 524 | 525 | #: ../inc/customizer.php:545 526 | msgid "Custom CSS" 527 | msgstr "" 528 | 529 | #: ../inc/customizer.php:546 530 | msgid "Additional CSS" 531 | msgstr "" 532 | 533 | #: ../inc/customizer.php:553 ../inc/extras.php:334 534 | msgid "Support and Documentation" 535 | msgstr "עדרה ומסמכים" 536 | 537 | #: ../inc/customizer.php:737 ../inc/extras.php:340 538 | msgid "Sparkling Documentation" 539 | msgstr "‏Sparkling מסמכים והוראות" 540 | 541 | #: ../inc/customizer.php:738 ../inc/extras.php:341 542 | msgid "" 543 | "The best way to contact us with <b>support questions</b> and <b>bug reports</" 544 | "b> is via" 545 | msgstr "" 546 | 547 | #: ../inc/customizer.php:738 ../inc/extras.php:341 548 | msgid "Colorlib support forum" 549 | msgstr "" 550 | 551 | #: ../inc/customizer.php:739 ../inc/extras.php:342 552 | msgid "If you like this theme, I'd appreciate any of the following:" 553 | msgstr "" 554 | 555 | #: ../inc/customizer.php:741 ../inc/extras.php:344 556 | msgid "Rate this Theme" 557 | msgstr "" 558 | 559 | #: ../inc/customizer.php:742 ../inc/extras.php:345 560 | msgid "Like on Facebook" 561 | msgstr "עקוב אחרינו בפייסבוק" 562 | 563 | #: ../inc/customizer.php:743 ../inc/extras.php:346 564 | msgid "Follow on Twitter" 565 | msgstr "עקוב אחרינו בטוויטר" 566 | 567 | #: ../inc/extras.php:61 568 | msgid "" 569 | "This post is password protected. To view it please enter your password below:" 570 | msgstr "פוסט זה מוגן בסיסמא. הכנס סיסמא כדי לצפות בו" 571 | 572 | #: ../inc/extras.php:62 573 | msgid "Password:" 574 | msgstr "סיסמא: " 575 | 576 | #: ../inc/extras.php:65 577 | msgid "Submit" 578 | msgstr "שלח" 579 | 580 | #: ../inc/metaboxes.php:16 581 | msgid "" 582 | "Select layout for this specific Page only ( Note: This setting only reflects " 583 | "if page Template is set as Default Template and Blog Type Templates.)" 584 | msgstr "" 585 | "בחר/י סדר עמוד עבור דף זה (רלוונטי רק אם דף זה הוא ברירת מחדל עבור בלוג)" 586 | 587 | #: ../inc/metaboxes.php:21 588 | msgid "Select layout for this specific Post only" 589 | msgstr "בחר/י סדר עמוד עבור פוסט זה" 590 | 591 | #: ../inc/metaboxes.php:28 592 | msgid "Select layout for this specific Product only" 593 | msgstr "בחר/י סדר עמוד עבור מוצר זה" 594 | 595 | #: ../inc/template-tags.php:23 596 | msgid "Posts navigation" 597 | msgstr "פוסטים" 598 | 599 | #: ../inc/template-tags.php:31 600 | msgid "<i class=\"fa fa-chevron-left\"></i> Older posts" 601 | msgstr "פוסטים קודמים <i class=\"fa fa-chevron-left\"></i>" 602 | 603 | #: ../inc/template-tags.php:35 604 | msgid "Newer posts <i class=\"fa fa-chevron-right\"></i>" 605 | msgstr "‏<i class=\"fa fa-chevron-right\"></i> פוסטים חדשים " 606 | 607 | #: ../inc/template-tags.php:83 608 | msgid "Post navigation" 609 | msgstr "פוסטים" 610 | 611 | #: ../inc/widgets/widget-categories.php:11 612 | #: ../inc/widgets/widget-categories.php:12 613 | msgid "Sparkling Categories" 614 | msgstr "קטגוריות של Sparkling" 615 | 616 | #: ../inc/widgets/widget-categories.php:17 617 | #: ../inc/widgets/widget-categories.php:76 618 | msgid "Categories" 619 | msgstr "כטגוריות" 620 | 621 | #: ../inc/widgets/widget-categories.php:83 ../inc/widgets/widget-social.php:42 622 | msgid "Title " 623 | msgstr "כותרת" 624 | 625 | #: ../inc/widgets/widget-categories.php:91 626 | msgid "Limit Categories " 627 | msgstr "הגבל קטגוריות" 628 | 629 | #: ../inc/widgets/widget-categories.php:104 630 | msgid "Enable Posts Count" 631 | msgstr "אפשר ספירת פוסטים" 632 | 633 | #: ../inc/widgets/widget-popular-posts.php:11 634 | #: ../inc/widgets/widget-popular-posts.php:12 635 | msgid "Sparkling Popular Posts Widget" 636 | msgstr "תוסף פוסטים פופולריים של Sparkling" 637 | 638 | #: ../inc/widgets/widget-popular-posts.php:17 639 | #: ../inc/widgets/widget-popular-posts.php:94 640 | msgid "Popular Posts" 641 | msgstr "פוסטים מבוקשים" 642 | 643 | #: ../inc/widgets/widget-popular-posts.php:99 644 | msgid "Title" 645 | msgstr "כותרת" 646 | 647 | #: ../inc/widgets/widget-popular-posts.php:107 648 | msgid "Limit Posts Number" 649 | msgstr "הגבל את מספר הפוסטים" 650 | 651 | #: ../inc/widgets/widget-social.php:11 ../inc/widgets/widget-social.php:12 652 | msgid "Sparkling Social Widget" 653 | msgstr "תוסף חברתי של Sparkling" 654 | 655 | #: ../inc/widgets/widget-social.php:18 ../inc/widgets/widget-social.php:40 656 | msgid "Follow us" 657 | msgstr "עקוב אחרינו" 658 | 659 | #: ../search.php:16 660 | #, php-format 661 | msgid "Search Results for: %s" 662 | msgstr "תוצאות חיפוש עבור: %s" 663 | 664 | #: ../searchform.php:11 665 | msgid "Search for:" 666 | msgstr "חפש אחר: " 667 | 668 | #: ../searchform.php:12 669 | msgctxt "placeholder" 670 | msgid "Search…" 671 | msgstr "חיפוש ועזרה" 672 | 673 | #: ../searchform.php:12 674 | msgctxt "label" 675 | msgid "Search for:" 676 | msgstr "חפש אחר:" 677 | 678 | #: ../searchform.php:14 679 | msgctxt "submit button" 680 | msgid "Search" 681 | msgstr "חפש" 682 | 683 | #: ../sidebar.php:26 684 | msgid "Meta" 685 | msgstr "נוסף" 686 | -------------------------------------------------------------------------------- /inc/js/flexslider.min.js: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery FlexSlider v2.2.2 3 | * Copyright 2012 WooThemes 4 | * Contributing Author: Tyler Smith 5 | */ 6 | !function(a){a.flexslider=function(b,c){var d=a(b);d.vars=a.extend({},a.flexslider.defaults,c);var j,e=d.vars.namespace,f=window.navigator&&window.navigator.msPointerEnabled&&window.MSGesture,g=("ontouchstart"in window||f||window.DocumentTouch&&document instanceof DocumentTouch)&&d.vars.touch,h="click touchend MSPointerUp",i="",k="vertical"===d.vars.direction,l=d.vars.reverse,m=d.vars.itemWidth>0,n="fade"===d.vars.animation,o=""!==d.vars.asNavFor,p={},q=!0;a.data(b,"flexslider",d),p={init:function(){d.animating=!1,d.currentSlide=parseInt(d.vars.startAt?d.vars.startAt:0,10),isNaN(d.currentSlide)&&(d.currentSlide=0),d.animatingTo=d.currentSlide,d.atEnd=0===d.currentSlide||d.currentSlide===d.last,d.containerSelector=d.vars.selector.substr(0,d.vars.selector.search(" ")),d.slides=a(d.vars.selector,d),d.container=a(d.containerSelector,d),d.count=d.slides.length,d.syncExists=a(d.vars.sync).length>0,"slide"===d.vars.animation&&(d.vars.animation="swing"),d.prop=k?"top":"marginLeft",d.args={},d.manualPause=!1,d.stopped=!1,d.started=!1,d.startTimeout=null,d.transitions=!d.vars.video&&!n&&d.vars.useCSS&&function(){var a=document.createElement("div"),b=["perspectiveProperty","WebkitPerspective","MozPerspective","OPerspective","msPerspective"];for(var c in b)if(void 0!==a.style[b[c]])return d.pfx=b[c].replace("Perspective","").toLowerCase(),d.prop="-"+d.pfx+"-transform",!0;return!1}(),d.ensureAnimationEnd="",""!==d.vars.controlsContainer&&(d.controlsContainer=a(d.vars.controlsContainer).length>0&&a(d.vars.controlsContainer)),""!==d.vars.manualControls&&(d.manualControls=a(d.vars.manualControls).length>0&&a(d.vars.manualControls)),d.vars.randomize&&(d.slides.sort(function(){return Math.round(Math.random())-.5}),d.container.empty().append(d.slides)),d.doMath(),d.setup("init"),d.vars.controlNav&&p.controlNav.setup(),d.vars.directionNav&&p.directionNav.setup(),d.vars.keyboard&&(1===a(d.containerSelector).length||d.vars.multipleKeyboard)&&a(document).bind("keyup",function(a){var b=a.keyCode;if(!d.animating&&(39===b||37===b)){var c=39===b?d.getTarget("next"):37===b?d.getTarget("prev"):!1;d.flexAnimate(c,d.vars.pauseOnAction)}}),d.vars.mousewheel&&d.bind("mousewheel",function(a,b){a.preventDefault();var f=0>b?d.getTarget("next"):d.getTarget("prev");d.flexAnimate(f,d.vars.pauseOnAction)}),d.vars.pausePlay&&p.pausePlay.setup(),d.vars.slideshow&&d.vars.pauseInvisible&&p.pauseInvisible.init(),d.vars.slideshow&&(d.vars.pauseOnHover&&d.hover(function(){d.manualPlay||d.manualPause||d.pause()},function(){d.manualPause||d.manualPlay||d.stopped||d.play()}),d.vars.pauseInvisible&&p.pauseInvisible.isHidden()||(d.vars.initDelay>0?d.startTimeout=setTimeout(d.play,d.vars.initDelay):d.play())),o&&p.asNav.setup(),g&&d.vars.touch&&p.touch(),(!n||n&&d.vars.smoothHeight)&&a(window).bind("resize orientationchange focus",p.resize),d.find("img").attr("draggable","false"),setTimeout(function(){d.vars.start(d)},200)},asNav:{setup:function(){d.asNav=!0,d.animatingTo=Math.floor(d.currentSlide/d.move),d.currentItem=d.currentSlide,d.slides.removeClass(e+"active-slide").eq(d.currentItem).addClass(e+"active-slide"),f?(b._slider=d,d.slides.each(function(){var b=this;b._gesture=new MSGesture,b._gesture.target=b,b.addEventListener("MSPointerDown",function(a){a.preventDefault(),a.currentTarget._gesture&&a.currentTarget._gesture.addPointer(a.pointerId)},!1),b.addEventListener("MSGestureTap",function(b){b.preventDefault();var c=a(this),e=c.index();a(d.vars.asNavFor).data("flexslider").animating||c.hasClass("active")||(d.direction=d.currentItem<e?"next":"prev",d.flexAnimate(e,d.vars.pauseOnAction,!1,!0,!0))})})):d.slides.on(h,function(b){b.preventDefault();var c=a(this),f=c.index(),g=c.offset().left-a(d).scrollLeft();0>=g&&c.hasClass(e+"active-slide")?d.flexAnimate(d.getTarget("prev"),!0):a(d.vars.asNavFor).data("flexslider").animating||c.hasClass(e+"active-slide")||(d.direction=d.currentItem<f?"next":"prev",d.flexAnimate(f,d.vars.pauseOnAction,!1,!0,!0))})}},controlNav:{setup:function(){d.manualControls?p.controlNav.setupManual():p.controlNav.setupPaging()},setupPaging:function(){var f,g,b="thumbnails"===d.vars.controlNav?"control-thumbs":"control-paging",c=1;if(d.controlNavScaffold=a('<ol class="'+e+"control-nav "+e+b+'"></ol>'),d.pagingCount>1)for(var j=0;j<d.pagingCount;j++){if(g=d.slides.eq(j),f="thumbnails"===d.vars.controlNav?'<img src="'+g.attr("data-thumb")+'"/>':"<a>"+c+"</a>","thumbnails"===d.vars.controlNav&&!0===d.vars.thumbCaptions){var k=g.attr("data-thumbcaption");""!=k&&void 0!=k&&(f+='<span class="'+e+'caption">'+k+"</span>")}d.controlNavScaffold.append("<li>"+f+"</li>"),c++}d.controlsContainer?a(d.controlsContainer).append(d.controlNavScaffold):d.append(d.controlNavScaffold),p.controlNav.set(),p.controlNav.active(),d.controlNavScaffold.delegate("a, img",h,function(b){if(b.preventDefault(),""===i||i===b.type){var c=a(this),f=d.controlNav.index(c);c.hasClass(e+"active")||(d.direction=f>d.currentSlide?"next":"prev",d.flexAnimate(f,d.vars.pauseOnAction))}""===i&&(i=b.type),p.setToClearWatchedEvent()})},setupManual:function(){d.controlNav=d.manualControls,p.controlNav.active(),d.controlNav.bind(h,function(b){if(b.preventDefault(),""===i||i===b.type){var c=a(this),f=d.controlNav.index(c);c.hasClass(e+"active")||(d.direction=f>d.currentSlide?"next":"prev",d.flexAnimate(f,d.vars.pauseOnAction))}""===i&&(i=b.type),p.setToClearWatchedEvent()})},set:function(){var b="thumbnails"===d.vars.controlNav?"img":"a";d.controlNav=a("."+e+"control-nav li "+b,d.controlsContainer?d.controlsContainer:d)},active:function(){d.controlNav.removeClass(e+"active").eq(d.animatingTo).addClass(e+"active")},update:function(b,c){d.pagingCount>1&&"add"===b?d.controlNavScaffold.append(a("<li><a>"+d.count+"</a></li>")):1===d.pagingCount?d.controlNavScaffold.find("li").remove():d.controlNav.eq(c).closest("li").remove(),p.controlNav.set(),d.pagingCount>1&&d.pagingCount!==d.controlNav.length?d.update(c,b):p.controlNav.active()}},directionNav:{setup:function(){var b=a('<ul class="'+e+'direction-nav"><li><a class="'+e+'prev" href="#">'+d.vars.prevText+'</a></li><li><a class="'+e+'next" href="#">'+d.vars.nextText+"</a></li></ul>");d.controlsContainer?(a(d.controlsContainer).append(b),d.directionNav=a("."+e+"direction-nav li a",d.controlsContainer)):(d.append(b),d.directionNav=a("."+e+"direction-nav li a",d)),p.directionNav.update(),d.directionNav.bind(h,function(b){b.preventDefault();var c;(""===i||i===b.type)&&(c=a(this).hasClass(e+"next")?d.getTarget("next"):d.getTarget("prev"),d.flexAnimate(c,d.vars.pauseOnAction)),""===i&&(i=b.type),p.setToClearWatchedEvent()})},update:function(){var a=e+"disabled";1===d.pagingCount?d.directionNav.addClass(a).attr("tabindex","-1"):d.vars.animationLoop?d.directionNav.removeClass(a).removeAttr("tabindex"):0===d.animatingTo?d.directionNav.removeClass(a).filter("."+e+"prev").addClass(a).attr("tabindex","-1"):d.animatingTo===d.last?d.directionNav.removeClass(a).filter("."+e+"next").addClass(a).attr("tabindex","-1"):d.directionNav.removeClass(a).removeAttr("tabindex")}},pausePlay:{setup:function(){var b=a('<div class="'+e+'pauseplay"><a></a></div>');d.controlsContainer?(d.controlsContainer.append(b),d.pausePlay=a("."+e+"pauseplay a",d.controlsContainer)):(d.append(b),d.pausePlay=a("."+e+"pauseplay a",d)),p.pausePlay.update(d.vars.slideshow?e+"pause":e+"play"),d.pausePlay.bind(h,function(b){b.preventDefault(),(""===i||i===b.type)&&(a(this).hasClass(e+"pause")?(d.manualPause=!0,d.manualPlay=!1,d.pause()):(d.manualPause=!1,d.manualPlay=!0,d.play())),""===i&&(i=b.type),p.setToClearWatchedEvent()})},update:function(a){"play"===a?d.pausePlay.removeClass(e+"pause").addClass(e+"play").html(d.vars.playText):d.pausePlay.removeClass(e+"play").addClass(e+"pause").html(d.vars.pauseText)}},touch:function(){function r(f){d.animating?f.preventDefault():(window.navigator.msPointerEnabled||1===f.touches.length)&&(d.pause(),g=k?d.h:d.w,i=Number(new Date),o=f.touches[0].pageX,p=f.touches[0].pageY,e=m&&l&&d.animatingTo===d.last?0:m&&l?d.limit-(d.itemW+d.vars.itemMargin)*d.move*d.animatingTo:m&&d.currentSlide===d.last?d.limit:m?(d.itemW+d.vars.itemMargin)*d.move*d.currentSlide:l?(d.last-d.currentSlide+d.cloneOffset)*g:(d.currentSlide+d.cloneOffset)*g,a=k?p:o,c=k?o:p,b.addEventListener("touchmove",s,!1),b.addEventListener("touchend",t,!1))}function s(b){o=b.touches[0].pageX,p=b.touches[0].pageY,h=k?a-p:a-o,j=k?Math.abs(h)<Math.abs(o-c):Math.abs(h)<Math.abs(p-c);var f=500;(!j||Number(new Date)-i>f)&&(b.preventDefault(),!n&&d.transitions&&(d.vars.animationLoop||(h/=0===d.currentSlide&&0>h||d.currentSlide===d.last&&h>0?Math.abs(h)/g+2:1),d.setProps(e+h,"setTouch")))}function t(){if(b.removeEventListener("touchmove",s,!1),d.animatingTo===d.currentSlide&&!j&&null!==h){var k=l?-h:h,m=k>0?d.getTarget("next"):d.getTarget("prev");d.canAdvance(m)&&(Number(new Date)-i<550&&Math.abs(k)>50||Math.abs(k)>g/2)?d.flexAnimate(m,d.vars.pauseOnAction):n||d.flexAnimate(d.currentSlide,d.vars.pauseOnAction,!0)}b.removeEventListener("touchend",t,!1),a=null,c=null,h=null,e=null}function u(a){a.stopPropagation(),d.animating?a.preventDefault():(d.pause(),b._gesture.addPointer(a.pointerId),q=0,g=k?d.h:d.w,i=Number(new Date),e=m&&l&&d.animatingTo===d.last?0:m&&l?d.limit-(d.itemW+d.vars.itemMargin)*d.move*d.animatingTo:m&&d.currentSlide===d.last?d.limit:m?(d.itemW+d.vars.itemMargin)*d.move*d.currentSlide:l?(d.last-d.currentSlide+d.cloneOffset)*g:(d.currentSlide+d.cloneOffset)*g)}function v(a){a.stopPropagation();var c=a.target._slider;if(c){var d=-a.translationX,f=-a.translationY;return q+=k?f:d,h=q,j=k?Math.abs(q)<Math.abs(-d):Math.abs(q)<Math.abs(-f),a.detail===a.MSGESTURE_FLAG_INERTIA?(setImmediate(function(){b._gesture.stop()}),void 0):((!j||Number(new Date)-i>500)&&(a.preventDefault(),!n&&c.transitions&&(c.vars.animationLoop||(h=q/(0===c.currentSlide&&0>q||c.currentSlide===c.last&&q>0?Math.abs(q)/g+2:1)),c.setProps(e+h,"setTouch"))),void 0)}}function w(b){b.stopPropagation();var d=b.target._slider;if(d){if(d.animatingTo===d.currentSlide&&!j&&null!==h){var f=l?-h:h,k=f>0?d.getTarget("next"):d.getTarget("prev");d.canAdvance(k)&&(Number(new Date)-i<550&&Math.abs(f)>50||Math.abs(f)>g/2)?d.flexAnimate(k,d.vars.pauseOnAction):n||d.flexAnimate(d.currentSlide,d.vars.pauseOnAction,!0)}a=null,c=null,h=null,e=null,q=0}}var a,c,e,g,h,i,j=!1,o=0,p=0,q=0;f?(b.style.msTouchAction="none",b._gesture=new MSGesture,b._gesture.target=b,b.addEventListener("MSPointerDown",u,!1),b._slider=d,b.addEventListener("MSGestureChange",v,!1),b.addEventListener("MSGestureEnd",w,!1)):b.addEventListener("touchstart",r,!1)},resize:function(){!d.animating&&d.is(":visible")&&(m||d.doMath(),n?p.smoothHeight():m?(d.slides.width(d.computedW),d.update(d.pagingCount),d.setProps()):k?(d.viewport.height(d.h),d.setProps(d.h,"setTotal")):(d.vars.smoothHeight&&p.smoothHeight(),d.newSlides.width(d.computedW),d.setProps(d.computedW,"setTotal")))},smoothHeight:function(a){if(!k||n){var b=n?d:d.viewport;a?b.animate({height:d.slides.eq(d.animatingTo).height()},a):b.height(d.slides.eq(d.animatingTo).height())}},sync:function(b){var c=a(d.vars.sync).data("flexslider"),e=d.animatingTo;switch(b){case"animate":c.flexAnimate(e,d.vars.pauseOnAction,!1,!0);break;case"play":c.playing||c.asNav||c.play();break;case"pause":c.pause()}},uniqueID:function(b){return b.find("[id]").each(function(){var b=a(this);b.attr("id",b.attr("id")+"_clone")}),b},pauseInvisible:{visProp:null,init:function(){var a=["webkit","moz","ms","o"];if("hidden"in document)return"hidden";for(var b=0;b<a.length;b++)a[b]+"Hidden"in document&&(p.pauseInvisible.visProp=a[b]+"Hidden");if(p.pauseInvisible.visProp){var c=p.pauseInvisible.visProp.replace(/[H|h]idden/,"")+"visibilitychange";document.addEventListener(c,function(){p.pauseInvisible.isHidden()?d.startTimeout?clearTimeout(d.startTimeout):d.pause():d.started?d.play():d.vars.initDelay>0?setTimeout(d.play,d.vars.initDelay):d.play()})}},isHidden:function(){return document[p.pauseInvisible.visProp]||!1}},setToClearWatchedEvent:function(){clearTimeout(j),j=setTimeout(function(){i=""},3e3)}},d.flexAnimate=function(b,c,f,h,i){if(d.vars.animationLoop||b===d.currentSlide||(d.direction=b>d.currentSlide?"next":"prev"),o&&1===d.pagingCount&&(d.direction=d.currentItem<b?"next":"prev"),!d.animating&&(d.canAdvance(b,i)||f)&&d.is(":visible")){if(o&&h){var j=a(d.vars.asNavFor).data("flexslider");if(d.atEnd=0===b||b===d.count-1,j.flexAnimate(b,!0,!1,!0,i),d.direction=d.currentItem<b?"next":"prev",j.direction=d.direction,Math.ceil((b+1)/d.visible)-1===d.currentSlide||0===b)return d.currentItem=b,d.slides.removeClass(e+"active-slide").eq(b).addClass(e+"active-slide"),!1;d.currentItem=b,d.slides.removeClass(e+"active-slide").eq(b).addClass(e+"active-slide"),b=Math.floor(b/d.visible)}if(d.animating=!0,d.animatingTo=b,c&&d.pause(),d.vars.before(d),d.syncExists&&!i&&p.sync("animate"),d.vars.controlNav&&p.controlNav.active(),m||d.slides.removeClass(e+"active-slide").eq(b).addClass(e+"active-slide"),d.atEnd=0===b||b===d.last,d.vars.directionNav&&p.directionNav.update(),b===d.last&&(d.vars.end(d),d.vars.animationLoop||d.pause()),n)g?(d.slides.eq(d.currentSlide).css({opacity:0,zIndex:1}),d.slides.eq(b).css({opacity:1,zIndex:2}),d.wrapup(q)):(d.slides.eq(d.currentSlide).css({zIndex:1}).animate({opacity:0},d.vars.animationSpeed,d.vars.easing),d.slides.eq(b).css({zIndex:2}).animate({opacity:1},d.vars.animationSpeed,d.vars.easing,d.wrapup));else{var r,s,t,q=k?d.slides.filter(":first").height():d.computedW;m?(r=d.vars.itemMargin,t=(d.itemW+r)*d.move*d.animatingTo,s=t>d.limit&&1!==d.visible?d.limit:t):s=0===d.currentSlide&&b===d.count-1&&d.vars.animationLoop&&"next"!==d.direction?l?(d.count+d.cloneOffset)*q:0:d.currentSlide===d.last&&0===b&&d.vars.animationLoop&&"prev"!==d.direction?l?0:(d.count+1)*q:l?(d.count-1-b+d.cloneOffset)*q:(b+d.cloneOffset)*q,d.setProps(s,"",d.vars.animationSpeed),d.transitions?(d.vars.animationLoop&&d.atEnd||(d.animating=!1,d.currentSlide=d.animatingTo),d.container.unbind("webkitTransitionEnd transitionend"),d.container.bind("webkitTransitionEnd transitionend",function(){clearTimeout(d.ensureAnimationEnd),d.wrapup(q)}),clearTimeout(d.ensureAnimationEnd),d.ensureAnimationEnd=setTimeout(function(){d.wrapup(q)},d.vars.animationSpeed+100)):d.container.animate(d.args,d.vars.animationSpeed,d.vars.easing,function(){d.wrapup(q)})}d.vars.smoothHeight&&p.smoothHeight(d.vars.animationSpeed)}},d.wrapup=function(a){n||m||(0===d.currentSlide&&d.animatingTo===d.last&&d.vars.animationLoop?d.setProps(a,"jumpEnd"):d.currentSlide===d.last&&0===d.animatingTo&&d.vars.animationLoop&&d.setProps(a,"jumpStart")),d.animating=!1,d.currentSlide=d.animatingTo,d.vars.after(d)},d.animateSlides=function(){!d.animating&&q&&d.flexAnimate(d.getTarget("next"))},d.pause=function(){clearInterval(d.animatedSlides),d.animatedSlides=null,d.playing=!1,d.vars.pausePlay&&p.pausePlay.update("play"),d.syncExists&&p.sync("pause")},d.play=function(){d.playing&&clearInterval(d.animatedSlides),d.animatedSlides=d.animatedSlides||setInterval(d.animateSlides,d.vars.slideshowSpeed),d.started=d.playing=!0,d.vars.pausePlay&&p.pausePlay.update("pause"),d.syncExists&&p.sync("play")},d.stop=function(){d.pause(),d.stopped=!0},d.canAdvance=function(a,b){var c=o?d.pagingCount-1:d.last;return b?!0:o&&d.currentItem===d.count-1&&0===a&&"prev"===d.direction?!0:o&&0===d.currentItem&&a===d.pagingCount-1&&"next"!==d.direction?!1:a!==d.currentSlide||o?d.vars.animationLoop?!0:d.atEnd&&0===d.currentSlide&&a===c&&"next"!==d.direction?!1:d.atEnd&&d.currentSlide===c&&0===a&&"next"===d.direction?!1:!0:!1},d.getTarget=function(a){return d.direction=a,"next"===a?d.currentSlide===d.last?0:d.currentSlide+1:0===d.currentSlide?d.last:d.currentSlide-1},d.setProps=function(a,b,c){var e=function(){var c=a?a:(d.itemW+d.vars.itemMargin)*d.move*d.animatingTo,e=function(){if(m)return"setTouch"===b?a:l&&d.animatingTo===d.last?0:l?d.limit-(d.itemW+d.vars.itemMargin)*d.move*d.animatingTo:d.animatingTo===d.last?d.limit:c;switch(b){case"setTotal":return l?(d.count-1-d.currentSlide+d.cloneOffset)*a:(d.currentSlide+d.cloneOffset)*a;case"setTouch":return l?a:a;case"jumpEnd":return l?a:d.count*a;case"jumpStart":return l?d.count*a:a;default:return a}}();return-1*e+"px"}();d.transitions&&(e=k?"translate3d(0,"+e+",0)":"translate3d("+e+",0,0)",c=void 0!==c?c/1e3+"s":"0s",d.container.css("-"+d.pfx+"-transition-duration",c),d.container.css("transition-duration",c)),d.args[d.prop]=e,(d.transitions||void 0===c)&&d.container.css(d.args),d.container.css("transform",e)},d.setup=function(b){if(n)d.slides.css({width:"100%","float":"left",marginRight:"-100%",position:"relative"}),"init"===b&&(g?d.slides.css({opacity:0,display:"block",webkitTransition:"opacity "+d.vars.animationSpeed/1e3+"s ease",zIndex:1}).eq(d.currentSlide).css({opacity:1,zIndex:2}):d.slides.css({opacity:0,display:"block",zIndex:1}).eq(d.currentSlide).css({zIndex:2}).animate({opacity:1},d.vars.animationSpeed,d.vars.easing)),d.vars.smoothHeight&&p.smoothHeight();else{var c,f;"init"===b&&(d.viewport=a('<div class="'+e+'viewport"></div>').css({overflow:"hidden",position:"relative"}).appendTo(d).append(d.container),d.cloneCount=0,d.cloneOffset=0,l&&(f=a.makeArray(d.slides).reverse(),d.slides=a(f),d.container.empty().append(d.slides))),d.vars.animationLoop&&!m&&(d.cloneCount=2,d.cloneOffset=1,"init"!==b&&d.container.find(".clone").remove(),p.uniqueID(d.slides.first().clone().addClass("clone").attr("aria-hidden","true")).appendTo(d.container),p.uniqueID(d.slides.last().clone().addClass("clone").attr("aria-hidden","true")).prependTo(d.container)),d.newSlides=a(d.vars.selector,d),c=l?d.count-1-d.currentSlide+d.cloneOffset:d.currentSlide+d.cloneOffset,k&&!m?(d.container.height(200*(d.count+d.cloneCount)+"%").css("position","absolute").width("100%"),setTimeout(function(){d.newSlides.css({display:"block"}),d.doMath(),d.viewport.height(d.h),d.setProps(c*d.h,"init")},"init"===b?100:0)):(d.container.width(200*(d.count+d.cloneCount)+"%"),d.setProps(c*d.computedW,"init"),setTimeout(function(){d.doMath(),d.newSlides.css({width:d.computedW,"float":"left",display:"block"}),d.vars.smoothHeight&&p.smoothHeight()},"init"===b?100:0))}m||d.slides.removeClass(e+"active-slide").eq(d.currentSlide).addClass(e+"active-slide"),d.vars.init(d)},d.doMath=function(){var a=d.slides.first(),b=d.vars.itemMargin,c=d.vars.minItems,e=d.vars.maxItems;d.w=void 0===d.viewport?d.width():d.viewport.width(),d.h=a.height(),d.boxPadding=a.outerWidth()-a.width(),m?(d.itemT=d.vars.itemWidth+b,d.minW=c?c*d.itemT:d.w,d.maxW=e?e*d.itemT-b:d.w,d.itemW=d.minW>d.w?(d.w-b*(c-1))/c:d.maxW<d.w?(d.w-b*(e-1))/e:d.vars.itemWidth>d.w?d.w:d.vars.itemWidth,d.visible=Math.floor(d.w/d.itemW),d.move=d.vars.move>0&&d.vars.move<d.visible?d.vars.move:d.visible,d.pagingCount=Math.ceil((d.count-d.visible)/d.move+1),d.last=d.pagingCount-1,d.limit=1===d.pagingCount?0:d.vars.itemWidth>d.w?d.itemW*(d.count-1)+b*(d.count-1):(d.itemW+b)*d.count-d.w-b):(d.itemW=d.w,d.pagingCount=d.count,d.last=d.count-1),d.computedW=d.itemW-d.boxPadding},d.update=function(a,b){d.doMath(),m||(a<d.currentSlide?d.currentSlide+=1:a<=d.currentSlide&&0!==a&&(d.currentSlide-=1),d.animatingTo=d.currentSlide),d.vars.controlNav&&!d.manualControls&&("add"===b&&!m||d.pagingCount>d.controlNav.length?p.controlNav.update("add"):("remove"===b&&!m||d.pagingCount<d.controlNav.length)&&(m&&d.currentSlide>d.last&&(d.currentSlide-=1,d.animatingTo-=1),p.controlNav.update("remove",d.last))),d.vars.directionNav&&p.directionNav.update()},d.addSlide=function(b,c){var e=a(b);d.count+=1,d.last=d.count-1,k&&l?void 0!==c?d.slides.eq(d.count-c).after(e):d.container.prepend(e):void 0!==c?d.slides.eq(c).before(e):d.container.append(e),d.update(c,"add"),d.slides=a(d.vars.selector+":not(.clone)",d),d.setup(),d.vars.added(d)},d.removeSlide=function(b){var c=isNaN(b)?d.slides.index(a(b)):b;d.count-=1,d.last=d.count-1,isNaN(b)?a(b,d.slides).remove():k&&l?d.slides.eq(d.last).remove():d.slides.eq(b).remove(),d.doMath(),d.update(c,"remove"),d.slides=a(d.vars.selector+":not(.clone)",d),d.setup(),d.vars.removed(d)},p.init()},a(window).blur(function(){focused=!1}).focus(function(){focused=!0}),a.flexslider.defaults={namespace:"flex-",selector:".slides > li",animation:"fade",easing:"swing",direction:"horizontal",reverse:!1,animationLoop:!0,smoothHeight:!1,startAt:0,slideshow:!0,slideshowSpeed:7e3,animationSpeed:600,initDelay:0,randomize:!1,thumbCaptions:!1,pauseOnAction:!0,pauseOnHover:!1,pauseInvisible:!0,useCSS:!0,touch:!0,video:!1,controlNav:!0,directionNav:!0,prevText:"",nextText:"",keyboard:!0,multipleKeyboard:!1,mousewheel:!1,pausePlay:!1,pauseText:"Pause",playText:"Play",controlsContainer:"",manualControls:"",sync:"",asNavFor:"",itemWidth:0,itemMargin:0,minItems:1,maxItems:0,move:0,allowOneSlide:!0,start:function(){},before:function(){},after:function(){},end:function(){},added:function(){},removed:function(){},init:function(){}},a.fn.flexslider=function(b){if(void 0===b&&(b={}),"object"==typeof b)return this.each(function(){var c=a(this),d=b.selector?b.selector:".slides > li",e=c.find(d);1===e.length&&b.allowOneSlide===!0||0===e.length?(e.fadeIn(400),b.start&&b.start(c)):void 0===c.data("flexslider")&&new a.flexslider(this,b)});var c=a(this).data("flexslider");switch(b){case"play":c.play();break;case"pause":c.pause();break;case"stop":c.stop();break;case"next":c.flexAnimate(c.getTarget("next"),!0);break;case"prev":case"previous":c.flexAnimate(c.getTarget("prev"),!0);break;default:"number"==typeof b&&c.flexAnimate(b,!0)}}}(jQuery); -------------------------------------------------------------------------------- /languages/zh_CN.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: Sparkling Theme\n" 4 | "POT-Creation-Date: 2016-04-24 10:52+0800\n" 5 | "PO-Revision-Date: 2016-04-24 10:58+0800\n" 6 | "Last-Translator: Amos Lee <iwillhappy1314@gmail.com>\n" 7 | "Language-Team: 神楽坂琴梨(Kagurazaka Kotori) <kotori@kagurazaka.moe>\n" 8 | "Language: zh_CN\n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "X-Generator: Poedit 1.8.7\n" 13 | "X-Poedit-Basepath: .\n" 14 | "Plural-Forms: nplurals=1; plural=0;\n" 15 | "X-Poedit-KeywordsList: _e;__;esc_attr__;esc_html__;esc_html_e;" 16 | "esc_attr_x:1,2c;_nx:4c,1,2;_n:1,2\n" 17 | "X-Poedit-SourceCharset: UTF-8\n" 18 | "X-Poedit-SearchPath-0: .\n" 19 | "X-Poedit-SearchPath-1: ..\n" 20 | 21 | #: ../404.php:15 22 | msgid "Oops! That page can’t be found." 23 | msgstr "抱歉!找不到此页面" 24 | 25 | #: ../404.php:19 26 | msgid "" 27 | "It looks like nothing was found at this location. Maybe try one of the links " 28 | "below or a search?" 29 | msgstr "这里好像什么都没有,请试试其他超链接或搜索" 30 | 31 | #: ../404.php:25 32 | msgid "Recent Posts" 33 | msgstr "最新文章" 34 | 35 | #: ../404.php:31 36 | msgid "Most Used Categories" 37 | msgstr "常用分类" 38 | 39 | #: ../404.php:52 40 | #, php-format 41 | msgid "Try looking in the monthly archives. %1$s" 42 | msgstr "请查看文章月度归档 %1$s" 43 | 44 | #: ../404.php:53 ../archive.php:66 ../sidebar.php:19 45 | msgid "Archives" 46 | msgstr "归档" 47 | 48 | #: ../404.php:58 49 | msgid "Tags" 50 | msgstr "标签" 51 | 52 | #: ../archive.php:27 53 | #, php-format 54 | msgid "Author: %s" 55 | msgstr "作者:%s" 56 | 57 | #: ../archive.php:30 58 | #, php-format 59 | msgid "Day: %s" 60 | msgstr "日: %s" 61 | 62 | #: ../archive.php:33 63 | #, php-format 64 | msgid "Month: %s" 65 | msgstr "月: %s" 66 | 67 | #: ../archive.php:36 68 | #, php-format 69 | msgid "Year: %s" 70 | msgstr "年: %s" 71 | 72 | #: ../archive.php:39 73 | msgid "Asides" 74 | msgstr "边栏" 75 | 76 | #: ../archive.php:42 77 | msgid "Galleries" 78 | msgstr "相册" 79 | 80 | #: ../archive.php:45 81 | msgid "Images" 82 | msgstr "图片" 83 | 84 | #: ../archive.php:48 85 | msgid "Videos" 86 | msgstr "视频" 87 | 88 | #: ../archive.php:51 89 | msgid "Quotes" 90 | msgstr "引语" 91 | 92 | #: ../archive.php:54 93 | msgid "Links" 94 | msgstr "链接" 95 | 96 | #: ../archive.php:57 97 | msgid "Statuses" 98 | msgstr "状态" 99 | 100 | #: ../archive.php:60 101 | msgid "Audios" 102 | msgstr "音频" 103 | 104 | #: ../archive.php:63 105 | msgid "Chats" 106 | msgstr "聊天" 107 | 108 | #: ../comments.php:28 109 | #, php-format 110 | msgctxt "comments title" 111 | msgid "One thought on “%2$s”" 112 | msgid_plural "%1$s thoughts on “%2$s”" 113 | msgstr[0] "在 “%2$s” 上有 %1$s 条评论" 114 | 115 | #: ../comments.php:35 ../comments.php:53 116 | msgid "Comment navigation" 117 | msgstr "评论导航" 118 | 119 | #: ../comments.php:36 ../comments.php:54 120 | msgid "← Older Comments" 121 | msgstr "← 较旧的评论" 122 | 123 | #: ../comments.php:37 ../comments.php:55 124 | msgid "Newer Comments →" 125 | msgstr "较新的评论 →" 126 | 127 | #: ../comments.php:65 128 | msgid "Comments are closed." 129 | msgstr "评论已关闭" 130 | 131 | #: ../content-none.php:13 132 | msgid "Nothing Found" 133 | msgstr "找不到任何东西" 134 | 135 | #: ../content-none.php:19 136 | #, php-format 137 | msgid "" 138 | "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>." 139 | msgstr "准备好发表你的第一篇文章了吗? <a href=\"%1$s\">按这里开始</a>" 140 | 141 | #: ../content-none.php:23 142 | msgid "" 143 | "Sorry, but nothing matched your search terms. Please try again with some " 144 | "different keywords." 145 | msgstr "抱歉,没有符合的搜索结果,请尝试其他的关键词" 146 | 147 | #: ../content-none.php:28 148 | msgid "" 149 | "It seems we can’t find what you’re looking for. Perhaps " 150 | "searching can help." 151 | msgstr "我们找不到你想要的东西,或许你可以尝试搜索下" 152 | 153 | #: ../content-page.php:21 ../content-single.php:35 ../content.php:48 154 | #: ../image.php:79 155 | msgid "Pages:" 156 | msgstr "页面:" 157 | 158 | #: ../content-page.php:32 ../content-single.php:26 ../content.php:23 159 | msgid "Edit" 160 | msgstr "编辑" 161 | 162 | #: ../content-single.php:19 163 | msgid ", " 164 | msgstr ", " 165 | 166 | #: ../content-single.php:23 167 | #, php-format 168 | msgid " %1$s" 169 | msgstr " %1$s" 170 | 171 | #: ../content.php:20 172 | msgid "Leave a comment" 173 | msgstr "评论" 174 | 175 | #: ../content.php:20 176 | msgid "1 Comment" 177 | msgstr "1 条评论" 178 | 179 | #: ../content.php:20 180 | msgid "% Comments" 181 | msgstr "% 条评论" 182 | 183 | #: ../content.php:32 ../content.php:40 184 | msgid "Read More" 185 | msgstr "继续阅读" 186 | 187 | #: ../functions.php:69 188 | msgid "Primary Menu" 189 | msgstr "主菜单" 190 | 191 | #: ../functions.php:70 ../inc/extras.php:136 192 | msgid "Footer Links" 193 | msgstr "底部超链接" 194 | 195 | #: ../functions.php:108 196 | msgid "Sidebar" 197 | msgstr "侧边栏" 198 | 199 | #: ../functions.php:118 200 | msgid "Homepage Widget 1" 201 | msgstr "首页小工具 1" 202 | 203 | #: ../functions.php:119 ../functions.php:129 ../functions.php:139 204 | msgid "Displays on the Home Page" 205 | msgstr "在首页显示" 206 | 207 | #: ../functions.php:128 208 | msgid "Homepage Widget 2" 209 | msgstr "首页小工具 2" 210 | 211 | #: ../functions.php:138 212 | msgid "Homepage Widget 3" 213 | msgstr "首页小工具 3" 214 | 215 | #: ../functions.php:148 216 | msgid "Footer Widget 1" 217 | msgstr "底部小工具 1" 218 | 219 | #: ../functions.php:149 ../functions.php:159 ../functions.php:169 220 | msgid "Used for footer widget area" 221 | msgstr "用于底部小工具" 222 | 223 | #: ../functions.php:158 224 | msgid "Footer Widget 2" 225 | msgstr "底部小工具 2" 226 | 227 | #: ../functions.php:168 228 | msgid "Footer Widget 3" 229 | msgstr "底部小工具 3" 230 | 231 | #: ../functions.php:304 232 | msgid "Right Sidebar" 233 | msgstr "右边栏" 234 | 235 | #: ../functions.php:304 236 | msgid "Left Sidebar" 237 | msgstr "左边栏" 238 | 239 | #: ../functions.php:304 240 | msgid "No Sidebar" 241 | msgstr "无侧边栏" 242 | 243 | #: ../functions.php:304 244 | msgid "Full Width" 245 | msgstr "全宽" 246 | 247 | #: ../image.php:22 248 | msgid "<i class=\"fa fa-chevron-left\"></i> Previous" 249 | msgstr "<i class=\"fa fa-chevron-left\"></i> 上一筆" 250 | 251 | #: ../image.php:23 252 | msgid "Next <i class=\"fa fa-chevron-right\"></i>" 253 | msgstr "下一筆 <i class=\"fa fa-chevron-right\"></i>" 254 | 255 | #: ../inc/customizer.php:29 256 | msgid "Sparkling Options" 257 | msgstr "Sparkling 选项" 258 | 259 | #: ../inc/customizer.php:30 260 | msgid "Panel to update sparkling theme options" 261 | msgstr "更新主题选项的面板" 262 | 263 | #: ../inc/customizer.php:36 264 | msgid "Content Options" 265 | msgstr "Sparkling 主题选项" 266 | 267 | #: ../inc/customizer.php:47 268 | msgid "Show post excerpts?" 269 | msgstr "显示文章摘要?" 270 | 271 | #: ../inc/customizer.php:58 272 | msgid "Display Comments on Static Pages?" 273 | msgstr "在静态页面显示评论?" 274 | 275 | #: ../inc/customizer.php:66 276 | msgid "Slider options" 277 | msgstr "滑块选项" 278 | 279 | #: ../inc/customizer.php:76 280 | msgid "Check if you want to enable slider" 281 | msgstr "显示图片轮播" 282 | 283 | #: ../inc/customizer.php:91 284 | msgid "Slider Category" 285 | msgstr "图片轮播分类" 286 | 287 | #: ../inc/customizer.php:94 288 | msgid "Select a category for the featured post slider" 289 | msgstr "为图片轮播选择文章分类" 290 | 291 | #: ../inc/customizer.php:104 292 | msgid "Number of slide items" 293 | msgstr "图片数目" 294 | 295 | #: ../inc/customizer.php:106 296 | msgid "Enter the number of slide items" 297 | msgstr "输入图片数目" 298 | 299 | #: ../inc/customizer.php:111 300 | msgid "Layout options" 301 | msgstr "布局选项" 302 | 303 | #: ../inc/customizer.php:123 304 | msgid "Website Layout Options" 305 | msgstr "网站版式选项" 306 | 307 | #: ../inc/customizer.php:126 308 | msgid "Choose between different layout options to be used as default" 309 | msgstr "不同的布局选项之间选择要使用的默认" 310 | 311 | #: ../inc/customizer.php:137 312 | msgid "WooCommerce Page Layout Options" 313 | msgstr "WooCommerce 页面布局选项" 314 | 315 | #: ../inc/customizer.php:140 316 | msgid "" 317 | "Choose between different layout options to be used as default for all " 318 | "woocommerce pages" 319 | msgstr "选择 WooCommerce 页面的默认布局" 320 | 321 | #: ../inc/customizer.php:151 322 | msgid "Element Color" 323 | msgstr "元素颜色" 324 | 325 | #: ../inc/customizer.php:152 ../inc/customizer.php:164 326 | #: ../inc/customizer.php:218 ../inc/customizer.php:228 327 | #: ../inc/customizer.php:238 ../inc/customizer.php:248 328 | #: ../inc/customizer.php:326 ../inc/customizer.php:336 329 | #: ../inc/customizer.php:366 ../inc/customizer.php:506 330 | #: ../inc/customizer.php:517 331 | msgid "Default used if no color is selected" 332 | msgstr "若未选择颜色,则默认值将被使用" 333 | 334 | #: ../inc/customizer.php:163 335 | msgid "Element color on hover" 336 | msgstr "鼠标指针浮动于上时的元素颜色" 337 | 338 | #: ../inc/customizer.php:171 339 | msgid "Action Button" 340 | msgstr "动作按钮" 341 | 342 | #: ../inc/customizer.php:181 343 | msgid "Call For Action Text" 344 | msgstr "动作文字" 345 | 346 | #: ../inc/customizer.php:182 347 | msgid "Enter the text for call for action section" 348 | msgstr "输入动作文字" 349 | 350 | #: ../inc/customizer.php:193 351 | msgid "Call For Action Button Title" 352 | msgstr "动作按钮标题" 353 | 354 | #: ../inc/customizer.php:195 355 | msgid "Enter the title for Call For Action button" 356 | msgstr "输入动作按钮标题" 357 | 358 | #: ../inc/customizer.php:205 359 | msgid "CFA button link" 360 | msgstr "动作按钮链接" 361 | 362 | #: ../inc/customizer.php:207 363 | msgid "Enter the link for Call For Action button" 364 | msgstr "输入动作按钮链接网址" 365 | 366 | #: ../inc/customizer.php:217 367 | msgid "Call For Action Text Color" 368 | msgstr "动作按钮文字颜色" 369 | 370 | #: ../inc/customizer.php:227 371 | msgid "Call For Action Background Color" 372 | msgstr "动作按钮背景颜色" 373 | 374 | #: ../inc/customizer.php:237 375 | msgid "Call For Action Button Border Color" 376 | msgstr "动作按钮边框颜色" 377 | 378 | #: ../inc/customizer.php:247 379 | msgid "Call For Action Button Text Color" 380 | msgstr "动作按钮文字颜色" 381 | 382 | #: ../inc/customizer.php:254 383 | msgid "Typography" 384 | msgstr "字体" 385 | 386 | #: ../inc/customizer.php:274 387 | msgid "Main Body Text" 388 | msgstr "主要文字颜色" 389 | 390 | #: ../inc/customizer.php:275 391 | msgid "Used in p tags" 392 | msgstr "用于<p>标签中" 393 | 394 | #: ../inc/customizer.php:315 395 | msgid "Heading Color" 396 | msgstr "标题颜色" 397 | 398 | #: ../inc/customizer.php:316 399 | msgid "Color for all headings (h1-h6)" 400 | msgstr "标题颜色 (h1-h6)" 401 | 402 | #: ../inc/customizer.php:325 403 | msgid "Link Color" 404 | msgstr "链接颜色" 405 | 406 | #: ../inc/customizer.php:335 407 | msgid "Link:hover Color" 408 | msgstr "链接颜色(鼠标指针浮动)" 409 | 410 | #: ../inc/customizer.php:342 411 | msgid "Header" 412 | msgstr "顶部" 413 | 414 | #: ../inc/customizer.php:353 415 | msgid "Sticky Header" 416 | msgstr "固定页头" 417 | 418 | #: ../inc/customizer.php:354 419 | msgid "Check to show fixed header" 420 | msgstr "选中显示固定的头" 421 | 422 | #: ../inc/customizer.php:365 423 | msgid "Top nav background color" 424 | msgstr "顶部导航条背景颜色" 425 | 426 | #: ../inc/customizer.php:375 427 | msgid "Top nav item color" 428 | msgstr "顶部导航条项目颜色" 429 | 430 | #: ../inc/customizer.php:376 431 | msgid "Link color" 432 | msgstr "链接颜色" 433 | 434 | #: ../inc/customizer.php:386 435 | msgid "Top nav item hover color" 436 | msgstr "顶部导航条项目颜色(鼠标指针浮动)" 437 | 438 | #: ../inc/customizer.php:387 439 | msgid "Link:hover color" 440 | msgstr "链接颜色(鼠标指针浮动)" 441 | 442 | #: ../inc/customizer.php:397 443 | msgid "Top nav dropdown background color" 444 | msgstr "顶部导航条下拉菜单背景颜色" 445 | 446 | #: ../inc/customizer.php:398 ../inc/customizer.php:431 447 | msgid "Background of dropdown item hover color" 448 | msgstr "下拉菜单项目背景颜色(鼠标指针浮动)" 449 | 450 | #: ../inc/customizer.php:408 451 | msgid "Top nav dropdown item color" 452 | msgstr "顶部导航条下拉菜单项目颜色" 453 | 454 | #: ../inc/customizer.php:409 455 | msgid "Dropdown item color" 456 | msgstr "下拉菜单项目颜色" 457 | 458 | #: ../inc/customizer.php:419 459 | msgid "Top nav dropdown item hover color" 460 | msgstr "顶部导航条下拉菜单项目颜色(鼠标指针浮动)" 461 | 462 | #: ../inc/customizer.php:420 463 | msgid "Dropdown item hover color" 464 | msgstr "下拉菜单项目颜色(鼠标指针浮动)" 465 | 466 | #: ../inc/customizer.php:430 467 | msgid "Top nav dropdown item background hover color" 468 | msgstr "顶部导航条下拉菜单项目背景颜色(鼠标指针浮动)" 469 | 470 | #: ../inc/customizer.php:437 471 | msgid "Footer" 472 | msgstr "底部" 473 | 474 | #: ../inc/customizer.php:447 475 | msgid "Footer widget area background color" 476 | msgstr "底部小工具背景颜色" 477 | 478 | #: ../inc/customizer.php:457 479 | msgid "Footer background color" 480 | msgstr "底部背景颜色" 481 | 482 | #: ../inc/customizer.php:467 483 | msgid "Footer text color" 484 | msgstr "底部文字颜色" 485 | 486 | #: ../inc/customizer.php:477 487 | msgid "Footer link color" 488 | msgstr "底部链接颜色" 489 | 490 | #: ../inc/customizer.php:487 491 | msgid "Footer information" 492 | msgstr "底部信息" 493 | 494 | #: ../inc/customizer.php:488 495 | msgid "Copyright text in footer" 496 | msgstr "底部版权宣告文字" 497 | 498 | #: ../inc/customizer.php:495 499 | msgid "Social" 500 | msgstr "社交网站" 501 | 502 | #: ../inc/customizer.php:505 503 | msgid "Social icon color" 504 | msgstr "社交网站图标颜色" 505 | 506 | #: ../inc/customizer.php:516 507 | msgid "Footer social icon color" 508 | msgstr "底部社交网站图标颜色" 509 | 510 | #: ../inc/customizer.php:527 511 | msgid "Footer Social Icons" 512 | msgstr "底部社交网站图标" 513 | 514 | #: ../inc/customizer.php:528 515 | msgid "Check to show social icons in footer" 516 | msgstr "选中在页脚显示社会图标" 517 | 518 | #: ../inc/customizer.php:535 519 | msgid "Other" 520 | msgstr "其他" 521 | 522 | #: ../inc/customizer.php:545 523 | msgid "Custom CSS" 524 | msgstr "自定义CSS" 525 | 526 | #: ../inc/customizer.php:546 527 | msgid "Additional CSS" 528 | msgstr "附加CSS" 529 | 530 | #: ../inc/customizer.php:553 ../inc/extras.php:334 531 | msgid "Support and Documentation" 532 | msgstr "帮助与支持文档" 533 | 534 | #: ../inc/customizer.php:737 ../inc/extras.php:340 535 | msgid "Sparkling Documentation" 536 | msgstr "Sparkling 文档" 537 | 538 | #: ../inc/customizer.php:738 ../inc/extras.php:341 539 | msgid "" 540 | "The best way to contact us with <b>support questions</b> and <b>bug reports</" 541 | "b> is via" 542 | msgstr "最好的联系我们的方式是通过<b>支持问题</b>和<b>报告bug</b>" 543 | 544 | #: ../inc/customizer.php:738 ../inc/extras.php:341 545 | msgid "Colorlib support forum" 546 | msgstr "Colorlib 支持论坛" 547 | 548 | #: ../inc/customizer.php:739 ../inc/extras.php:342 549 | msgid "If you like this theme, I'd appreciate any of the following:" 550 | msgstr "感谢你对这个主题的喜爱,请..." 551 | 552 | #: ../inc/customizer.php:741 ../inc/extras.php:344 553 | msgid "Rate this Theme" 554 | msgstr "为这个主题评分" 555 | 556 | #: ../inc/customizer.php:742 ../inc/extras.php:345 557 | msgid "Like on Facebook" 558 | msgstr "在Facebook上赞我们" 559 | 560 | #: ../inc/customizer.php:743 ../inc/extras.php:346 561 | msgid "Follow on Twitter" 562 | msgstr "在Twitter上关注我們" 563 | 564 | #: ../inc/extras.php:61 565 | msgid "" 566 | "This post is password protected. To view it please enter your password below:" 567 | msgstr "这是一篇受密码保护的文章,请输入密码后查看:" 568 | 569 | #: ../inc/extras.php:62 570 | msgid "Password:" 571 | msgstr "密码:" 572 | 573 | #: ../inc/extras.php:65 574 | msgid "Submit" 575 | msgstr "提交" 576 | 577 | #: ../inc/extras.php:210 578 | #, php-format 579 | msgid "Theme by %1$s Powered by %2$s" 580 | msgstr "Theme by %1$s Powered by %2$s" 581 | 582 | #: ../inc/metaboxes.php:16 583 | msgid "" 584 | "Select layout for this specific Page only ( Note: This setting only reflects " 585 | "if page Template is set as Default Template and Blog Type Templates.)" 586 | msgstr "" 587 | "给特定页面选择布局(注意:该设定只有在模板设为默认模板或博客类型的模板才会显" 588 | "示)" 589 | 590 | #: ../inc/metaboxes.php:21 591 | msgid "Select layout for this specific Post only" 592 | msgstr "给该文章选择页面布局" 593 | 594 | #: ../inc/metaboxes.php:28 595 | msgid "Select layout for this specific Product only" 596 | msgstr "给该产品选择页面布局" 597 | 598 | #: ../inc/template-tags.php:23 599 | msgid "Posts navigation" 600 | msgstr "文章导航" 601 | 602 | #: ../inc/template-tags.php:31 603 | msgid "<i class=\"fa fa-chevron-left\"></i> Older posts" 604 | msgstr "<i class=\"fa fa-chevron-left\"></i> 较旧的文章" 605 | 606 | #: ../inc/template-tags.php:35 607 | msgid "Newer posts <i class=\"fa fa-chevron-right\"></i>" 608 | msgstr "较新的文章 <i class=\"fa fa-chevron-right\"></i>" 609 | 610 | #: ../inc/template-tags.php:83 611 | msgid "Post navigation" 612 | msgstr "文章导航" 613 | 614 | #: ../inc/widgets/widget-categories.php:11 615 | #: ../inc/widgets/widget-categories.php:12 616 | msgid "Sparkling Categories" 617 | msgstr "Sparkling 分类目录" 618 | 619 | #: ../inc/widgets/widget-categories.php:17 620 | #: ../inc/widgets/widget-categories.php:76 621 | msgid "Categories" 622 | msgstr "分类目录" 623 | 624 | #: ../inc/widgets/widget-categories.php:83 ../inc/widgets/widget-social.php:42 625 | msgid "Title " 626 | msgstr "标题" 627 | 628 | #: ../inc/widgets/widget-categories.php:91 629 | msgid "Limit Categories " 630 | msgstr "最多显示分类目录数" 631 | 632 | #: ../inc/widgets/widget-categories.php:104 633 | msgid "Enable Posts Count" 634 | msgstr "启用文章计数" 635 | 636 | #: ../inc/widgets/widget-popular-posts.php:11 637 | #: ../inc/widgets/widget-popular-posts.php:12 638 | msgid "Sparkling Popular Posts Widget" 639 | msgstr "Sparkling 热门文章小工具" 640 | 641 | #: ../inc/widgets/widget-popular-posts.php:17 642 | #: ../inc/widgets/widget-popular-posts.php:94 643 | msgid "Popular Posts" 644 | msgstr "热门文章" 645 | 646 | #: ../inc/widgets/widget-popular-posts.php:99 647 | msgid "Title" 648 | msgstr "标题" 649 | 650 | #: ../inc/widgets/widget-popular-posts.php:107 651 | msgid "Limit Posts Number" 652 | msgstr "最多显示文章数" 653 | 654 | #: ../inc/widgets/widget-social.php:11 ../inc/widgets/widget-social.php:12 655 | msgid "Sparkling Social Widget" 656 | msgstr "Sparkling 社交网络小工具" 657 | 658 | #: ../inc/widgets/widget-social.php:18 ../inc/widgets/widget-social.php:40 659 | msgid "Follow us" 660 | msgstr "关注我们" 661 | 662 | #: ../search.php:16 663 | #, php-format 664 | msgid "Search Results for: %s" 665 | msgstr "%s 的搜索结果:" 666 | 667 | #: ../searchform.php:11 668 | msgid "Search for:" 669 | msgstr "搜索:" 670 | 671 | #: ../searchform.php:12 672 | msgctxt "placeholder" 673 | msgid "Search…" 674 | msgstr "搜索…" 675 | 676 | #: ../searchform.php:12 677 | msgctxt "label" 678 | msgid "Search for:" 679 | msgstr "搜索:" 680 | 681 | #: ../searchform.php:14 682 | msgctxt "submit button" 683 | msgid "Search" 684 | msgstr "搜索" 685 | 686 | #: ../sidebar.php:26 687 | msgid "Meta" 688 | msgstr "元数据" 689 | 690 | #~ msgid "Page %s" 691 | #~ msgstr "Page %s" 692 | 693 | #~ msgid "One" 694 | #~ msgstr "1" 695 | 696 | #~ msgid "Two" 697 | #~ msgstr "2" 698 | 699 | #~ msgid "Three" 700 | #~ msgstr "3" 701 | 702 | #~ msgid "Four" 703 | #~ msgstr "4" 704 | 705 | #~ msgid "Five" 706 | #~ msgstr "5" 707 | 708 | #~ msgid "French Toast" 709 | #~ msgstr "French Toast" 710 | 711 | #~ msgid "Pancake" 712 | #~ msgstr "Pancake" 713 | 714 | #~ msgid "Omelette" 715 | #~ msgstr "Omelette" 716 | 717 | #~ msgid "Crepe" 718 | #~ msgstr "Crepe" 719 | 720 | #~ msgid "Waffle" 721 | #~ msgstr "Waffle" 722 | 723 | #~ msgid "Main" 724 | #~ msgstr "主要" 725 | 726 | #~ msgid "Do You want to display image slider on the Home Page?" 727 | #~ msgstr "是否在首页显示图片轮播?" 728 | 729 | #~ msgid "Choose between Left and Right sidebar options to be used as default" 730 | #~ msgstr "Choose between Left and Right sidebar options to be used as default" 731 | 732 | #~ msgid "Element color" 733 | #~ msgstr "元素颜色" 734 | 735 | #~ msgid "Custom Favicon" 736 | #~ msgstr "自定义 Favicon" 737 | 738 | #~ msgid "" 739 | #~ "Upload a 32px x 32px PNG/GIF image that will represent your websites " 740 | #~ "favicon" 741 | #~ msgstr "为网站上传 Favicon(32像素x32像素,PNG或GIF)" 742 | 743 | #~ msgid "Used in P tags" 744 | #~ msgstr "用于<p>标签中" 745 | 746 | #, fuzzy 747 | #~ msgid "Show/Hide social icons in footer" 748 | #~ msgstr "底部社交网站图标颜色" 749 | 750 | #~ msgid "Add full URL for your social network profiles" 751 | #~ msgstr "请输入您社交网站页面的完整地址" 752 | 753 | #~ msgid "Facebook" 754 | #~ msgstr "Facebook" 755 | 756 | #~ msgid "Twitter" 757 | #~ msgstr "Twitter" 758 | 759 | #~ msgid "Google+" 760 | #~ msgstr "Google+" 761 | 762 | #~ msgid "Youtube" 763 | #~ msgstr "Youtube" 764 | 765 | #~ msgid "Vimeo" 766 | #~ msgstr "Vimeo" 767 | 768 | #~ msgid "LinkedIn" 769 | #~ msgstr "LinkedIn" 770 | 771 | #~ msgid "Pinterest" 772 | #~ msgstr "Pinterest" 773 | 774 | #~ msgid "RSS Feed" 775 | #~ msgstr "RSS Feed" 776 | 777 | #~ msgid "Tumblr" 778 | #~ msgstr "Tumblr" 779 | 780 | #~ msgid "Flickr" 781 | #~ msgstr "Flickr" 782 | 783 | #~ msgid "Instagram" 784 | #~ msgstr "Instagram" 785 | 786 | #~ msgid "Dribbble" 787 | #~ msgstr "Dribbble" 788 | 789 | #~ msgid "Skype" 790 | #~ msgstr "Skype" 791 | 792 | #~ msgid "Foursquare" 793 | #~ msgstr "Foursquare" 794 | 795 | #~ msgid "SoundCloud" 796 | #~ msgstr "SoundCloud" 797 | 798 | #~ msgid "GitHub" 799 | #~ msgstr "GitHub" 800 | 801 | #~ msgid "Spotify" 802 | #~ msgstr "Spotify" 803 | 804 | #~ msgid "Theme Options" 805 | #~ msgstr "Sparkling 主题选项" 806 | 807 | #~ msgid "Click OK to reset. Any theme settings will be lost!" 808 | #~ msgstr "按下确定重设,目前所有的设置将会被清除" 809 | 810 | #~ msgid "Default options restored." 811 | #~ msgstr "恢復成預設值" 812 | 813 | #~ msgid "Options saved." 814 | #~ msgstr "已儲存" 815 | 816 | #~ msgid "No file chosen" 817 | #~ msgstr "未选择文件" 818 | 819 | #~ msgid "Upload" 820 | #~ msgstr "上传" 821 | 822 | #~ msgid "Remove" 823 | #~ msgstr "删除" 824 | 825 | #~ msgid "Upgrade your version of WordPress for full media support." 826 | #~ msgstr "升級你的 WordPress 來獲得完整媒體支援" 827 | 828 | #~ msgid "View File" 829 | #~ msgstr "查看文件" 830 | 831 | #~ msgid "No Repeat" 832 | #~ msgstr "不重复" 833 | 834 | #~ msgid "Repeat Horizontally" 835 | #~ msgstr "水平重复" 836 | 837 | #~ msgid "Repeat Vertically" 838 | #~ msgstr "垂直重复" 839 | 840 | #~ msgid "Repeat All" 841 | #~ msgstr "重复" 842 | 843 | #~ msgid "Top Left" 844 | #~ msgstr "Top Left" 845 | 846 | #~ msgid "Top Center" 847 | #~ msgstr "Top Center" 848 | 849 | #~ msgid "Top Right" 850 | #~ msgstr "Top Right" 851 | 852 | #~ msgid "Middle Left" 853 | #~ msgstr "Middle Left" 854 | 855 | #~ msgid "Middle Center" 856 | #~ msgstr "Middle Center" 857 | 858 | #~ msgid "Middle Right" 859 | #~ msgstr "Middle Right" 860 | 861 | #~ msgid "Bottom Left" 862 | #~ msgstr "Bottom Left" 863 | 864 | #~ msgid "Bottom Center" 865 | #~ msgstr "Bottom Center" 866 | 867 | #~ msgid "Bottom Right" 868 | #~ msgstr "Bottom Right" 869 | 870 | #~ msgid "Scroll Normally" 871 | #~ msgstr "滚动" 872 | 873 | #~ msgid "Fixed in Place" 874 | #~ msgstr "固定位置" 875 | 876 | #~ msgid "Normal" 877 | #~ msgstr "正常" 878 | 879 | #~ msgid "Italic" 880 | #~ msgstr "斜体" 881 | 882 | #~ msgid "Bold" 883 | #~ msgstr "粗体" 884 | 885 | #~ msgid "Bold Italic" 886 | #~ msgstr "粗斜体" 887 | 888 | #~ msgid "Follow us on " 889 | #~ msgstr "关注我们的" 890 | 891 | #~ msgid "Search..." 892 | #~ msgstr "搜索..." 893 | --------------------------------------------------------------------------------