Derek

Results 11 issues of Derek

Plugin works wonderful for my HTML email needs, except it's not adding styles to conditional statements. **What it looks like:** `` **What it should look like:** ``

How do you display multiple maps on a single page? I'm currently using class instead of ID to target multiple elements but for whatever reason only one map ever loads....

I incorporated bulletproof background image support with the use of panini helper. All you need to do is create a new file named "bg-img.js" and put it on in your...

Custom helper that adds bulletproof background images to your email templates. Based on https://backgrounds.cm/ ## Usage ```{{#bg-img src="assets/img/image.jpg" classes="hero-header" imgwidth="900" imgheight="520" bgcolor="#212831" top_padding="30" bottom_padding="30"}}Your Content Here{{/bg-img}}``` ## Options * **src:**...

Custom helper that adds a horizontal ruler to your email templates. ## Usage `{{ruler align="center" color="#ec6225" width="60px" height="3px" spacing="15px"}}` ## Options * **align:** Can be aligned left, right or center....

There should be a way to allow jurors to opt out of a case due to it going against their religious beliefs without putting their ANJ at risk.

research
feature

I continue to get the following errors: Uncaught TypeError: Cannot read property 'contentDetails' of undefined `var b = a.items[0].contentDetails.duration,` Uncaught TypeError: Cannot read property 'high' of undefined `d += '';`

Was wondering if you plan on adding this to NPM or Bower?

Thought I would share since I recently implemented this on one of my projects. Below is the code I'm using in order to use form class attribute and input labels....

Hi there, Running into an issue, took examples straight from the demo site but for whatever reason I keep running into "TypeError: e.flexloader is not a function" issue. I believe...