Support » Plugin: Zotpress » Conflicts with "External Links" plugin

  • Resolved OdinKroeger

    (@odinkroeger)


    “External Links” is a plugin to modify links, mostly but not only links to ‘external’ sites. If it’s installed with Zotero, the HTML code of bibliographies is jumbled.

    <div class="zp-Zotpress">
    
    <span class="ZOTPRESS_PLUGIN_URL" style="display:none;"><a href="http://rezo.phl.univie.ac.at/wp-content/plugins/zotpress/">http://rezo.phl.univie.ac.at/wp-content/plugins/zotpress/</a></span>
    
    <span class="zp-Zotpress-Userid" style="display:none;">253538</span>
    
    <div class='zp-ID-253538-BX5PEA4N zp-Entry'>
    
            <div xmlns="http://<a href="http://www.w3.org/1999/xhtm" class="external" rel="nofollow">www.w3.org/1999/xhtm</a>l" rel="chicago-fullnote-bibliography" class="csl-bib-body" style="line-height: 1.35; padding-left: 2em; text-indent:-2em;">
      <div class="csl-entry">Mellor, D. H. “The Reduction of Society.” <i>Philosophy</i> 57, no. 219 (January 1, 1982): 51–75. <a title="The Reduction of Society" rel="external nofollow" href="http://www.jstor.org/stable/4619539" class="external">http://www.jstor.org/stable/4619539</a>.</div>
    </div>
    
    </div><!--Entry-->
    
    [...]

    Apparently, the problem is with the <div xmlns="http:// clause, with the xmlns attribute not being closed.

    Of course, it should be:

    <div class="zp-Zotpress">
    
    <span class="ZOTPRESS_PLUGIN_URL" style="display:none;">http://rezo.phl.univie.ac.at/wp-content/plugins/zotpress/</span>
    
    <span class="zp-Zotpress-Userid" style="display:none;">253538</span>
    
    <div class='zp-ID-253538-BX5PEA4N zp-Entry'>
    
            <div xmlns="http://www.w3.org/1999/xhtml" rel="chicago-fullnote-bibliography" class="csl-bib-body" style="line-height: 1.35; padding-left: 2em; text-indent:-2em;">
      <div class="csl-entry">Mellor, D. H. “The Reduction of Society.” <i>Philosophy</i> 57, no. 219 (January 1, 1982): 51–75. <a title="The Reduction of Society" rel="external" href="http://www.jstor.org/stable/4619539">http://www.jstor.org/stable/4619539</a>.</div>
    </div>
    
    </div><!--Entry-->
    
    [...]

    I don’t know which plugin in responsible for the bug. I have also filed this as a bug in the forum of “External Links.” See: https://wordpress.org/support/topic/conflicts-with-zotpress-plugin?replies=1#post-7047364

    Could you have a look at it?

    I am using the most recent version of both plugins (Zotpress 5.5.5, External Links 6.5).

    You can find my system configuration at an older post at:
    https://wordpress.org/support/topic/zotpress-555-imports-only-32-of-82-items-no-error-message?replies=1#post-7047267

    Thanks a lot!

    https://wordpress.org/plugins/zotpress/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Can you check if the Autolink option is enabled? If so, turn it off and let’s see what happens.

    Mike

    Thread Starter OdinKroeger

    (@odinkroeger)

    Thanks for the quick reply. I take it you mean the option “Auto Convert Text Urls”? If I turn that option off, Zotpress indeed works fine.

    Plugin Author Katie

    (@kseaborn)

    We believe this has been resolved, but please re-open if I can help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Conflicts with "External Links" plugin’ is closed to new replies.