Viewing 11 replies - 31 through 41 (of 41 total)
  • Here is the folder (now I’m just confusing myself lol) sorry

    taylorthompsonfitness.com/wp-content/themes/greenearth/include/javascript/jquery.js

    Plugin Author Doodlebee

    (@doodlebee)

    You’re missing a folder in your path. it’s looking for it here:

    https://www.taylorthompsonfitness.com/wp-content/themes/greenearth/scripts/jquery/jquery132.js

    but you put it here:

    https://taylorthompsonfitness.com/wp-content/themes/greenearth/javascript/jquery132.js

    you need to have a folder in your “greenearth” theme called “scripts”. under that, you need a folder called “jquery”. Put the file in THAT folder. (you put it in the “javascript” folder – it’s not looking for it there.)

    It’s working!!!!!!!!!!! SWEEET!!!!!

    THANK YOU SO MUCH

    Thread Starter patc890

    (@patc890)

    Good for you!

    Plugin Author Doodlebee

    (@doodlebee)

    Yay! awesome – glad you got it ??

    THANK YOU so much again, Shelly! ??

    ?? The plugin doesn’t work on ‘pages’ only on ‘posts,’ is that correct?

    It’s not that big of a deal. I can always just create a regular archive post. Just curious though.

    Plugin Author Doodlebee

    (@doodlebee)

    The plugin doesn’t work on ‘pages’ only on ‘posts,’ is that correct?

    I *believe* I do have a thing there that checks to see if you have the comment form on Pages. if you do, it should work. Let me double check that…

    …nope. I’m wrong. Currently it’s set to show only on posts.

    But I’m working on a new release right now, so I can fix that. If you want to fix it in the short term, open up the jquery-expandable-comments.php file, and towards te bottom (in the bb_add_jQuery() function), there’s a line that looks like this:

    if(is_single() || is_paged () || get_query_var ('cpage')) {

    change that to this:

    if (comments_open()) {

    Any page that has comments open on it will pop the script into it.

    Some of the BEST support I’ve ever gotten. You’re up there with Hostgator. Hostagtor always provides me with amazing support. You’re on that same level, if not above it. I greatly appreciate that. Seriously! ??

    Plugin Author Doodlebee

    (@doodlebee)

    LOL thanks ??

    Just so you know, I *just* submitted the update to the repository. It’s showing up as upgraded (version 0.3 now – with that comments_open() code in it) – just not on the back end of WP sites yet. Shouldn’t be long before it shows up.

    Glad I could help ??

Viewing 11 replies - 31 through 41 (of 41 total)
  • The topic ‘[Plugin: jQuery Comment Replies] Can't get it to work.’ is closed to new replies.