Make WordPress Themes

Changeset 178365


Ignore:
Timestamp:
10/26/2022 03:58:31 PM (3 years ago)
Author:
themedropbox
Message:

New version of Silk Blog - 1.0.4

Location:
silk-blog/1.0.4
Files:
1 added
1 deleted
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • silk-blog/1.0.4/inc/customizer/fields.php

    r178095r178365 
    528528    'label'       => esc_attr__('Slide to show in a row', 'silk-blog'),
    529529    'section'     => 'slickblog_slider_settings',
    530     'default'     => 3,
     530    'default'     => 2,
    531531    'choices'     => array(
    532532        'min'  => 2,
  • silk-blog/1.0.4/style.css

    r178095r178365 
    1111Requires PHP: 5.6
    1212
    13 Description: Silk Blog is powerful and beautiful theme with easy to use options .
    14 Version: 1.0.3
     13Description: 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.
     14Version: 1.0.4
    1515Tags: 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
    1616
    โ€ฆโ€ฆ 
    31743174    padding: 70px 15px;
    31753175    width: calc(80% - 40px);
     3176    background: #00000063;
     3177    border-radius: 10px;
    31763178}
    31773179.slider-post-wrap.slider2 .entry-meta h3{
    โ€ฆโ€ฆ 
    33323334
    33333335.home-slider h3.slider-title a {
    3334   font-size: 18px;
     3336  font-size: 24px;
    33353337  color: #ffffff;
    33363338}
  • silk-blog/1.0.4/template-parts/slider/slider-style2.php

    r178095r178365 
    3939
    4040    ?>
    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); ?>}'>
    4242      <?php if ($main_slider->have_posts()) : ?>
    4343        <?php /* Start the Loop */ ?>
Note: See TracChangeset for help on using the changeset viewer.