brianfreytag
Forum Replies Created
-
Forum: Plugins
In reply to: [Social Media Widget] [Plugin: Social Media Widget] Google supportMy development server hard drive crashed during my recent move, so I won’t be able to add it until I rebuild that machine.
Until I get this thing running, you can use the custom services boxes to add an icon.
Forum: Plugins
In reply to: [Social Media Widget] [Plugin: Social Media Widget] GREAT PluginYou can use one of the custom service boxes to add it for now.
My development server hard drive crashed during my recent move, so I won’t be able to add it until I rebuild that machine.
Forum: Plugins
In reply to: [Social Media Widget] Customizable icon sizeMy pleasure.
Forum: Plugins
In reply to: [Social Media Widget] Customizable icon sizeWhat I would do is select the 64×64 icons and add the following to your style.css:
.socialmedia-buttons img { width: 40px; height: 40px; }
Always better to scale down than to scale up.
Forum: Plugins
In reply to: [Social Media Widget] Customizable icon sizeNot without scaling images, which is something I try to avoid.
You can always use CSS to scale them.
Forum: Plugins
In reply to: [Social Media Widget] [Plugin: Social Media Widget] GREAT PluginThanks for the kind words!
Unfortunately, this is not a “Like” plugin… or a sharing plugin… It’s a “bookmarking” plugin. The only thing it’s used for is to link users to your Facebook page.
This is quite weird.
Can you please post this information on my support forums? That way it’ll be easier for me to track progress.
https://forums.precisionwebdev.com
Thanks!
Forum: Plugins
In reply to: [Social Media Widget] [Plugin: Social Media Widget] Change Order of Iconstiscover…
This is a bad idea. Changing the plugin files will end up causing you way more problems at the end of the day. Any time I update the plugin, you’ll have to go go in and make those changes every single time it’s updated.
Forum: Plugins
In reply to: [Donations via PayPal] [Plugin: PayPal Donations] center the buttonProvide me with a link to your site and I can figure it out.
It’s hard to know how to fix your CSS unless I can see it.
BTW.. I’m not the creator of this plugin. Just a loyal user.
Forum: Plugins
In reply to: [Donations via PayPal] [Plugin: PayPal Donations] center the buttonTry adding the following in your style.css file:
.paypal-donations { text-align: center; }
Forum: Plugins
In reply to: [Social Media Widget] [Plugin: Social Media Widget] Friend Feed renderingCan you post these on my support forums please so they are easier to track?
Forum: Plugins
In reply to: [Social Media Widget] [Social Media Widget] Horizontal orderThat float is messing things up.
Try this:
li.Social_Widget a {
display: inline !important;
border-bottom: 0;
}You have, on line 1046 of style.css a call that says:
.home-sidebar ul li a {
display: block;
}This is what was messing it up.
Forum: Plugins
In reply to: [Social Media Widget] [Social Media Widget] Horizontal orderCan I get the URL to your site? I can’t diagnose your CSS unless I see it.
Please go to my support forums. I’m sure your question has been answered there.