水平菜单不显示

发布于 2024-11-08 01:04:56 字数 268 浏览 0 评论 0原文

我使用的是带有大胆主题的 BlogEngine.NET 2.0(可以在此处查看)。但是,当我向父页面添加页面时,假设

foo
|-> bar

如果我将鼠标悬停在 foo 上,则不会出现 bar(它们都已发布)。
我知道这是一个精确的主题,但我正在寻求帮助!

我怎样才能让子菜单出现。
谢谢

I'm using BlogEngine.NET 2.0 with the boldy theme (can be seen here). But when I add a page to a parent page let's say

foo
|-> bar

If I mouse over foo, bar doesn't appear (they both are published).

I know that it's a precise topic, but I'm looking for help!

How can I make the submenu appear.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

寄与心 2024-11-15 01:04:56

您可能错过了自述文件中的第 3 项:

  1. 将“Bodly”文件夹复制到 /themes 文件夹中
  2. 将 PageMenu.cs 复制到 /app_code/controls 文件夹中
  3. 添加对 admin/settings/tracking 脚本的脚本引用:

* 删除“/blog”如果您的网站位于根目录中,如果不是“博客”而是其他内容,请替换为您的网站名称

You likely missed item #3 in the ReadMe file:

  1. Copy “Bodly” folder into the /themes folder
  2. Copy PageMenu.cs into /app_code/controls folder
  3. Add script reference to the admin/settings/tracking scripts:

<script type="text/javascript" defer="defer" src="/blog/js.axd?path=/blog/themes/Boldy/js/ddsmoothmenu.js"></script>

* remove "/blog" if your site is in the root or replace with your site name if it is not "blog" but something else

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文