Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Simon Barnett

    (@simbasounds)

    Update: it was working on my other Genesis sites, so it wasn’t a theme-specific issue (or not directly theme-specific), but still related to upgrading the plugin to 1.2.5.

    I turned plugins on and off and the conflicting plugin is:
    http://wordpress.org/plugins/simple-lightbox/

    It works now with that plugin turned off.

    Plugin Contributor Cindy Kendrick

    (@elusivelight)

    That is very odd. Version 1.2.4 to 1.2.5 was just a simple one line error notice fix.
    From if ($custom_sidebarcheck[0]=='yes'){ to
    if ( isset( $custom_sidebarcheck[0] ) && ( $custom_sidebarcheck[0] == 'yes' ) ) {

    Thread Starter Simon Barnett

    (@simbasounds)

    I remember thinking that after reading the changelog. Maybe it was two (or more?) versions out? I hadn’t looked at the site in a maximum of two weeks, and I updated without checking the version – assumed it was 1.2.4, but maybe I was wrong about that.

    In any case I’m happy to have simple lightbox turned off, but perhaps some others won’t be?

    I have the same problem, I turned off simple-lightbox and Widget CSS Classes work. This is happening with the 2.2.1 update for simple-lightbox.

    Plugin Contributor Cindy Kendrick

    (@elusivelight)

    I will take a look to see if it’s simple lightbox’s problem or my plugins problem.

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

The topic ‘No classes in Genesis since plugin version 1.2.5’ is closed to new replies.