Changeset 160193
- Timestamp:
- 01/06/2022 10:47:40 AM (4 years ago)
- Location:
- vivid-blog/1.1.9
- Files:
-
- 9 edited
- 1 copied
-
. (copied) (copied from vivid-blog/1.1.8)
-
functions.php (modified) (1 diff)
-
inc/customizer/sections/about.php (modified) (1 diff)
-
inc/customizer/sections/blog.php (modified) (1 diff)
-
inc/customizer/sections/slider.php (modified) (1 diff)
-
inc/customizer/sections/subscription.php (modified) (1 diff)
-
inc/customizer/sections/topbar.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
screenshot.png (modified) (previous)
-
style.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vivid-blog/1.1.9/functions.php
r150083 r160193 37 37 */ 38 38 add_theme_support( 'title-tag' ); 39 40 add_theme_support( 'register_block_style' ); 41 42 add_theme_support( 'register_block_pattern' ); 39 43 40 44 add_theme_support( "responsive-embeds" ); -
vivid-blog/1.1.9/inc/customizer/sections/about.php
r133209 r160193 13 13 'description' => esc_html__( 'About Section options.', 'vivid-blog' ), 14 14 'panel' => 'vivid_blog_front_page_panel', 15 'priority' => 30, 15 16 ) ); 16 17 -
vivid-blog/1.1.9/inc/customizer/sections/blog.php
r133209 r160193 13 13 'description' => esc_html__( 'Note: To show widgets, Add widgets in Latest Blog Sidebar.', 'vivid-blog' ), 14 14 'panel' => 'vivid_blog_front_page_panel', 15 'priority' => 40, 15 16 ) ); 16 17 -
vivid-blog/1.1.9/inc/customizer/sections/slider.php
r133209 r160193 13 13 'description' => esc_html__( 'Slider Section options.', 'vivid-blog' ), 14 14 'panel' => 'vivid_blog_front_page_panel', 15 'priority' => 20, 15 16 ) ); 16 17 -
vivid-blog/1.1.9/inc/customizer/sections/subscription.php
r133209 r160193 13 13 'description' => esc_html__( 'Note: To activate this section you need to install Jetpack Plugin and activate subscription module.', 'vivid-blog' ), 14 14 'panel' => 'vivid_blog_front_page_panel', 15 'priority' => 50, 15 16 ) ); 16 17 -
vivid-blog/1.1.9/inc/customizer/sections/topbar.php
r133209 r160193 13 13 'description' => esc_html__( 'Header Meta options.', 'vivid-blog' ), 14 14 'panel' => 'vivid_blog_front_page_panel', 15 'priority' => 10, 15 16 ) ); 16 17 -
vivid-blog/1.1.9/readme.txt
r150083 r160193 3 3 Contributors: themepalace 4 4 Tags: 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.96 Tested up to: 5. 3.27 Requires PHP: 5. 8 Stable tag: 1.1. 85 Requires at least: 5.0 6 Tested up to: 5.8 7 Requires PHP: 5.6 8 Stable tag: 1.1.9 9 9 License: GPLv3 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 97 97 == Changelog == 98 98 99 = 1.1.9 - Jun 6 2022 = 100 * Fixed theme bugs 101 99 102 = 1.1.8 - Jun 23 2021 = 100 103 * update menu item focus effect -
vivid-blog/1.1.9/style.css
r150083 r160193 5 5 Author URI: https://themepalace.com 6 6 Description: 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. 88 Requires at least: 4.99 Tested up to: 5. 3.27 Version: 1.1.9 8 Requires at least: 5.0 9 Tested up to: 5.8 10 10 Requires PHP: 5.6 11 11 License: GNU General Public License v3 or later … … 4070 4070 text-align: center; 4071 4071 } 4072 4073 .right-sidebar .latest-blog-sidebar-disabled #primary, 4074 .left-sidebar .latest-blog-sidebar-disabled #primary { 4075 width: 100%; 4076 } 4077 4072 4078 .right-sidebar #primary, 4073 4079 .left-sidebar #primary {
Note: See TracChangeset
for help on using the changeset viewer.