• Resolved tesseraltyme

    (@tesseraltyme)


    Custom Content Shortcode Version: 2.5.7
    After updating to version 2.5.7, my displays using SyntaxHighlighter Evolved plugin no longer collapsed. This plugin has been a staple of my work for almost a year.

    When I found that collapse no longer worked, I began to look through some of my other websites to see if it was maybe caused by an updated theme or other plugin. One site (with a different theme and a working SyntaxHighlighter Evlved plugin) had not been updated to Custom Content Shortcode version 2.5.7.

    As an experiment, I updated to 2.5.7. Voila! Collapse no longer worked with SyntaxHighlighter Evolved Plugin. This is convincing proof that it is not my themes and not SyntaxHighlighter Evolved.

    Upon further testing, I confirmed that the conflict is with Custom Content Shortcode. When deactivating Custom Content Shortcode, the problem disappears.

    https://ww.wp.xz.cn/plugins/custom-content-shortcode/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Eliot Akira

    (@miyarakira)

    Hello,

    Could you tell me the code you’re using that uses both plugins? The strange thing is, “no longer collapsed” sounds like a JavaScript issue – is it like a tab that opens/closes?

    Also, this might help me: on the second site where you confirmed that an update to CCS 2.5.7 was the problem, which plugin version did you have before? I can see what changed between, to narrow down where it happened.

    Thread Starter tesseraltyme

    (@tesseraltyme)

    Example code using SyntaxHighlighter Evolved plugin — [code lang="html" collapse="true"]your code here[/code]
    collapse is a parameter that behaves like a half-toggle. When you click it, it expands. To re-collapse you have to reload the page.

    All my blog articles use both plugins. for instance, I create a custom field and insert code into it. Then I use Custom Content Shortcode to transfer the code from that custom field to the SyntaxHighlighter Evolved display shortcode.`
    [raw]

    [code title="Sample html for custom field 'header-quote'" lang="html"]
    [field show_2]
    [/code]

    [/raw]`

    For the demo page with Custom Content Shortcode plugin disabled try http://tesseraltyme.com/tesseralclone/test-syntaxhighlighter-evolved/ The top sample has collapse parameter true, and the bottom sample has false. If you browse around to a few other blog articles, you will see that Custom Content Shortcodes are not working here.

    I generally keep up with updates and I expect your latest update is when this happened.

    Thread Starter tesseraltyme

    (@tesseraltyme)

    After testing Version 2.6.1 The above issue has been resolved. However, there has arisen a new issue that is similarly related.

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

The topic ‘Possible conflict with SyntaxHighlighter Evolved plugin’ is closed to new replies.