Make WordPress Themes

Changeset 160193


Ignore:
Timestamp:
01/06/2022 10:47:40 AM (4 years ago)
Author:
themedropbox
Message:

New version of Vivid Blog - 1.1.9

Location:
vivid-blog/1.1.9
Files:
9 edited
1 copied

Legend:

Unmodified
Added
Removed
  • vivid-blog/1.1.9/functions.php

    r150083 r160193  
    3737         */
    3838        add_theme_support( 'title-tag' );
     39       
     40        add_theme_support( 'register_block_style' );
     41       
     42        add_theme_support( 'register_block_pattern' );
    3943
    4044        add_theme_support( "responsive-embeds" );
  • vivid-blog/1.1.9/inc/customizer/sections/about.php

    r133209 r160193  
    1313    'description'       => esc_html__( 'About Section options.', 'vivid-blog' ),
    1414    'panel'             => 'vivid_blog_front_page_panel',
     15    'priority' => 30,
    1516) );
    1617
  • vivid-blog/1.1.9/inc/customizer/sections/blog.php

    r133209 r160193  
    1313    'description'       => esc_html__( 'Note: To show widgets, Add widgets in Latest Blog Sidebar.', 'vivid-blog' ),
    1414    'panel'             => 'vivid_blog_front_page_panel',
     15    'priority' => 40,
    1516) );
    1617
  • vivid-blog/1.1.9/inc/customizer/sections/slider.php

    r133209 r160193  
    1313    'description'       => esc_html__( 'Slider Section options.', 'vivid-blog' ),
    1414    'panel'             => 'vivid_blog_front_page_panel',
     15    'priority' => 20,
    1516) );
    1617
  • vivid-blog/1.1.9/inc/customizer/sections/subscription.php

    r133209 r160193  
    1313    'description'       => esc_html__( 'Note: To activate this section you need to install Jetpack Plugin and activate subscription module.', 'vivid-blog' ),
    1414    'panel'             => 'vivid_blog_front_page_panel',
     15    'priority' => 50,
    1516) );
    1617
  • vivid-blog/1.1.9/inc/customizer/sections/topbar.php

    r133209 r160193  
    1313    'description'       => esc_html__( 'Header Meta options.', 'vivid-blog' ),
    1414    'panel'             => 'vivid_blog_front_page_panel',
     15    'priority' => 10,
    1516) );
    1617
  • vivid-blog/1.1.9/readme.txt

    r150083 r160193  
    33Contributors: themepalace
    44Tags: translation-ready, custom-background, theme-options, custom-menu, threaded-comments, featured-images, footer-widgets, editor-style, right-sidebar, full-width-template, two-columns, three-columns, grid-layout, custom-colors, custom-header, custom-logo, featured-image-header, blog, portfolio, entertainment
    5 Requires at least: 4.9
    6 Tested up to: 5.3.2
    7 Requires PHP: 5.
    8 Stable tag: 1.1.8
     5Requires at least: 5.0
     6Tested up to: 5.8
     7Requires PHP: 5.6
     8Stable tag: 1.1.9
    99License: GPLv3 or later
    1010License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    9797== Changelog ==
    9898
     99= 1.1.9 - Jun 6 2022 =
     100* Fixed theme bugs
     101
    99102= 1.1.8 - Jun 23 2021 =
    100103* update menu item focus effect
  • vivid-blog/1.1.9/style.css

    r150083 r160193  
    55Author URI: https://themepalace.com
    66Description: Vivid Blog is simple, clean and responsive free WordPress Blog theme. It has unique and attractive slider. It has social menu at the top right. It’s well suited for personal blogs, portfolios, business blogs and so on. It is easy to setup. Vivid Blog offers you a variety of theme options to manage your site with easy customization tools.
    7 Version: 1.1.8
    8 Requires at least: 4.9
    9 Tested up to: 5.3.2
     7Version: 1.1.9
     8Requires at least: 5.0
     9Tested up to: 5.8
    1010Requires PHP: 5.6
    1111License: GNU General Public License v3 or later
     
    40704070        text-align: center;
    40714071    }
     4072
     4073    .right-sidebar .latest-blog-sidebar-disabled #primary,
     4074    .left-sidebar .latest-blog-sidebar-disabled #primary {
     4075        width: 100%;
     4076    }
     4077
    40724078    .right-sidebar #primary,
    40734079    .left-sidebar #primary {
Note: See TracChangeset for help on using the changeset viewer.