Okay
  Public Ticket #3119134
Megamenu
Closed

Comments

  •  10
    ecr started the conversation

    Hi,

    I created a new item in our main menu. The item appears but it's empty:

    4522620402.png

    What's wrong?

    Thanks for your help. Regards.

  • [deleted] replied

    Hi,

    The menu displayed content. After ceate item menu, you need to clear the menu cache and site cache.


    7229204645.png
  •  10
    ecr replied

    Hi Danny,

    OK.

    I added texts in top and bottom lines, in left and right columns. Why none of these texts is displayed? More: there is none of the items of the category?

    Thanks. Regards.

  • [deleted] replied

    Oh, sorry, I deleted your message to check so it doesn't show up anymore. A little confused how the menu display is as follows:

    1. Menu Type : Catalog category. It only will show the item subcategory.

    6201912574.png
    9974797398.png

    2. Menu Type: Static Content. It will show content.

    4205254562.png
    1838725748.png
  •  10
    ecr replied

    Hi Danny,

    OK. But none of the texts inserted in static contents appears. What's wrong?

    7346778770.png

    Thanks. Regards.

  •  10
    ecr replied

    Any news?

  • [deleted] replied

    I'm so sorry for this inconvenience. With menu type: Catalog category doesn't have static content. Show only item categories.

    6202210220.png

  •  10
    ecr replied

    Ok. So, how did you do this megamenu item (it's a copy of your minimalist theme) with all these static texts and products:

    6433277560.png

    Regards.


  • [deleted] replied

    You can add code below:

    1709554644.png
    5904177282.png
    5340510822.png


    Attached files:  content-menu.txt

  •  10
    ecr replied

    Hi Danny,

    I created a new menu item something is wrong:

    9722501383.png


    What should I do?

    Thanks.
    Regards.
  •  10
    ecr replied

    Hi Danny,

    I think I understood why. I should enter html code, not a text row as I did. So, using the page builder, I dragged an html code block on the page. But I can't add code in this block. How should I enter html code?

    Thanks for your help. Regards.

  •  10
    ecr replied

    Any news ?

  • [deleted] replied

    You don't add html code with Text Element and need use HTML code Elements. 

    7583869815.png


    Example code below:

    <div class="mega-menu-content">
    <div class="line">
    <div class="top_content static-content col-12 hidden-lg hidden-tb hidden-mb">
    <h5 class="mg-bottom-10 mg-top-10">TOP CONTENT</h5>
    <div>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</div>
    <hr></div>
    <div class="col-12 col-des-6">
    <ul>
    <li class="level1"><a href="{{store url='../'}}men.html"><span class="mega-menu-sub-title">Categories</span></a> <span class="toggle-menu hidden-lg"> <a> <span class="fa fa-plus"> </span> </a> </span>
    <ul class="sub-menu">
    <li>
    <div class="line">
    <div class="col-12 col-des-6">
    <ul>
    <li><a href="{{store url='../en/men.html'}}">1 Column</a></li>
    <li><a href="{{store url='../men/watch.html'}}">2 Columns Left</a></li>
    <li><a href="{{store url='../men/footwear.html'}}">2 Columns Right</a></li>
    <li><a href="{{store url='../men/clothing.html'}}">3 Columns</a></li>
    </ul>
    </div>
    <div class="col-12 col-des-6">
    <ul>
    <li><a href="{{store url="../en/furniture.html/?___store=ca"}}">Products Hover Effect 2 <span class="label-menu" style="right: -12px;">New</span> </a></li>
    </ul>
    </div>
    </div>
    </li>
    </ul>
    </li>
    </ul>
    </div>
    <div class="col-12 col-des-3">
    <ul>
    <li class="level1"><a href="{{store url='../'}}"><span class="mega-menu-sub-title">Collection</span></a> <span class="toggle-menu hidden-lg"> <a> <span class="fa fa-plus"> </span> </a> </span>
    <ul class="sub-menu">
    <li><a href="{{store url='../en/women.html'}}">Collection Grid Layout</a></li>
    <li><a href="{{store url='../en/couple.html'}}">Collection Masonry Layout</a></li>
    <li><a href="{{store url='../en/fashion.html'}}">Collection Lookbook Layout</a></li>
    </ul>
    </li>
    </ul>
    </div>
    <div class="right_content static-content col-12 col-des-3 hidden-lg hidden-tb hidden-mb">
    <div class="menu-banner"><img class="img-responsive" src="{{media url=wysiwyg/banner_menu.jpg}}" alt="">
    <div class="text"><button class="btn btn-default2">Accessories</button></div>
    </div>
    </div>
    <div class="bottom_content static-content col-12 hidden-lg hidden-tb hidden-mb"><hr>
    <h5 class="mg-bottom-10 ">BOTTOM CONTENT</h5>
    <div class="mg-bottom-10 ">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</div>
    </div>
    </div>
    </div>


  •  10
    ecr replied

    Hi,

    Thanks you. I understood what was wrong. I'll work on this basis.

    Just a last question: is there any mean to have the same result easier using the page builder?

    Regards.

    Closed.

  • [deleted] replied

    You can use the item Element of default Magento to create content. I think you need to read docs Page Builder .

    2283868187.png