Skip to content

Instantly share code, notes, and snippets.

@philcon93
philcon93 / 1.md
Last active September 29, 2016 22:42
Search For Content On Search Results Page

Search For Content On Search Results Page

B@SE

@philcon93
philcon93 / 0_reuse_code.js
Created July 20, 2016 00:32
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@philcon93
philcon93 / 1.md
Last active August 25, 2016 04:10
Neto eBay buttons

Neto eBay Buttons

B@SE

@philcon93
philcon93 / 1.md
Last active August 26, 2016 06:07
Custom Review Fields

Custom Review Fields

B@SE

  • Add a select field on the write.template for reviews, ensure select name is name="reviewcustom1"
  • This will need to be passed to the preview.template as a hidden field e.g ``
@philcon93
philcon93 / 1.md
Created September 15, 2016 08:24
Home Page Category Banner

Add a Home Page Banner with Featured Categories

Change the standard carousel home banner to have a featured banner but also highlighting three categories.

  • Display the advert headline and advert description in the call to action caption.
  • List out three categories sorted by their sort order number

Demo:

@philcon93
philcon93 / 1.md
Last active September 15, 2016 08:33
Masonry to Product Thumbnails

Add Masonry to Product Thumbnails

Allow for a stone masonry style product thumbnail grid.

Note: on the home.template.html template we changed the limit to 6, this was to suit this particular layout and the logic in the masonry.template.html template.

Also the event listeners on 'mouseenter mouseleave' are not needed, jsut a style effect.

Note: on the masonry.template.html template very little has changed, we didn't need to add a new selector and could of used .wrapper-thumbnail.

@philcon93
philcon93 / 1.md
Created September 16, 2016 06:01
bootstrap 2 modal

Bootstrap 2 Afterpay modal

CSS

@philcon93
philcon93 / 1.md
Created September 26, 2016 22:18
fade in content with javascript

Fade In content

JS

Countdown timer

JS