the best web site development tools

Skip to Main Content »

Your shopping cart is empty

Adding a simple rollover, pop-up image (using hoverbox) to your Magento catalog product grid is very simple:

First find style.css (located at: skin/frontend/default/yourtemplatename/css/style.css) (make sure you make a backup of the file) add the following styles:

/* hoverbox product grid pop-up */
.hoverbox {cursor: default; list-style: none;}
.hoverbox a {cursor: default;}
.hoverbox a .preview {display:


Read More
0 Comments | Posted in Magento By Dave B.

Problem: I have just installed version 1.0.22. of Aheadworks Blog Extension in Magento 1.5.1.0. When I go to "Blog Settings" or any of the Aheadworks links under the "Configuration" section I get a 404 error. The posts are appearing in the main blog page. However when I try to click the individual posts I'm getting a 404 error. Any ideas?

Answer: To fix just clear your browser cache (System> Cache Management),

Read More
2 Comments | Posted in Magento By Webmaster