Creating a Social Media Menu from Icon Fonts with FontAwesome

Twitter Icon Fontawesome

…media page: <ul> <li><a href=”https://facebook.com/”><i></i></a></li> <li><a href=”https://linkedin.com/”><i></i></a></li> <li><a href=”https://twitter.com/”><i></i></a></li> <li><a href=”https://linkedin.com/”><i></i></a></li> <li><a href=”https://twitter.com/”><i></i></a></li> </ul> By default we get something like this which inherits any styles we have in our website…….

Read More

Image Carousel Thumbnail Slider with SwiperJS and ACF in WordPress

…latest version of SwiperJS and file the following in your WordPress Child Theme… css/swiper-bundle.min.css js/swiper-bundle.min.js Then set up the scripts and styles in functions.php https://gist.github.com/neilgee/4bdaad5361a89b0818ae79f6de8c2c9c#file-scripts-ahoy-php Initialise SwiperJS Then add a…

Read More

Adding Classes and Attributes to HTML elements in Genesis

…archive-pagination genesis_attr_archive-pagination entry-pagination genesis_attr_entry-pagination adjacent-entry-pagination genesis_attr_adjacent-entry-pagination comments-pagination genesis_attr_comments-pagination entry-comments genesis_attr_entry-comments comment genesis_attr_comment comment-author genesis_attr_comment-author comment-author-link genesis_attr_comment-author-link comment-time genesis_attr_comment-time comment-time-link genesis_attr_comment-time-link comment-content genesis_attr_comment-content author-box genesis_attr_author-box sidebar-primary genesis_attr_sidebar-primary sidebar-secondary genesis_attr_sidebar-secondary site-footer genesis_attr_site-footer…

Read More