Support Forums - Classified Ads Script Osclass

Osclass theme support => Free themes => Patricia Osclass Responsive Theme => Topic started by: skript on March 16, 2016, 07:58:47 PM

Title: Category description
Post by: skript on March 16, 2016, 07:58:47 PM
Hello, can you help me, I've added text to the description of categories. Now I go to the site and select a category, I see the text does not completely tell me how to see all the text that would have seen the audience could read, on this question over, waiting for your reply and help.
Title: Re: Category description
Post by: MB Themes on March 16, 2016, 08:54:34 PM
@skript
Go to file:
oc-content/themes/patricia/search.php

Find line:
Code: [Select]
<span class="follow"><?php echo osc_highlight($search_cat_text100); ?></span>
Replace with:
Code: [Select]
<span class="follow"><?php echo $search_cat_text?></span>
Title: Re: Category description
Post by: skript on March 16, 2016, 09:06:13 PM
Oh, look what happened ....
Title: Re: Category description
Post by: MB Themes on March 16, 2016, 09:16:03 PM
@skript
Yes as expected, that is reason why only first 100 characters of descripion are shown.
Title: Re: Category description
Post by: skript on March 16, 2016, 09:23:10 PM
What should I do?
Title: Re: Category description
Post by: MB Themes on March 17, 2016, 06:57:50 AM
@skript
Rollback changes.