Archive for November, 2008

10Nov

Remove WordPress version tag from header

Wordpress

Since version 2.5 WordPress inserts the version meta tag <meta name=”generator” content=”WordPress 2.5″ /> automatically without you having the possibility to remove it from the header file. WordPress now uses <?php wp_head(); ?> a function that if you remove you’re removing more than just the wordpress version. So the solution is to add something to [...]

1 comment | read more »
07Nov

Magento – how to add download links on product page

Magento, xHTML

This is a serious drawback when using magento, i don’t know why they havent added this feature yet because other carts have it. Most of shops have products that ofer user guide or other downloads. It’s nice to be able to find them on the product page. For the moment there is only a small [...]

7 comments | read more »
05Nov

Magento Admin Menu Not Working (js 404 error)

AJAX, Magento, PHP

While i was installing a Magento oscommerce platform I encountered a problem, a new problem i might add, because i never saw it before. I’ve worked before with Magento but never had any issues. This time, after getting it up and running i noticed that my admin menu wasn’t working, the options weren’t dropping down [...]

40 comments | read more »