Forum Replies Created
-
Author
-
procincParticipant
Hello,
I did the above and it worked perfectly. However, it does not work when logging in via Facebook/Linkedin, using a social login plugin.
Would I just need to replace ‘user_register’ with something else?
Thank you!
procincParticipantThank you very much, but I think you have the same string there twice:
<p><?php printf( __( ‘Your account was activated successfully! You can now log in with the username and password you provided when you signed up.’, ‘buddypress’ ), wp_login_url( bp_get_root_domain() ) ); ?></p>
is the same as
<p><?php printf( __( ‘Your account was activated successfully! You can now log in with the username and password you provided when you signed up.’, ‘buddypress’ ), wp_login_url( bp_get_root_domain() ) ); ?></p>
procincParticipantCan you please tell me how to do it? How would you add the favorite/like icon to a blog post? or to a portfolio item page?
Just to make sure we’re talking about the same thing, see the attachments here – sn_fav1.jpg is the star icon that only appears in my activity stream (how do you add this icon to other pages/posts so that users can like other pages/posts?).
And sn_fav2.jpg is the ‘Favorites’ section of the dashboard.
Thank you for the support!
Attachments:
You must be logged in to view attached files.procincParticipantI think this is the ‘Favorites’ link in BP. It currently lets you favorite activity stream elements like comments and replies. It would be great if you could add this as a shortcode to anything on the site. For example, a blog post, a page, a forum, etc. You would be able to ‘favorite’ or ‘like’ any page or object.
procincParticipantCouldn’t this be done by simply replacing the default image file with another image with the exact same name?
procincParticipantThank you but that did not solve the problem. It just made the navigation links white, but they are still overlapping in the same way. I disabled transparent menu from theme options and enabled it for page, as suggested.
-
AuthorPosts