Prepare for the wonderful weekend y’all. Cheers!
Latest posts - Page 4
Arduino Nano avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00
This was is a weird error I got when trying to upload my code to my Ardiono Nano. I was finally able to solve…
WordPress Genesis theme modify copyright footer
WordPress Genesis theme modify copyright footer Here is how to modify copyright footer in WordPress Genesis theme. As you know any modifications you would…
WordPress Custom post type not found
Custom post type not found Usually this is a permalink issue. The fix for this is to put the following line in your functions.php…
WordPress Disable AddThis plugin on a custom post type
I built a nice slider using a custom post type but as soon as I added the AddThis plugin it messed it up. AddThis…
Display genesis post info on page content type
Display genesis post info on page content type When working with genesis its a bit tricky to find the right functions and filters to…
2019 – Fight the good fight and keep the faith
Advice to myself for 2019. Fight the good fight and keep the faith.
Drupal input label accessibility issue
Drupal input label accessibility issue There is one particular issue with drupal forms regarding accessibility compliance that comes up all the time.
Android WebView Back Button override
Android WebView Back Button override is essential when your app is loading a webpage or inner website. You may be traveling down the website…
Drupal 7 – Add Classes to fields in template preprocess field
Drupal 7 – Add Classes to fields in template preprocess field This if a preprocess function that you will need to use again and…