Make WordPress Themes

Changeset 298659


Ignore:
Timestamp:
11/17/2025 06:04:27 AM (9 days ago)
Author:
themedropbox
Message:

New version of Avira - 17.9

Location:
avira/17.9
Files:
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • avira/17.9/functions.php

    r297281 r298659  
    11<?php
    22
    3 define( 'AVIRA_THEME_VERSION', '17.8' );
     3define( 'AVIRA_THEME_VERSION', '17.9' );
    44
    55function avira_css() {
  • avira/17.9/readme.txt

    r297281 r298659  
    55Tested up to: 6.8.1
    66Requires PHP: 5.6
    7 Stable tag: 17.8
    8 Version: 17.8
     7Stable tag: 17.9
     8Version: 17.9
    99License: GPLv3 or later
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    8383##Changelog
    8484
     85@version 17.9
     86* Form Style Issue Fixed
     87
    8588@version 17.8
    8689* Block Style Issue Fixed
  • avira/17.9/style.css

    r297281 r298659  
    66Description: Avira is a trending WordPress theme with lots of powerful features, instantly giving a professional look to your online presence. It fits for business, portfolio, food & restaurant, gym & fitness, spa salon, medical practitioner & hospitals, landing pages, product pages, corporate business, digital agency, product showcase, financial advisor, accountant, law firm, wealth advisor, photography, personal, and any eCommerce stores. Avira premium version provides you more than 10 different designs and supports popular plugins WPML, Polylang, WooCommerce, Contact Form 7, Revolution Slider, Elementor, Visual Composer, WP-Forms, Ninja Forms, Jetpack, WP-Featherlight, Give (WordPress Donation Plugin), Gravity Forms, Yoast SEO and many more. View the demo of Avira Premium https://demo.speciatheme.com/pro/?theme=avira
    77Template: specia
    8 Version: 17.8
     8Version: 17.9
    99Tested up to: 6.8
    1010Requires PHP: 5.6
     
    10941094   border: none;
    10951095}
     1096
     1097select:focus,
     1098.form-control:focus {
     1099    border-color: rgb(255, 33, 79);
     1100    box-shadow: 0 0 5px rgba(255, 33, 79, 1);
     1101}
Note: See TracChangeset for help on using the changeset viewer.