Make WordPress Themes

Changeset 197568 for viral-news


Ignore:
Timestamp:
07/26/2023 04:51:21 PM (2 years ago)
Author:
themedropbox
Message:

New version of Viral News - 1.4.75

Location:
viral-news/1.4.75
Files:
1 added
1 deleted
5 edited
1 copied

Legend:

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

    r193133 r197568  
    3939            'gallery',
    4040            'caption',
     41            'style',
     42            'script'
    4143        ));
    4244
     
    5456        ));
    5557
     58        // Add theme support for selective refresh for widgets.
     59        add_theme_support('customize-selective-refresh-widgets');
     60
     61        // Add support for responsive embedded content.
     62        add_theme_support('responsive-embeds');
     63
     64        // Add support editor style.
     65        add_theme_support('editor-styles');
     66
    5667        // Add support for Block Styles.
    5768        add_theme_support('wp-block-styles');
     
    6071        add_theme_support('align-wide');
    6172
    62         // Add theme support for selective refresh for widgets.
    63         add_theme_support('customize-selective-refresh-widgets');
    64 
    65         // Add support for responsive embedded content.
    66         add_theme_support('responsive-embeds');
    67 
    6873        add_theme_support('custom-line-height');
    6974
     
    7277        add_theme_support('custom-units');
    7378
     79        /*
     80         * This theme styles the visual editor to resemble the theme style,
     81         * specifically font, colors, icons, and column width.
     82         */
     83        add_editor_style(array('css/editor-style.css'));
     84       
    7485        // Add theme support for AMP.
    7586        add_theme_support('amp');
  • viral-news/1.4.75/readme.txt

    r194955 r197568  
    88Requires at least: 5.6
    99Tested up to: 6.2
    10 Stable tag: 1.4.74
     10Stable tag: 1.4.75
    1111Requires PHP: 5.6
    1212License: GPLv2 or later
     
    2222
    2323== Changelog ==
    24 = 1.4.74 - Jun 21, 2023 =
     24= 1.4.75 - Jul 26, 2023 =
     25* Support for editor style added
     26
     27= 1.4.74 - Jun 22, 2023 =
    2528* Front Page Sections Notice added to know its active state
    2629
  • viral-news/1.4.75/style-rtl.css

    r194955 r197568  
    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 AMP Compatible, 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.4.74
     7Version: 1.4.75
    88License: GNU General Public License v2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • viral-news/1.4.75/style.css

    r194955 r197568  
    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 AMP Compatible, 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.4.74
     7Version: 1.4.75
    88License: GNU General Public License v2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.