category banner and menu sub category (HELP)

ThemeBurn SupportForumsOpenCart ThemesTechnopolis OpenCart Themecategory banner and menu sub category (HELP)

This topic has been marked as not resolved.

1. Where and how to get here this banner category?
http://prntscr.com/dzr3az

2. How to withdraw sub-links? (Links are created by selecting attributes of the filter and is inserted in the menu). I would like also to manufacturers and banners conclude their links when you hover over the category. Clarify that in fact there is no sub-categories, we are creating a sub-category links from the filter.
http://prntscr.com/dzr43p

3. How to make stick to the menu and move the scroll this module?
http://prntscr.com/dzr5jm

4. How to bring producers pictures?
http://prntscr.com/dzr695

5. How to display the logo in svg, and when you press Go to the homepage?
http://prntscr.com/dzr93j

6. The mobile version of the description of the goods is beyond the frame and in the same line, how to make that description was smooth width and 200px for example row wrapping?
http://prntscr.com/dzrdpj

Thank you.

January 24, 2017 at 6:04 pm #55807

Hi,

1) Main category can be edited from Page Builder > Content > Category X. The image of each category is set as a background image of the first row.

http://i.imgur.com/nEqrGn7.png

2) Unfortunately, you cannot insert custom links in place of categories. You will have to use the HTML menu type and create the menu manually.

3) Sticky sidebar is enabled from Theme Settings > Style > Content Wrap

http://i.imgur.com/msSeO9z.png

Sticky header is activated from Theme Settings > Style > Common.

4) In this layout of the brands menu, you cannot display images.

5) OpenCart does not support svg images to be used. You will have to manually add the logo in catalog/view/template/common/header.tpl.

6) Here is a CSS fix for the compare table width problem:

@media (max-width: 768px) {
  .tb_page_product_compare .description {
    white-space: normal !important;
  }
}

Add these styles from the Theme CP > Theme Settings > Custom > Custom Stylesheet text field.

BR,
ThemeBurn team

January 28, 2017 at 1:08 am #55912
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.