Viewing 5 replies - 1 through 5 (of 5 total)
  • More info,
    it works with the 3.2, but the style is broken.

    I have cheked with 3.2 and 3.2.1 versions . The plugin works fine

    @romut

    it works with the 3.2, but the style is broken.

    The styles issue has been resolved by author. Please check again and update the post.

    Updated to 3.2.1 and TheThe 1.0.3, same to me, the graphic theme is broken.

    Here is what I first got by install TheThe and designed my own theme on jquery.org:

    Good screenshot

    Here is now what I get with WP 3.2.1 and TheThe 1.0.3:

    Wrong screenshot

    Please note, I manually removed the borders in my theme.

    I suspect this is due to a change in WP since the 3.1.4, but I have no proof. Anyway, if someone can fix this, he will save my life :-))

    A part of the problem is the title of the accordion are h3, and this is in conflict with my own theme h3 titles.

    So, I’ve hacked the class.js-accord.php file to generate h6 titles, and this fixed a part of the issue…but not all.

    I’ve just found a less tricky way.

    The JQuery UI theme doesn’t work as is in TheThe, but if I choose the global Cupertino style + my own JQuery, it’ far better.

    A last trick in my theme style and it’s perfect:

    .my-accordion h3 {
    	font-size: 12px !important;
    	padding-top: 0px !important;
    	margin-bottom: 1px !important;
    }
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘doesn't work with WP 3.2’ is closed to new replies.