Forum Replies Created

Viewing 15 posts - 1,876 through 1,890 (of 2,034 total)
  • Author
    Posts
  • in reply to: DEMO 9 HTML CODE not Available
    Aakash
    Keymaster

    jQuery collapser automatically recognizes the pre hidden elements.

    If you want the paragraph to be hidden and the plugin to show “Expand Paragraph”, then pre hide the target paragraph

    i.e by adding a “display:none” styling to to the paragraph.

    Example:

    Code:

    Some text

    Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s

    Some text

    Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s

    .
    .
    .


    Live demo: http://jsfiddle.net/vaakash/CSLS7/

    The text “Some text” will be automatically replaced with “Expand paragraph” or whatever as you give for the “expandHtml” object in the plugin settings.

    The plugin automatically recognizes pre-hidden target elements.

    Now only, i noted that there is a mistake in the demo. Thanks for your report.

    Thanks

    http://twitter.com/vaakash/

    in reply to: Beta version of WP Socializer v2.0 released for preview
    Aakash
    Keymaster

    MrMiyamoto wrote:

    I tried in Firefox 5.0.1, Chrome 13.0.782.99 beta, and Safari 5.1, all with the same results. I disabled all other plugins to be sure it wasn’t a plugin interaction causing the problem and even with just WP Socializer 2.0 enabled I still get the aforementioned issue.

    Hello,

    The problem can be due the new TinyMCE button added to the plugin.

    It works fine in my tested workspaces. But seems to be problem there.

    The current solution is,

    1. Open wp-socializer/wp-socializer.php

    2. Remove or comment the lines

    Code:

    add_action(‘init’, ‘wpsr_add_wpsr_button’);
    and
    add_action(‘edit_form_advanced’, ‘wpsr_wpsrbt_info’);


    3. Save the file

    This should work.

    Sorry for the late reply.

    in reply to: Beta version of WP Socializer v2.0 released for preview
    Aakash
    Keymaster

    @lrvanessa,

    Thanks for trying the plugin !

    This error occurs because, JQUERY is not loaded.

    Instead, all other files, WP Socializer main js, utilities, tab,widgets etc are loaded (without the main jquery)

    See …. the parameters

    http://www.tonymoah.com.br/thesizeofsky/wp-admin/load-scripts.php?c=0&load=utils,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,jquery-ui-tabs

    And, WP Socializer also loads the jQuery. But also, it is not recognized. It can be due to some conflicting plugins.

    Is the wordpress admin menu working ? It should not work on the admin page.

    Try disabling some plugins and report the plugin here.

    But the current solution for your problem is, editing the file

    1. Open wp-socializer/admin/wpsr-admin.php

    2. Goto line no 26

    3. Add the following code in that line

    Code:

    if (isset($_GET[‘page’]) && ($_GET[‘page’] == ‘wp_socializer’ || $_GET[‘page’] == ‘wp_socializer_other’)){
    echo “”;
    }


    4. Save the file.

    Please report here for further bugs.

    Thanks

    in reply to: Beta version of WP Socializer v2.0 released for preview
    Aakash
    Keymaster

    It was tested in version 3.2.1 and it works fine.

    Try reloading the editing page. What browser you are using ?

    in reply to: Super Rss Reader doesn’t see
    Aakash
    Keymaster

    I found flash-feed-scroll-reader in your website. It also uses the same same PHP file for getting the rss feed. If it works, then super rss reader should also work.

    Try re installing super rss reader.

    in reply to: Super Rss Reader doesn’t see
    Aakash
    Keymaster

    you are not using the Super rss reader… but no problem thanks for trying !!

    in reply to: Super Rss Reader doesn’t see
    Aakash
    Keymaster

    if the above error is fixed, then the reader will work smoothly… it is the important file for reading xml files…

    in reply to: Super Rss Reader doesn’t see
    Aakash
    Keymaster

    The reader cannot access the proxy file http://www.copernicando.it/wp-content/plugins/super-rss-reader/loadXML.php

    I am getting a Internal server error !!! why is that so ??

    use this page to fix the problem : http://www.wallpaperama.com/forums/how-to-fix-mod-rewrite-500-internal-server-error-on-htaccess-file-apache-t718.html

    in reply to: Beta version of WP Socializer v2.0 released for preview
    Aakash
    Keymaster

    Breaking my head …. it should work.. no other tweaks can be made as the code is fine.. still blinking what the problem could be…

    Can you please copy and paste the source of the blank page ?? this can give some idea about the problem.. just right-click and select “view source” to get the source… this is will cause no security problem…

    Thanks for your patience !!!

    in reply to: Super Rss Reader doesn’t see
    Aakash
    Keymaster

    Can you please give the page, where the plugin is used ? thanks for your patience. I didnt see it in the home page. Is the plugin enabled ?

    in reply to: Super Rss Reader doesn’t see
    Aakash
    Keymaster

    If your settings are adjusted properly, then it should work. Did you do the code correction properly ??

    in reply to: Super Rss Reader doesn’t see
    Aakash
    Keymaster

    Its working … goto http://www.aakashweb.com/flash-gadgets/free-flash-super-rss-reader/ and in the rss reader,

    click the “^” icon and enter the URL http://ansa.it/web/notizie/rubriche/politica/politica_rss.xml there.

    It will work

    in reply to: Super Rss Reader doesn’t see
    Aakash
    Keymaster

    Sorry, there is bug in a plugin. Please do the simple correction to the code,

    1. Open super-rss-reader.php file

    2. Go to line 570

    3. Replace

    Code:

    echo $srrFlashVars . ‘”‘;


    with

    Code:

    echo $srrFlashVars . ‘”/>’;


    4. Save the file and upload it. Thats all

    Thanks for reporting.

    in reply to: Beta version of WP Socializer v2.0 released for preview
    Aakash
    Keymaster

    I didn’t find reason for that bug. The admin page should appear instantly. Did you click the “Start using WP Socializer v2.0” button. Did you try refreshing the admin page ? or else disable some other plugins to get the change.

    The code is clear and the admin page should appear.

    Thanks for your patience !!

    in reply to: Instapaper
    Aakash
    Keymaster

    I tried to add Instapaper, but i didn’t get any easy API or query like API for creating a Instapaper button.

    Do you have one ? or it will be useful if you give the docs page of the site or let me know any other site which uses Instapaper in a query like form ?

    did you try the beta version ?

Viewing 15 posts - 1,876 through 1,890 (of 2,034 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