Clayton Chase
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Order Products by ID Shortcode Not WorkingGot it. Thanks!
Seems like this just took time to update.
Forum: Plugins
In reply to: [WP User Avatars] plugin not https compliantHaving the same issue here! Thanks for the fix. Hopefully it gets fixed on the next plugin update.
Forum: Plugins
In reply to: [Shared Counts - Social Media Share Buttons] http shares not showingJust took time for the https versions to show.
Forum: Plugins
In reply to: [WordPress Popular Posts] Featured Images Not Displaying on Older PostsHector, this worked like a charm. Thank you so much!!
Donate link?? ??
Forum: Plugins
In reply to: [WordPress Popular Posts] Featured Images Not Displaying on Older PostsOkay, I’ll try removing the set image size manually option and see what that does. I’m not using the widget but I suspect is has something to do with the CDN.
Thanks for you reply Hector!
- This reply was modified 6 years, 5 months ago by Clayton Chase.
I think that the snippet on this page (https://www.billerickson.net/code/shared-counts-display-posts-shortcode/) is missing a paren on line 12. I was getting an unexpected return error and counted opening and closing () and added one and it’s working now.
Amazing! Thank you
Hey Bill,
We are now using Shared Counts. You mentioned above that the functionality to include Shared Counts in display post shortcode was coming. How would I implement that?Forum: Plugins
In reply to: [A-Z Listing] Tabbed ContentGlad this helped! Also, you are right on about loading jQuery UI. Thanks for adding that. I forgot in my original post!
Perfect! Thank you kindly!
Forum: Plugins
In reply to: [Shared Counts - Social Media Share Buttons] Hover IssueThanks for pointing me in the right direction Bill.
So for anyone else out there trying to mimic Social Warfare look (that’s what my client was after) this is the CSS I added to fix the issue I was having.
.shared-counts-wrap.style-fancy .shared-counts-button:hover { flex-basis: 25% !important; } .shared-counts-wrap.style-fancy .shared-counts-button { -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }
Forum: Plugins
In reply to: [Shared Counts - Social Media Share Buttons] SumoMe to Shared CountsThis is great. Thanks Bill!
Oh, I see what’s happening. Thanks for checking that out!
Thanks for the in-depth reply! I’ll look into Shared Counts. We’ve been having issues with Social Warfare anyway.