*

ysalim

  • ***
  • 87 posts
sub category to expand by default
« on: June 30, 2016, 10:22:25 AM »
Hi,

Could you help me to make the sub category to expand by default unless user click "less" and if possible remember the settings user preference.

Thanks

*

MB Themes

Re: sub category to expand by default
« Reply #1 on: June 30, 2016, 10:29:05 AM »
@ysalim
Sure, what you already have?
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

ysalim

  • ***
  • 87 posts
Re: sub category to expand by default
« Reply #2 on: June 30, 2016, 04:23:51 PM »
what I have is exactly what it looks like the demo site patricia.mb-themes.com

in my case I have a lots of sub categories and I would like it to be expanded by default instead.

I hope that make sense

*

MB Themes

Re: sub category to expand by default
« Reply #3 on: June 30, 2016, 05:43:51 PM »
@ysalim
In file:
oc-content/themes/patricia/search.php

Find:
Code: [Select]
<?php if($i <= 4) { ?>
Replace with:
Code: [Select]
<?php if($i <= 200) { ?>
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots