Categories – main manu set up

ThemeBurn SupportForumsOpenCart ThemesTechnopolis OpenCart ThemeCategories – main manu set up

This topic has been marked as resolved.

How can I change position between category name and category picture. (it should be center alignment between category name and category picture) in main manu (categories.jpg). I need to attach link to category picture in main manu. It means that when customer click on category picture it will transfer him to category list. I need divide category list screen on pages (50 categories on 1 page) (page.jpg). How can I do it?

best regards

Darek

April 12, 2017 at 5:44 pm #58258

Hi Darek,

We will need a live example. Can you provide website url and admin access, so we can check?

You can use hidepost to share private information with the support staff.

BR,
ThemeBurn team

April 18, 2017 at 12:21 am #58347

I’m sending you url of my web site.

I prefer not to give admin access for the time being. Pls let me know if it is necessary.

Best regards

Darek

April 18, 2017 at 12:04 pm #58360
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
April 24, 2017 at 11:50 pm #58537

What about next issues:

1. I need divide category list screen on pages (50 categories on 1 page) (page.jpg).
2. How can I change position between category name and category picture

I checked your solution for categories links. It works (thanks)

Best regards

Dariusz

April 25, 2017 at 6:33 pm #58560

To be precised I need :

divide subcategory list screen on pages (50 categories on 1 page) (page.jpg).

April 25, 2017 at 6:35 pm #58561

Hi Dariusz,

1) Here is more CSS that will center the text and image in mega menu:

.tb_subcategories > .tb_grid_view > li > a > .tb_text {
            -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

2) Can you please explain what exactly do you mean by “divide category list”? Maybe provide additional visual hint.

BR,
ThemeBurn team

April 29, 2017 at 11:12 pm #58641

The problem with “divide category list” is that I have a lot of subcategories (some categories has 500 subcategories) with pictures. It takes a lot of time to load all pictures and all subcategories to 1 category. So my request was just to divide subcategories page into several subpages eg 50 subcategories on 1 page. How can I do it?

May 4, 2017 at 12:54 pm #58771

Hi,

Unfortunately OpenCart by default does offer such a feature. We haven’t met a third party extension either.

BR,
ThemeBurn team

May 5, 2017 at 12:35 am #58814
Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.