…ework offers a broad range of options which you can add in a plugin or a theme to provide end users with dynamic settings. Today I am going to discuss cover two of the most basic options: a text type option and a textarea option. Let's see how to create…
…ess theme is pretty common. Titan Framework allows you to create color options. Let's see how you can add a color picker inside an admin panel, a meta box or a theme customizer section using Titan Framework.The Color Type Option in Titan Framework There is a color type field in…
…ere are several types of DOM nodes. There are Document, Element, Text and many more, which also implement the generalized Node. One of the more interesting, yet until now not so often used ones, is the DocumentFragment node. It is basically a special container for nodes. A DocumentFragment node is…
…eries, we're exploring affiliate marketing in the context of OpenCart. In the first part, we went through the back-end section of the affiliate management. Today, we'll go ahead and discuss the options available in the front-end to manage an affiliate account. Starting with the affiliate signup process, we'll inspect each…
…e have completely customized the first half of the home page, we need to modify the content of the home page next. If we look at our HTML design, the home-page content section has just one heading and a carousel for the latest products. There is a Magento widget we…
…e building WordPress themes, I often find myself in a position where I need the end user to enter a number within a given range to do something at the front-end. Titan Framework offers a cool number range option, which is what I'll be discussing today. Let's add a number…
…e of the most important concepts in the DOM is tree traversal. Since computer science has been established as its own field of study, decades of research have been spent on data structures and algorithms. One of the most used structures is a tree. Trees are everywhere. A very rudimentary,…
…eveloper, you may be interested in working with frameworks. Frameworks attempt to make the process of development easier by simplifying common practices used in the majority of developing web projects such as packages, modules, plug-ins, and even components (CakePHP). Perhaps during the development process, you feel you are reinventing the…
…ess themes have become dynamic, and a larger part of their control lies in the hands of a user. Today, managing and configuring theme settings has become quite easy. One of the handiest options which can enable or disable any of your theme's features in a single click is a…
…end user to change the font of your theme can be an intimidating task, especially when you want to provide this option inside a custom admin panel, a metabox, or even the theme customizer. Today, I'll discuss how to add a custom font type option via Titan Framework.The Font Type…