How to edit this Typo3 menu?

2019-07-10 00:57发布

I have a one page sample site using the bootstrap_package / Introduction package for Typo3 version 7.6.10.

The problem is I am a complete newbie to Typo3 and need help converting the navigation menu. I want them to be anchors to sections in the page.

In more detail, From what I see in the backend, there is no (editable) menu; all of the navigation links on the front are coming from the pages that I create in the backend. Is there a way to override this function? Just to be clear, I checked the typoscript and the "setup" column is empty. All of the typoscript is located in ts adn txt files in the server.

enter image description here enter image description here

3条回答
狗以群分
2楼-- · 2019-07-10 01:01

The default TYPO3 bootstrap_package is by default not suited as a one-page template.

In order to adjust the template to convert it to a one-page solution, you have to adjust your typoscript and site structure accordingly - and add a bit of javascript, too.

If you keep the content on only one page, a section menu might help you.

查看更多
疯言疯语
3楼-- · 2019-07-10 01:01

To edit one page in the page tree you must click with the right hand click of the mouse.There it will open a menu from where you can edit the page.

Second possibility would be to click on the root page and select the module list in the left module panel. There you will see a page list from where you can edit the pages.

查看更多
闹够了就滚
4楼-- · 2019-07-10 01:19

if you are really a newbie I suggest you start again using a complete different approach ... the bootstrap package is badly documented and complicated to grasp.

ext:t3sbootstrap offers anchor links in the one-page layout, it is well documented for beginners (maybe no English) and you'll be able to grasp many best practices and typo3 fundamentals to learn by example ...

If you need to produce your site quickly you can ! then you can tweak step by step once you see how its done with this extension ...

it has its dedicated web site : t3sbootstrap.de

let me know if you're interested, I'll give you some pointers to start if you wish ...

查看更多
登录 后发表回答