Replies
- Carsten on February 14, 2020 at 2:45 pm in reply to: [Resolved] BuddyPress Xprofile Custom Field Types #27703
Hi there.
I think I found a bug!
BuddyPress Xprofile Custom Field Types (when activated) – Can’t edit profile picture or use Screen Options, help, in user.php.See picture – https://filipinowomen.online/wp-content/uploads/2020/02/user.php_.jpg
Here is the link: …/wp-admin/users.php?page=bp-profile-edit&user_id=100&wp_http_referer=%2Fwp-admin%2Fusers.php#TB_inline?width=800px&height=400px&inlineId=bp-xprofile-avatar-editor
This happened after updating to Version 2.1.0
Best regards Carsten.
- Carsten on January 8, 2020 at 4:05 pm in reply to: [Resolved] Add small icon for Poke Button for more funny effect #27268
I have tried both, but nothing works on my theme. So I think you’re right. Regarding my theme! They have a plugin, that merge with the other plugins. So I guess, I’ll have to live with the Poke button 🙂
Because I cannot remove these plugins. They are required by my theme.But I just discovered a new issue. When some users poke/smile back. Instead of showing the users name in the linkaddress, it shown this link – https://my-site/members/admin/activity/pokes/?poke_action=poke_back&user_id=94&_wpnonce=0e4726f624 and this message – There has been a critical error on your website. Learn more about debugging in WordPress.
When I click the back button in google. It returns and I get this message – You have send a smile back to Sus.
The strange thing about this is! That it is a few users, that are affected. Included the admin.No new registered users are affected!!
Do you have any idea, what causes the issue?
Best regards Carsten.
- Carsten on January 3, 2020 at 3:51 pm in reply to: [Resolved] Add small icon for Poke Button for more funny effect #27195
Hi Daniel.
Thanks for replying and sharing.
I had actually not thought about using the css selector. But I can see that is very handy and I think I’ll upgrade my knowledge a bit. 🙂You can also find okay Icons on this link: https://developer.wordpress.org/resource/dashicons/#heart
Regarding the CSS…
I can move the button:
#item-buttons > div.generic-button.poke-button {
position: relative;
top: 25px;
}
—————————————————————-
I can remove the button:
#item-buttons > div.generic-button.poke-button {
display: none;
}
—————————————————————-
But I cannot style it:
#item-buttons > div.generic-button.poke-button {
content: “\f004”;
color: red;
font-family: ‘dashicons’;
position: relative;
top: 0px;
}Do you have a solution?
There is also a another button – a.poke-user-button. But I have tried both!
Best regards Carsten.
- Carsten on January 1, 2020 at 5:35 pm in reply to: [Resolved] Add small icon for Poke Button for more funny effect #27157
Hi there.
I have just installed the poke plugin and changed – bp-poke/languages/bp-poke-en_US.po – from poke to send a smile and now I would really like to change the – bpdev_poke_me_button, to something else. Maybe a image or Icon.
But I’m not really a css expert or a coding genius. So I would really appreciate it, if you could tell me, how to link a image/icon instead of and thereby change the poke-button.
Best Regards Carsten.