Support Forums - Classified Ads Script Osclass
Unread
New Replies
Osclass Market
Download Osclass
Documentation
Home
Help
Search
Login
Register
how to choose category from the main screen if you have more than 10 categories?
Support Forums - Classified Ads Script Osclass
Osclass theme support
Free themes
Patricia Osclass Responsive Theme
how to choose category from the main screen if you have more than 10 categories?
Match all words
Match any words
Most relevant results first
Largest topics first
Smallest topics first
Most recent topics first
Oldest topics first
Advanced
Unread posts
New replies
My topics
My posts
Print
Pages: [
1
]
ysalim
87 posts
how to choose category from the main screen if you have more than 10 categories?
«
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
Logged
MB Themes
Support team
17421 posts
Only quality matters
Download Osclass
Re: how to choose category from the main screen if you have more than 10 categories?
«
Reply #1 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
Logged
To get fast support, we need following details:
Detail description, URL to reproduce problem, Screenshots
ysalim
87 posts
Re: how to choose category from the main screen if you have more than 10 categories?
«
Reply #2 on:
June 30, 2016, 09:36:18 AM »
Ok Thanks
Logged
Print
Pages: [
1
]