Title: hnrocket's Replies | WordPress.org

---

# hnrocket

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Tracks] Remove or change "Read the post"](https://wordpress.org/support/topic/remove-or-change-read-the-post/)
 *  [hnrocket](https://wordpress.org/support/users/hnrocket/)
 * (@hnrocket)
 * [11 years ago](https://wordpress.org/support/topic/remove-or-change-read-the-post/#post-5675610)
 * hi Ben,
 * I installed the child theme, and inserted this
 * function my_tracks_excerpt_read_more_link($output) {
    global $post; return $output.“
   <p>” . __(‘[More]’, ‘tracks’) . “<span class=’screen-reader-text’>” . get_the_title().“
   </span></p>”; } add_filter(‘the_excerpt’, ‘my_tracks_excerpt_read_more_link’,
   999); remove_filter(‘the_excerpt’, ‘ct_tracks_excerpt_read_more_link’);
 * and got “white” screen” , edited that out via cpanel file manager, and it’s ok
   now, but how can i get that function to work on the child theme, php file?
 * I know how to change the php file in the parent tracks theme, and that works 
   fine, but i think i’d better use the child theme to protect from future updates.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Max Mega Menu] doesn't fully show submenus in mobile mode](https://wordpress.org/support/topic/doesnt-fully-show-submenus-in-mobile-mode/)
 *  Thread Starter [hnrocket](https://wordpress.org/support/users/hnrocket/)
 * (@hnrocket)
 * [11 years ago](https://wordpress.org/support/topic/doesnt-fully-show-submenus-in-mobile-mode/#post-6389988)
 * I figured it out thanks!
 * it was in menu.php that I had to comment out the wrapper
 * and your menu has been a huge blessing, I can now check off another “to do” on
   my pre-launch list!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Max Mega Menu] doesn't fully show submenus in mobile mode](https://wordpress.org/support/topic/doesnt-fully-show-submenus-in-mobile-mode/)
 *  Thread Starter [hnrocket](https://wordpress.org/support/users/hnrocket/)
 * (@hnrocket)
 * [11 years ago](https://wordpress.org/support/topic/doesnt-fully-show-submenus-in-mobile-mode/#post-6389983)
 * thanks Tom,
 * Here’s my header.php, I can’t see much of anything resembling the “‘wp_nav_menu”
 * ————————————-
 * <!DOCTYPE html>
 * <!–[if IE 9 ]><html class=”ie9″ <?php language_attributes(); ?>> <![endif]–>
   
   <!–[if (gt IE 9)|!(IE)]><!–><html <?php language_attributes(); ?>><!–<![endif]–
   >
 * <head>
 *  <?php wp_head(); ?>
 * </head>
 * <body id=”<?php print get_stylesheet(); ?>” <?php body_class(‘ct-body’); ?>>
 * <div id=”overflow-container” class=”overflow-container”>
    [<?php _e(‘Skip to content’, ‘tracks’); ?>](https://wordpress.org/support/users/hnrocket/replies/?output_format=md#main)
   <header id=”site-header” class=”site-header” role=”banner”>
 *  <?php
 *  $social_icon_setting = get_theme_mod(‘social_icons_display_setting’);
 *  if( ( has_nav_menu( ‘secondary’ ) ) || // if secondary menu is set, or…
    ( get_theme_mod(‘
   search_input_setting’) == ‘show’ ) || // if search bar is on, or… ( $social_icon_setting
   == ‘header-footer’ || $social_icon_setting == ‘header’ ) ) : // default is ‘no’,
   so if it is equal header & footer, or header display it
 *  echo “<div class=’top-navigation’>”;
 *  echo “<div class=’container’>”;
 *  // add secondary menu if set
    get_template_part( ‘menu’, ‘secondary’ );
 *  // add search input if set
    if(get_theme_mod(‘search_input_setting’) == ‘show’){
   get_search_form(); } // display social icons if set if( (get_theme_mod(‘social_icons_display_setting’)
   == ‘header-footer’) || (get_theme_mod(‘social_icons_display_setting’) == ‘header’)){
   get_template_part(‘content/social-icons’); }
 *  echo “</div>”;
 *  echo “</div>”;
    endif; ?> <div class=”container”>
 *  <div id=”title-info” class=”title-info”>
    <?php get_template_part(‘logo’) ?>
   </div>
 *  <?php get_template_part( ‘menu’, ‘primary’ ); // adds the primary menu ?>
    </
   div><!– .container –> </header> <div id=”main” class=”main” role=”main”>
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Responsive Menu] hide the theme's native menus](https://wordpress.org/support/topic/hide-the-themes-native-menus/)
 *  Thread Starter [hnrocket](https://wordpress.org/support/users/hnrocket/)
 * (@hnrocket)
 * [11 years ago](https://wordpress.org/support/topic/hide-the-themes-native-menus/#post-6336812)
 * hi, your plugin worked, beautifully, but since I chose another theme which already
   had responsive menu, I didn’t need a solution.
 * thanks.!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Responsive Menu] hide the theme's native menus](https://wordpress.org/support/topic/hide-the-themes-native-menus/)
 *  Thread Starter [hnrocket](https://wordpress.org/support/users/hnrocket/)
 * (@hnrocket)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/hide-the-themes-native-menus/#post-6336744)
 * hi I didn’t sort it, I had to use another theme, a much better solution.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Strong Testimonials] title and testimonial text to be black by default](https://wordpress.org/support/topic/title-and-testimonial-text-to-be-black-by-default/)
 *  Thread Starter [hnrocket](https://wordpress.org/support/users/hnrocket/)
 * (@hnrocket)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/title-and-testimonial-text-to-be-black-by-default/#post-5268920)
 * that did it, thanks again Chris.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Strong Testimonials] title and testimonial text to be black by default](https://wordpress.org/support/topic/title-and-testimonial-text-to-be-black-by-default/)
 *  Thread Starter [hnrocket](https://wordpress.org/support/users/hnrocket/)
 * (@hnrocket)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/title-and-testimonial-text-to-be-black-by-default/#post-5268910)
 * is there anyway to change the color of the company link to orange?
 * the custom CSS i use makes links light blue for all pages, but I only want to
   change the company link in my testimonial page
 * text = orange
    hover over text = light orange
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Strong Testimonials] title and testimonial text to be black by default](https://wordpress.org/support/topic/title-and-testimonial-text-to-be-black-by-default/)
 *  Thread Starter [hnrocket](https://wordpress.org/support/users/hnrocket/)
 * (@hnrocket)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/title-and-testimonial-text-to-be-black-by-default/#post-5268857)
 * not at all, I’m very grateful for your work Chris!
 * thank you, it worked beautifully
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Strong Testimonials] title and testimonial text to be black by default](https://wordpress.org/support/topic/title-and-testimonial-text-to-be-black-by-default/)
 *  Thread Starter [hnrocket](https://wordpress.org/support/users/hnrocket/)
 * (@hnrocket)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/title-and-testimonial-text-to-be-black-by-default/#post-5268844)
 * hi Chris,
 * Thanks for the quick response,
 * here’s what i have on my testimonial page
 * [wpmtst-text field=”job_title” class=”job-title”]
    [wpmtst-all]
 * [wpmtst-form]
 * but the job_title field still doesn’t appear on lower right corner for each testimonial
   any ideas?
 * [http://falconbykes.com/testimonials/](http://falconbykes.com/testimonials/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Strong Testimonials] title and testimonial text to be black by default](https://wordpress.org/support/topic/title-and-testimonial-text-to-be-black-by-default/)
 *  Thread Starter [hnrocket](https://wordpress.org/support/users/hnrocket/)
 * (@hnrocket)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/title-and-testimonial-text-to-be-black-by-default/#post-5268818)
 * Sorry this is more clear
 * title = black
    testimonial text = black name (appears on bottom right) = black
   company link (appears on bottom right) = black
 * custom field called job title = I need it to appear on bottom right + black font

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