daesnyder
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Can a plugin prevent Chrome from warning about a downoad?Excellent point. Thanks 🙂
Forum: Plugins
In reply to: [Quick Page/Post Redirect Plugin] Redirects will not open in a new tabUpdate. 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 linkThanks, I can’t find an option to upload a screen shot.
Forum: Fixing WordPress
In reply to: Can I copy a Heading 2, rename it and assign a different color font?Good suggestion. Thanks, Stanordan.
Forum: Fixing WordPress
In reply to: Can I copy a Heading 2, rename it and assign a different color font?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
In reply to: Can I copy a Heading 2, rename it and assign a different color font?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
In reply to: Can I copy a Heading 2, rename it and assign a different color font?Thanks, Bob. That’s what I was looking for.
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
In reply to: ol type="a" not shown in postThanks 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
In reply to: Remove spacing between words in bullet list in OneTone Pro themeI’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
In reply to: Remove spacing between words in bullet list in OneTone Pro themeThis 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
In reply to: Remove spacing between words in bullet list in OneTone Pro themeThanks 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
In reply to: Remove spacing between words in bullet list in OneTone Pro themeThanks 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.I don’t have access to our FTP, but I can ask our IT administrator to try this. Thanks for your suggestion.