Forum Replies Created

Viewing 15 posts - 1,486 through 1,500 (of 2,068 total)
  • Author
    Posts
  • 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.

    in reply to: Shortcoder completely broken
    Aakash
    Keymaster

    Hello,

    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.

    Aakash
    Keymaster

    Hello,

    sorry for the late reply. The issue is already solved in the release v2.4.9 Thank you.

    in reply to: Floating Sidebar Breaks Theme
    Aakash
    Keymaster

    Hello,

    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.

    in reply to: RSS Titles That are Not Stripped
    Aakash
    Keymaster

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

    in reply to: Change Date’sLanguage
    Aakash
    Keymaster

    Hello,

    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.

Viewing 15 posts - 1,486 through 1,500 (of 2,068 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