Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter douzebis

    (@douzebis)

    Solved (or I guess so)…

    The following patch to the zotpress plugin did the trick for me:

    
    --- lib/shortcode/shortcode.intextbib.php.orig	2020-09-02 17:58:58.000000000 +0200
    +++ lib/shortcode/shortcode.intextbib.php	2020-09-02 18:00:02.000000000 +0200
    @@ -132,7 +132,7 @@
     
     
         // GENERATE IN-TEXT BIB STRUCTURE
    -	$zp_output = "\n<div id='zp-InTextBib-".$instance_id."' class='zp-Zotpress zp-Zotpress-InTextBib";
    +	$zp_output = "\n<div id='zp-InTextBib-".$instance_id."' class='zp-Zotpress zp-Zotpress-InTextBib' style='margin: 0 auto;'";
     	if ( $forcenumber ) $zp_output .= " forcenumber";
     	$zp_output .= " zp-Post-".get_the_ID()."'>";
     	$zp_output .= '
    
    • This reply was modified 5 years, 9 months ago by douzebis.
Viewing 1 replies (of 1 total)