Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

  • hcportos
    Participant

    @hcportos

    Found it.
    in child theme i used file from BP 2.x
    So i’ve just replaced

    				<?php if ( bp_activity_user_can_delete() ) {
    					echo '<a href="'.bp_get_activity_comment_delete_link().'" type="button" class="button button-xs item-button bp-secondary-action delete-activity confirm" rel="nofollow"><i class="fa fa-trash-o"></i></a>';
    					
    					} ?>

    with

    <?php if ( bp_activity_user_can_delete() ) bp_activity_delete_link(); ?>

    Solved


    hcportos
    Participant

    @hcportos

    BP legacy – but yes, i have some changes in child theme.
    When I disable child theme, it is working…
    I’m just wondering where can be the issue…where i should focus to find the trouble…
    somewhere in buddypress/activity/ ?


    hcportos
    Participant

    @hcportos

    OK, “BAD” plugin found – SEO Optimized Images v1.7.9
    Plugin uninstalled and looking for replacement

    TY for your time

    Please mark as solved


    hcportos
    Participant

    @hcportos

    will try…it will takes some time, now using almost 30 plugins :/


    hcportos
    Participant

    @hcportos

    Tried to switch theme to twenty seventeen – not helped

Viewing 5 replies - 1 through 5 (of 5 total)
Skip to toolbar