Title: kenoby's Replies | WordPress.org

---

# kenoby

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

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

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Rife Free] Incredible design](https://wordpress.org/support/topic/incredible-design/)
 *  Thread Starter [kenoby](https://wordpress.org/support/users/kenoby/)
 * (@kenoby)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/incredible-design/#post-11398394)
 * Some of the header features and second menu placements for example.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Basic Google Maps Placemarks] Category in Theme meta](https://wordpress.org/support/topic/category-in-theme-meta/)
 *  Thread Starter [kenoby](https://wordpress.org/support/users/kenoby/)
 * (@kenoby)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/category-in-theme-meta/#post-10264842)
 * I find right combination to show bgmp-category under title, replacing get_the_category_list(‘,‘,”)
   with get_the_term_list(get_the_ID(), ‘bgmp-category’, ”, ‘, ‘, ”) in my meta 
   box function…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Basic Google Maps Placemarks] Add KMLLayer](https://wordpress.org/support/topic/add-kmllayer/)
 *  Thread Starter [kenoby](https://wordpress.org/support/users/kenoby/)
 * (@kenoby)
 * [11 years ago](https://wordpress.org/support/topic/add-kmllayer/#post-6255478)
 * Problem is when put map in any Tab shortcode. But without tabs work nice. If 
   there not have any conflict as described in your FAQ section.
    With code above
   need to add:
 *     ```
       $.bgmp.map					= undefined;
       $.bgmp.ctaLayer				= undefined;
       ```
   
 *  in // Initialize variables. Both in functions.js
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Basic Google Maps Placemarks] custom icon size?](https://wordpress.org/support/topic/custom-icon-size/)
 *  [kenoby](https://wordpress.org/support/users/kenoby/)
 * (@kenoby)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/custom-icon-size/#post-5472312)
 * Yes, there are same question with different solutions. Here is what works for
   me – [https://wordpress.org/support/topic/icon-sizes](https://wordpress.org/support/topic/icon-sizes)
   
   My line 2517 is little long from example, but after replacing work perfect…
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Catch Everest] Add logo next to title](https://wordpress.org/support/topic/add-logo-next-to-title/)
 *  [kenoby](https://wordpress.org/support/users/kenoby/)
 * (@kenoby)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/add-logo-next-to-title/#post-3649993)
 * I’m sorry that I missed details …
    The table code I added to header.php
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Catch Everest] Add logo next to title](https://wordpress.org/support/topic/add-logo-next-to-title/)
 *  [kenoby](https://wordpress.org/support/users/kenoby/)
 * (@kenoby)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/add-logo-next-to-title/#post-3649972)
 * I also try to modify css, but without success…
    Finally, i use a old school method
   with table 🙂 and add this code:
 *     ```
       <?php
       		do_action( 'catcheverest_before_hgroup_wrap' ); ?>
              <table width="100%" border="0" cellpadding="0" cellspacing="0">
         <tr>
           <td><div align="center">
       <img src="http://yourdomain.com/your-logo.jpg" border="0" />
       </div></td>
           <td><div id="hgroup-wrap" class="container" align="center">
   
              		<?php
       			do_action( 'catcheverest_hgroup_wrap' ); ?>
   
               </div></td>
         </tr>
       </table>
           	<!-- #hgroup-wrap -->
       ```
   
 * Now have a logo in left, my site name in center and search and social links in
   right

Viewing 6 replies - 1 through 6 (of 6 total)