Altitude Pro is a very popular child theme for the Genesis Framework by Studiopress. It has been the second best-selling Studiopress child theme for 11 of the last 12 months (one month it was the third best-selling child theme). A frequent question on the Studiopress Forum is how to change or remove the linear gradient, or the "dark layer" or the "overlay opacity", of the … [Read more...] about How to change or remove the linear gradient Altitude Pro adds to front page images
Posts in the Category Code Snippets
How to show the Tag Cloud widget as a list in WordPress 4.4
The question came up on the Studiopress forum, how to show the Tag Cloud widget as a list in WordPress 4.4 ( showing only the tags of a single post) after previous code stopped working as expected after the update. Adjusting the output of the tag cloud started breaking the HTML markup, most notably the Widget title is no longer displayed. This is an example of code that was … [Read more...] about How to show the Tag Cloud widget as a list in WordPress 4.4
How to make the secondary navigation in Cafe Pro sticky
The Cafe Pro child theme for the Genesis Framework from Studiopress has among other features a sticky primary navigation. It only becomes sticky when you scroll down past its location on the website. The secondary navigation is positioned above of the header image, the primary navigation is positioned below. The question was asked on the Studiopress forum, how the … [Read more...] about How to make the secondary navigation in Cafe Pro sticky
How to use jQuery to hide & show the site title of Parallax Pro when scrolling
The following question about the Parallax Pro child theme from Studiopress was asked on the Studiopress Forum the other day: I want to keep the sticky header as it is, but would like to hide the site title when you land at the top of the homepage, but have it appear as soon as the user starts to scroll down. Likewise, I’d like it to disappear again when you get back to the … [Read more...] about How to use jQuery to hide & show the site title of Parallax Pro when scrolling
Sample code for a plugin to store functions in
Two days ago I wrote about how to use remove_actions in a plugin. I was asked what the code for a plugin to store functions in look slike. It is really simple to create a plugin. The WordPress codex provides us with all the information needed here. In the example below, I kept the code from the above tutorial. I hope you find this useful. … [Read more...] about Sample code for a plugin to store functions in