Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author Matt Lowe

    (@squelch)

    Okay thanks for letting me know, I’ll take a look ASAP.

    Plugin Author Matt Lowe

    (@squelch)

    Could you provide some more information on what’s going wrong? I’ve just upgraded my test lab to 4.5 and can see no problems.

    WordPress has got a bit more picky about how shortcodes are formatted in more recent versions, that could be part of your problem perhaps? I’ve found that where as paragraphs between tags used to work well, e.g.

    [tabs]
    
    [tab title="Tab 1"]
    
    Content
    
    ...

    I would now have to write it with newlines between each shortcode, e.g.

    [tabs]
    [tab title="Tab 1"]
    Content
    ...

    Can you confirm in what way it breaks and what shortcodes you’re using?

    Thanks.

    Having the same issue. No gaps in the code that I can see but the content of each tab is a table. https://www.pcjwsa.com/agendas-minutes/

    Plugin Author Matt Lowe

    (@squelch)

    Could you provide me with a shortcode snippet that exhibits the issue? No need to copy and paste your entire shortcode (as it’s clearly quite long), but just part of it that shows the issue. Once I have a code sample that exhibits an issue I can get a fix live.

    `[tabs title=”” disabled=”false” collapsible=”true” active=”0″ event=”click”]
    [tab title=”2016″]
    <table width=”100%”>
    <tbody>
    <tr>
    <td width=”40%”><strong>Meeting Name</strong></td>
    <td width=”10%”><strong>Date</strong></td>
    <td width=”10%”></td>
    <td width=”15%”></td>
    <td width=”15%”></td>
    <td width=”10%”></td>
    </tr>
    </tbody>
    </table>
    [/tab]
    [/tabs]

    I am noticing ALL my shortcodes are suddenly not working. Collaps-o-matic & Calculated Fields form as well. So not just your plugin apparently.

    Plugin Author Matt Lowe

    (@squelch)

    Tested the exact code above on a vanilla WP4.5 install, and I get:

    Twenty Sixteen theme: https://pasteboard.co/d12pDp7.png
    Twenty Fifteen theme: https://pasteboard.co/d156OdS.png
    Twenty Fourteen: https://pasteboard.co/d17Ndmi.png

    Ok thanks. Clearly a theme issue. I’m getting an error in the console about JQMIGRATE. I’ll look into it elsewhere. Thanks again.

    Thread Starter dvansoye

    (@dvansoye)

    Agreed. I have traced this to the Responsive Theme by CyberChimp (a commonly used theme). I apologize.

    I updated my Responsive theme to the latest version and it’s working (after breaking my menu and a half dozen other items). It’s on me for not updating sooner but I was delaying because I knew it broke my layout. Thanks for pointing me in the right direction.

    Plugin Author Matt Lowe

    (@squelch)

    No problem.

    Me too. New version of Responsive was what it took to get it working again on latest WP 4.5.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘No longer works on 4.5’ is closed to new replies.