Hi,

I am having an odd issue that has happened randomly. I can confirm it shouldn’t be a conflict with caching or optimization plugin.

However, the hovercard doesn’t show any data. It show the blank image that pulsates like it’s trying to get the user data.

You can see this on: http://bionic.plus/forums/

Any idea why?

Thanks!

You can see it here: https://anspress.io/questions/question/user-notification-most-awaited-feature-is-alomst-ready/?show_answer=13790#answer_13790

 

Answer is private, but all others can still see the comments on this answer. Please hide them completely (as there would be no comments)

Hi everybody,

I am using the Anspress user profile in my menu (dropdown menu). I like the style of the dropdown and want to apply this also to another dropdown I have in my main menu. Can somebody may help me to understand where I have to start? Which files do I have to check and which lines are relevant for me? Any help would be really awesome. I am not that experience in WordPress development so a kind of getting things started would be amazing.

Thanks in advance.

 

Best,

Daniel

Hello,

I would like to add Errors or Success messages to the page when users change their informations on their profile page (in addition of ap-notify system). I’ve tried to use this jQuery hook ‘ap_after_ajax’, but it do nothing :

$(document).on('ap_after_ajax', function(e, data) {
  // It do nothing
  console.log('ap_after_ajax');
});

How can I customize my errors or success messages for user sections forms ?

Thank you!