Support Forums - Classified Ads Script Osclass

Osclass theme support => Free themes => Patricia Osclass Responsive Theme => Topic started by: ysalim on June 30, 2016, 08:57:54 AM

Title: how to choose category from the main screen if you have more than 10 categories?
Post by: ysalim on June 30, 2016, 08:57:54 AM
please help make it possible to choose the main categories from the main page if have more than 10 categories

Thank You
Title: Re: how to choose category from the main screen if you have more than 10 categories?
Post by: MB Themes on June 30, 2016, 09:16:27 AM
@ysalim
Go to file:
oc-content/themes/patricia/main.php

Locate code:
Code: [Select]
<li <?php if($i 10) { ?>style="display:none;"<?php ?>>
Replace with:
Code: [Select]
<li>

Styling is on you ;)
Title: Re: how to choose category from the main screen if you have more than 10 categories?
Post by: ysalim on June 30, 2016, 09:36:18 AM
Ok Thanks