Change URL without reloading page using Javascript
Change URL without reloading page using Javascript
Change URL without reloading page using Javascript Read More »
Change URL without reloading page using Javascript
Change URL without reloading page using Javascript Read More »
I’m trying to get user headline with LinkedIn API, but I am not getting in response. Here is the problem I’ve reported on StackOverflow: https://stackoverflow.com/questions/50833408/get-r-basicprofile-vanityname So if anyone knows about this, please let me know.
Help me out using LinkedIn API Read More »
Yesterday I updated my macOS to latest Catalina version. After updating it GIT was not working. That always happens to me :-). I was getting following error. xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun Many of you might also get this error. So the solution is pretty simple. Just follow
Git is not working after macOS Update Read More »
Sometimes you like someone’s post in activity thread and you want to re-post that activity publically or on your group. So now you can re-post an activity from BuddyPress activity page with the help of this plugin. What this plugin does? It will provide a button for reposting activity. We can also enable/disable this functionality
BuddyPress Re-post Activity WordPress Plugin Read More »
So I have a script where I am trying to trigger click event by jQuery. Here is the syntax $( ‘#selector’ ).trigger( ‘click’ ). But that will work if the click event function is written in jQuery. What if click event is written in backbone? How can I trigger click for that? If anyone has
Need Help… How to use trigger event in backbone? Read More »
BuddyPress by default doesn’t show user avatar in the notifications. But you can do that by simply adding couple of lines in notification loop. BuddyPress stores the other user id as secondary id. Here is the code to be used in notification loop. echo bp_activity_avatar( array( ‘user_id’ => bp_get_the_notification_secondary_item_id() ) ); That’s it…
User avatar in BuddyPress notification loop Read More »
What is orphan data? Sometimes there are entries in postmeta table for those ids which is not exist in main post tables during testing new functionality or developing any plugins. Why you should remove orphan data? It’s not necessary if you have limited data. But if you have a huge data in your database,
Delete orphan data from post meta in WordPress Read More »
I was trying to install gulp on my mac. But I was getting following errors while running command sudo npm install gulp -g Unhandled rejection Error: EISDIR: illegal operation on a directory, open ‘/Users/bhargav/.npm/_cacache/….’ Unhandled rejection Error: EISDIR: illegal operation on a directory, open ‘/Users/bhargav/.npm/_cacache/….’ npm ERR! cb() never called! npm ERR! This is an
Fix Unhandled rejection Error: EACCES: permission denied Read More »
Sometimes people needs to add the same profile field many times. Specially when it comes to add muti-select, radio, checkbox etc., then it will be time consuming and might be irritating. So now you don’t need to add the same field again and again. It’s just a matter of one click now. See the screenshot
BuddyPress Profile Field Duplicator WordPress Plugin Read More »