dhaupin
Forum Replies Created
-
This post is not formatting correctly, even when using code blocks. Here is a raw paste of the issue: https://pastebin.com/c9UnDLqy
Forum: Plugins
In reply to: [Etsy Shop] Responsive??I ran into this as well. Its insane that this plugin uses tables instead of resposive divs.
The trick is to set your columns to more than your products (ie 999) and use CSS to turn the table
<td>into inline-blocks. Also you may need to tweak the card width in order to fit inside your theme content area. You can do this with width shortcode attrib, or with CSS (preferred, below).Shortcode example:
[etsy-shop shop_name="EXAMPLE" section_id="123123123" columns="999" width="150"]CSS overrides
/* Etsy plugin responsive overrides */ .etsy-shop-listing-table { text-align: center; } .etsy-shop-listing-table td { display: inline-block; } .etsy-shop-listing-table .etsy-shop-listing-card { width: 150px !important; } .etsy-shop-listing-table .etsy-shop-listing-card img { height: auto !important; }Enjoy!
- This reply was modified 8 years, 3 months ago by dhaupin. Reason: Added img height auto
Forum: Plugins
In reply to: [CW Image Optimizer] Get "bad response from optimizer"Did you try the last post in this thread? https://wordpress.org/support/topic/bad-response-from-optimizer
We installed the latest littleutils and found that it was missing the required “tempname” and “filesize” scripts. Installed 1.0.27 and it put those dependencies in. Then reinstalled the latest version.
Also if you use cloudlinux you should make a cage template as suggested here on the second tab of the guide: https://www.letuslook.org/linux/how-to-install-littleutils-on-cloudlinux-with-cagefs/
Forum: Plugins
In reply to: [BruteProtect] BruteProtect and CloudflareConfirmed same thing even with header rewrites and whatnot even on a server off CloudFlare. Also, it takes less than an hour to set up CloudFlare (even with propagation and flex-SSL wait time), what is the holdup? TLS is now the norm. Please update your ye olde software….remember there are 250k+ people using your mod….