Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

Reply To: Caret still displays on mobile view

Home Forums Older releases 0.9.x Caret still displays on mobile view Reply To: Caret still displays on mobile view

#2269
admin
Keymaster

Hi,

Normally, this shouldn’t happen. When you set subIndicators: false in “jquery.smartmenus.bootstrap.js”, the SmartMenus plugin will not generate any caret elements. So you either have 2 carets in source or maybe one of them is displayed via CSS generated content (i.e. some :before or :after rule) or some additional JS code that you use.

If you like, please post a link to some sort of live example and I will check it.