Comes in handy when trying to meet WCAG 2.1 standards (as opposed to directly changing WordPress plugins for the edits to be wiped out on the next update).
Read MoreGreat for repeating content columns, where additional information appears inbetween rows on click.
Read MoreThe Google Font Library is a great resource for free fonts.
Read MoreAutosort data on a page from a hash URL using the following snippet and related HTML.
Read MoreSlick Slider has pause and play functions available, but they are not easily enabled.
Read MoreSimple jQuery function to toggle between multiple containers on click.Filter links HTML:
Read MoreWorking with CSS fixed headers and HTML anchor tags can be a little tricky. The jump point will need to be offset by the height of the header, and other fixed elements.
Read MoreThe below example uses WordPress Tags.
Read MoreCreate a custom Instagram slider for your site using jSON and the following instructions…
Read MoreUse HTML and CSS to toggle reveal the search input field.
Read MoreCreate your own media page from posts with embedded YouTube videos, and toggle the list of videos into a larger div to play the content using the steps below.
Read MoreUsing buttons and jQuery to filter and sort Posts on a website can be fun! Unfortunately, as your content grows, it can also become space consuming, and difficult to read.
Convert a list to a dropdown, and toggle the display of the items via class with a jQuery function.
Read MoreUsed in HTML, this will convert a hard-coded address into an embedded map within an iframe
Read MoreAdd a poster to an html embedded video to prevent the black background from displaying on screen while the video loads:
Read MoreMake your website content more dynamic and interactive with this handy feature.
Read MoreOccasionally, when working with javascript toggles it becomes necessary to use methods like target=”<?php echo $counter; ?>” in order to build a relationship with other elements involved.
Read MoreThree options as a workaround if a server doesn’t allow for an htaccess file.
Read MoreI’ve been using this template as a guide to create HTML newsletters. These can be uploaded to FTP, and hyperlinked on a website, or embedded in an email.
Read MoreDesign the html email template, like you would a static webpage. Here is an example of a responsive email template that you can update or use as reference.
Read MoreTargeting the mailto field is pretty rudimentary, but you can keep yourself organized if you use such items like the cc-field, and the subject line in order to keep track of where your visitors are when they contact you.
Read MorePlace this code inside of the relevant Div
Read More