Vertical Menu

This topic has been marked as resolved.

I would like to have a vertical menu on the home page

is this possible?

Example: http://www.idavid.be

How should I go about this?

January 28, 2013 at 12:32 am #17688

Hi,

You can get it by create a categories without sub-categories,

and enable the module "category" for all the page.

and hide the horizontal menu by modify this file (backup it before):

catalog/view/theme/shoppica2/template/common/header.tpl
then find and remove this code :

  <div id="categories" class="s_nav">
         <?php echo $tbData->menuHTML; ?>
 </div>

Good luck.
Sam

 samdz
January 28, 2013 at 11:25 am #17708

Hi,

And you can activate the Category module from Admin > Extensions > Modules.

Best,
ThemeBurn team

January 29, 2013 at 5:10 pm #17814

Does not seem to work
Have categories enabled on home page
That is where I want the horizontal menu

January 29, 2013 at 11:34 pm #17843

Currently using shoppica 1

January 31, 2013 at 12:55 am #17882

Hi,

It’s works, I answer for Shoppica2 because I see the topic in Shoppica2 forum.

So; for Shoppic1 make the same only for the code find remove this:

<div id="categories" class="s_nav">
        <?php echo $this->document->shoppica_categories; ?>
      </div>

See the attachement.

Also you can use this extention :
http://www.opencart.com/index.php?route=extension/extension/info&extension_id=7166

Sam

 samdz
January 31, 2013 at 1:22 pm #17900

@Livvitz

Can we take a look at your website?

You can also attach a screenshot with the problems you are experiencing.

Best,
ThemeBurn team

February 4, 2013 at 3:51 pm #18093

If you go to my demo platform, you will see there is no vertical menu with Shoppica, however, if you change to the cleanclean theme, the vertical menu appears

So I conclude my categories are setup correct, right?

February 4, 2013 at 7:53 pm #18142

Hi,

The problem was that you have used the Category module with Position set to “Column Left”. As Shoppica has only one sidebar, you need to set all your sidebar modules with position set to “Column Right” :)

Best,
ThemeBurn team

February 6, 2013 at 5:41 pm #18248

thanks for your help

February 6, 2013 at 10:02 pm #18274

Glad we’ve helped, mate :)

Best,
ThemeBurn team

February 11, 2013 at 5:44 pm #18562
Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.