Title: teeray's Replies | WordPress.org

---

# teeray

  [  ](https://wordpress.org/support/users/teeray/)

 *   [Profile](https://wordpress.org/support/users/teeray/)
 *   [Topics Started](https://wordpress.org/support/users/teeray/topics/)
 *   [Replies Created](https://wordpress.org/support/users/teeray/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/teeray/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/teeray/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/teeray/engagements/)
 *   [Favorites](https://wordpress.org/support/users/teeray/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 36 total)

1 [2](https://wordpress.org/support/users/teeray/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/teeray/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/teeray/replies/page/2/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Weird Menu Issue](https://wordpress.org/support/topic/weird-menu-issue/)
 *  Thread Starter [teeray](https://wordpress.org/support/users/teeray/)
 * (@teeray)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/weird-menu-issue/#post-5100455)
 * Not very long at all.
 * in functions.php:
 *     ```
       register_nav_menus(
       array( 'main-menu' => __( 'Main Menu', 'UNFFFP'),
              'news-menu' => __( 'News Menu', 'UNFFFP'),
              'events-menu' => __( 'Events Menu', 'UNFFFP'),
       	   'footer-menu' => __('Footer Menu', 'UNFFFP')
       	   )
              );
       }
       ```
   
 * in footer.php:
 *     ```
       <?php wp_nav_menu( array(
       					 'theme_location' => 'footer-menu',
       					 'container' => '',
       					 'menu_class' => 'footer-nav',
       					 'after' => '',
       					 'depth' => 1
       					 ) ); ?>
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Weird Menu Issue](https://wordpress.org/support/topic/weird-menu-issue/)
 *  Thread Starter [teeray](https://wordpress.org/support/users/teeray/)
 * (@teeray)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/weird-menu-issue/#post-5100450)
 * Oh, and needless to say that the menu was set up by the theme author!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Weird Menu Issue](https://wordpress.org/support/topic/weird-menu-issue/)
 *  Thread Starter [teeray](https://wordpress.org/support/users/teeray/)
 * (@teeray)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/weird-menu-issue/#post-5100449)
 * Thanks for your help with this. I am the theme author, so I have set up the menu
   using register_nav_menus as is usual.
 * I have been exploring whether this is a conflict with Events Manager, as they
   note on their site that sometimes nav menus get rewritten on events pages. However
   this is not an events page – and following their instructions in settings seems
   to have done nothing.
 * Any other troubleshooting suggestions are most welcome and incredibly appreciated!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Weird Menu Issue](https://wordpress.org/support/topic/weird-menu-issue/)
 *  Thread Starter [teeray](https://wordpress.org/support/users/teeray/)
 * (@teeray)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/weird-menu-issue/#post-5100251)
 * It’s a WP Menu – register_nav_menus
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Weird Menu Issue](https://wordpress.org/support/topic/weird-menu-issue/)
 *  Thread Starter [teeray](https://wordpress.org/support/users/teeray/)
 * (@teeray)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/weird-menu-issue/#post-5100151)
 * Yes. See actually under the yellow section of the footer – where the copyright
   statement generally would be – there is a line of links?
 * On all other pages, these links are different items. On this page (and some others),
   it is a repetition of the page name for each link. The links themselves are correct,
   however the link titles are not.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Weird Menu Issue](https://wordpress.org/support/topic/weird-menu-issue/)
 *  Thread Starter [teeray](https://wordpress.org/support/users/teeray/)
 * (@teeray)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/weird-menu-issue/#post-5100103)
 * Hmm. Not even on the example link I showed you?
 * [http://unfffp.volumesquared.com/about/unff/](http://unfffp.volumesquared.com/about/unff/)
 * I should point out, the footer menu is at the VERY bottom. Where it says Copyright
   | Terms of Use, etc
 * Could be that WPML is the culprit, but unfortunately I can’t test as uninstalling
   breaks the site. Sigh.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Weird Menu Issue](https://wordpress.org/support/topic/weird-menu-issue/)
 *  Thread Starter [teeray](https://wordpress.org/support/users/teeray/)
 * (@teeray)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/weird-menu-issue/#post-5100088)
 * Completely understood. I was hoping I’d get away with describing the issue really,
   really well so as not to compromise the project. In the end, though, troubleshooting
   this issue is the most important thing.
 * Site is: [http://unfffp.volumesquared.com](http://unfffp.volumesquared.com)
    
   Pages where occurring: [http://unfffp.volumesquared.com/about/unff/](http://unfffp.volumesquared.com/about/unff/)(
   for instance)
 * You’ll notice it occurring on the footer menu, and I just realized that the issue
   is that it is echoing the page name for the page, not the link name that has 
   been set in the menu (each item on the menu is an external link)
 * Site has buddypress, events manager and WPML installed among other (less major)
   plugins.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Display Posts - Easy lists, grids, navigation, and more] Display Author with link to buddypress profile](https://wordpress.org/support/topic/display-author-with-link-to-buddypress-profile/)
 *  Thread Starter [teeray](https://wordpress.org/support/users/teeray/)
 * (@teeray)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/display-author-with-link-to-buddypress-profile/#post-4096385)
 * Latest version of BuddyPress is 1.8, and it is not working.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Multisite, Domain Mapping, SSL](https://wordpress.org/support/topic/multisite-domain-mapping-ssl/)
 *  Thread Starter [teeray](https://wordpress.org/support/users/teeray/)
 * (@teeray)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/multisite-domain-mapping-ssl/page/2/#post-3843327)
 * [@echoleaf](https://wordpress.org/support/users/echoleaf/),
 * Yes, you are. If you are using subdomains, you will need an SSL certificate that
   supports wildcard domains. If each domain is mapped to an individual url, you
   will need to purchase multiple certificates. You don’t need multiple IPs.
 * SSL plugin I’m using is WordPress HTTPS. [http://wordpress.org/plugins/wordpress-https/](http://wordpress.org/plugins/wordpress-https/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Different Template Layouts for Different Event Category](https://wordpress.org/support/topic/different-template-layouts-for-different-event-category/)
 *  [teeray](https://wordpress.org/support/users/teeray/)
 * (@teeray)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/different-template-layouts-for-different-event-category/#post-3737765)
 * So my apologies for the last post – i think i understand this correctly now.
 * However I still can’t seem to get it to work. Can I confirm that the category
   ID should be the category slug without apostrophes, and placeholders should be
   replaced by the html and placeholders per my example above?
 * I do this, and I get nothing displayed. Per this page: [http://unfffp.volumesquared.com/events/categories/cpf/](http://unfffp.volumesquared.com/events/categories/cpf/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Different Template Layouts for Different Event Category](https://wordpress.org/support/topic/different-template-layouts-for-different-event-category/)
 *  [teeray](https://wordpress.org/support/users/teeray/)
 * (@teeray)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/different-template-layouts-for-different-event-category/#post-3737762)
 * Formatting is disabled, and my template does resemble the archive template. I’m
   having trouble outputting anything correct, though. Here’s the code I attempted
   to replace `<?php get_template_part( 'entry' ); ?>` with:
 *     ```
       <?php
         $EM_Category = new EM_Category($term);
       $EM_Category->output('<div class="post-excerpt">
       <div class="post-summary">
          <h5>#_EVENTLINK</h5>
       <div class="entry-meta">
       <time class="date" datetime="#_EVENTDATES ">
                   #j #F #Y#@_{ \u\n\t\i\l j F Y},  #_EVENTTIMES</time>
   
       <span class="meta-sep">  /  </span>
   
       <span class="author"><a href="#_CONTACTPROFILEURL
       ">#_CONTACTNAME</a>
       </span>{has_location}
       <br/>
        #_LOCATIONNAME, #_LOCATIONTOWN #_LOCATIONSTATE</i>{/has_location}<br/>
       #_EVENTEXCERPT
       </div>
   
       </div>
   
       <div class="post-thumbnail">
       #_EVENTIMAGE{90,90}
       </div>
   
       </div>
       ');?>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] EM Pages display under main blog hierarchy](https://wordpress.org/support/topic/em-pages-display-under-main-blog-hierarchy/)
 *  Thread Starter [teeray](https://wordpress.org/support/users/teeray/)
 * (@teeray)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/em-pages-display-under-main-blog-hierarchy/#post-4078834)
 * No.
 * In trying to fix the issue, I created a new permalink slug for event categories
   named events-categories (it didn’t help). The permalink slug for events is events.
   None of the permalink slugs are set to news.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Multisite, Domain Mapping, SSL](https://wordpress.org/support/topic/multisite-domain-mapping-ssl/)
 *  Thread Starter [teeray](https://wordpress.org/support/users/teeray/)
 * (@teeray)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/multisite-domain-mapping-ssl/#post-3843316)
 * Hi there,
 * I used separate regular SSLs for each domain. All the sites were under the same
   IP.
 * Hope that helps.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] EM Pages display under main blog hierarchy](https://wordpress.org/support/topic/em-pages-display-under-main-blog-hierarchy/)
 *  Thread Starter [teeray](https://wordpress.org/support/users/teeray/)
 * (@teeray)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/em-pages-display-under-main-blog-hierarchy/#post-4078807)
 * Using a plugin named Breadcrumb NavXT.
 * I could hard-code the breadcrumbs into the events template pages, but it makes
   no difference – the menu is still showing the event hierarchy for categories 
   under News.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Multisite, Domain Mapping, SSL](https://wordpress.org/support/topic/multisite-domain-mapping-ssl/)
 *  Thread Starter [teeray](https://wordpress.org/support/users/teeray/)
 * (@teeray)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/multisite-domain-mapping-ssl/#post-3843272)
 * Thanks everyone for your help. After countless weeks and hours trying to work
   out what was wrong, it was very simple.
 * The site had woocommerce instead, and it was set to revert to http on checkout.
   This seems to actually force ALL https pages throughout the site to forward back
   to http, not just the pages that you visit after checkout.
 * Unchecking that solved the problem. It was so simple I can almost hit myself,
   but thankfully it’s now resolved!

Viewing 15 replies - 1 through 15 (of 36 total)

1 [2](https://wordpress.org/support/users/teeray/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/teeray/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/teeray/replies/page/2/?output_format=md)