Account login button not showing on mobile

ThemeBurn SupportForumsOpenCart ThemesBurnEngineAccount login button not showing on mobile

This topic has been marked as not resolved.

When the site transitions into the responsive mobile format, the account button disappears and I cannot find any way to login on a mobile phone. Is there a way to fix this issue?

March 16, 2017 at 3:38 pm #57488

Hi,

We will need to check the live website. We may also need admin access to check your configuration.

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

BR,
ThemeBurn team

March 16, 2017 at 5:00 pm #57489
April 13, 2017 at 12:02 am #58271

Hi,

We’ve added the welcome (login or register) text in your header and it shows in the mobile menu now. You can check Page Builder > Header.

Thanks for reporting this missing feature!

BR,
ThemeBurn team

April 19, 2017 at 12:52 am #58397

So the welcome module looks great once the website is scaled down to mobile. We are having an issue primarily in internet explorer where the module is not hidden, it appears in every view port. With Chrome and Firefox it is hidden till you get down to about the medium view port and then it appears before it hits the mobile size. Other than that it looks good.

April 21, 2017 at 6:33 pm #58477

Hi,

We’ve added a temporary fix in your custom stylesheet panel:

@media (min-width: 768px) {
  .tb_wt_header_welcome_system.hidden-md.hidden-lg.hidden-xl {
    display: none !important;
  }
}

This problem will be fixed with the next update as well.

BR,
ThemeBurn team

April 27, 2017 at 11:56 pm #58610
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.