Forum Replies Created

Viewing 15 posts - 1,456 through 1,470 (of 2,043 total)
  • Author
    Posts
  • 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.

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

    I think this problem is fixed. Please check that out. Thank you.

    Aakash
    Keymaster

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

    in reply to: like button not registering to correct page
    Aakash
    Keymaster

    Hello, can you please give ths site URL ???

    in reply to: Have floating bar fix at certain y value?
    Aakash
    Keymaster

    Hello, nice idea tomasishungry, I’ll check out how to implement this. I’ll update once it is possible. Thank you.

    in reply to: Floating Share Bar
    Aakash
    Keymaster

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

    in reply to: Use shortcodes within Shortcoder?
    Aakash
    Keymaster

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

    in reply to: buttons in short code
    Aakash
    Keymaster

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

    in reply to: Export Shortcodes
    Aakash
    Keymaster

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

Viewing 15 posts - 1,456 through 1,470 (of 2,043 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