*

VPLAN

  • *
  • 3 posts
Zara OSCLass theme
« on: February 16, 2016, 11:32:10 PM »
Hi,

I has purchased Zara theme and installed. Though I am impressed, I am looking for all the Categories including subcategories to be displayed on the first page. Something similar to Tatiana theme.

Please let me know if this can be done. I have 12 categories and only 8 are displayed. Users will not have  unless move the slider for other categories. The same problem at the lower panel. Not all the Categories are displayed.

Thanks and Regards,

RAJ
« Last Edit: February 17, 2016, 08:29:41 AM by frosticek »

*

MB Themes

Re: Zara OSCLass theme
« Reply #1 on: February 17, 2016, 08:29:33 AM »
@VPLAN
You can simply disable slider and show all categories in 2 rows.
Just add this code to your style.css
Code: [Select]
#top-cat ul {width:100%!important;}
Then go to global.js and find following code:
Code: [Select]
top_cat_move();
and replace it with:
Code: [Select]
//top_cat_move();
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

VPLAN

  • *
  • 3 posts
Re: Zara OSCLass theme
« Reply #2 on: February 18, 2016, 04:57:31 AM »

Thanks a lot, will try and see.

Regards

*

MB Themes

Re: Zara OSCLass theme
« Reply #3 on: February 18, 2016, 07:42:32 AM »
@VPLAN
ok let me know if works.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots