Post by Meilenahunk34 » Thu Jun 15, 2023 7:30 pm

I need to put the completed design on opencart, presently I'm making a menu. I have opencart variant 3.0.3.8., in light of the fact that the menu is surprising, I don't have any idea how to execute it. Take a gander at the menu screen and the code that I have and let me know how to carry out this menu.
header.twig document code:

Code: Select all

<nav class="nav">
  <ul class="nav__list">
  {{ menu }}
    <li class="nav__item">
     {% on the off chance that logo %}
       <a href="{{ home }}" class="nav__link nav__link- - logo logo">
          <img src="{{ logo }}" title="{{ name }}" alt="{{ name }}" class="logo__img" width="128" height="104"/>
       </a>{% else %}
     {% endif %}
   </li>
 </ul>
</nav>
menu.twig

Code: Select all

{% on the off chance that classifications %}
  {% for class in classes %}
          <li class="nav__item">
             <a href="{{ category.href }}" class="nav__link">{{ category.name }} </a>
          </li>
  {% endfor %}
{% endif %}

I attempted to carry out as above, yet it doesn't work in that frame of mind to show the menu on the two sides of the logo.Tell me how you can execute a powerful menu on the two sides of the logo? michelle esquivel pickleball

Newbie

Posts

Joined
Sat Jun 10, 2023 12:43 pm

Post by straightlight » Wed Jul 05, 2023 11:43 pm

Looks like you are using a custom theme. Contact the extension theme developer to resolve this issue.

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON
Who is online

Users browsing this forum: No registered users and 5 guests