Add pages in menu

Tagged: 

This topic has been marked as resolved.

Hello,

How can i add About & Brands links (on example image green) to the catagorie menu? But then right centered? Just like image.

Is that easily possible?

Thank you,

November 2, 2011 at 2:40 pm #3111

Hi,

There is a “how to” topic, about adding new menu items:

http://support.themeburn.com/topic/modify-main-menu-add-new

You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!

Best regards,
ThemeBurn team

November 3, 2011 at 12:03 pm #3155

But where do i need to put the links to the pages?
And i don’t get where to place the class?

November 7, 2011 at 8:52 pm #3313

Did you take a look at the how to modify the information menu topic?

You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!

Best,
ThemeBurn team

November 9, 2011 at 10:31 pm #3399

Yes, i did take a look..

I’m trying but i really don’t get it working ..


<li id="shoppica_menu_information">
  <a href="#" onclick="return false; "><?php echo $this->document->shoppica_menu_information; ?></a>

  <div class="s_submenu">

    <h3><?php echo $this->document->shoppica_menu_information; ?></h3>
    <ul class="s_list_1 clearfix">
    <?php foreach ($informations as $result): ?>
        <li><a href="<?php echo $_url->link('information/information', 'information_id=' . $result['information_id']); ?>"><?php echo $result['title']; ?></a></li>
    <?php endforeach; ?>
    </ul>
    <span class="clear border_eee"></span>

    <h3><?php echo $text_extra; ?></h3>
    <ul class="s_list_1 clearfix">
      <li><a href="<?php echo $_url->link('product/manufacturer', '', 'SSL'); ?>"><?php echo $text_manufacturer; ?></a></li>
      <li><a href="<?php echo $_url->link('checkout/voucher', '', 'SSL'); ?>"><?php echo $text_voucher; ?></a></li>
      <li><a href="<?php echo $_url->link('affiliate/account', '', 'SSL'); ?>"><?php echo $text_affiliate; ?></a></li>
      <li><a href="<?php echo $_url->link('product/special', '', 'SSL'); ?>"><?php echo $text_special; ?></a></li>
    </ul>
    <span class="clear border_eee"></span>

    <h3><?php echo $text_service; ?></h3>
    <ul class="s_list_1 clearfix">
      <li><a href="<?php echo $_url->link('information/contact', '', 'SSL'); ?>"><?php echo $text_contact; ?></a></li>
      <li><a href="<?php echo $_url->link('account/return/insert', '', 'SSL'); ?>"><?php echo $text_return; ?></a></li>
      <li><a href="<?php echo $_url->link('information/sitemap', '', 'SSL'); ?>"><?php echo $text_sitemap; ?></a></li>
    </ul>

  </div>
</li>

<li class="right"><a href="">About Us</a></li>
<li class="right"><a href="">Brands</a></li>

<!-- use this if you want to add another custom menu -->
<li id="manufacturer">
  <a href="#" onclick="return false; " rel="nofollow">Custom Menu Name</a>
  <div class="s_submenu">
  .........
<li>
  

<!-- use this if you want to add another custom menu -->
<li id="33">
  <a href="#" onclick="return false; " rel="nofollow">Custom Menu Name</a>
  <div class="s_submenu">
  .........
<li>

November 13, 2011 at 1:35 pm #3477

Hi,

Here is the modified menu template. You could try to replace it.

Then add this code at the end of the screen.css:

#custom_menu_1,
#custom_menu_2
{
   color: green;
}

Best,
ThemeBurn team

November 15, 2011 at 10:17 am #3542
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.