• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Drop down menu item

New Here ,
Sep 13, 2014 Sep 13, 2014

Copy link to clipboard

Copied

Hi i am trying to figure out how to make a drop down menu on the business catalyst admin console

My menu content holder code is

<ul>

    <li>

    <a href="/">Home</a>

    </li>

    <li>

    <a href="/clicker.html">Clicker</a>

    </li>

    <li>

    <a href="/contact.html">Admin App</a>

    </li>

    <li>

    <a href="/documentary.html">Documentary</a>

    </li>

    <li>

    <a href="/quiz.html">Quiz</a>

    </li>

    <li>

    <a href="/game">Game</a>

    </li>

    <li>

    <a href="/Previewer.html">Code Previewer</a>

    </li>

</ul>

unfortunately my dashboard looks like this

dashboard.PNG

so i can not do the normal method.

please help and i am sorry this is probably obvious but im new to this and am unsure so i apologize in advance.

TOPICS
Content management and modules

Views

379

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 14, 2014 Sep 14, 2014

Copy link to clipboard

Copied

Content holders, making BC menu's are for the front end of a website. These do not add menu etc to the admin.

To add menu items in BC you have  to register yourself as a developer with open platform, and then register and build a simple app to create the menu items and then deploy that.

In terms of any features you read on BC, it looks like you using your Free Creative Cloud site on BC. This has very limited and the most limited features. So a lot of what you may google or read in the BC documentation will not be accessible.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Sep 17, 2014 Sep 17, 2014

Copy link to clipboard

Copied

BC uses bootstrap for most of the menu's, here is any example of a similar menu with all the CSS you need.

http://www.bootply.com/uBoT3zP1P2

The example code is running in the bottom.

Disclaimer: I didn't write this just googled it.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 17, 2014 Sep 17, 2014

Copy link to clipboard

Copied

LATEST

In terms of what the poster is asking and "BC uses boostrap for most of its menu"

- Back end - You can not modify the admin unless you build an app, it is only control not style. - This does not use boostrap

- If on the front end:
-- CSS only html menu is just raw output - Not bootstrap

-- Default is that nasty tables, inline stuff and root BC CSS - not bootstrap

-- A basic BC site does not use bootstrap

Some of the templates do (not all of them) so it will depend on that and also if the module is just a module or module v2 and on what it is using. You often need to customise the boostrap basic CSS on a menu as it is not quite compatable as all BC templates that use it have.


Without more info though from the original poster you can only guess what he is refering to

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines