3 or 6 column or 2 lines in Megamenu

Posted in: Newspaper
Post count: 2

I have exactly 6 Posts in a Category and wants to represent all within a mega menu.

Unfortunately, only 5 Posts are displayed. the sixth post can only by clicking the forward and back button in dropdown-menu

I have seen that is bounded on the script the number of columns to 5!

How can I here 2 x 3 with one another – or 6 side by side represent.

Post count: 7909

Hi,

The simplest way is to modify the post limit on megamenu and display more than 5 articles on 2 rows – http://screencast.com/t/UKNMJSx1JXhttp://screencast.com/t/TrFPzTb2Lv
You will need custom work to display the articles 2×3 or 6 side by side. For example if you change the limit value to 6 it will be applied on all megamenu categories(those without subcategories). If this is not a problem for you, you can add a fixed width to the megamenu, using menu item unique class(so you it will not affect the other megamenu categories). You need to use browser inspector tool to take the item class – http://screencast.com/t/kis7We6Wxg1 and use this custom css(use media queries for specific screen size) – http://screencast.com/t/37TjlBsbw

@media (min-width: 1019px ) {
.menu-item-2091 .td-mega-row {
width: 654px;
}
}

This is not an easy task, so if you don’t have basic html/css experience I suggest to hire someone to do this for you as we cannot provide custom work, sorry! I provided above an example how this can be done, but you will need additional customization.

Thanks!

Post count: 2

hi Alin,

because now I know in which file is the limit, I could help myself.

Thanks for your quick – especially fantastically well explained – support.

Greetings from Berlin
Mike

Post count: 7

Hello TagDiv Team,

I recently posted this topic and someone redirected me to this topic.
Here is my issue:
We are currently using Megamenu to display subcategories articles. Unfortunately, the megamenu does not display them correctly, especially if the categories are on the right side of the menu.The Megamenu is then cut by the “end” of the screen page and we can see 3 articles, then 2 and then 1 and half… And with the second to last category, the subcategories are not displayed in the Megamenu.

Is there something to do about it? Just for your information, I do not have any basic html/css experience.

Blog: http://www.lavieduriz.com

Thank you for your help.
Best regards,
Emilie & Kevin

Post count: 22421

Hello,
Unfortunately the way you are using the mega-menu is not the intended way of foing so. the mega-menu was not intended to work on sub-menus. It only works and positiones properly in the mainemenu. The first level of menu items. Not in a sub-menu:
correct: http://screencast.com/t/sYOfCujp8
incorrect: http://screencast.com/t/sxt0214E
The mega-menu was not designed to work on sub-menu elements.
Thank you!

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