emike09
Forum Replies Created
-
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
In reply to: Pass variables to mailto:<span style="font-size: 18pt;"><a href="mailto:[email protected]? [email protected]&[email protected]& 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>
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
In reply to: [WooCommerce] Adjust padding under product priceI tried using firebug to grab the css also. URL is here:
https://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
In reply to: [WooCommerce] Adjust padding under product priceOK. 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
In reply to: [WooCommerce] Adjust padding under product priceSo 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
In reply to: [WooCommerce] Restrict payment options based on productSeems 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
In reply to: [WooCommerce] Dynamic Cart Icon in HeaderSo I’ve got the plugin activated, but how do I go about updating the icon in my header with it?
Forum: Plugins
In reply to: [WooCommerce] Adjust padding under product priceForum: Plugins
In reply to: [WooCommerce] Dynamic Cart Icon in HeaderBrilliant. You’re a genius. Thanks a ton, I’ll give it a try.
Forum: Plugins
In reply to: [WooCommerce] Restrict payment options based on productSweet I think this is exactly what I’m looking for. What file will I be editing?