From 85f2a014d1b07280878a198764611a0d9c133940 Mon Sep 17 00:00:00 2001 From: Cristian Raiber Date: Wed, 20 Jun 2018 16:04:49 +0300 Subject: [PATCH] keep only 3 subject tags or it will get suspended on w.org --- package.json | 4 ++-- readme.md | 27 +++++++++++++++------------ style.css | 14 +++++++------- 3 files changed, 24 insertions(+), 21 deletions(-) diff --git a/package.json b/package.json index 97bece5..aaea1ca 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "activello", "main": "Gruntfile.js", - "version": "1.3.7", + "version": "1.3.8", "homepage": "https://www.colorlib.com", "author": "Colorlib", "license": "GPL v3", @@ -17,4 +17,4 @@ "grunt-wp-i18n": "^0.5.3", "load-grunt-tasks": "^3.3.0" } -} \ No newline at end of file +} diff --git a/readme.md b/readme.md index 605db43..636717d 100755 --- a/readme.md +++ b/readme.md @@ -2,18 +2,18 @@ # Repository clone/download :fire: :fire: :fire: -This repository contains a git sub-module and as such, can not be completely downloaded using the web-interface of GitHub. This is a known limitation of GitHub's own tools. However, cloning this repository via CLI works absolutely fine and will pull all sub-modules as long as you use the proper commands. +This repository contains a git sub-module and as such, can not be completely downloaded using the web-interface of GitHub. This is a known limitation of GitHub's own tools. However, cloning this repository via CLI works absolutely fine and will pull all sub-modules as long as you use the proper commands. Here's a short tutorial on how to achieve this as well as a better explanation of what Git sub-modules are and how they're useful: https://gist.github.com/gitaarik/8735255 Easiest way to go about cloning a repository recursively is to use (Windows only) TortoiseGIT: https://tortoisegit.org/. -# About Theme +# About Theme * Theme Name: Activello * Theme URI: http://colorlib.com/wp/Activello/ -* Version: 1.3.2 +* Version: 1.3.8 * Tested up to: WP 4.7.5 ``` @@ -21,14 +21,14 @@ Easiest way to go about cloning a repository recursively is to use (Windows only * Author URI: http://colorlib.com/ * License: GNU General Public License v3.0 * License URI: http://www.gnu.org/licenses/gpl.html -* Activello theme, Copyright 2017 colorlib.com -* Activello WordPress theme is distributed under the terms of the GNU GPL -* Activello is based on Underscores http://underscores.me/, (C) 2012-2017 Automattic, Inc. +* Activello theme, Copyright 2017 colorlib.com +* Activello WordPress theme is distributed under the terms of the GNU GPL +* Activello is based on Underscores http://underscores.me/, (C) 2012-2017 Automattic, Inc. ``` --- -## Credits +## Credits Unless otherwise specified, all the theme files, scripts and images are licensed under GPLv2 license Activello theme uses: @@ -39,13 +39,13 @@ Activello theme uses: * Modernizr (https://github.com/Modernizr/Modernizr) licensed under MIT license * Unless otherwise specified, all images are created by Colorlib -### Description +### Description Activello is a clean and minimal WordPress blog theme with premium look and feel well suited for food, fashion, travel, lifestyle, sports and any other awesome blogs. This theme features WooCommerce integration that allows you to create fully functional eCommerce website side by side with your blog. This theme has several customization options that are available WordPress Theme Customizer. Theme is also multilingual ready and translated in several languages. This awesome blog theme is also SEO friendly helping you to achieve the highest positions on Google. Activello is the only WordPress blog theme you will ever need. For questions, comments or bug reports, visit Colorlib support forum (http://colorlib.com/wp/forums). -### Installation +### Installation You can install the theme through the WordPress installer under "Themes" > "Install themes" by searching for "Activello". @@ -53,7 +53,7 @@ Alternatively you can download the file, unzip it and move the unzipped contents Afterwards you can continue theme setup and customization via WordPress Dashboard - Appearance - Theme Options. For detailed theme documentation, please visit http://colorlib.com/wp/support/activello -### Theme Features +### Theme Features * Bootstrap 3 integration * Responsive design @@ -69,12 +69,15 @@ Afterwards you can continue theme setup and customization via WordPress Dashboar * Featured slider * Font Awesome icons -### Documentation +### Documentation Theme documentation is available on http://colorlib.com/wp/support/activello #### Changelog += 1.3.8 = +* Removed subject tags, only kept 3 + = 1.3.4 * Structured data missing hatom author * Allow theme to display more than 2 sub level menus @@ -89,7 +92,7 @@ Theme documentation is available on http://colorlib.com/wp/support/activello * Integrated with Travis * Added a notice inside admin dashboard so users know they need to regenerate thumbnails -= 1.3.0 - 16.05.2017 += 1.3.0 - 16.05.2017 * Fixed slider & JetPack Photon integration * Added Epsilon Framework as a git sub-module diff --git a/style.css b/style.css index a0d72c9..631c458 100755 --- a/style.css +++ b/style.css @@ -4,12 +4,12 @@ Theme URI: https://colorlib.com/wp/themes/activello/ Author: Colorlib Author URI: http://colorlib.com Description: Activello is a clean and minimal WordPress blog theme with premium look and feel well suited for food, fashion, travel, lifestyle, sports and any other awesome blogs. This theme features WooCommerce integration that allows you to create fully functional eCommerce website side by side with your blog. This theme has several customization options that are available WordPress Theme Customizer. Theme is also multilingual ready and translated in several languages. This awesome blog theme is also SEO friendly helping you to achieve the highest positions on Google. Activello is the only WordPress blog theme you will ever need. -Version: 1.3.7 +Version: 1.3.8 License: GNU General Public License v3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html Text Domain: activello Domain Path: /languages/ -Tags: grid-layout, footer-widgets, blog, education, entertainment, food-and-drink, news, photography, portfolio, e-commerce +Tags: blog, entertainment, portfolio This theme, like WordPress, is licensed under the GPL. @@ -1243,10 +1243,10 @@ ul.nav.activello-mobile-menu li.menu-item-has-children > ul.dropdown-menu.active .dropdown-menu li { border-bottom: 0 none; } - - body .dropdown-menu>.active>a, - body .dropdown-menu>.active>a:hover, - body .dropdown-menu>.active>a:focus, + + body .dropdown-menu>.active>a, + body .dropdown-menu>.active>a:hover, + body .dropdown-menu>.active>a:focus, body .dropdown-menu> li> a:hover { background-color: transparent; color: #262626; @@ -1842,4 +1842,4 @@ p.logged-in-as { content: ""; display: block; clear: both; -} \ No newline at end of file +}