Forum Replies Created
-
Author
-
February 22, 2018 at 17:29 in reply to: Slider revolution background picture do not appear with Chrome #189519chrisburrcParticipantNot marked as solutionFebruary 22, 2018 at 17:19 in reply to: Background picture is replaced by black in the slider revolution on Chrome. But it works on Firefox. #189516chrisburrcParticipantNot marked as solutionchrisburrcParticipant
Thank you Laura.
Left alignement is perfect now. Still the space between the two bullet points block should be reduce and it should be the same space as between two separate bullet points (see attachement). Can you help me with that?
Best,
C.Attachments:
You must be logged in to view attached files.chrisburrcParticipantYes, unluckily my webhost seems to experience some problem at the moment. I’ll let you know once it’s fixed.
chrisburrcParticipantI made it. Sorry for the spamming 😉 But I suggest you update your blog post mentionned above with this code:
COPY CODEadd_action('bp_core_activated_user', 'kleo_add_member_activity'); function kleo_add_member_activity($user_id) { bp_update_user_last_activity( $user_id, bp_core_current_time() ); }
Best
chrisburrcParticipantHello,
I’m moving forward with solving the issue. I can see now that indeed the entry last_activity is added to the table wp_usermeta and it corresponds to the correct recently activated user. But unfortunately, this user do not appear on the kleo masonery member widget when set to show newest members.
I can see that with a newly activated user, if I log in, he does indeed appear in the list. Any direction where I should search?
Best,
C.chrisburrcParticipantUpdate here, is that possible that the user id of the activity is always 1, because when this function is triggered, my user is not logged in, he just activated his account.
chrisburrcParticipantUpdate, I can see that there is a member activity added to the table bp_activity. What looks strange for me is that:
1. I created an account twice, the first time, the line was written, for the second account, the line was updated (not one line per account)
2. User id of this activity is 1, I guess 1 is my admin, I would expect here to see another user id.Attachments:
You must be logged in to view attached files.chrisburrcParticipantHi Laura,
thank you for your email. I couldn’t solve this issue, but I found a turnaround so I won’t need the Recaptcha module.
Thanks,
C.chrisburrcParticipantHi Kieran,
I could debug it. I am really sorry for having taken your time.
Best,
cJanuary 13, 2018 at 12:23 in reply to: Shortcode submit button broken when adding objects below #185679chrisburrcParticipantNot marked as solution -
AuthorPosts