Skip Navigation

[Gelöst] Toolset Menu CELL and Bootstrap Menu customize

This support ticket is created vor 7 Jahren, 2 Monaten. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Heute stehen keine Supporter zur Arbeit im Werkzeugsatz-Forum zur Verfügung. Sie können gern Tickets erstellen, die wir bearbeiten werden, sobald wir online sind. Vielen Dank für Ihr Verständnis.

Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

Dieses Thema enthält 2 Antworten, hat 2 Stimmen.

Zuletzt aktualisiert von christianS-8 vor 7 Jahren, 2 Monaten.

Assistiert von: Christian Cox.

Author
Artikel
#561655

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

<li></li> 

elements and I cannot change classes of

<a></a>

elements, that are Child of these

<li></li>

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

#561751

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.

#563642

Thanks Christian, I did my own shortcode for custom Navigation. This is more flexible as Menu Layout Cell.

best regards.