Replase original logo module

ThemeBurn SupportForumsOpenCart ThemesBurnEngineReplase original logo module

This topic has been marked as resolved.

Hello!

I am playing to do multilanguage logo. For that I get two text modules with image and replace original logo module but on tablet and mobile device row where this two modules and Search, Cart modules is published not showing.

Can you point me steep by steep how I can do next.

I have three text modules with images and need put it into logo position. One module I want show only on desktops, two other only on tablets and mobile, depending on which languages is switched on on site.

module1 – only on desktops.
mudule2 – only on mobile devices and language En.
mudule3 – only on mobile devices and language Ru.

 onejak
August 11, 2016 at 11:19 am #50199

Hi,

Modules are missing, because you need to apply some custom layout classes for smaller screens (tablets, smartphones):

http://docs.themeburn.com/burnengine/header/mobile/

Here is the default Bootstrap responsive classes reference as well:

http://getbootstrap.com/css/#responsive-utilities

BR,
ThemeBurn team

August 16, 2016 at 5:56 pm #50257

I have put to Extra classes but any way, modules (HTML or Text) and row where published main menu not show on mobile and tablets. But when I publish logo module together, all is shown.

Extra classes:
tbMobileShow tbMobileMenuShow tbMobileMenuDisplayBlock tbMobilePosition-1

  • This reply was modified 2801 days ago by  onejak.
 onejak
August 17, 2016 at 7:14 pm #50293

And more. With this hidding classes modules not hidding on desktop devices with screen resolution 1920×1080.

hidden-sm hidden-md hidden-lg

 onejak
August 17, 2016 at 7:34 pm #50297

Hi,

1) Unfortunately you cannot remove the logo block. The system uses it to hook mobile menus. You can however hide it with Bootstrap responsive classes (hidden-xs, hidden-sm etc).

2) There is a CSS bug in the utility classes. We’ve attached a patch that fixes it.

BR,
ThemeBurn team

August 24, 2016 at 4:53 pm #50377

1) I try to hide logo module on all devices by adding this classes “hidden-xs hidden-sm hidden-md hidden-lg” but it any way shown on mobiles and some screen resolution of tablets.

2) Yes, now modules shown as me need. Thank you! Except logo module.

  • This reply was modified 2794 days ago by  onejak.
 onejak
August 24, 2016 at 9:49 pm #50403

Regarding logo module on mobile. I have remove class tbMobileShow and now logo module not shown anywhere. But now I can’t show custom text module inline with menu an search icons on tablets.

  • This reply was modified 2793 days ago by  onejak.
 onejak
August 25, 2016 at 2:30 pm #50416

Today I have update latest theme Pavilion to v2.1.1 and BE 1.1.1 and your CSS fixes in the utility classes was lost.

And I still not have any solution to get Text module menu and cart burgers in line on tablets.

  • This reply was modified 2783 days ago by  onejak.
  • This reply was modified 2783 days ago by  onejak.
  • This reply was modified 2783 days ago by  onejak.
 onejak
September 4, 2016 at 8:37 pm #50586
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
September 5, 2016 at 1:09 pm #50609

Thank you! But now a little the scrambled justified in the sticked menu

 onejak
September 5, 2016 at 2:05 pm #50618

Hi,

Can you please provide a bit more information about your last request. A screenshot will help us even more to better understand what exactly you want.

BR,
ThemeBurn team

September 10, 2016 at 11:39 pm #50836

Now sticked menu is arranged by left side but will be better if it will be expanded horizontally.

P.S. I have rebuild my main menu.

 onejak
September 22, 2016 at 12:54 pm #51243

I have found solution by my self, but I don’t know is it correct or no.

I’v change


.tbSticky nav > .nav.nav-justified > li {
  flex: 0 0 auto;
}

to

.tbSticky nav > .nav.nav-justified > li {
  flex: 1 1 auto;
}

  • This reply was modified 2764 days ago by  onejak.
 onejak
September 23, 2016 at 1:02 pm #51315

Thanks for sharing the solution!

BR,
ThemeBurn team

September 25, 2016 at 11:58 pm #51406
Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.