Problem with subtitle in brand category

ThemeBurn SupportForumsOpenCart ThemesTechnopolis OpenCart ThemeProblem with subtitle in brand category

This topic has been marked as resolved.

Hello!
I have a problem with subtitle in brand category. Screenshot was added. Now I hide the subtitle by CSS in Custom Stylesheet:


#PageTitleSystem_R06Mg5pa {
  display: none !important;
}

Best regards, Taras.

April 20, 2017 at 2:05 pm #58435

Hi Taras,

Can you please try the following:

1) Open catalog/language/RU/BurnEngine/theme.lang.php

2) Replace this code line:

$_['text_manufacturer_products'] = '{{производитель}} {{категория}}';

with the original:

$_['text_manufacturer_products'] = '{{manufacturer}} {{category}}';

BR,
ThemeBurn team

April 27, 2017 at 7:25 am #58587

Hello!
Thank you, it solved my problem.
Best regards, Taras.

April 29, 2017 at 11:37 am #58635

Glad we’ve helped :)

BR,
ThemeBurn team

April 29, 2017 at 8:55 pm #58636
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.