Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
  • in reply to: Jquery issue #10601

    Is there a plan to update Foundation to 4 or later?

    in reply to: Redirecting post registration. #10600

    I modified a copy of BP force profile to add a second function that works just like the original but looks for my fields first then forwards to our test. If those fields are populated it checks for the other profile fields and redirects to the edit profile screen.

    The user cannot navigate the site until they have completed their test, and profile.

    in reply to: Redirecting post registration. #10429

    We were able to figure this out by writing a plugin to check for empty profile fields then redirect to the required form.

    in reply to: Jquery issue #10340

    Thank you very much. That resolved the issue.

    I ran into some other deprecated commands within the included foundation framework. We were able to resolve the issues by overlaying the most recent pull of the foundation 3.2.5 assets.

    Now I’m running into this error.
    Uncaught ReferenceError: isMobile is not defined (index):673
    (anonymous function) (index):673
    l jquery-2.0.3.js:2913
    c.fireWith jquery-2.0.3.js:3025
    x.extend.ready jquery-2.0.3.js:398
    S
    For this function:

    jQuery(function () {
    if (!isMobile()) {
    jQuery(‘.kleo-bp-active-members’).hide();
    jQuery(‘.section-members’).one(‘inview’, function (event, visible) {
    if (visible) {
    var container = “.kleo-bp-active-members”;
    jQuery(container).show(0, function() {
    jQuery(container+” li”).hide().each(function (i) {
    var delayInterval = 150; // milliseconds
    jQuery(this).delay(i * delayInterval).fadeIn();
    });
    });
    }
    });
    }

    });

    Everything seems to be in working order though.

    in reply to: Jquery issue #10184

    I haven’t heard anything back from Support.

    After digging into the theme, I’ve found that SweetDate is using deprecated jquery commands such as .live in the forgot password functionality, which is broken in 2.3.1. This is also being used in a couple of the buddypress widgets.

    Unless those functions get re-written using on. instead of live. the theme doesn’t break my custom plugins which use jquery 2. The version of Foundation included in sweet-date appears to use jquery 1.9 but the theme uses 1.7 commands.

Viewing 5 posts - 1 through 5 (of 5 total)

Log in with your credentials

Forgot your details?