Keston Pollard

Results 40 comments of Keston Pollard

Maybe you could use just script for that. Something like `` `var today = new Date();` `var dd = String(today.getDate()).padStart(2, '0');` `var mm = String(today.getMonth() + 1).padStart(2, '0'); //January is...

> I have been using http://chocolat.insipi.de/ lately, what do you think? My problem with many lightbox scripts, incl this one, is that they do not come WCAG2-proof out of the...

That’s true. However DNN is always provided with Bootstrap...

> @b-creative Ehh. I don't think so.. are you talking about jQuery? > And the major problem is one uses BS3 the other BS4 or in a while BS5 and...

Hi, Came up with a workaround. I added an attribute to the surrounding div in Listing.Item.html: ` data-date="[PUBLISHSTARTDATE:yyyy-MM-dd]"` I added a jQuery script in Listing.Footer.html: ` $(document).ready(function(e) { $('div.media').each(function(index, element)...

This would indeed make a difference! I'm also seeing possibilities in using this for directing a search result link to a page which scrolls to an opened accordion, at the...

So, I gues it should be something like this? `"dnnSearchTags": "{{#each Tags}}{{Tag}}{{#unless @last}},{{/unless}}{{/each}}",`

I think you can also just delete the line in options.json ` "type": "accordion",`