Put a page inside a menu

Posted in: Newspaper
Post count: 122

How do you put a static page in a category menu? It only lets me put categories and entries within categories. Can you tell me how I can put a page inside the menu?

http://imagizer.imageshack.us/a/img921/9287/mdnQlX.png

Post count: 122

It appears to me like that, and I want it to appear just below the Córdoba CF category

http://imagizer.imageshack.us/a/img924/3453/ykboXp.png

Post count: 20688

Hi,

So you want to display the page link in the mega-menu, not the actual page. Mega menus work with categories only, you can add pages in drop down menus or as main menu items.

So adding a page along the mega-menu sub-categories is not possible.

Post count: 122

Is there no way to put it as I want? Can it only be put down at all as the capture that I have passed on to you?

Post count: 20688

Now it appears under the mega-menu from what I can see, maybe it could forced to be positioned below the other sub-categories with CSS but it will not be actually part of it.

Why not display it as a menu item or top menu item instead of that mega-menu?

Post count: 122

Ok, how do you do it the way you say? Might you help me? That is, with a simple menu without mega menu

Post count: 20688

Maybe try something like this example below
Default – https://www.screencast.com/t/CVHUJtJzyb
With a code – https://www.screencast.com/t/sqnKITtRqp

This is what I used, you can modify it if needed

.td-mega-menu .menu-item-object-page {
width: 218px!important;
text-align:right;
margin-top: -15px;
background-color: #fafafa;
border-right: 1px solid #eaeaea;
}
.td-mega-menu .menu-item-object-page a{
padding: 5px 22px!important;
}

Post count: 122

I have tried it and it does not work for me it stays in the same place

Post count: 20688

Nothing happens? I could take a look at this first hand, provide a link to the website where this menu item is located.
Maybe the code has to be modified in your case. In my test I added a sub-menu page below a menu item that is a mega-menu with sub-categories
https://www.screencast.com/t/8dvXWOq9h
I believe that is how you did it so it should work or at least something should change.

Viewing 9 posts - 1 through 9 (of 9 total)
The forum ‘Newspaper’ is closed to new topics and replies.