Skip to content

Commit

Permalink
Merge pull request #130 from MachoThemes/master
Browse files Browse the repository at this point in the history
keep only 3 subject tags or it will get suspended on w.org
  • Loading branch information
cristianraiber authored Jun 20, 2018
2 parents 04c58a4 + 85f2a01 commit 18ce1be
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 21 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -17,4 +17,4 @@
"grunt-wp-i18n": "^0.5.3",
"load-grunt-tasks": "^3.3.0"
}
}
}
27 changes: 15 additions & 12 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,33 @@

# 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

```
* Author: Aigars Silkalns
* 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:
Expand All @@ -39,21 +39,21 @@ 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".

Alternatively you can download the file, unzip it and move the unzipped contents to the "wp-content/themes" folder of your WordPress installation. You will then be able to activate the theme.

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
Expand All @@ -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
Expand All @@ -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
Expand Down
14 changes: 7 additions & 7 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -1842,4 +1842,4 @@ p.logged-in-as {
content: "";
display: block;
clear: both;
}
}

0 comments on commit 18ce1be

Please sign in to comment.