==========================================
######Output path to theme location
<?= $this->getThemePath(); ?>
######Load the required header file
<?= Loader::element('header_required'); ?>
######Benefits
| # ----------------------------------------------------------------- | |
| # .gitignore for WordPress | |
| # Bare Minimum Git | |
| # http://ironco.de/bare-minimum-git/ | |
| # ver 20150227 | |
| # | |
| # This file is tailored for a WordPress project | |
| # using the default directory structure | |
| # | |
| # This file specifies intentionally untracked files to ignore |
| <!doctype html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Multiple Google reCaptchas 2.0 w/ CaptchaCallback</title> | |
| <script src="https://code.jquery.com/jquery-1.11.3.min.js"></script> | |
| <script src="//www.google.com/recaptcha/api.js?onload=CaptchaCallback&render=explicit" async defer></script> | |
| </head> | |
| <body> |
| # BEGIN WordPress | |
| <IfModule mod_rewrite.c> | |
| RewriteEngine On | |
| RewriteBase / | |
| RewriteRule ^index\.php$ - [L] | |
| RewriteCond %{REQUEST_FILENAME} !-f | |
| RewriteCond %{REQUEST_FILENAME} !-d | |
| RewriteRule . /index.php [L] | |
| </IfModule> | |
| # END WordPress |
| <!doctype html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Basic jQuery Tabs Content</title> | |
| </head> | |
| <body> | |
| <p>Be sure to load jquery into the page</p> |
| { | |
| "vars": { | |
| "@gray-darker": "lighten(#000, 13.5%)", | |
| "@gray-dark": "lighten(#000, 20%)", | |
| "@gray": "lighten(#000, 33.5%)", | |
| "@gray-light": "lighten(#000, 46.7%)", | |
| "@gray-lighter": "lighten(#000, 93.5%)", | |
| "@brand-primary": "#428bca", | |
| "@brand-success": "#5cb85c", | |
| "@brand-info": "#5bc0de", |
This assumes that you have setup a DV server with root access and have already installed the developer tools in your mediatemple account. You must also create a user and give it SSH access.
Perform the following commmands to successfully install imagemagick.
yum install ImageMagick*
Add a new layer called "actions". Insert a keyframe at the very beginning of your animation and then insert other keyframe at the very end.
if(!this.loopsPlayed) {
this.loopsPlayed = 0;