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
-
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.
-
@skript
Go to file:
oc-content/themes/patricia/search.php
Find line:
<span class="follow"><?php echo osc_highlight($search_cat_text, 100); ?></span>
Replace with:
<span class="follow"><?php echo $search_cat_text; ?></span>
-
Oh, look what happened ....
-
@skript
Yes as expected, that is reason why only first 100 characters of descripion are shown.
-
What should I do?
-
@skript
Rollback changes.