How to display language drop down menu for jm zite?

How to display language drop down menu for jm zite? Urgent pls.

4 answers

Profile photo of Sherlock 0.00 $tone July 3, 2013
Public

Hi mate,

Sorry for this late, you just try as follow
Open the layout file of app\design\frontend\default\jm_zite\layout\page.xm l you look for this commented tag

HTML Code:

 <!-- <block type="page/switch" name="store_language" as="store_language" template="page/switch/languages.phtml"/>  -->

Remove the comment there so it would works

HTML Code:

 <block type="page/switch" name="store_language" as="store_language" template="page/switch/languages.phtml"/>
#2
Profile photo of Victor Lai 0.00 $tone July 4, 2013
Public

Once the language drop down menu displayed, but the alignment "run out". How to make it same row begin from color selector until search box?

#3
Profile photo of Sherlock 0.00 $tone July 4, 2013
Public

Hi victorlai,

You just open the file of skin/frontend/default/jm_zite/css/theme.css, look for this css rule

HTML Code:

 #quick-access .main {
                         font-size: 11px;
                         padding: 5px 30px;
                        z-index: 1000;
                   }

and change to

HTML Code:

  #quick-access .main {
  font-size: 11px;
  padding: 5px 30px;
  width: 950px;
  z-index: 1000;
}

I hope it helps !

#4

Please login or Register to Submit Answer

Written By

Comments