Skip to content

Commit

Permalink
v1.3.0 (#9)
Browse files Browse the repository at this point in the history
* js hints and gulpfile refactoring

* * plugins updated
* foogallery installed
* wp-smushit upgraded to PRO

* content uploads

* preparing v1.3.0

* WP 4.5.2

* clean_folder.rake updated

* theme version upgraded

* v1.3.0
  • Loading branch information
andreasonny83 committed May 15, 2016
1 parent 0540fbe commit 3cb3587
Show file tree
Hide file tree
Showing 716 changed files with 99,455 additions and 47,657 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ prod.*

# cache
content/cache
content/uploads/cache

# Temp
.temp
Expand Down
7 changes: 7 additions & 0 deletions .jscsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"requireCamelCaseOrUpperCaseIdentifiers": true,
"disallowMultipleVarDecl": false,
"requireCapitalizedConstructors": true,
"requireParenthesesAroundIIFE": true,
"validateQuoteMarks": "'"
}
19 changes: 19 additions & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"bitwise": true,
"browser": true,
"camelcase": true,
"curly": true,
"eqeqeq": true,
"immed": true,
"latedef": false,
"noarg": true,
"node": true,
"plusplus": true,
"strict": true,
"undef": true,
"unused": true,
"esversion": 6,
"globals": {
"angular": false
}
}
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,17 @@ Because the `linked_files` array is pointing to `config.php` and `.htaccess`, yo
You can copy the .htaccess from this project inside your `shared` folder and also create a copy of `prod.config.php` to use as your deployment config.php.
The shared folder will be created inside your `deploy_to` path followed by `shared` (eg. home/my_user/capistrano/rhythmicexcellence/stage/shared)

## Development

This project uses `Gulp` for generating new theme versions.
Install NodeJS, NPM, then run `npm install` to install all the project dependencies.

While in development mode, run `gulp` from inside the project root directory to compile and watch your `RhythmicExcellence_dev` directory.

Once done, compile a distribution version of the theme running

gulp build

## Contributing

1. Fork it!
Expand All @@ -119,6 +130,15 @@ The code and the documentation are released under the [MIT License](http://andre

## Changelog

## 1.3.0
* Photo gallery using [FooGallery](https://en-gb.wordpress.org/plugins/foogallery/) WordPress plugin
* `uploads` folder updated
* `gallery` CSS file implemented to overwrite FooGallery rules
* JS Code Styleguide fixed
* Capistrano `clean_folder` task updated
* Documentation updated<br>
2016.05.15

## 1.2.2
* Responsive css hotfixed<br>
2016.03.10
Expand Down Expand Up @@ -150,6 +170,9 @@ The code and the documentation are released under the [MIT License](http://andre
* Security improved on server side and with .htaccess
* Map module is now initialised only where a map is preset to avoid generating unwanted js errors on the page
* Footer share button redesigned for a better responsive design support
* Single page menu
* Responsive menu
* Timetable renamed to Calendar
* Removed the default link on media images attached on WordPress
* Code optimised around the website
* Other minor improvement
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
126 changes: 126 additions & 0 deletions content/plugins/foobox-image-lightbox/css/admin-settings.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,126 @@
.medium_textarea {
width:400px;
height:100px;
}

.short_input {
width:15em !important;
}

.long_input {
width:90% !important;
}

.image-upload-button {
cursor: pointer;
}

.yellow-message {
background-color: lightYellow; border: solid 1px #E6DB55; padding:3px 10px;
}

.red-message {
background-color: #ffebe8; border: solid 1px #c00; padding:3px 10px;
}

.demo-gallery { display: block; }

.demo-gallery span { display:none; }

.demo-gallery a
{
display: inline-block;
float: left;
margin: 10px;
text-align: center;
padding: 2px;
border: 1px solid #9D9B8B;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.demo-gallery a img
{
padding: 2px;
display: block;
}

.demo-gallery a:hover
{
opacity: 0.8;
}


#foobox-free-settings-wrapper {
width: 100%;
}

#foobox-free-settings-main {
min-width: 800px;
padding: 0;
margin: 0;
}

#foobox-free-settings-sidebar {
margin: 0;
width:250px;
padding: 0 0 0 20px;
position: absolute;
right: 0;
}

#foobox-free-settings-header {
position: absolute;
width: 300px;
height: 67px;
background: url('img/demo.png') no-repeat;
margin-left: -200px;
margin-top: -20px;
}

ul.foobox_features {
width:700px;
padding: 10px;
}

ul.foobox_features li {
margin-left:10px;
background: url('img/tick.png') no-repeat left top;
padding-left: 25px;
padding-bottom: 10px;
display: inline-block;
width: 33%;
}

ul.foobox_features.tick2 li {
background: url('img/tick2.png') no-repeat left top;
}

ul.foobox_features.tick3 li {
background: url('img/tick3.png') no-repeat left top;
}

ul.foobox_features.single_column li {
display: block;
width: 100%;
}

.caption_call_to_action {
color: #FFF;
font-size: 24px;
border-radius: 10px;
margin:20px;
}

#foobox-free-upgrade p {
font-weight: bold;
}

#upgrade_tab td, #upgrade_tab th {
padding:0 !important;
}

#foobot_says_tab tr:first-child {
display: none !important;
}
Binary file not shown.
66 changes: 66 additions & 0 deletions content/plugins/foobox-image-lightbox/css/font/foobox.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
8 changes: 8 additions & 0 deletions content/plugins/foobox-image-lightbox/css/foobox.free.min.css

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 3cb3587

Please sign in to comment.