Title: dtab428's Replies | WordPress.org

---

# dtab428

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Sometimes refreshing my pages yields lack of content](https://wordpress.org/support/topic/sometimes-refreshing-my-pages-yields-lack-of-content/)
 *  Thread Starter [dtab428](https://wordpress.org/support/users/dtab428/)
 * (@dtab428)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/sometimes-refreshing-my-pages-yields-lack-of-content/#post-9754607)
 * [@bcworkz](https://wordpress.org/support/users/bcworkz/)
 * Thank you!
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Sometimes refreshing my pages yields lack of content](https://wordpress.org/support/topic/sometimes-refreshing-my-pages-yields-lack-of-content/)
 *  Thread Starter [dtab428](https://wordpress.org/support/users/dtab428/)
 * (@dtab428)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/sometimes-refreshing-my-pages-yields-lack-of-content/#post-9743016)
 * [@kjodle](https://wordpress.org/support/users/kjodle/) thank you for your swift
   reply. See below of how I’m enqueing my separate JS files (I’ve added this to
   functions.php).
 * When I started this project, I basically made a copy of the “TwentySeventeen”
   theme and began from there.
 *     ```
       /**
        * Add Custom JS to the Footer
        */
       function add_scripts()
       {
       	// Register the script like this for a theme:
       	wp_register_script( 'revealer', get_template_directory_uri() . '/js/revealer.js', false, true );
       	wp_register_script( 'custom', get_template_directory_uri() . '/js/custom.js', false, true );
   
       	// For either a plugin or a theme, you can then enqueue the script:
       	wp_enqueue_script( 'revealer' );
       	wp_enqueue_script( 'custom' );
       }
       add_action( 'wp_footer', 'add_scripts' );
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Wanting to insert Between Bread Crumbs Page Title](https://wordpress.org/support/topic/wanting-to-insert-between-bread-crumbs-page-title-1/)
 *  Thread Starter [dtab428](https://wordpress.org/support/users/dtab428/)
 * (@dtab428)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/wanting-to-insert-between-bread-crumbs-page-title-1/#post-3057127)
 * This issue is (most likely) due to a CSS-based problem. Or, perhaps, one of my
   plugins could have an influence… it’s not exactly a theme-related issue (in that
   only theme developers would know how to fix this) in my opinion.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Wanting to insert Between Bread Crumbs Page Title](https://wordpress.org/support/topic/wanting-to-insert-between-bread-crumbs-page-title-1/)
 *  Thread Starter [dtab428](https://wordpress.org/support/users/dtab428/)
 * (@dtab428)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/wanting-to-insert-between-bread-crumbs-page-title-1/#post-3057124)
 * [@esmi](https://wordpress.org/support/users/esmi/) – it will not allow me to 
   post there (you must subscribe to post there)
 * I don’t know the rules, but I’ve tried to “bump” my post before, and I got a 
   warning for it. So, I made a new thread.
 * Still looking for help with this please!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Wanting to insert Between Bread Crumbs Page Title](https://wordpress.org/support/topic/wanting-to-insert-between-bread-crumbs-page-title/)
 *  Thread Starter [dtab428](https://wordpress.org/support/users/dtab428/)
 * (@dtab428)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/wanting-to-insert-between-bread-crumbs-page-title/#post-3020170)
 * Yes, I am using Hybrid News ([http://themehybrid.com/demo/hybrid-news/](http://themehybrid.com/demo/hybrid-news/)),
   a child theme.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Form Manager] [Plugin: WordPress Form Manager] Email an Upload Field as an Attachment](https://wordpress.org/support/topic/plugin-wordpress-form-manager-email-an-upload-field-as-an-attachment/)
 *  Thread Starter [dtab428](https://wordpress.org/support/users/dtab428/)
 * (@dtab428)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-wordpress-form-manager-email-an-upload-field-as-an-attachment/#post-2798498)
 * Okay! Thank you for your swift response hoff.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Change color of active link in horizontal menu via CSS? Screenshots included](https://wordpress.org/support/topic/change-color-of-active-link-in-horizontal-menu-via-css-screenshots-included/)
 *  Thread Starter [dtab428](https://wordpress.org/support/users/dtab428/)
 * (@dtab428)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/change-color-of-active-link-in-horizontal-menu-via-css-screenshots-included/#post-2713261)
 * Thank you very much alchymyth. That worked perfectly.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Change color of active link in horizontal menu via CSS? Screenshots included](https://wordpress.org/support/topic/change-color-of-active-link-in-horizontal-menu-via-css-screenshots-included/)
 *  Thread Starter [dtab428](https://wordpress.org/support/users/dtab428/)
 * (@dtab428)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/change-color-of-active-link-in-horizontal-menu-via-css-screenshots-included/#post-2713247)
 * Ah yes, sorry forgot to link it. Here is my site: [http://www.fbsserver.org](http://www.fbsserver.org).
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Can't Change Header Image (Hybrid News Theme) or even fonts](https://wordpress.org/support/topic/cant-change-header-image-hybrid-news-theme-or-even-fonts/)
 *  Thread Starter [dtab428](https://wordpress.org/support/users/dtab428/)
 * (@dtab428)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/cant-change-header-image-hybrid-news-theme-or-even-fonts/#post-2700766)
 * Never mind everyone! I guess my browser was cached and not displaying changes
   for some reason. RESOLVED!

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