Forum Replies Created
-
AuthorPosts
-
Aakash
KeymasterHello, you need to use the actual element selector i.e you need to use ‘#btnUp’ & ‘#btnDown’ & ‘#btnToggle’ since the buttons have a ID
If they have a class, you should use ‘.’ instead of ‘#’
Check the source of the demo: http://jsfiddle.net/vaakash/3mtea/embedded/result/
Thank you.
Aakash
KeymasterHello,
Currently there is no inbuilt feature to show only in home page. In future I’ll add this feature. For now, please do a small mod.
Use the latest version of the plugin and add the below line in “announcer.php” file in line no 126
Code:if( !is_home() ) return;
Thank you.
Aakash
KeymasterHello,
If you want the buttons in the homepage, then just do a small mod.
Get the latest version from the site and remove
Code:&& !is_front_page(),
in line no 208.That will solve the problem.
But I’m afraid that I didn’t make any demo video for the plugin !!! Can you please send the demo video you saw ??
Thank you.
Aakash
KeymasterSorry I really can’t what is the actual problem.. Can you please be more specific ??? I can’t understand “I change the links to get forwarded out my facebook page” means … Thank you.
Aakash
KeymasterHello,
Actually placing the next and previous post buttons in the home page is not a logical idea. Only in single posts and pages it is a logical way.
In the first release it was placed accidentally and after the report of many people it was removed.
So thats the reason for the removal.
Thank you.
Aakash
KeymasterHello,
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.
Aakash
KeymasterHello,
Many request this feature. I’ll add an option to include custom tab titles in the next version. Thank you.
Aakash
KeymasterI 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 #6210Aakash
KeymasterIts 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.
Aakash
KeymasterHello, can you please give ths site URL ???
Aakash
KeymasterHello, nice idea tomasishungry, I’ll check out how to implement this. I’ll update once it is possible. Thank you.
Aakash
KeymasterHello, 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.
Aakash
KeymasterHello, 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.
Aakash
Keymasterdesignspinner 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.
Aakash
KeymasterKitGreen 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.
-
AuthorPosts