• andrewfitz

    (@andrewfitz)


    When this plugin is enabled alongside the Vimeography plugin, it causes some kind of error on pages with the Vimeography embed code that messes up the HTML and doesn’t show the video player. When I disable this plugin, it works fine, with it enabled it breaks it. I get no error code or anything, so I have no real idea how to help. I suppose install vimeography plugin and add a gallery to a page and you’ll see it broken. Have no idea what the conflict between these two plugins there are, but it’s def something with this one I narrowed it down to. Thanks for you help!

Viewing 1 replies (of 1 total)
  • Plugin Author BuddyBoss

    (@buddyboss)

    Hi @andrewfitz

    Please follow these instruction/steps to workaround the issue:

    STEP – 1

    Open and edit file at /plugins/buddypress-edit-activity/includes/main-class.php

    STEP – 2

    Replace code between line #219 to #227 with following code block

    `add_action(‘wp_head’, function() {
    echo ‘
    <style>
    #buddypress div.activity-comments form#frm_buddypress-edit-activity .ac-textarea {
    margin: 20px 10px 5px;
    }
    </style>’;
    });`

Viewing 1 replies (of 1 total)
  • The topic ‘Breaks Vimeography Plugin’ is closed to new replies.