Forum Replies Created

Viewing 15 posts - 1,516 through 1,530 (of 2,111 total)
  • Author
    Posts
  • in reply to: InShare button keeps old title, not using updated title
    Aakash
    Keymaster

    Its no problem with the plugin. Actually Linkedin servers / or the browser cache the URL meta information when the button is clicked. So the title change is not updated. Changing the URL makes the browser to load the meta once again. So just do a hard page refresh and I think the problem will solve. Thank you.

    in reply to: Advanced post navigator
    Aakash
    Keymaster

    The bubble just displays the “Next and previous post title, excerpt, featured image and some further posts” I think its not useless. Its the main feature of the plugin.

    in reply to: WP Socializer 2.4.9 buttons "broken" with WP 3.5.2?
    Aakash
    Keymaster

    Hello,

    Can you please post a screenshot of the issue ??? I’ll look through it…

    in reply to: Not working on Firefox
    Aakash
    Keymaster

    Hello, can you please give the site URL or any other details ???

    in reply to: Disable Template Doesn’t Work!
    Aakash
    Keymaster

    Can you please give the site URL ??? I’ll check it out.

    in reply to: How do I integrate floating
    Aakash
    Keymaster

    Hello, 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/

    in reply to: Share Button Not Working in Loop
    Aakash
    Keymaster

    Can you please give the page URL ??? I’ll check it out…

    in reply to: (Request) New sharing button – via Yahoo Messenger
    Aakash
    Keymaster

    Hello, can you please give the API docs page provided by Yahoo ?? I’ll check it out for possibility. Thank you.

    in reply to: jQuery – Easy ticker Plugin
    Aakash
    Keymaster

    Hello, 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.

    in reply to: I want Announcer on Homepage only please ?
    Aakash
    Keymaster

    Hello,

    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.

    in reply to: Advanced Post Navigator – home page
    Aakash
    Keymaster

    Hello,

    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.

    in reply to: Noob Question – Change Links?
    Aakash
    Keymaster

    Sorry 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.

    in reply to: Advanced Post Navigator – home page
    Aakash
    Keymaster

    Hello,

    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.

    in reply to: Feed gets no update
    Aakash
    Keymaster

    Hello,

    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.

    in reply to: RSS "Tab Titles"
    Aakash
    Keymaster

    Hello,

    Many request this feature. I’ll add an option to include custom tab titles in the next version. Thank you.

Viewing 15 posts - 1,516 through 1,530 (of 2,111 total)

Subscribe to our Newsletter

Get updates on the WordPress plugins, tips and tricks to enhance your WordPress experience. No spam. View newsletter

By using this website, you agree to our Terms