Venture
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Find Me On] Add New button not workingI’m going to add to this older post just to say that I’m running into the same problem, although sometimes it “sort of” works. With certain links, clicking the Add New Icon button doesn’t seem to do anything, but if one of the other save buttons (like Save Icon Order) is pressed, then it actually does work even though the display in the backend doesn’t change. Other times, it does nothing.
If you are familiar with manipulating a database, I was able to add in icons that way, using phpMyAdmin. I selected the wp_find_me_on entry, and pieced together what was going on. The hard one to figure out was network_id, but that turned out to be where the service was in the dropdown list in the plugin options, minus one. For example, Google Wave was the 25th item in the dropdown list, and its network_id was 24. id was just a unique number you can assign, user_info is the link you want to use, and sort_order is where in the order of the icons you want the new icon to appear.
Forum: Fixing WordPress
In reply to: [Plugin: Sociable] Reduce padding between custom iconsThanks for the post. Unfortunately, that didn’t work for me. I imagine it must be something in my theme (I’m using the WP Premium theme) conflicting with the plugin, but I’m not sure what it might be.
Forum: Fixing WordPress
In reply to: [Plugin: Sociable] Reduce padding between custom iconsI found this post, which talks about the same problem, but I can’t make sense of it (perhaps the plugin code has changed since that one was posted):
Forum: Fixing WordPress
In reply to: [Plugin: Sociable] Reduce padding between custom iconsThanks for the reply. That is what has me scratching my head. The only 3 padding attributes in the sociable css have values of either 0 or 1px, which wouldn’t explain the padding that I’m getting.
Forum: Fixing WordPress
In reply to: WP-Super-Cache not CachingThanks abelcreative – that did it! The plugin seems to be working now.
Forum: Fixing WordPress
In reply to: WP-Super-Cache not CachingSame problem here – nothing cached. I have the html closing tag in my footer.