Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author r-a-y

    (@r-a-y)

    Good feature requests, but it is out of scope with the plugin.

    1) BuddyPress doesn’t offer this feature for the friends component, so BP Follow won’t add this functionality into the plugin as well. However, this could be accomplished with custom code.

    2) What theme are you using? If you’re using bp-default it should work properly. BP’s universal theme compatibility layer doesn’t use an AJAX loading image. For example, try using the “Add Friend” button on a theme that is not bp-default. You won’t see an AJAX loading image. For more info, see:
    https://buddypress.trac.wordpress.org/ticket/4951

    Thread Starter Pepperbase

    (@pepperbase)

    Hi,

    1) Ok. I will go with some custom code.
    2) I am not using the BP defealt theme. You’re right, all BP buttons are without an AJAX loading image. I understand from the discussion that this is on the BP roadmap? In the meantime, is there another solution to indicate loading time for the user?

    Plugin Author r-a-y

    (@r-a-y)

    When the button is loading, BP adds a CSS class to the button called ‘loading’; you can confirm this with your browser’s web inspector.

    So, you can add your own AJAX image by adding one in the .loading rule.

    BP is probably not going to add an AJAX image b/c of the problems with HTML / CSS markup and how it will affect all WP themes disparingly.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘feature requests: ajax loading image and follow button when logged out’ is closed to new replies.