Changeset 178365
- Timestamp:
- 10/26/2022 03:58:31 PM (3 years ago)
- Location:
- silk-blog/1.0.4
- Files:
- 1 added
- 1 deleted
- 4 edited
- 1 copied
- . (copied) (copied from silk-blog/1.0.3)
- inc/customizer/fields.php (modified) (1 diff)
- screenshot.jpg (modified) (previous)
- slik-blog-todo.txt (deleted)
- style.css (modified) (3 diffs)
- template-parts/header/header-mobile.php (added)
- template-parts/slider/slider-style2.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
silk-blog/1.0.4/inc/customizer/fields.php
r178095 r178365 528 528 'label' => esc_attr__('Slide to show in a row', 'silk-blog'), 529 529 'section' => 'slickblog_slider_settings', 530 'default' => 3,530 'default' => 2, 531 531 'choices' => array( 532 532 'min' => 2, silk-blog/1.0.4/style.css
r178095 r178365 11 11 Requires PHP: 5.6 12 12 13 Description: Silk Blog is powerful and beautiful theme with easy to use options . 14 Version: 1.0. 313 Description: Silk Blog is powerful and beautiful theme with easy to use options .The main thing is simple theme option less complexity .You can easily display your top categories first in the featured area or use the simple blog page as your homepage to display only the latest posts, Silk Blog puts the power in your hands. 14 Version: 1.0.4 15 15 Tags: blog, news, entertainment, one-column, two-columns, right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, custom-logo, custom-header, custom-background, footer-widgets 16 16 โฆ โฆ 3174 3174 padding: 70px 15px; 3175 3175 width: calc(80% - 40px); 3176 background: #00000063; 3177 border-radius: 10px; 3176 3178 } 3177 3179 .slider-post-wrap.slider2 .entry-meta h3{ โฆ โฆ 3332 3334 3333 3335 .home-slider h3.slider-title a { 3334 font-size: 18px;3336 font-size: 24px; 3335 3337 color: #ffffff; 3336 3338 } silk-blog/1.0.4/template-parts/slider/slider-style2.php
r178095 r178365 39 39 40 40 ?> 41 <div id="slider" class="home-slider slick-slider slider-post-wrap slider2" data-slick='{"slidesToShow": <?php echo esc_attr(get_theme_mod('slide_to_show', ' 3')); ?> , "slidesToScroll": <?php echo esc_attr(get_theme_mod('slide_to_show', '1')); ?> ,"autoplay":<?php echo esc_attr($value) ? 'true' : 'false'; ?>,"autoplaySpeed":<?php echo esc_attr($slide_speed_main); ?>}'>41 <div id="slider" class="home-slider slick-slider slider-post-wrap slider2" data-slick='{"slidesToShow": <?php echo esc_attr(get_theme_mod('slide_to_show', '2')); ?> , "slidesToScroll": <?php echo esc_attr(get_theme_mod('slide_to_show', '1')); ?> ,"autoplay":<?php echo esc_attr($value) ? 'true' : 'false'; ?>,"autoplaySpeed":<?php echo esc_attr($slide_speed_main); ?>}'> 42 42 <?php if ($main_slider->have_posts()) : ?> 43 43 <?php /* Start the Loop */ ?>
Note: See TracChangeset for help on using the changeset viewer.