Blog

How to add CSS & Javascript to Magento Themes?

In Web development JS & CSS files play a vital role, and work as a backbone or skelton of your website. While working on a Magento project you can do this into your Magento layout files. For adding JS or CSS, you can do this in xml layout files using methods/action: <action method="addJs"/> <action method="addCss"/> … Continue reading How to add CSS & Javascript to Magento Themes?

How to create a Simple WordPress theme?

WordPress is a great product. It’s easy-to-use, quite powerful, and flexible. Fundamentally, the WordPress Theme system is a way to “skin” your weblog. Yet, it is more than just a “skin.” Skinning your site implies that only the design is changed. A WordPress Theme is a collection of files that work together to produce a … Continue reading How to create a Simple WordPress theme?

Vivacity- Responsive WordPress Theme is out now

We have released our first WordPress Responsive Theme called тАЬVivacityтАЬ.┬аThe “Vivacity” Theme is completely responsive, meaning that it is automatically compatible with any device that a website visitor uses to view the site, whether on a desktop, smartphone, tablet, etc. Vivacity is a child theme of Twenty Fourteen. Using Vivacity theme you can customize various … Continue reading Vivacity- Responsive WordPress Theme is out now

How to Create a Child Theme in WordPress?

Create a directory in your themes directory to hold the child theme. The theme directory is wp-content/themes. You can name the directory without any space as part of the name, and it is common practice to use the name of the parent theme folder with тАЬ-childтАЭ appended to it. For example, if you are making … Continue reading How to Create a Child Theme in WordPress?