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 echo '<h1>'. $this->view->pageTitle.'</h1>' ?> |
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
| select - display:heading,treatment |
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 | |
| $item = $this->view; | |
| $casestudy = $item->links("case_studies_featured", array('single'=>true)); | |
| if($casestudy) | |
| { | |
| $client = $casestudy->links("clients", array('single'=>true)); | |
| $banner_img = $casestudy->images('banner_img'); | |
| } |
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
| background: #20B8FF; | |
| background: #2D4486; | |
| // Google Plus | |
| background: #d61616; | |
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
| function centerBrands(row, breakpoint) { // ? Modify to allow for any number of cols | |
| var noCols = $(row).children().length; | |
| var oddCols = noCols % 5; | |
| // Shift first column to display (five) cols | |
| if(noCols >= 5) { |
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
| 1. Link Item A and Item B with the link param type | |
| 2. On the model of Item A, under 'Filter settings', set Item B to {{View.id}} |
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
| 1) Create a param | |
| 2) Set "Save in Search Field" to SA Search 1,2 or 3 | |
| 3) Create new model based on item database | |
| 4) Set the filter settings to the appropriate value (e.g. Foo = ?) | |
| 5) Go to content type and check the appropriate field |
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
| $opt = array( | |
| 'single'=>true, | |
| 'vcbdhj' => 'cdsbs', | |
| ); | |
| $img = $item->images("slider_bg")->multi($opt); |
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
| 1. In Content A create a 'links' param linking to Content B's model. | |
| 2. Set the type to be 'Single' |
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
| 1. Add to assets/libs/ | |
| 2. Include in config/libs.php | |
| 3. Include in Gruntfile.js under the 'concat' task |