• Resolved caskets

    (@caskets)


    fix columns bug:
    \wp-content\plugins\yada-wiki\includes\yadawiki-frontend.php

    if ($columns-$counter>0){
    	for ($x=1; $x<=$columns-$counter; $x++) {
    		$theOutput = $theOutput .  '<div class="ywcolumn" data-label="Wiki Article"></div>';
    	}
    	$theOutput = $theOutput . '</div>';
    }
    • This topic was modified 7 years, 11 months ago by caskets.
    • This topic was modified 7 years, 11 months ago by bdbrown.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author dmccan

    (@dmccan)

    Hi haidan,

    Thank you for the code. Could you please tell me what error is being fixed or how I can reproduce it so I can test the change?

    Thank you,

    David

    Plugin Author dmccan

    (@dmccan)

    I found where the columns show up unevenly and your code fixes that. I will include it in the next release.

    Thank you very much,

    David

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘fix columns bug’ is closed to new replies.