Problem with 1.7

I’ve installed the latest version of JM Topaz on Magento 1.7. It works fine besides a couple of things:

-- The menu isn’t showing up although; the site root is OK; all menu items are children of the root; the root is configured as root in Edit Shops; switched anchor and flat in categories on and off.

-- After installing the theme only the homepage appears and not checkout, customer service or all other pages. Propably something with base url but can’t find out what.

Is this template tested on 1.7?

Can you help? Thanks in advance.

Regards,
Pim.

6 answers

Profile photo of Saguaros 0.00 $tone August 22, 2012
Public

Hi Pim,

About the issue of menu not showing up, it’s a bug of this template and we will update soon. You can open this file: \app\design\frontend\default\jm_topaz\layout\page. xml
At approx line 72, replace this:

PHP Code:

<block type="page/template_links" name="tool.links" as="toolLinks"/> 




with this:

PHP Code:

<block type="core/text_list" name="top.menu" as="topMenu" translate="label">
         <
label>Navigation Bar</label>
     <
block type="page/html_topmenu" name="catalog.topnav" template="page/html/topmenu.phtml"/>
</
block




-- With second issue, you can check your site base url in Backend > System > Configuration > Web > Secure and Unsecure section, make sure that you input right base url here.

Regards.

#1
Profile photo of Saguaros 0.00 $tone August 23, 2012
Public

Do you mean that it works fine with default magento theme? Try to switch to default magento them and tell me what’s going on. If it works, PM me admin and FTP account, I shall check this for you.

Regards.

#5

This question is now closed

Written By

Comments