Forum Replies Created
-
AuthorPosts
-
AakashKeymasterHello,
Please add this line to your theme’s functions.php file
Code:add_filter( ‘wp_feed_cache_transient_lifetime’, create_function(‘$a’, ‘return 600;’) );
Thank you.
AakashKeymasterHello,
Many request this feature. I’ll add an option to include custom tab titles in the next version. Thank you.
AakashKeymasterI think this problem is fixed. Please check that out. Thank you.
June 4, 2013 at 9:37 pm in reply to: Facebook CommentWindow Clips When Sharebar Affixed to Bottom #6210
AakashKeymasterIts upto facebook to do calculate the visibility and show the popup. It is not possible to directly manipulate the iframe content. Lets hope for the best from Facebook. Thank you.
AakashKeymasterHello, can you please give ths site URL ???
AakashKeymasterHello, nice idea tomasishungry, I’ll check out how to implement this. I’ll update once it is possible. Thank you.
AakashKeymasterHello, please check for any JS error in the page. WPSR works perfect in all places. Correcting any JS error in your theme will solve the problem.
Thank you.
AakashKeymasterHello, I think this is a process which many won’t use.
Anyway, if you want to use this feature, then open http://plugins.trac.wordpress.org/browser/shortcoder/trunk/shortcoder.php#L122 this file and wrap `$sc_content_rep2` and `$sc_content_rep` with
`do_shortcode($sc_content_rep2)` and `do_shortcode($sc_content_rep)` respectively.
Thank you.
AakashKeymasterdesignspinner wrote:I used this shortcode on a page, and the buttons did not display (only the code showed). Can you tell me what I did wrong?
[wpsr_buttonName var1=”wpsr_facebook” var2=”wpsr_twitter” var3=”wpsr_plusone” var4=”wpsr_pinterest” var5=”wpsr_linkedin” var6=”wpsr_sharethis”]
I think you’ve mistaken. Each and individual button has a shortcode.
You need to use that shortcode like [wpsr_****buttonName****]
Go to the docs page and there will you will see the headings. Expand the box and replace the “buttonName” with the one mentioned there. For some customizations, you need to add some additional parameters as mentioned. http://www.aakashweb.com/docs/wp-socializer-docs/function-reference/
Just check out the demo page, there some examples are given: http://www.aakashweb.com/demos/wp-socializer/shortcodes/
Thank you.
AakashKeymasterKitGreen wrote:The only reference I could find in the database was shortcoder_data in the Options table. I copied this data manually to another blog with Shortcoder activated, but the shortcodes from the old blog did not appear in Settings > Shortcoder (/wp-admin/options-general.php?page=shortcoder).
Hello, I think you’ve emptied that data field by mistake. Replacing that data field in the DB will solve the problem.
Anyway, Ill add an “Export shortcodes” feature in the next version as per request.
Thank you.
AakashKeymasterHello,
1. Please do a hard page refresh i.e Press Ctrl+F5 to refresh the page.
2. Or else, Press Ctrl+Shift+J in Chrome then copy and paste the errors you see in the console as a reply to this post.
I’ll check the errors. Thank you.
June 4, 2013 at 8:26 pm in reply to: Facebook Like broken on floating bar (Chrome and Firefox) #6226
AakashKeymasterHello,
sorry for the late reply. The issue is already solved in the release v2.4.9 Thank you.
AakashKeymasterHello,
Sorry for the late reply. When I saw you site, everything was fine I think you fixed the issue.
Also, I spotted that the fixed share bar doesn’t look good in you site. It is bit narrow and not normal.
To fix that, open http://www.mangopublic.com/wp-content/plugins/wp-socializer/public/css/wp-socializer-buttons-css.css file and add this line
Code:width: 77px !important;
after the line
Code:.wpsr-floatbar-float_left{
Save and refresh the site. The sharebar will look good.
Thank you.
AakashKeymasterHello cathyoh,
Sorry for the late reply. I already had this idea of getting the tab name from the user. Definitely in the upcoming versions I’ll add this feature. Thank you.
AakashKeymasterHello,
Nice feature request !! I’ll add this feature in the next version. For now, just do some manual changes to the file
1. Open super-rss-reader.php
2. Replace lin3 143 with the one below,
Code:$date = date_i18n(‘j F Y @ g:i a’, $item->get_date(‘U’));
Thank you.
-
AuthorPosts
