The mobile menu does not show (Trendo theme)

ThemeBurn SupportForumsOpenCart ThemesBurnEngineThe mobile menu does not show (Trendo theme)

This topic has been marked as not resolved.

Dear support,

So far I am very happy with the theme. Unfortunately I have a problem with mobile menu. It does not show.

I tried setting everything up as in the demo, I have updated the theme to the latest version, I searched the forums – no success.

Would you be so kind and help?

My website: http://thehumanebag.com/shop/

I would be very grateful!

Current store: #thehumanebag (Default)
Current theme: Trendo v1.0.7 /installed on 30.05.2017 15:48/
BurnEngine version: 1.2.7
OpenCart version: 2.3.0.2
HTTP Server: Apache
MySQL server version: 5.6.32-78.1-log
PHP version: 5.6.29

September 4, 2017 at 10:06 pm #61382

Hi,

The problem with your case is that you have deleted the logo system block. Unfortunately this is a critical content that we use to hook the buttons of the mobile menu. Why not use default logo image instead of the banner (we see you use this block to display the store logo)?

BR,
ThemeBurn team

September 4, 2017 at 11:50 pm #61388

Thank you! Such as easy fix…

I used the banner to have a hover effect, but of course the mobile menu is far more important than that.

September 5, 2017 at 6:26 am #61400

Hi,

You can still have the zoom effect with the aid of some custom CSS:

#site_logo {
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
#site_logo:hover {
  transform: scale(1.05);
}

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

BR,
ThemeBurn team

September 6, 2017 at 12:05 pm #61430
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.