Title: keeleon's Replies | WordPress.org

---

# keeleon

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Burst Statistics – Simple WordPress Analytics (Google Analytics Alternative)] ModSecurity False Positive (Rule 200002)](https://wordpress.org/support/topic/modsecurity-false-positive-rule-200002/)
 *  Thread Starter [keeleon](https://wordpress.org/support/users/keeleon/)
 * (@keeleon)
 * [3 months, 2 weeks ago](https://wordpress.org/support/topic/modsecurity-false-positive-rule-200002/#post-18859141)
 * I am getting this error every few seconds
 * Sun Mar 22 18:00:23
 * [:error [pid 2740444:tid 2740458 [client 66.249.77.167:0 [client 66.249.77.167
   ModSecurity: Cannot add scalar value without an associated key [hostname “darkridedatabase.
   com” [uri “/wp-json/burst/v1/track/” [unique_id “acAuN_mPhubsqC_GS0a-UQAABX0”,
   referer: [https://darkridedatabase.com/blog/page/11/?nocache=1774175513&jet_blog_ajax=1](https://darkridedatabase.com/blog/page/11/?nocache=1774175513&jet_blog_ajax=1)
 * Sun Mar 22 18:00:10
 * [:error [pid 2662990:tid 2663158 [client 192.161.58.81:0 [client 192.161.58.81
   ModSecurity: Cannot add scalar value without an associated key [hostname “darkridedatabase.
   com” [uri “/wp-json/burst/v1/track/” [unique_id “acAuKtu-H2NfSuD8r2mr_gAADnY”,
   referer: [https://darkridedatabase.com/sally-dark-rides-announce-care-bears-ride/](https://darkridedatabase.com/sally-dark-rides-announce-care-bears-ride/)
 * Sun Mar 22 18:00:08
 * [:error [pid 2711386:tid 2711436 [client 66.249.77.165:0 [client 66.249.77.165
   ModSecurity: Cannot add scalar value without an associated key [hostname “darkridedatabase.
   com” [uri “/wp-json/burst/v1/track/” [unique_id “acAuKFGt9glbhf7eLnPsGQAAAC4”,
   referer: [https://darkridedatabase.com/blog/page/14/?nocache=1774126768&jet_blog_ajax=1](https://darkridedatabase.com/blog/page/14/?nocache=1774126768&jet_blog_ajax=1)
 * Sun Mar 22 17:59:53
 * [:error [pid 2711386:tid 2711414 [client 66.249.77.165:0 [client 66.249.77.165
   ModSecurity: Cannot add scalar value without an associated key [hostname “darkridedatabase.
   com” [uri “/wp-json/burst/v1/track/” [unique_id “acAuGVGt9glbhf7eLnPsEQAAABg”,
   referer: [https://darkridedatabase.com/blog/page/46/?nocache=1774183455&jet_blog_ajax=1](https://darkridedatabase.com/blog/page/46/?nocache=1774183455&jet_blog_ajax=1)
 * Sun Mar 22 17:59:49
 * [:error [pid 2711386:tid 2711495 [client 65.34.143.61:0 [client 65.34.143.61 
   ModSecurity: Cannot add scalar value without an associated key [hostname “darkridedatabase.
   com” [uri “/wp-json/burst/v1/track/” [unique_id “acAuFVGt9glbhf7eLnPsDwAAAGk”,
   referer: [https://darkridedatabase.com/](https://darkridedatabase.com/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Burst Statistics – Simple WordPress Analytics (Google Analytics Alternative)] Statistics not showing after selecting referrer](https://wordpress.org/support/topic/statistics-not-showing-after-selecting-referrer/)
 *  Thread Starter [keeleon](https://wordpress.org/support/users/keeleon/)
 * (@keeleon)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/statistics-not-showing-after-selecting-referrer/#post-18495755)
 * It works now thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] How to add padding between items](https://wordpress.org/support/topic/how-to-add-padding-between-items/)
 *  Thread Starter [keeleon](https://wordpress.org/support/users/keeleon/)
 * (@keeleon)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/how-to-add-padding-between-items/#post-4298398)
 * Ok, so then my problem wasn’t specific to either of the actual pages, but my 
   lack of understanding CSS. If I understand this, “ul” and “li” are actually CSS
   code terminology, but where is “products” defined? Does it say in the firebug
   code? Also, the next thing I want to change is the font size of the product titles.
   I see where it’s at:
 *     ```
       <img class="attachment-shop_catalog wp-post-image" width="150" height="150" alt="538720-BRN-preview" src="http://www.thebrasswardrobe.com/wp-content/uploads/2013/06/538720-BRN-preview-150x150.jpg"></img>
       <h3>
   
           BRUSHED TWILL BIB SHIRT – BROWN
   
       </h3>
       <span class="price"> … </span>
       ```
   
 * But I’m not sure how I would or should redefine it. Should I change the H3 to
   like H6 (which is smaller)? Or should I just redefine H3 as a different size?
   I could probably redefine H3 like this right?
 *     ```
       .products li {
            list-style-type: none;
       }
       .products H3 {
            font-size:1em;
       }
       ```
   
 * Right? but I feel like I’d rather just change the whole source to use a different
   font size in the first place, except I have no idea how to even track down where
   it’s originally decided H3 is what’s used.
 * I’m still not understanding where the files are in relation to each other. There
   must be a woocommerce file that has all of the definitions and set up for the
   wrappers right? Does firebug say where that is?
 * And thanks for removing the bullets, that was gonna be a whole other question
   when I got to it 😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] How to add padding between items](https://wordpress.org/support/topic/how-to-add-padding-between-items/)
 *  Thread Starter [keeleon](https://wordpress.org/support/users/keeleon/)
 * (@keeleon)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/how-to-add-padding-between-items/#post-4298296)
 * I can’t help but just laugh….
 * Yes, that did EXACTLY what I wanted! Now would you mind telling me what exactly
   I did? What does “.products” reference, and how does it know to reference it?
   Are both of these pieces required to add the padding? Did I actually add the 
   padding to the picture, instead of to the bottom of the container? I’m all for“
   here do this and shut up” solutions, but I do also like knowing what I’m doing
   so I can understand the process.
 * Thank you so much!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Retail Menus] [Plugin: Simple Retail Menus] image thumbnail](https://wordpress.org/support/topic/plugin-simple-retail-menus-image-thumbnail/)
 *  [keeleon](https://wordpress.org/support/users/keeleon/)
 * (@keeleon)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-simple-retail-menus-image-thumbnail/#post-3108874)
 * I would also like to request this be looked into. This menu works really well,
   but it’s frustrating to have to upload my own thumbnails for each item. It would
   be really nice if it used the auto generated thumbnails.
 * Also, I noticed when you add an image, it becomes a static copy. IT would be 
   nice if the images were dynamically referenced, so that if I cropped the source
   image, it would crop in the menu as well.

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