Plugin: BuddyPress Wiki Component

Join this plugin group to follow comments, support topics and reviews.

List format does not display (3 posts)

Started 1 year, 8 months ago by: smiranda

  • Profile picture of smiranda smiranda said 1 year, 8 months ago:

    I have used the list format in a wiki page, the format holds true while in edit mode but completely not visible in public view.

  • Profile picture of olafdruemmer olafdruemmer said 1 year, 5 months ago:

    Adding the following to my installation of “BuddyPress Wiki Component” in “wordpress/wp-content/plugins/bp-wiki/includes/templates/wiki/css/group-style.css” solved the problem with the list formatting.

    Olaf

    /*Fix for broken list formatting in “BuddyPress Wiki Component” */

    /*add followng lines to group-style.css */

    .wiki-group-page-content ul
    {

    list-style:disc;
    padding-left:5%;

    }

    .wiki-group-page-content ol
    {

    list-style:decimal;
    padding-left:5%;

    }
    /*END of Fix for broken list formatting in “BuddyPress Wiki Component” */

  • Profile picture of D Cartwright D Cartwright said 1 year, 5 months ago:

    Hi there,

    I’ll incorporate this fix in the next release (crediting you, of course) if that’s okay?