Title: emike09's Replies | WordPress.org

---

# emike09

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sucuri Security - Auditing, Malware Scanner and Security Hardening] Login IP always showing 0.0.0.0](https://wordpress.org/support/topic/login-ip-always-showing-0-0-0-0/)
 *  [emike09](https://wordpress.org/support/users/emike09/)
 * (@emike09)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/login-ip-always-showing-0-0-0-0/#post-14678061)
 * I’m curious about this as well. New to Sucuri though. We’ve got hundreds of login
   attempts and I’d like to know where they’re coming from so I can block the IPs.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Pass variables to mailto:](https://wordpress.org/support/topic/pass-variables-to-mailto/)
 *  Thread Starter [emike09](https://wordpress.org/support/users/emike09/)
 * (@emike09)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/pass-variables-to-mailto/#post-6239146)
 *     ```
       <span style="font-size: 18pt;"><a href="mailto:somebody@electedofficial.com?
       cc=anotherperson@address.com&bcc=us@address.com&
       subject=Conern%20toward%20American%20Fork%20Canyon&
       body=[Date]<br><br>Dear%20[contactname]:<br><br>My%20name%20is%20[firstname]%20and%20I%20reside%20at%20[address]%20in%20[city],%20Utah.;Sincerely,<br><br>[firstname%20lastname]">
       E-Mail your elected officials</a></span>
       ```
   
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Leaflet Maps Marker (Google Maps, OpenStreetMap, Bing Maps)] World Class plugin](https://wordpress.org/support/topic/world-class-plugin/)
 *  Thread Starter [emike09](https://wordpress.org/support/users/emike09/)
 * (@emike09)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/world-class-plugin/#post-7748513)
 * You’re welcome! I’m pretty sure KMZ files are simply compressed KML files. Useful
   when you’re dealing with thousands of markers or tons of metadata.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Adjust padding under product price](https://wordpress.org/support/topic/adjust-padding-under-product-price/)
 *  Thread Starter [emike09](https://wordpress.org/support/users/emike09/)
 * (@emike09)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/adjust-padding-under-product-price/#post-3290645)
 * I tried using firebug to grab the css also. URL is here:
    [http://www.goldrushexpeditions.com/store/](http://www.goldrushexpeditions.com/store/)
 * I tried this code in the theme stylesheet and it also didn’t do anything:
 *     ```
       /* Store Price Spacing */
       ul.products li.product .price {
           color: #85AD74;
           display: block;
           font-weight: normal;
           margin-bottom: 1.5em;
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Adjust padding under product price](https://wordpress.org/support/topic/adjust-padding-under-product-price/)
 *  Thread Starter [emike09](https://wordpress.org/support/users/emike09/)
 * (@emike09)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/adjust-padding-under-product-price/#post-3290644)
 * OK. I added that line of code to my themes css file and it didn’t seem to do 
   anything. I added it to the bottom of the CSS file just barely before the end,
   exactly like this:
 *     ```
       /* Store Price Spacing */
       ul.products li.product .price {margin-bottom: 1em;}
   
       /* =END
       ----------------------------------
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Adjust padding under product price](https://wordpress.org/support/topic/adjust-padding-under-product-price/)
 *  Thread Starter [emike09](https://wordpress.org/support/users/emike09/)
 * (@emike09)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/adjust-padding-under-product-price/#post-3290642)
 * So the stylesheet for WooCommerce is very different. Not something I’ve used 
   before. It’s a single line, and there is also a .less file in that directory.
   Anything special I need to do to add that line of code?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Restrict payment options based on product](https://wordpress.org/support/topic/restrict-payment-options-based-on-product/)
 *  Thread Starter [emike09](https://wordpress.org/support/users/emike09/)
 * (@emike09)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/restrict-payment-options-based-on-product/#post-3290632)
 * Seems to break the site. Maybe a theme incompatibility? The front and back-end
   go completely blank when adding that anywhere into my themes function.php file.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Dynamic Cart Icon in Header](https://wordpress.org/support/topic/dynamic-cart-icon-in-header/)
 *  Thread Starter [emike09](https://wordpress.org/support/users/emike09/)
 * (@emike09)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/dynamic-cart-icon-in-header/#post-3296035)
 * So I’ve got the plugin activated, but how do I go about updating the icon in 
   my header with it?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Adjust padding under product price](https://wordpress.org/support/topic/adjust-padding-under-product-price/)
 *  Thread Starter [emike09](https://wordpress.org/support/users/emike09/)
 * (@emike09)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/adjust-padding-under-product-price/#post-3290630)
 * [http://www.dev.goldrushexpeditions.com/store/](http://www.dev.goldrushexpeditions.com/store/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Dynamic Cart Icon in Header](https://wordpress.org/support/topic/dynamic-cart-icon-in-header/)
 *  Thread Starter [emike09](https://wordpress.org/support/users/emike09/)
 * (@emike09)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/dynamic-cart-icon-in-header/#post-3295939)
 * Brilliant. You’re a genius. Thanks a ton, I’ll give it a try.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Restrict payment options based on product](https://wordpress.org/support/topic/restrict-payment-options-based-on-product/)
 *  Thread Starter [emike09](https://wordpress.org/support/users/emike09/)
 * (@emike09)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/restrict-payment-options-based-on-product/#post-3290625)
 * Sweet I think this is exactly what I’m looking for. What file will I be editing?

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