Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter lucaslem

    (@lucaslem)

    Found the issue. It seems you made an important change to the markup which messed up the CSS I was using.

    You went from this in your original CSS:

    .testimonialswidget_testimonials .testimonialswidget_active {
    	/* active testimonials */
    	display: block;
    }
    
    .testimonialswidget_testimonials .testimonialswidget_display_none {
    	/* staged testimonials */
    	display: none;
    }

    To this:

    .testimonialswidget_testimonials .active {
    	/* active testimonials */
    	display: block;
    }
    
    .testimonialswidget_testimonials .display_none {
    	/* staged testimonials */
    	display: none;
    }

    All clear now.

    Plugin Contributor Michael Cannon

    (@comprock)

    Did you see the upgrade notice about the CSS changes?

    Thread Starter lucaslem

    (@lucaslem)

    Sadly no I didn’t…?

    Plugin Contributor Michael Cannon

    (@comprock)

    Got it, I’ll see about displaying the Upgrade Notices on updates then.

    Thread Starter lucaslem

    (@lucaslem)

    I see yet another update (the frequency is pretty hard to keep up with)… do I dare ask if I will get burned by markup changes again?

    Plugin Contributor Michael Cannon

    (@comprock)

    No burns as in changes in CSS. There was settings and options issues that needed to be fixed. Beta testing didn’t catch them before the Saturday release till larger audience did.

    You caught me by surprise too! What upgrade notice about CSS changes are you talking about? Where can we see those?
    I love your plugin btw, it works great. Thank you!

    Plugin Contributor Michael Cannon

    (@comprock)

    I went looking for the upgrade notices on the plugin section, but it seems it only shows up when you click on plugin details in WordPress when updating. Argh…

    So…, if you just check all and update, you’ll never see the notices.

    I’ll work on changing that then.

    Anyways, you can find the Upgrade Notice at https://plugins.svn.www.ads-software.com/testimonials-widget/tags/2.11.2/readme.txt.

    For the latest updates, it’s…

    * CSS class names are simplified. For the most part, other than testimonialswidget_testimonial remove testimonialswidget_ from the CSS class name in your CSS customizations.
    * Ex: .testimonialswidget_join becomes .join
    * Ex: .testimonialswidget_author becomes .author
    * Testimonials are now formatted using blockquote than q for HTML5 compliance. If you need q tag formatting, enable it at WP Admin > Testimonials > Settings, Compatibility & Reset tab
    * cite is now div.credit

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Update to 2.11.1 — shortcode no longer working’ is closed to new replies.