Forum Replies Created
-
AuthorPosts
-
December 29, 2012 at 7:07 pm in reply to: v2.4.5 Update Breaks Retweet Function in Floating Bar #6015
AakashKeymaster➡ Update will be avaialble tomorrow. Thank you.
December 18, 2012 at 4:09 pm in reply to: v2.4.5 Update Breaks Retweet Function in Floating Bar #6019
AakashKeymasterThanks for noting the bug. It is fixed in the version v2.4.6 It will be released soon on or before Christmas.
Thanks for the patience.
AakashKeymasterHello,
You need to use
Code:echo do_shortcode( get_the_excerpt() );
In your theme’s archive.php or category.php file wherever necessary.Thank you.
AakashKeymasterI think I didn’t check for empty arrays. I will fix it in the next version. Thanks for the note.
October 17, 2012 at 8:56 am in reply to: v2.4.5 Update Breaks Retweet Function in Floating Bar #6016
AakashKeymaster@ryanoc22 I already know that there can’t be any problem 🙂
AakashKeymasterAs said, under Buttons->Sharethis, should enter the sharethis pubid. If you are talking about saving the option, just click the black area to come out of the “Sharethis” window and you will see an blue button “Update” just click that. Thats the save button for all settings of WP Socializer.
AakashKeymasterWhat version of Shortcoder you were using before ??
AakashKeymasterSuper RSS Reader uses the native Feeds API provided by WordPress. I tried with the default RSS widget and it too displayed the feeds in the reverse order.
I think there is a problem with the Feeds API, I’ll find a solution for this problem soon.
AakashKeymasterPlease give your site URL …
AakashKeymasterIts a cache problem. It works fine in my case.
AakashKeymasterIts a rare one to have an ampersand at the very beginning of a post 🙄
Anyway happy that the problem is solved.
AakashKeymasterThis is a simple one.
Use the below code in any of the template. Modify and customize as you want.
Code:
jQuery(‘ready’).function({
jQuery(‘.wp-socializer-buttons’).hide();
jQuery(‘.openShare’).click(function(){
jQuery(‘.wp-socializer-buttons’).fadeIn();
});
});CLICK ME TO OPEN SHAREBAR
{facebook-like}
{retweet-bt}
{plusone-medium}
{stumbleupon-1}
Make sure you have loaded jQuery. Didn’t try this but should work as expected.
AakashKeymasterShortcoder just replicates the HTML template of the shortcoder. It doesn’t strip tags.
Here in my testing site, http://vaakash.kodingen.com/blog/14/syntax-highlighter-test/ you can see the shortcoder in action. After the second paragraph, the shortcoder clearly replicates the template. Ask the theme developers about this issue.
Thank you.
AakashKeymasterShortcoder just compacts the HTML code you use regularly.
For example,
Code:….. Some content ….If you use this HTML frequently in posts are pages, then create a Shortcode for this like [sc:myshortcode] and use it in posts and pages to get the freq used template mentioned above.
Its your decision to check whether Shortcoder suits you.
October 4, 2012 at 2:04 pm in reply to: Facebook Shortcode Not Working in HTML Javascript Adder Widg #6082
AakashKeymasterThanks for notifying the bug, its a problem with plugin in v2.4.5 I got it identified.
Inorder to make the plugin work, please do a small editing work.
– Open wp-socializer/includes/wpsr-shortcodes.php
– Replace line 63
Code:return wpsr_facebook($atts);
with
Code:return wpsr_facebook($atts) . ” ;
Please do it for now. It will be fixed in the very next version.
-
AuthorPosts
