Forum replies created

    Terry Hamberg
    Spectator
    Posts: 7
    February 7, 2015 at 5:51 pm #14689

    That did it! Thanks Alok. I really appreciate your work on this, and it will be a good addition to your next release. Great job! You can mark this one resolved.

    Terry Hamberg
    Spectator
    Posts: 7
    February 2, 2015 at 7:58 am #14630

    Thanks for the heads up on the other plugin. Checking in to see if there is any progress on the Theme Options appearance? (I checked the box but am I’m not getting emails about replies here, so I’ve been checking in periodically.)

    I have a little more info from the plug-in developer, if it helps. Here’s the continuation of the conversation with him:

    Me > Okay, thanks. Do you think it’s something that I could adjust on the theme to make it work?

    Plugin Developer > Hmm, probably not since its part of their framework. Have you been in touch with the author? If its just those tabs, it would only take a few lines of JS to remove the jquery-ui dependency.

    Me > Thanks, yes I did also reach out to the theme author. I did just send him your findings to see if that helps him narrow it down. And I think I see what you’re saying about it being on their framework since it calls out to a dropbox somewhere instead of something local I could edit, is that right? Hopefully he will know what to do with the JS (a little outside my level of expertise). If you have advice I could pass along to them, I would greatly appreciate it, although I realize this may be outside the scope of supporting your plugin.

    Plugin Developer > No, there just wouldn’t be an update safe way of editing things. Let me know what they say. Thanks.

    Hope that helps. Getting this to work would be a huge help for me (and I’m guessing probably others if multiple plugins using a standard jquery-ui thing produce the same problem.) Thanks!

    Terry Hamberg
    Spectator
    Posts: 7
    January 29, 2015 at 8:55 pm #14612

    Ok, were you able to find anything? The problem persists when the my-login/logout plugin is deactivated, so that jquery error shouldn’t be the root of the problem, should it? I do appreciate your sticking with this problem.

    Terry Hamberg
    Spectator
    Posts: 7
    January 29, 2015 at 2:25 am #14603

    Hi Alok,

    Thanks for working on this, but dang, it still has the issue when the Resume Manager plugin is reactivated. Did you make the change on the child theme or on the main theme files?

    Terry Hamberg
    Spectator
    Posts: 7
    January 26, 2015 at 7:32 pm #14570

    Hi Alok,

    Also reached out to one of the plug-in developers, and he said it’s something in the theme’s jquery – well, he describes it better than me:

    “I see the issue now.

    So, the theme includes this CSS file: /wp-content/themes/evolve-plus/library/functions/css/theme-options.css?ver=4.1 Inside it uses classnames from jquery UI, but custom CSS rules: https://dl.dropboxusercontent.com/s/vzciyfjm7w51fp2/2015-01-26%20at%2017.59%202x.png?dl=0

    Resume Manager, and the other plugins you found, and possibly more out there enqueue a standard version of the jquery UI css http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/themes/smoothness/jquery-ui.css?ver=4.1

    Because the CSS class names are the same, it applies the styles to the theme options.

    Not sure what to suggest; I cannot de-enqueue the CSS in my plugin because the calendars won’t be styled. The them doesn’t include all jquery ui styles.”

    Does this help?

    Thanks,

    Terry

    Terry Hamberg
    Spectator
    Posts: 7
    January 25, 2015 at 9:55 am #14563

    Sent the requested information. Thanks!

    Terry Hamberg
    Spectator
    Posts: 7
    January 25, 2015 at 7:15 am #14561

    It’s WP Job Manager when the add-on Resume Manager is activated if that helps any. The core WP Job Manager plugin does not cause the behavior, and the add-on only works with the core, so could not test it separately.