Make WordPress Themes

Changeset 144817 for viral-news


Ignore:
Timestamp:
03/17/2021 04:25:51 PM (5 years ago)
Author:
themedropbox
Message:

New version of Viral News - 1.3.1

Location:
viral-news/1.3.1
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • viral-news/1.3.1/functions.php

    r140489 r144817  
    5454            'header-text' => array('.vn-site-title', '.vn-site-description'),
    5555        ));
     56       
     57        // Add support for Block Styles.
     58        add_theme_support('wp-block-styles');
     59
     60        // Add support for full and wide align images.
     61        add_theme_support('align-wide');
     62
     63        // Add theme support for selective refresh for widgets.
     64        add_theme_support('customize-selective-refresh-widgets');
     65       
     66        // Add support for responsive embedded content.
     67        add_theme_support('responsive-embeds');
    5668    }
    5769
     
    188200                'family' => urlencode(implode('|', $fonts)),
    189201                'subset' => urlencode($subsets),
     202                'display' => 'swap',
    190203                    ), '//fonts.googleapis.com/css');
    191204        }
  • viral-news/1.3.1/readme.txt

    r140489 r144817  
    1717
    1818== Changelog ==
     19= 1.2.9 - Mar 17, 2021 =
     20* Added theme support for Gutenberg blocks and align wide
     21* Added display swap in Google Fonts
     22
    1923= 1.2.8 - Dec 16, 2020 =
    2024* New Year Banner Added
  • viral-news/1.3.1/style.css

    r141394 r144817  
    55Author URI: https://hashthemes.com
    66Description: Viral News is a Magazine, News WordPress theme focused on a news portal, magazine, newspaper, blog, publishing website. The theme has a clean and minimal design that can be suited for any kind of magazine or blogging website. The theme offers multiple ways to design your website - either from the Elementor Page Builder plugin or Customizer. The theme has 20+ magazine based elements for Elementor that you can drag & drop and play with to create the website of your imagination. Or you can even create your website from the customizer panel with a live preview. The theme has a repeatable drag and drop news/magazine modules in the customizer as well. So it’s upon you to either user Elementor or Customizer. There are 5 widgets that are specially built for news/magazine websites that you can add in the widget areas in the sidebar or footer. Viral News is translation ready, SEO optimized, highly customizable, and is compatible with all the major WordPress Plugin. The theme has everything needed to build a complete news, magazine, blog website. Moreover, the theme provides 12+ ready-made demo that you can import with just one click. View our multiple demos - http://demo.hashthemes.com/viral-news
    7 Version: 1.3.0
     7Version: 1.3.1
    88License: GNU General Public License v2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1010Text Domain: viral-news
    1111Tags: blog, entertainment, news, two-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-logo, custom-menu, featured-image-header, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
    12 Tested up to: 5.5
     12Tested up to: 5.6.2
    1313Requires PHP: 5.6
    1414
  • viral-news/1.3.1/welcome/sections/footer.php

    r140489 r144817  
    3838
    3939            <div class="plugin-title-wrap">
    40                 <div class="plugin-title">News</div>
     40                <div class="plugin-title">News One</div>
    4141                <div class="plugin-btn-wrapper">
    4242                    <a target="_blank" href="https://demo.hashthemes.com/viral-pro/viral-news-one/" class="button button-primary"><?php echo esc_html__('Preview', 'viral-news'); ?></a>
     
    5151
    5252            <div class="plugin-title-wrap">
    53                 <div class="plugin-title">News</div>
     53                <div class="plugin-title">News Two</div>
    5454                <div class="plugin-btn-wrapper">
    5555                    <a target="_blank" href="https://demo.hashthemes.com/viral-pro/viral-news-two/" class="button button-primary"><?php echo esc_html__('Preview', 'viral-news'); ?></a>
     
    6464
    6565            <div class="plugin-title-wrap">
    66                 <div class="plugin-title">News</div>
     66                <div class="plugin-title">News Three</div>
    6767                <div class="plugin-btn-wrapper">
    6868                    <a target="_blank" href="https://demo.hashthemes.com/viral-pro/viral-news-three/" class="button button-primary"><?php echo esc_html__('Preview', 'viral-news'); ?></a>
     
    7777
    7878            <div class="plugin-title-wrap">
    79                 <div class="plugin-title">News</div>
     79                <div class="plugin-title">News Four</div>
    8080                <div class="plugin-btn-wrapper">
    8181                    <a target="_blank" href="https://demo.hashthemes.com/viral-pro/viral-news-four/" class="button button-primary"><?php echo esc_html__('Preview', 'viral-news'); ?></a>
Note: See TracChangeset for help on using the changeset viewer.