Powerbanners is a responsive banner slider magento extension. If you want to use Powerbanners for certain category – it is pretty easy to achieve it with custom layout update. You need to perform following steps: 1. Login to admin panel 2. Navigate to Catalog > Categories 3. Select category you want to update 4. Switch […]
read moreText style parameters
Powerbanners is a responsive banner slider magento extension. You can create your own text styles for banners. Choose from over 600 google fonts, update font weight, font size and letter spacing. You will see live preview of chosen parameters Text style has following parameters Style Title – style title Font Family – adjust font family […]
read moreParameters you can override in shortcode
You can insert Powerbanners slider in any cms page or static block. {{block type="powerbanners/slider" alias="slider_alias" }}
– This code insert new Powerbanners slider in cms block. Slider will use settings from slider configuration. However, you can override certain settings in shortcode parameters…
HTML structure of single banner
Standard markup of banner with image and two lines of text. As you can see main wrapper is A with class=powerbanner-wrapper
. Titles is wrapped in title-wrapper
element. You can use it to add padding to titles…
Funny pieces of code in Magento
If you working a lot with magento you might seen some of these. Check the collection of funny pieces of code and comments in magento. Someone might found it sad. It’s up to you 🙂
read moreA Quick Guide On Setting Up Magento 2 Development Environment
Well, after consistent speculations regarding the new Magento release, Magento 2 is all out for serving as an excellent e-commerce solution for newbies and established online merchants. So, if you are a Magento fan and keenly looking forward to leverage the best features of this latest version, then you’ve landed on the right post. Here, […]
read moreRecent magento extensions updates
Wunderadmin – magento admin theme Latest version is 1.0.5 . It contain a lot of small fixes that makes your admin theme even more perfect. Please check complete list of fixes below. added: Added support for M2EPro module. added: ERP module support added. fixed: Fix for default values disabled trigger bug. fixed: Fix for not […]
read moreRestrict Access to Magento Admin Area in Nginx
It is pretty easy to restrict access to magento admin area in nginx. Basically you need to update configuration file and restart it.
All commands applicable for debian. There might be different syntax for other versions.
Magento category attributes dependency
There is no default way to create dependent category attributes in magento admin. Dependency can be easily added to system configuration inputs or custom magento forms, but not for category attributes. We are going to create simple attribute dependency by adding new input renderer for attribute. It will work this way: You have several attributes: […]
read moreProduct slider and Ultratabs update
Recently we release new versions for two of our extensions – Product slider & Ultratabs. 1. Product slider magento extension Product slider now support RTL mode. To turn on RTL mode you need to either set it as default mode in extension configuration or add slider_rtl=”true” parameter to shortcode or widget. Changelog: version 1.3.0 * […]
read more