• Hi there, this is a great plugin,

    This is a great plugin that I have used with success, with one exception—it conflicts with a pull-quote plugin I have running (Kyle Reicks’ ‘css-pull-quotes’), when a pull-quote and footnote are inserted via shortcode inside the same paragraph.

    For some reason the pull-quotes plugin is prevented from parsing the enclosing paragraph when a footnote is also used. See the source of these examples: working (only pullquote in paragraph) and not working (pullquote and footnote in paragraph).

    Any advice or assistance would be greatly appreciated!

    Best,
    Dan

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jason Yingling

    (@yingling017)

    Seems to be an issue with the pull quote plugin adding data to the data-pull-quote-text field.

    Looks like the <p> element isn’t getting the data-pull-quote attribute or the pull quote classes added to it.

    I’d guess that the breakdown is happening somewhere within the css_pull_quote_html function within this file of the pull quote plugin https://github.com/kylereicks/css-pull-quotes/blob/master/inc/class-css-pull-quotes.php

    You’ll likely have more success reaching out to the Pull Quote plugin developer to debug why his plugin wouldn’t be properly inserting the pull quote if other spans are present in the paragraph.

    I also noticed your Easy Footnote classes appear to be different than the official plugin. Are you using a modified version of Easy Footnotes?

    Thread Starter usflrt

    (@usflrt)

    Hi Jason,

    Thanks for your swift reply. Yes, I agree that the problem is in the css_pull_quote_html function of the pullquote plugin. I have contacted the author and hope to hear back. I’m sure there’s a possible solution with a bit of rewriting.

    And to answer your question, yes, I think I did modify your plugin slightly but it’s been a while since that build so I can’t remember exactly why or how! Maybe I just removed the word ‘easy’?

    Thanks again,
    Dan

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Plugin conflicting with pull-quotes plugin in same paragraph’ is closed to new replies.