Title: daesnyder's Replies | WordPress.org

---

# daesnyder

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Can a plugin prevent Chrome from warning about a downoad?](https://wordpress.org/support/topic/can-a-plugin-prevent-chrome-from-warning-about-a-downoad/)
 *  Thread Starter [daesnyder](https://wordpress.org/support/users/daesnyder/)
 * (@daesnyder)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/can-a-plugin-prevent-chrome-from-warning-about-a-downoad/#post-13897847)
 * Excellent point. Thanks 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Quick Page/Post Redirect Plugin] Redirects will not open in a new tab](https://wordpress.org/support/topic/redirects-will-not-open-in-a-new-tab/)
 *  Thread Starter [daesnyder](https://wordpress.org/support/users/daesnyder/)
 * (@daesnyder)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/redirects-will-not-open-in-a-new-tab/#post-12059099)
 * Update. This works again. I had to disable these check boxes if one or both were
   checked in the Quick Page/Post Redirect section of the Edit Post page:
    Add rel
   =”nofollow” to link Show Redirect URL in link
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] A form created with Contact Form 7 does not show up in the assigned category on](https://wordpress.org/support/topic/a-form-created-with-contact-form-7-does-not-show-up-in-the-assigned-category-on/)
 *  Thread Starter [daesnyder](https://wordpress.org/support/users/daesnyder/)
 * (@daesnyder)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/a-form-created-with-contact-form-7-does-not-show-up-in-the-assigned-category-on/#post-11408674)
 * Thanks, I can’t find an option to upload a screen shot.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] A form created with Contact Form 7 does not show up in the assigned category on](https://wordpress.org/support/topic/a-form-created-with-contact-form-7-does-not-show-up-in-the-assigned-category-on/)
 *  Thread Starter [daesnyder](https://wordpress.org/support/users/daesnyder/)
 * (@daesnyder)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/a-form-created-with-contact-form-7-does-not-show-up-in-the-assigned-category-on/#post-11408672)
 * [https://knowledgebase.worldox.com/2019/02/9037/](https://knowledgebase.worldox.com/2019/02/9037/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Can I copy a Heading 2, rename it and assign a different color font?](https://wordpress.org/support/topic/can-i-copy-a-heading-2-rename-it-and-assign-a-different-color-font/)
 *  Thread Starter [daesnyder](https://wordpress.org/support/users/daesnyder/)
 * (@daesnyder)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/can-i-copy-a-heading-2-rename-it-and-assign-a-different-color-font/#post-7393761)
 * Good suggestion. Thanks, Stanordan.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Can I copy a Heading 2, rename it and assign a different color font?](https://wordpress.org/support/topic/can-i-copy-a-heading-2-rename-it-and-assign-a-different-color-font/)
 *  Thread Starter [daesnyder](https://wordpress.org/support/users/daesnyder/)
 * (@daesnyder)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/can-i-copy-a-heading-2-rename-it-and-assign-a-different-color-font/#post-7393754)
 * Thanks so much. Should I insert the following into styles.css or the plug-in 
   editor for my custom-css-editor/freshplugin.php?
 *     ```
       .version-two h2 {
           color: blue;
       }
       ```
   
 * Then where should I insert the
    `<h2 class="version-two">Heading</h2>` type tag?
   Should I insert that into the category-parent.php? I see the following code. 
   Should I make a copy of this code in that file and overwrite a certain tag with`
   <h2 class="version-two">Heading</h2>`? Should this tag be changed `<h2 class="
   knowledgebase-title">` in a copy of this block of code? I want to keep the original
   H2 black version and then add an H2 blue version.
 *     ```
       <div class="col-md-9 col-sm-10 col-xs-12">
       				<h2 class="knowledgebase-title"><a data-placement="bottom" data-popt="kb-homepage-popover-<?php echo $scat->term_id; ?>" title="<?php echo esc_attr( sprintf( __( '%1$s / %2$s', 'ipt_kb' ), $cat->name, $scat->name ) ); ?>" href="#" class="btn btn-default btn-sm text-muted ipt-kb-popover"><i class="glyphicon ipt-icon-paragraph-justify2"></i></a> <?php echo $scat->name; ?></h2>
       				<div class="ipt-kb-popover-target" id="kb-homepage-popover-<?php echo $scat->term_id; ?>">
       					<?php echo wpautop( $scat->description ); ?>
       					<p class="text-right">
       						<?php if ( isset( $term_meta['support_forum'] ) && '' != $term_meta['support_forum'] ) : ?>
       						<a class="btn btn-default" href="<?php echo esc_url( $term_meta['support_forum'] ); ?>">
       							<i class="glyphicon ipt-icon-support"></i> <?php _e( 'Get support', 'ipt_kb' ); ?>
       						</a>
       						<?php endif; ?>
       						<a href="<?php echo $sterm_link; ?>" class="btn btn-info">
       							<i class="glyphicon ipt-icon-link"></i> <?php _e( 'Browse all', 'ipt_kb' ); ?>
       						</a>
       					</p>
       				</div>
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Can I copy a Heading 2, rename it and assign a different color font?](https://wordpress.org/support/topic/can-i-copy-a-heading-2-rename-it-and-assign-a-different-color-font/)
 *  Thread Starter [daesnyder](https://wordpress.org/support/users/daesnyder/)
 * (@daesnyder)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/can-i-copy-a-heading-2-rename-it-and-assign-a-different-color-font/#post-7393749)
 * I’m trying to create two versions of H2 to appear on a Category parent page named
   Documentation. Should I add the following to styles.css?
 *     ```
       .version-one h2 {
           color: black;
       }
       .version-two h2 {
           color: blue;
       }
       ```
   
 * Then should i edit the HTML source code of the Documentation page? I see the 
   following code:
 *     ```
       <div class="col-md-9 col-sm-10 col-xs-12">
       <h2 class="knowledgebase-title"><a data-placement="bottom" data-popt="kb-homepage-popover-5" title="Documentation / GX3 Release Notes" href="#" class="btn btn-default btn-sm text-muted ipt-kb-popover"><i class="glyphicon ipt-icon-paragraph-justify2"></i></a> GX3 Release Notes</h2>
       <div class="ipt-kb-popover-target" id="kb-homepage-popover-5">
       <p class="text-right">
       <a href="https://knowledgebase.worldox.com/category/documentation/rnotes/" class="btn btn-info">
       <i class="glyphicon ipt-icon-link"></i> Browse all
       </a>
       </p>
       </div>
       ```
   
 * Where should I insert some sort of code, such as?
 *     ```
       <div class="version-two">
           <h2>GX3 Release Notes</h2>
       </div>
       ```
   
 * Should I use
 *     ```
       <div class="version-two">
       <h2 class="knowledgebase-title"><a data-placement="bottom" data-popt="kb-homepage-popover-5" title="Documentation / GX3 Release Notes" href="#" class="btn btn-default btn-sm text-muted ipt-kb-popover"><i class="glyphicon ipt-icon-paragraph-justify2"></i></a> GX3 Release Notes</h2>
       <div class="ipt-kb-popover-target" id="kb-homepage-popover-5">
       <p class="text-right">
       <a href="https://knowledgebase.worldox.com/category/documentation/rnotes/" class="btn btn-info">
       <i class="glyphicon ipt-icon-link"></i> Browse all
       </a>
       </p>
       </div>
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Can I copy a Heading 2, rename it and assign a different color font?](https://wordpress.org/support/topic/can-i-copy-a-heading-2-rename-it-and-assign-a-different-color-font/)
 *  Thread Starter [daesnyder](https://wordpress.org/support/users/daesnyder/)
 * (@daesnyder)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/can-i-copy-a-heading-2-rename-it-and-assign-a-different-color-font/#post-7393620)
 * Thanks, Bob. That’s what I was looking for.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Font - official webfonts plugin of Fonts For Web. NO CODING! Just click & change font size, color and font face visually!] Can I add an alternate Heading 2 font?](https://wordpress.org/support/topic/can-i-add-an-alternate-heading-2-font/)
 *  Thread Starter [daesnyder](https://wordpress.org/support/users/daesnyder/)
 * (@daesnyder)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/can-i-add-an-alternate-heading-2-font/#post-7393433)
 * The Heading 2s are Categories in the WordPress Knowledge Base theme. I guess 
   I need to know where I can change the font for heading 2 for categories.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [ol type="a" not shown in post](https://wordpress.org/support/topic/ol-typea-not-shown-in-post/)
 *  Thread Starter [daesnyder](https://wordpress.org/support/users/daesnyder/)
 * (@daesnyder)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/ol-typea-not-shown-in-post/#post-7392004)
 * Thanks so much, Jose. 🙂 It worked. I added the Custom CSS plugin. I added the
   following to that:
 *     ```
       ol.normal {
         list-style-type: upper-alpha;
       }
       ```
   
 * Then in the post’s code, I used:
 *     ```
       <ol style="list-style-type: upper-alpha;">
       	<li>Start up the Indexer in maintenance mode.</li>
       	<li>Check off the drive(s) being indexed.</li>
       	<li>If you are going to re-init your databases, select <i>Profiles and Text </i>from the <i>Update</i> pull-down menu, then select <i>Initialize and Create Databases</i>.</li>
       	<li>Once this step is done, you will need to put the Indexer back into <i>Server</i> Mode by selecting <i>Start</i> from the <i>Server</i> pull-down menu.</li>
       </ol>
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Remove spacing between words in bullet list in OneTone Pro theme](https://wordpress.org/support/topic/remove-spacing-between-words-in-bullet-list-in-onetone-pro-theme/)
 *  Thread Starter [daesnyder](https://wordpress.org/support/users/daesnyder/)
 * (@daesnyder)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/remove-spacing-between-words-in-bullet-list-in-onetone-pro-theme/#post-7363414)
 * I’m going to try to view this site in a different browser on Windows 10 other
   than Edge. Maybe that’s why I see the strange small, light font.
 * I have to tell you all, I’m not a fan of Windows 10, but I digress… Maybe I just
   need to get used to it. It isn’t making it easy for me to get up-to-speed with
   WordPress. I’ll get there some day, but I should have bought a new laptop with
   an older OS.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Remove spacing between words in bullet list in OneTone Pro theme](https://wordpress.org/support/topic/remove-spacing-between-words-in-bullet-list-in-onetone-pro-theme/)
 *  Thread Starter [daesnyder](https://wordpress.org/support/users/daesnyder/)
 * (@daesnyder)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/remove-spacing-between-words-in-bullet-list-in-onetone-pro-theme/#post-7363410)
 * This is interesting. At home last night on a Windows 10 laptop, I saw small, 
   light gray text in the About area. Now at work on a Windows 7 PC, I see black
   text and your code suggestions fixed the spacing problem. I’ll have to go home
   tonight and look at the site on Windows 10 again. It’s so strange.
 * Your fixes also solved the problem with spacing in bulleted lists when I view
   the site on my Android. However, when I view the site on an iPad, no text shows
   when I click About headings such as “Introduction to Halotherapy,” “How it Works”,
   etc. That’s a whole different can of worms.
 * I really appreciate your help. This solves one problem my business owner and 
   friend asked me to review. There are a few other things about this site I need
   to fix. I’ll try myself and post separate threads because the issues are different.
   Thanks, again!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Remove spacing between words in bullet list in OneTone Pro theme](https://wordpress.org/support/topic/remove-spacing-between-words-in-bullet-list-in-onetone-pro-theme/)
 *  Thread Starter [daesnyder](https://wordpress.org/support/users/daesnyder/)
 * (@daesnyder)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/remove-spacing-between-words-in-bullet-list-in-onetone-pro-theme/#post-7363395)
 * Thanks so much, Stephen. Any of the three options make the lists look better 
   than they originally did. However, the font color changed to a light gray color.
   Can I control the font in the style.css or in the Custom CSS editor?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Remove spacing between words in bullet list in OneTone Pro theme](https://wordpress.org/support/topic/remove-spacing-between-words-in-bullet-list-in-onetone-pro-theme/)
 *  Thread Starter [daesnyder](https://wordpress.org/support/users/daesnyder/)
 * (@daesnyder)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/remove-spacing-between-words-in-bullet-list-in-onetone-pro-theme/#post-7363374)
 * Thanks so much for your help. Jaycbrf, the following code is already in my style.
   css. Do I need to comment it out and add one of the code blocks Stephen mentioned?
 *  .about-text {
    color: #2d1f16; font-size: 5px; text-align: left; } I see an 
   extra stylesheet named editor-style.css. Is this a custom CSS option and where
   I should add different code? Or do I need to add a custom CSS plugin? The other.
   css files I see for OneTone Pro are media.css and RTL.css.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Internet Explorer turns a linked docx file nto html file when downloaded](https://wordpress.org/support/topic/internet-explorer-turns-a-linked-docx-file-nto-html-file-when-downloaded/)
 *  Thread Starter [daesnyder](https://wordpress.org/support/users/daesnyder/)
 * (@daesnyder)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/internet-explorer-turns-a-linked-docx-file-nto-html-file-when-downloaded/#post-6671281)
 * I don’t have access to our FTP, but I can ask our IT administrator to try this.
   Thanks for your suggestion.

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

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