Search snippet
Results
-
FCPX – Make your own transitions
July 8, 2020
Awesome transitions can make or break a video. In this tutorial, we’re going to look at seven FCPX transitions that will elevate your next video. There’s a lot that goes into mastering a non-linear editing software like Final Cut Pro X. Thankfully, the…
-
CSS background-repeat: round
July 5, 2020
background-repeat: round repeats a background image without clipping!
Cat: CSS -
CSS grid newspaper layout
June 10, 2020
An explanation on Codepen
Cat: CSS -
Use first uploaded image as featured image
May 28, 2020
When using a cred form to collect data and images, and you want to collect a number of images you can assign the first uploaded image as featured image. Add the code in PHP to your toolset custom code page in Toolset -> Settings -> Custom Code (…
Cat: PHP, Toolset -
Limit WordPress Revisions
May 25, 2020
WordPress Revisions can easily take many entries in the database, and it is very common to have 50+ revisions on a single page. Imagine if you have 100 pages and posts and each has 50+ revisions, it will end up 50,000+ of entries in the database. What…
Cat: PHP