Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Bojan Radonic – WPMU DEV Support

    (@wpmudev-support4)

    Hey fire_akuma,

    Hope you’re well today ??

    Tested this on my sandbox site with latest BuddyPress and ActivityPlus plugins and everything seems to be in order.

    Can you please post link to your site so I can take a look? Do you have free registration?

    Cheers,
    Bojan

    Thread Starter fire_akuma

    (@fire_akuma)

    Hi ?? ty for answer

    the link : https://www.nintendo-town.fr/nnt/

    Registratin is free but activate is manuel for now

    Cheers,

    Fire_akuma

    Plugin Author Bojan Radonic – WPMU DEV Support

    (@wpmudev-support4)

    Hey again Fire_akuma,

    I’ve registered an account (BojanWPMU) on your site, can you please approve it so I can see how your Activity page looks like.

    This is just a subscriber account so you don’t have to worry about anything.

    Cheers,
    Bojan

    Thread Starter fire_akuma

    (@fire_akuma)

    i dont worry ??

    you are activate ??

    Plugin Author Bojan Radonic – WPMU DEV Support

    (@wpmudev-support4)

    Hey again fire_akuma,

    Thanks for that, I’ve checked your site and there is a JS error in the console pointing to one of the custom scripts your theme uses for dropdown which is most likely preventing BuddyPress Activity Plus from working properly.

    Can you please try switching to one of the default WP themes just to confirm?

    Also is this your custom script or added in theme by default?

    Best regards,
    Bojan

    Thread Starter fire_akuma

    (@fire_akuma)

    Hi ??

    I have a lot of custom script … did u know Wich custom script make error ? :$

    Plugin Author Bojan Radonic – WPMU DEV Support

    (@wpmudev-support4)

    Hey again,

    It’s funny because the smiley you’ve used is actually closer to the solution that you might think ??

    I can’t really say I’m good with jQuery but this problem is related to the use of $, please see the following:

    jQuery library included with WordPress is set to the noConflict() mode (see wp-includes/js/jquery/jquery.js). This is to prevent compatibility problems with other JavaScript libraries that WordPress can link.

    In the noConflict() mode, the global $ shortcut for jQuery is not available.

    The file you’re looking for is /wp-content/themes/mts_best/js/customscript.js starting on lines starting on lines 77, you can either replace $ with jQuery or use something like this

    jQuery(function ($) { ...

    I’ve found the following link which you might find helpful https://stackoverflow.com/questions/12343714/typeerror-is-not-a-function-when-calling-jquery-function.

    Hope this helps ??

    Cheers,
    Bojan

    Thread Starter fire_akuma

    (@fire_akuma)

    this help to understand but i’m too bad in coding for really fix this pb ??

    mts_best is a templzte i buy and i really don’t know how it’s work ^^

    Thread Starter fire_akuma

    (@fire_akuma)

    Hi again !

    as the function mentioned above was not used much, I took it to try to make disappear the script error.

    Unfortunately, the concern is still present even with the script commented out …

    Plugin Author Bojan Radonic – WPMU DEV Support

    (@wpmudev-support4)

    Hey again fire_akuma,

    There is also the script below that doing the same thing.

    If this is too complex for you to handle you should really try to contact theme developers, they should be able to fix this for you pretty quick and this is something that should be included in the update as well.

    Best regards,
    Bojan

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Activate but nothing’ is closed to new replies.