Forum Replies Created
-
AuthorPosts
-
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.
AakashKeymasterThe floating share bar is introduced 2 versions before. Its just growing strong with updates.
Currently it doesn’t detect mobile viewers and do a automatic adjustment.
For now, you can use CSS3 Media queries to detect mobile screens and adjust the plugin buttons automatically. If you are not able to do it manually, just respond in this topic.
October 4, 2012 at 1:45 pm in reply to: Welcome Pack – Buddypress New User Activation Email not work #6045
AakashKeymasterWP Socializer is not related with buddypress. It is a plugin to add “Social bookmarking buttons” to a WP Site.
It seems to be a strange problem that WPSR interferes with buddypress. In the place of the activation link, what is shown ???
October 4, 2012 at 1:38 pm in reply to: Facebook Shortcode Not Working in HTML Javascript Adder Widg #6080
AakashKeymasterWhat version of WP Socializer you are using ??
October 4, 2012 at 1:37 pm in reply to: Preserving social sharing button count after domain change #6104
AakashKeymasterIf the $permalink_inside_loop variable holds the required URL, then the buttons load the count for that URL.
Its also a good yet worst idea to leave the old count and start from ground up 🙄
AakashKeymasterWhat kind of posts are they actually ?? normal posts or custom post types ??
AakashKeymasterHope you inserted successfully the buttons at the top of the post manually. Just carry on this post for the floating share bar. http://www.aakashweb.com/forum/wp-socializer-f22/how-to-manually-insert-floating-social-bar-t1753.html
AakashKeymasterWhat kind of post is that ??? Why the floating share bar is not appearing there ??
October 4, 2012 at 11:55 am in reply to: v2.4.5 Update Breaks Retweet Function in Floating Bar #6021
AakashKeymasterIt’s happy to see the plugin working there perfectly 🙂
AakashKeymasterNow the buttons seems to work fine. Great !!
AakashKeymasterOh sorry, i think WordPress automatically adds line breaks (i.e
tags )to the code.This code will definitely work.
Code:BUTTON_SHORTCODE BUTTON_SHORTCODE BUTTON_SHORTCODE BUTTON_SHORTCODE BUTTON_SHORTCODEDo not add line breaks, add it all in one line.
AakashKeymasterCan you please post an image of the problem ??
AakashKeymasterPlease check for errors in your page. It is the actual reason.
-
AuthorPosts
