Drupal 7 Bartik 主题主菜单

发布于 2024-12-19 00:54:38 字数 371 浏览 0 评论 0原文

我刚刚涉足 Drupal 7,到目前为止,在让菜单按照我想要的方式运行方面几乎没有成功。我的 CSS 和 PHP 基础很扎实,但理解 Drupal 的系统本身就是一个巨大的挑战,因此我心存疑虑。

对于熟悉 Bartik 主题的人来说,主菜单默认位于标题中。

我正在尝试创建一个浮动/持久菜单来封装网站的整个宽度。但我不确定我需要在哪里进行所需的更改。

我的一个选择是从 Bartik 标题中删除主菜单,然后在“特色”区域中引入主菜单块。这里的菜单是水平渲染的,而不是我想要的垂直渲染的。

本质上问题是,如何更改 Bartik 主题中的主菜单?我需要在哪里进行更改。哦,我已经对其进行了子主题,只是为了让您知道。

非常感谢!

帕里贾特

I am dabbling fresh with Drupal 7 and so far having little success with getting the Menu to behave the way I want it to. My CSS and PHP basics are strong, but understanding Drupal's system is in itself a huge challenge and hence my doubts.

For those acquainted with the Bartik theme, the main menu defaults itself in the header.

I am trying to create a floating/persistent menu that encapsulates the entire width of the website. But I am not sure where I need to go in and make the required changes.

One option I have is to remove the main menu from the Bartik header and then introduce the main menu block in the 'featured' region. Here the menu is rendering itself horizontally instead of vertically the way i want it to be.

Essentially the question is, How do I alter the main menu in the Bartik theme? Where do I need to get in and make changes.OH, and I have sub-themed it, just to let you know.

Thanks much !

Parijat

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

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

发布评论

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

评论(1

浅语花开 2024-12-26 00:54:38

我不确定我是否遵循,但听起来您需要创建一个新区域来放置菜单。您将它们添加到主题 .info 文件中。

region[region_name] = Region name

在主题 page.tpl.php 文件中打印区域内容。

清除缓存,它将显示在块页面中。

您可以随心所欲地设计它的样式。

I'm not sure I follow but it sounds like you need to create a new region to put the menu in. You add these in the themes .info file.

region[region_name] = Region name

Print the regions contents out in your themes page.tpl.php file.

Clear the cache and it will show up in the blocks page.

You can the style it how ever you want.

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