Slick Media Blog

Covering Website Design, Coding, SaaS, Software and Tech.
Editorial by
Glenn

jQuery Current Year

February 14, 2019
2019-02-14
Keep your website up to date with the current year with this jQuery Current Year snippet which is particularly useful for showing the current year for Copyright purposes.

Social Media Icons Colours

January 30, 2019
2019-01-30
A list of the main social media Icon Colours

Slick Carousel Continuous Scroll

December 4, 2018
2018-12-04
How to achieve a continuous scroll on the jQuery Slick Carousel

Contact Form 7 Redirect to Confirmation Page

November 13, 2018
2018-11-13
To redirect Contact Form 7 to a single confirmation page, or multiple confirmation pages by form ID add this PHP snippet to your WordPress theme's function.php file

Non breaking space, breaking space, line Break HTML

November 13, 2018
2018-11-13
Here is a reminder of the code for the HTML non-breaking space, breaking space and line break

Don't fall for this SEO Scam Email

November 5, 2018
2018-11-05
Don't fall for these SEO scam emails which may trick you into thinking that you need to sign up for/or renew and 'search engine optimization submission'/'domain seo registration'

Remove Input Inner Shadow on Mobile Safari

October 11, 2018
2018-10-11
How to remove the Inner Shadow on Mobile Safari form Inputs with mobile specific CSS

CSS Target Class that Starts or Ends With Value

October 5, 2018
2018-10-05
How to a CSS Class that starts or ends with a particular value

Webflow Breakpoints

October 1, 2018
2018-10-01
The standard Webflow breakpoints media queries and how to use them in your custom CSS

Any Content Shortcode

September 27, 2018
2018-09-27
A snippet to add any content (including HTML, PHP) as a WordPress shortcode for output onto your WordPress site

Update Google Chrome

September 6, 2018
2018-09-06
How to update Google Chrome

Style HTML Table Columns

September 3, 2018
2018-09-03
Style and responsively Stack HTML Table Columns with CSS

Ecwid Product Description Before Product Attributes

August 9, 2018
2018-08-09
How to place Ecwid Ecommerce Product Attributes before the Product Description

Font Awesome 5 Icons not Showing?

July 11, 2018
2018-07-11
Steps to check if your Font Awesome Icons are not showing (typically a blank bordered box) along with Font Awesome implementations for Web Font CSS & SVG JS

li show ul on Hover

May 24, 2018
2018-05-24
You don't need Javascript / jQuery to show a hidden (display: none) child/nested ul on hover of the parent li, as this can be achieved with CSS alone