*

skript

  • ***
  • 22 posts
Category description
« 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.

*

MB Themes

Re: Category description
« Reply #1 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>
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

skript

  • ***
  • 22 posts
Re: Category description
« Reply #2 on: March 16, 2016, 09:06:13 PM »
Oh, look what happened ....

*

MB Themes

Re: Category description
« Reply #3 on: March 16, 2016, 09:16:03 PM »
@skript
Yes as expected, that is reason why only first 100 characters of descripion are shown.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

skript

  • ***
  • 22 posts
Re: Category description
« Reply #4 on: March 16, 2016, 09:23:10 PM »
What should I do?
« Last Edit: March 16, 2016, 10:27:35 PM by skript »

*

MB Themes

Re: Category description
« Reply #5 on: March 17, 2016, 06:57:50 AM »
@skript
Rollback changes.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots