Title: jfkirkpatrick's Replies | WordPress.org

---

# jfkirkpatrick

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TermsFeed AutoTerms: Privacy Policy Generator, Cookie Consent, GDPR, CCPA, Terms & Conditions, Disclaimers, Cookies Policy, EULA] Linking WP AutoTerms to WooCommerce Checkout](https://wordpress.org/support/topic/linking-wp-autoterms-to-woocommerce-checkout/)
 *  Thread Starter [jfkirkpatrick](https://wordpress.org/support/users/jfkirkpatrick/)
 * (@jfkirkpatrick)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/linking-wp-autoterms-to-woocommerce-checkout/#post-13169249)
 * Greetings,
    Whoa!! I appreciate all the input. It’s overwhelming. Yes, after 
   I submitted the original message I worked on the T&C for awhile and was able 
   to get it to popup in the widget area. Thank you for all your work on my behalf.
   I will study the WooCommerce Settings and make sure everything is set. John K
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Variations Not being Created Properly](https://wordpress.org/support/topic/variations-not-being-created-properly/)
 *  Thread Starter [jfkirkpatrick](https://wordpress.org/support/users/jfkirkpatrick/)
 * (@jfkirkpatrick)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/variations-not-being-created-properly/#post-13155791)
 * Ashish, Greetings,
    The Links look good. I am happy with the results. Thank you
   John K
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Astra] Header and Content Merging](https://wordpress.org/support/topic/header-and-content-merging/)
 *  Thread Starter [jfkirkpatrick](https://wordpress.org/support/users/jfkirkpatrick/)
 * (@jfkirkpatrick)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/header-and-content-merging/#post-12689898)
 * Made the following changes to child css file and it took care of the issue.
 * `#primary.content-area.primary {
    margin: 100px 0; } #secondary.widget-area.secondary{
   margin: 0; }
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Astra] Header and Content Merging](https://wordpress.org/support/topic/header-and-content-merging/)
 *  Thread Starter [jfkirkpatrick](https://wordpress.org/support/users/jfkirkpatrick/)
 * (@jfkirkpatrick)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/header-and-content-merging/#post-12689327)
 * I do not know how to include a screenshot. I tried to send you an email with 
   it embedded in it.
 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [Moving WordPress from one computer to another](https://wordpress.org/support/topic/moving-wordpress-from-one-computer-to-another/)
 *  Thread Starter [jfkirkpatrick](https://wordpress.org/support/users/jfkirkpatrick/)
 * (@jfkirkpatrick)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/moving-wordpress-from-one-computer-to-another/#post-12544129)
 * George,
    Thank you for your prompt reply. Everything is going downhill so I am
   going to find something to do!! phpMyAdmin is bringing up an empty database structure
   on server 2! I can’t get Heidi setup! I can’t import the sql files! etc! etc!!
   When my laptop comes back next week I will go back to sanity!! Once again Thank
   you. John K
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Issue with creating a table](https://wordpress.org/support/topic/issue-with-creating-a-table/)
 *  Thread Starter [jfkirkpatrick](https://wordpress.org/support/users/jfkirkpatrick/)
 * (@jfkirkpatrick)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/issue-with-creating-a-table/#post-12278516)
 * t-p,
    Further research lead me to a “simple table” using the following code:
 *     ```
                           <table>
                                   <tr>
                                       <td>Microsoft Word</td>
                                       <td>Mastery of the Written Word</td>
                                       <td>Attention to Detail</td>
                                   </tr>
                                   <tr>
                                       <td>Track Changes</td>
                                       <td>Language Proficiency</td>
                                       <td>Pages are spaced correctly</td>
                                   </tr>
                                   <tr>
                                       <td>Spelling/Grammar</td>
                                       <td>Creativity</td>
                                       <td>Quick Document Turn Around</td>
                                   </tr>
                           </table>
       ```
   
 * CSS code becomes even simpler:
 *     ```
       table {
           width: 100%;
           margin-left: 40px;
           margin-top: 0;
       }
   
       table,
       td {
           border: none;
       }
       ```
   
 * I have not changed thewordproofer.com yet. That I will definitely do tomorrow.
   
   Thanks for your help as it helped direct me to the correct solution. The <tr>
   <th> combination forced the solid line.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Issue with creating a table](https://wordpress.org/support/topic/issue-with-creating-a-table/)
 *  Thread Starter [jfkirkpatrick](https://wordpress.org/support/users/jfkirkpatrick/)
 * (@jfkirkpatrick)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/issue-with-creating-a-table/#post-12278395)
 * Thanks
    I will look at it in the morning.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Issue with creating a table](https://wordpress.org/support/topic/issue-with-creating-a-table/)
 *  Thread Starter [jfkirkpatrick](https://wordpress.org/support/users/jfkirkpatrick/)
 * (@jfkirkpatrick)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/issue-with-creating-a-table/#post-12278108)
 * This is a theme that I created from a non-WordPress theme called “Nuno” developed
   as part of a Udemy course.
    I converted the Udemy theme to WordPress and added
   or subtracted pieces. The table was a new part to save me from many <div col-
   md-4 entries.
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [background image not visible](https://wordpress.org/support/topic/background-image-not-visible-3/)
 *  Thread Starter [jfkirkpatrick](https://wordpress.org/support/users/jfkirkpatrick/)
 * (@jfkirkpatrick)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/background-image-not-visible-3/#post-12258800)
 * Thank you! Thank you!!
    I actually found the “display: block” in two places and
   deleted both of them. Both main.css and fixed.css have been changed and the screen
   now shows the background-image. Thanks again for your help. John K
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [background image not visible](https://wordpress.org/support/topic/background-image-not-visible-3/)
 *  Thread Starter [jfkirkpatrick](https://wordpress.org/support/users/jfkirkpatrick/)
 * (@jfkirkpatrick)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/background-image-not-visible-3/#post-12255940)
 * Greetings to All!!
 * There is pieces of my new website at [http://www.thewordproofer.com](http://www.thewordproofer.com)
   with errors yet to be resolved.
    With Edge, I found that I had to click on Contact
   to get the screen to come up. If you scroll down the page you will see that other
   sections have a background image. I will appreciate any suggestions and Thank
   You for your time. John K
 * My 1st project will be to fix the navbar!!
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [background image not visible](https://wordpress.org/support/topic/background-image-not-visible-3/)
 *  Thread Starter [jfkirkpatrick](https://wordpress.org/support/users/jfkirkpatrick/)
 * (@jfkirkpatrick)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/background-image-not-visible-3/#post-12254868)
 * You people are great.
    I am in the mist of moving it to my other website so we
   can get a better look. I should be done moving today. I will make the changes
   also. Thx again. John K
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [background image not visible](https://wordpress.org/support/topic/background-image-not-visible-3/)
 *  Thread Starter [jfkirkpatrick](https://wordpress.org/support/users/jfkirkpatrick/)
 * (@jfkirkpatrick)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/background-image-not-visible-3/#post-12251693)
 * Greeting,
    I commented out the link and added color of gray to see if that would
   show. Thank you for your response. I am in the process of moving the site to 
   my server so people can get a look see. John
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [background image not visible](https://wordpress.org/support/topic/background-image-not-visible-3/)
 *  Thread Starter [jfkirkpatrick](https://wordpress.org/support/users/jfkirkpatrick/)
 * (@jfkirkpatrick)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/background-image-not-visible-3/#post-12248775)
 * Thank you for the quick response.
    I will pull the info together tomorrow and
   post it on the forum. Once again thank you for showing an interest in my proble.
   John K
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Kadence Security – Password, Two Factor Authentication, and Brute Force Protection] Currently my log contains 3215 Entries](https://wordpress.org/support/topic/currently-my-log-contains-3215-entries/)
 *  Thread Starter [jfkirkpatrick](https://wordpress.org/support/users/jfkirkpatrick/)
 * (@jfkirkpatrick)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/currently-my-log-contains-3215-entries/#post-11864029)
 * Me again!!
    I forgot to do a Google Search before I posted the above comment.
   It just so happens that there is a plugin which will clear the logs. John K
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sliced Invoices - WordPress Invoice Plugin] Hide Tax](https://wordpress.org/support/topic/hide-tax-4/)
 *  [jfkirkpatrick](https://wordpress.org/support/users/jfkirkpatrick/)
 * (@jfkirkpatrick)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/hide-tax-4/#post-11812788)
 * I would like to know what files need to be modified as we do not charge taxes
   for Invoices.

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

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