Forum Replies Created
-
AuthorPosts
-
AakashKeymasterHello,
Can you please post a screenshot of the issue ??? I’ll look through it…
AakashKeymasterHello, can you please give the site URL or any other details ???
AakashKeymasterCan you please give the site URL ??? I’ll check it out.
AakashKeymasterHello, using the floating share bar manually is not possible till now. Since it needs many tweaking works.
Currently it is possible to use only through the admin page.
Check out the docs page if you want to insert the normal buttons manually: http://www.aakashweb.com/docs/wp-socializer-docs/function-reference/
AakashKeymasterCan you please give the page URL ??? I’ll check it out…
AakashKeymasterHello, can you please give the API docs page provided by Yahoo ?? I’ll check it out for possibility. Thank you.
AakashKeymasterHello, 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.
AakashKeymasterHello,
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.
AakashKeymasterHello,
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.
AakashKeymasterSorry 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.
AakashKeymasterHello,
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.
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.
-
AuthorPosts
