aghajoon
Forum Replies Created
-
Forum: Plugins
In reply to: [BuddyPress Cover] how to show image cover in member-loop?Hi you can try this code
<?php // Get the Cover Image if ( bp_displayed_user_use_cover_image_header() ) { $member_cover_image_url = bp_attachments_get_attachment('url', array( 'object_dir' => 'members', 'item_id' => bp_get_member_user_id(), )); }else{ $member_cover_image_url=get_user_meta(bp_get_member_user_id(), 'bp_cover', true); } ?> <img src="<?php echo $member_cover_image_url; ?>">Hi please screenshot
Forum: Plugins
In reply to: [BuddyPress Sticker] Version 1.2 problems in replyHi Thanks for report
new update coming soonForum: Plugins
In reply to: [BuddyPress Cover] 2.1.0 Update just broke the pluginhi fixed this
Forum: Plugins
In reply to: [BuddyPress Cover] How to change cover for groups?Hi added icon for this problem if you admin group you can see it in buttom , left cover group
Hi fixed this
Forum: Plugins
In reply to: [BuddyPress Cover] 2.1.0 Update just broke the pluginHello and sorry that it happened
Forum: Plugins
In reply to: [BuddyPress Cover] New features that would be fantastic to seeThank you for your suggestion
Hi work for me and no problem
Forum: Plugins
In reply to: [BuddyPress Cover] RT MediaHi Thank you this is fixed
Forum: Plugins
In reply to: [BuddyPress Cover] My files for Russian languageThank you
Added your translateForum: Plugins
In reply to: [BuddyPress Cover] CSS BugThank you
i will Be checkForum: Plugins
In reply to: [BuddyPress Cover] Cover dispositionfixed
Forum: Plugins
In reply to: [BuddyPress Cover] Avatar doesn't adjust on FirefoxHi check css code theme and edit this plugin work with default wp theme
Forum: Plugins
In reply to: [BuddyPress Cover] Max cover setting and,,,,,Hi you should go to Bp cover Settings page in settings/Bp cover menu.
and edit options