Archive for November, 2008
Remove WordPress version tag from header
WordpressSince 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 [...]
Magento – how to add download links on product page
Magento, xHTMLThis 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 [...]
Magento Admin Menu Not Working (js 404 error)
AJAX, Magento, PHPWhile 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 [...]