jquery for "breadcrumbs" not loading on first step of easy blogging wizrad

Mason
Supreme Deity
True DEVian
Lifetime member

Member    Likes (0)

Hey all,

This plugin may not be "officially" released yet, but I figured I'd post my issue here and see if someone could provide the answer.

I've got easy blogging admin and wizard running together and have used the easy wizard to make the first step (for new users) to be the option of becoming a supporter. The problem I'm having is that the breadcrumbs for wizard navigation don't load on the supporter signup page. This ONLY happens on the first login attempt. If the user logs out and navigates back to step one, the navigation is there. If they switch to advanced admin, then back to the easy wizard, the navigation also shows as expected.

The function that isn't loading on first time through the wizard starts around line 219 in easy_blogging_wizard.php. When I look at the source code for this same page with and without the steps the same stylesheets, js are loaded, but the actual jquery lines produced by the function above are not in the header. What would cause this not to load... especially on the first time loading the page only?

Note: I didn't notice this when I had alternate pages as the first step in the wizard. Also, I tried having my users click to become a supporter on signup, normally the supporter page becomes the first thing they see upon first login, however, the easy_wizard appears to override this behavior which is why I added it as the first step.

Clear as mud?