Hi,
1. I want to customize Bootstrap menu in toolset. I found this versteckter Link, what toolset uses for Bootstrap menu, but can not find this script in Toolset start theme or in Toolset starter theme child. I used for bootstrap menu Toolset Layouts Menu Cell and this does work pretty good. I need now to customize HTML Classes and ID's in the HTML Menu Output. But I need for this some changes in menu php script. I know, that I can, only add some css classes in from Appearance > Menu, but this class is only added on
elements and I cannot change classes of
elements, that are Child of these
elements.
2. I want to disable JS script of toolset for bootstrap menu .../wp-content/plugins/layouts/resources/js/ddl-menu-cell-front-end.js?ver=2.0.2 and also CSS .../wp-content/plugins/layouts/resources/css/cell-menu-css.css?ver=2.0.2 . How can I do this?
best regards
but can not find this script in Toolset start theme or in Toolset starter theme child
Check in wp-content/themes/toolset-starter/functions/bs-nav-walker.php
I want to disable JS script of toolset for bootstrap menu...and also CSS
The menu cell JS is built into the Layouts plugin, not the Toolset Starter Theme. There is no option to disable it. If you want to build a different menu system, you may want to check out custom cells:
https://toolset.com/documentation/user-guides/creating-custom-cells-unique-functionality/
https://toolset.com/documentation/programmer-reference/layouts-cells-api/
There's an option to disable all the theme styles in the Theme Customizer, but no option to disable only the menu styles. You can find a checkbox in Appearance > Customize > Advanced Settings.
Thanks Christian, I did my own shortcode for custom Navigation. This is more flexible as Menu Layout Cell.
best regards.