mikecarnohan
Forum Replies Created
-
Forum: Plugins
In reply to: [Page scroll to id] Plugin not working on mobile (any more)That was totally the issue. Ducked into the code and sorted the hidden divs and IDs, and now everything is working.
Thank you for the amazingly fast and helpful response Manos!
Forum: Plugins
In reply to: [Etsy Shop] CSS “SKIN” FOR PLUGIN – FREE TO USEHi Chamshar,
In general, it is a limitation of the plugin… that the plugin uses such low-res (thumbnail) images by default. The author has not posted all of the shortcodes available for the plugin as of this time, but I believe there is one that sets image sizes used to “large”. Perhaps if they see this thread, they can provide the proper syntax for that option (along with basic instructions to import higher resolution images from ETSY using the plugin.)
I haven’t worked with the plugin for a while, but seem to recall that we used a combination of the large shortcode, as well as img filter CSS to scale images as desired in the project I used it for. Hope some of the above meanderings are helpful. ??
Best regards,
MikeThis is super helpful… thank you Tracy!
Forum: Plugins
In reply to: [Etsy Shop] Columns attribute not workingSee https://www.ads-software.com/support/topic/css-skin-for-plugin-free-to-use/ for CSS you can add to your site that that likely will address your issue. (Note: not official styling from the author, just something I came up with to address my own, similar issues with the plugin. After setting the number of columns, uncomment the area in the CSS corresponding to the number of columns you want to use, and comment out the others.)
Forum: Plugins
In reply to: [Etsy Shop] Increasing size of etsy cardsSee https://www.ads-software.com/support/topic/css-skin-for-plugin-free-to-use/ for CSS you can add to your site that that likely will address your issue. (Note: not official styling from the author, just something I came up with to address my own, similar issues with the plugin.)
Forum: Plugins
In reply to: [Etsy Shop] Styling/ CSSSee https://www.ads-software.com/support/topic/css-skin-for-plugin-free-to-use/ for CSS you can add to your site. (Note: not official styling from the author, just something I came up with for my own implementation of the plugin.)
Forum: Plugins
In reply to: [Etsy Shop] Etsy Listings Writing is all smushed togetherSee https://www.ads-software.com/support/topic/css-skin-for-plugin-free-to-use/ for CSS you can add to your site that that likely will address your issue. (Note: not official styling from the author, just something I came up with to address my own, similar issues with the plugin.)
Forum: Plugins
In reply to: [Etsy Shop] CSS “SKIN” FOR PLUGIN – FREE TO USEThis section:
/* PRICE (BUTTON) */ p.etsy-shop-listing-price { margin: -22px 0px 0px 0px; background-color: #e2e2e2; border: 1 px #c0c0c0; filter: drop-shadow(2px 2px 2px #c0c0c0); color: black; padding: 4px 7px 4px 8px; text-align: center; text-decoration: none; display: inline-block; font-size: 11.5px; }
Should be updated to change this line:
border: 1px #c0c0c0;