This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The transform “twitterLarge” cannot be found! | |
/home/vagrant/sites/Plowman Craven V4/plowmancraven.co.uk/craft/app/services/AssetTransformsService.php(588) | |
576 { | |
577 return null; | |
578 } | |
579 else if (is_string($transform)) | |
580 { | |
581 $transformModel = $this->getTransformByHandle($transform); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The transform “twitterLarge” cannot be found! | |
/home/vagrant/sites/Plowman Craven V4/plowmancraven.co.uk/craft/app/services/AssetTransformsService.php(588) | |
576 { | |
577 return null; | |
578 } | |
579 else if (is_string($transform)) | |
580 { | |
581 $transformModel = $this->getTransformByHandle($transform); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The transform “twitterLarge” cannot be found! | |
/home/vagrant/sites/Plowman Craven V4/plowmancraven.co.uk/craft/app/services/AssetTransformsService.php(588) | |
576 { | |
577 return null; | |
578 } | |
579 else if (is_string($transform)) | |
580 { | |
581 $transformModel = $this->getTransformByHandle($transform); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The transform “twitterLarge” cannot be found! | |
/home/vagrant/sites/Plowman Craven V4/plowmancraven.co.uk/craft/app/services/AssetTransformsService.php(588) | |
576 { | |
577 return null; | |
578 } | |
579 else if (is_string($transform)) | |
580 { | |
581 $transformModel = $this->getTransformByHandle($transform); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* A field type for YouTube videos | |
* | |
* version 2.0 | |
* | |
* @package default | |
* @author Drew McLellan | |
*/ | |
class PerchFieldType_youtube extends PerchAPI_FieldType |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="header__color-bars"> | |
<div> </div> | |
<div> </div> | |
<div> </div> | |
<div> </div> | |
<div> </div> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Modules | |
.news-teaser | |
//Navigation | |
.menu | |
.menu--main | |
.menu--footer | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ga('send','event','CTA','Get A Quote Button','On Page Location?') | |
// /* ========================================================================== | |
// //GOOGLE ANALYTICS TRACKING EVENTS | |
// | |
// ========================================================================== */ | |
if(typeof (ga) !== "undefined") { | |
$('.track-cta').on('click', function() { | |
ga('send', 'event', 'Call to Action', $(this).data('title'), $(this).data('placement')); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
//MODIFIED HEADER DATE | |
################################################################################## | |
function set_headerdate() { | |
$format = "%a, %d %b %Y %H:%M:%S %z"; | |
// First check if there is a blog post date | |
if (function_exists('perch_blog_post_field') && function_exists('perch_get') && perch_blog_post_field(perch_get('s'), 'postDateTime', true)) { | |
$result = perch_blog_post_field(perch_get('s'), 'postDateTime', true); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<section class="section // section--base // section--fixed"> | |
<div class="container"> | |
<?php | |
//Array (Feature Title, Feature Description, Icon Class); | |
$adverts = array ( | |
array('No Call Out Charge','Free quotation for all jobs','no-callout'), | |
array('Qualified Plumbers','Qualified Gas Safe Engineers','tick'), | |
array('Free Quotations','No obligation free quotations','contract'), |