Forums

[resolved] [Plugin: Feed Reading Blogroll] solution jQuery(”#feedreading_blogroll_ > li”).tsort is not a (14 posts)

  1. Guddi
    Member
    Posted 7 months ago #

    I came across this problem yesterday trying to get the plugin working using a new theme. There's some kind of conflict between jQuery and another script.

    Anyway, opening the feedreading_blogroll.js and insergin $j=jQuery.noConflict() at the start and then replacing all jQuery with $j solved the problem. The problem now is that if I change settings ore update the plugin I have to do the editing again.

    I thought this would be useful information for you, hopefully you could implement this into a future release.

    http://docs.jquery.com/Core/jQuery.noConflict

  2. Erunafailaro
    Member
    Posted 7 months ago #

    Thx Guddi!

    I will add this fix to the next version! Please tell me, which theme you were using.

    I would like to test it myself.

  3. Guddi
    Member
    Posted 7 months ago #

    The theme's http://www.wpspider.com/wp_new_mag-premium-wordpress-theme/

    I've included all the recommended plugins excent flickrRSS and changed the code to include your plugin there instead. the plugin worked great using my old theme without the new plugins.

  4. Erunafailaro
    Member
    Posted 7 months ago #

    The theme's website seems to be in maintenance-mode. I can neither preview the theme nor download it.

    I tried the version that can be downloaded from here: http://www.soddhipong.com/main/?p=337

    I hope, that is the one you are using.

  5. Guddi
    Member
    Posted 7 months ago #

    It's the same..

  6. Erunafailaro
    Member
    Posted 7 months ago #

    This theme is bringing its own jQuery-instance instead of using the one supplied by the WordPress-core.

    This is causing problems, but I can get around this easily.

    I will come back here as soon as I have fixed it.

  7. Guddi
    Member
    Posted 7 months ago #

    I've erased the jQuery included with the Theme, the problem was still there. I forgot to mention that in my original post, sorry.

  8. Erunafailaro
    Member
    Posted 7 months ago #

    I just installed the theme and my plugin on a test-blog.

    The only thing that is not working, is the sorting. Everyting else is working fine.

    Could you please give a detailed description of the problem, that occurs on your blog? Currently, I cannot reproduce your problem.

    I would help me to see the acual problem on your blog. Could you please post the URL?

  9. Erunafailaro
    Member
    Posted 7 months ago #

    The development-Version contains the bugfix you proposed:

    http://downloads.wordpress.org/plugin/feed-reading-blogroll.zip

    On my test-installation, it is working now with the theme you are using.

    Could you please test it with your theme and tell me if it works for you?

    Thank you very much!

  10. Guddi
    Member
    Posted 7 months ago #

    Sorry, I gave you bad info again. It's only the sorting that's not working for me to. Everything else works fine.

    I only have the blog on my test server on my local network. I haven't implemented the changes on the public blog yet.

    I'll test the development version right away..

  11. Guddi
    Member
    Posted 7 months ago #

    There's still a problem with the sorting functionality. Looking at the code, in the file feedreading_blogroll.js, the $j=jQuery.noConflict() line is there but the rest of the code isn't using $j but instead continue to use jQuery.

    I opened the file in a text editor, typed in replace jQuery with $j on every instanced except for the first line ('$j=jQuery.noConflict()') and after that the sorting algorithm worked.

  12. Erunafailaro
    Member
    Posted 7 months ago #

    Did you use the rebuild-button on the plugin's admin page to rebuild the javascript-file? That would be necessary.

    btw, there cannot be a line

    $j=jQuery.noConflict()

    I chose a different name for the variable than $j.

  13. Guddi
    Member
    Posted 7 months ago #

    Everything works great now :) I'm sure that I pushed save settings last time but I rebuilt the feedreading_blogroll.js again and this time everything works great now. I probably missed changing some permission settings last time.

    Thanks a lot for the update, will save me time if/when I have to reinstall the plugin or update it later! Great plugin!

  14. Erunafailaro
    Member
    Posted 7 months ago #

    Thank you for helping me to improve my plugin! :-)

Reply

You must log in to post.

About this Topic