Before you ask please READ THIS

Tab Titles broken after latest Wordpress update

edited November 2014 in Hypershot Posts: 1
Tab titles are broken now... they show the first quote and then stop after the first blank space in the title. Also, the Hypershot shortcode insert button doesn't show up in the editor any more.

See this page for example of messed up tab titles:
http://stephensherrardphotography.com/services/

Already tried deactivating all other plugins, and didn't fix the issue, so it's not a plugin conflict. Also carefully double checked in text mode to see if there maybe was a missing quote somewhere that messed things up, but it's all fine and everything was working fine until this last automatic Wordpress update to 4.0.1

Comments

  • AirAir
    Posts: 10,970
    Hello there.

    Thanks for reporting this. I will check and search for possible solution. I will reply here later, to tell you about my findings.

    With kind regards.
  • AirAir
    Posts: 10,970
    Hi again

    Thanks to your info that it happened after upadate to 4.0.1 I could find out what was going on.

    To fix it you can either add this code or wait for update.

    Go to hypershot\advance\shortcodes\toggles.php and add this code at end of file
    add_filter( 'no_texturize_shortcodes', 'a13_ignore_shortcode_tabs' );

    function a13_ignore_shortcode_tabs( $list ) {
    $list[] = 'tabs';
    return $list;
    }
    With regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion