silverm
Forum Replies Created
-
Forum: Plugins
In reply to: [Amazing Posts Widget] Make widget display inline blockIt does not work out of the box. A solution is to diminish the size by 1% and make it 49% in inline-block. I targeted the class .hentry
I would recommend to provide an option in the shortcode itself to display inline block in a future release as this plugin is perfect for a “related post” in single.php 😀
Cheers and thanks for a great plugin.
Also, another clarification. If I buy your premium G+ and pinterest share addon, I take it the shares will still count even if I don’t use the share buttons of google or pinterest in the premium set?
Also, just a heads up. You are not using the correct size of facebook or twitter buttons. They are too small and do not appear good on different themes. Instead of a fixed width, use width ‘auto’.
Forum: Plugins
In reply to: [Amazing Posts Widget] Make widget display inline blockI am still developing on localhost. I will have a hard look at it tomorrow and will report back. Sorry for the long delay in responding.
Forum: Plugins
In reply to: [Reaction Buttons] Integrate it with myCred in a future releaseI noticed that with reactions button. When automatic integration is checked, it appears inside the homepage loop for guests but not for logged in users. I will have to hard-code the shortcode in the theme php.
As for myCred, it only works with logged in members and stores the values in sql database. Else, it has no way of telling who earned how many points. It is a solid software and great at what it does. I seriously hope there is an integration of those two one day.
It has a slew of hooks that make wordpress actions and integration with third party plugins easier. You might want to check this: http://mycred.me/support/tutorials/how-to-make-your-custom-hook/ and this: http://codex.mycred.me/. Especially the “Module API”.
Thanks for your support and great plugin! 🙂
Forum: Plugins
In reply to: [Colorful Tag Cloud] ShortcodeUpdate: I just noticed. Activating your plugin changes the default wordpress tag cloud to colorful tags. Howerver, the size of the fonts are all the same. It needs to be different sizes. I can do it with css but is there a way to specify random font sizes?
I am using the code:
<?php
$args = array(
‘taxonomy’ => array(‘category’),
);
wp_tag_cloud($args);
?>Forum: Plugins
In reply to: [Asynchronous Javascript] Post Images load blank on wordpress 3.6Just a heads-up. It was BJ Lazy Load. I deactivated it and it works fine now. I am marking as resolved.
Forum: Plugins
In reply to: [WTI Like Post] Show both Like and Dislike ValuesYes, that’s what I mean. It takes a random phrase from a set of messages and outputs it. It could also be used to output personalized social sharing or recommend a post for members who liked it. I think it’ll make a nice addition to it. Anyways, can you please point me in the right direction to which files need editing?
Forum: Plugins
In reply to: [WTI Like Post] Show both Like and Dislike ValuesYes, i understand. It’s an “unlike” feature. Also is it possible to make it display a set of random messages in the “status” box instead of the generic “Thanks for your vote”.