MIT

Management Information Technology

MIT

test

document.body.className = document.body.className.replace(‘no-js’,’js’);

Profiles

  • Member Since: December 25th, 2016
  • Location: Dehradun
  • Website: naveengiri.com
  • GitHub: 1naveengiri
  • Job Title: Full Time Freelancer WordPress Developer
  • Employer: BuddyDevelopers
  • Find me on:

  • <a href="”>
    <div class="genericon genericon-” title=””>

Bio

I am an enthusiastic WordPress developer. Improving myself day by day.

I ❤️ WordPress

Interests

Reading WordPress related Blogs, Books, Managing WordPress Plugins, Solving Trac Tickets and
obviously writing code for the living is my hobby.

Contributions
Sponsored

1naveengiri contributes 10 hours per week to the following teams: Core, Support.

Contribution History


1naveengiri’s badges:

  • bbPress Contributor

    bbPress Contributor

  • BuddyPress Contributor

    BuddyPress Contributor

  • Core Contributor

    Core Contributor

  • Documentation Contributor

    Documentation Contributor

  • Plugin Developer

    Plugin Developer

  • Translation Contributor

    Translation Contributor

var nonce = ‘1a27ee7093’;
function wporg_change_activity( atype, user_domain, page ) {
//alert( user_domain + “profile/?atype=” + atype + “&page=” + page + “&nonce=” + nonce );
jQuery.get( user_domain + “profile/?atype=” + atype + “&page=” + page + “&nonce=” + nonce, function ( data ) {
jQuery( “#ajax-activity” ).html( data );
wporg_setup();
} );
}

function wporg_pagination_change( link ) {
jQuery.get( link + “&nonce=” + nonce, function ( data ) {
jQuery( “#ajax-activity” ).html( data );
wporg_setup();
} );
}

function wporg_setup() {
jQuery( “#wporg-pagination a” ).click( function () {
wporg_pagination_change( this );
return false;
} );
}

/**
* Switch the content that is displayed in the content area when the user clicks on a new tab.
*
* @param event
*/
function toggle_content_areas( event ) {
var target = jQuery( this ).attr( ‘href’ ).replace( ‘#’, ” );

event.preventDefault();

// Show the corresponding content area
jQuery( ‘#main-column’ ).children( ‘div.info-group’ ).each( function() {
if ( target == jQuery( this ).attr( ‘id’ ) ) {
jQuery( this ).show();
window.location.hash = ‘#’+target;
} else {
jQuery( this ).hide();
}
} );
}

/**
* Add the active class to the tab that is currently active
*
* @param event
*/
function set_active_content_tab( event ) {
event.preventDefault();

jQuery( ‘#content-tabs’ ).find( ‘ul’ ).find( ‘li’ ).each( function() {
jQuery( this ).removeClass( ‘active’ );
} );
jQuery( this ).parent( ‘li’ ).addClass( ‘active’ );
}

jQuery( document ).ready( function () {
wporg_setup();
jQuery( ‘#content-tabs’ ).find( ‘ul’ ).find( ‘li’ ).find( ‘a’ ).click( toggle_content_areas );
jQuery( ‘#content-tabs’ ).find( ‘ul’ ).find( ‘li’ ).find( ‘a’ ).click( set_active_content_tab );
var direct = window.location.hash;
if ( direct.indexOf(‘#content-‘) == 0 ) {
jQuery( ‘#content-tabs’ ).find( ‘a[href=”‘+direct+'”]’ ).click();
}
} );

  • Created a topic, How to transfer the post_id in payment done for using product shortcode, on the site WordPress.org Forums:
    I want to transfer post_id in the transaction. so I ca…

    2 weeks ago

  • Posted a reply to There is bug, on the site WordPress.org Forums:
    Hi @tonygao Sorry, you faced an issue. If two same type messages come from the…

    2 months ago

  • Created a topic, Warnings on amp view, on the site WordPress.org Forums:
    I have latest version of this plugin. getting warnings…

    3 months ago

  • Posted a reply to Brilliant from start to finish, on the site WordPress.org Forums:
    Thanks for using Buddy Notification Bell @deeperblue 🙂

    3 months ago

  • Committed [2230119] to Plugins Trac:
    Add setting screensort

    4 months ago

  • Posted a reply to Plugin No Longer Supported?, on the site WordPress.org Forums:
    Hi @jaco44 even though it wqs working fine with v-1.0.1. Now tested it with latest…

    4 months ago

  • Committed [2222338] to Plugins Trac:
    reupdate 1.0.2

    4 months ago

  • Committed [2222332] to Plugins Trac:
    tagging version 1.0.2

    4 months ago

  • Committed [2222325] to Plugins Trac:
    Adding verion 1.0.2

    4 months ago

  • Created a new ticket, #4942, in Meta Trac:
    Readme validator doesn’t support GitHub web page of a readme.txt

    4 months ago

  • Created a new ticket, #4940, in Meta Trac:
    Update new badges on profile badge page

    4 months ago

  • Created a new ticket, #48461, in Core Trac:
    Twenty Twenty Theme Description not making any sense

    7 months ago

  • Created a new ticket, #48455, in Core Trac:
    Missing Yoda condition

    7 months ago

  • Posted a reply to How to add social media icons to my footer?, on the site WordPress.org Forums:
    Hi, There is no default option available in WordPress for adding social media icons. either…

    7 months ago

  • Posted a reply to Cookies are blocked due to unexpected output., on the site WordPress.org Forums:
    Hi @destonius please try the other steps mentioned here. https://wordpress.org/support/article/login-trouble/ it should solve your problem.…

    7 months ago

  • Posted a reply to Help me pls.., on the site WordPress.org Forums:
    Hi @s1mba, its not default behaviour of WordPress. it may be issue from any active…

    7 months ago

  • Posted a reply to WP Snippet to Hide Theme Editor In Dashboard Only Works On LocalHost Site, on the site WordPress.org Forums:
    Hi @pauljohnknight It seems like some plugin conflicts. maybe you using some plugin on live…

    7 months ago

  • Closed ticket #4791, in Meta Trac:
    Style improvement for WP profile data

    7 months ago

  • Created a new ticket, #4792, in Meta Trac:
    Style improvement for WP profile data

    7 months ago

  • Created a new ticket, #4791, in Meta Trac:
    Style improvement for WP profile data

    7 months ago

  • Closed ticket #3265, in bbPress Trac:
    Icon missing from admin menu

    7 months ago

  • Created a new ticket, #3265, in bbPress Trac:
    Icon missing from admin menu

    7 months ago

  • Created a new ticket, #48418, in Core Trac:
    Style issue Gutenberg Image block

    7 months ago

  • Created a new ticket, #48417, in Core Trac:
    Change text wordpress to WordPress

    7 months ago

  • Created a new ticket, #48365, in Core Trac:
    No 301 redirection for Numeric style permalink structure

    7 months ago

  • Closed ticket #48335, in Core Trac:
    Yoda condition missing class-wp-rest-request.php line 337

    7 months ago

  • Created a new ticket, #48335, in Core Trac:
    Yoda condition missing class-wp-rest-request.php line 337

    7 months ago

  • Created a new ticket, #48318, in Core Trac:
    External library link for The Incutio XML-RPC Library leads to 404 page

    7 months ago

  • Created a topic, How to get user list by custom meta fields added through this plugin, on the site WordPress.org Forums:
    I want to list all user for whom this field checkbox i…

    9 months ago

  • Committed [2091649] to Plugins Trac:
    tagging version 1.0.9

    12 months ago

  • Created a new ticket, #4354, in Meta Trac:
    remove unwanted projects from Translation project list

    1 year ago

  • Posted a reply to Suggestion: Please provide option to download backup in .zip .gz format, on the site WordPress.org Forums:
    I think that’s totally awesome work. But I personally think not every user have wpress…

    1 year ago

  • Created a topic, Suggestion: Please provide option to download backup in .zip .gz format, on the site WordPress.org Forums:
    Currently the plugin provide backup in .wpress only. …

    1 year ago

  • Created a topic, Provide import option, on the site WordPress.org Forums:
    Hi Rajan, I have used this plugin. the export operat…

    1 year ago

  • Wrote a new post, Hi, I want to add…, on the site Translate WordPress:
    Hi, I want to add Hindi translation for bbPress 2.4.x but I am not able…

    1 year ago

  • Posted a reply to still supported? 2019? WP Version 5+, on the site WordPress.org Forums:
    Hi @techfreak33 , Yes, the existing version 1.0.0 is still stable with WP 5.0.3 we…

    1 year ago

  • Created a new ticket, #8023, in BuddyPress Trac:
    Style issue with Twenty Nineteen theme

    1 year ago

  • Created a new ticket, #45513, in Core Trac:
    Notice: Undefined index: year

    1 year ago

  • Posted a reply to Will it delete images of old deleted posts?, on the site WordPress.org Forums:
    @bukharifaran No this plugin will not work for already deleted posts. It will work only…

    1 year ago

  • Created a topic, Auto zoom to the result not on state change, on the site WordPress.org Forums:
    Generally this is the feature of SLP that when change …

    1 year ago

  • Posted a reply to Plugin not compatible with newest version of wp / bp., on the site WordPress.org Forums:
    whats you Buddypress and WordPress version I am checking with WordPress 4.9.8 and BuddyPress 3.2.0…

    2 years ago

  • Posted a reply to Forum notification showing blank drop down, on the site WordPress.org Forums:
    Hi @abhi07 I have checked it forum and it giving bell sound with notification list.…

    2 years ago

  • Posted a reply to Bell notification not working on taskbreaker – Group Project management, on the site WordPress.org Forums:
    Hi @abhi07 currently this plugin only follow existing BuddyPress notification management way. So Notification count…

    2 years ago

  • Created a topic, Linked in counter not working?, on the site WordPress.org Forums:
    LinkedIn share count no longer working?

    2 years ago

  • Posted a reply to Text & Font Editing, on the site WordPress.org Forums:
    @cookwithrenu try this https://imgbb.com/ and send the image url.

    2 years ago

  • Posted a reply to What’s the print code to add to my theme?, on the site WordPress.org Forums:
    That’s Great, I am happy you found the solution. Keep learning 🙂

    2 years ago

  • Posted a reply to Text & Font Editing, on the site WordPress.org Forums:
    Hi @cookwithrenu, It will be better to understand for me if you can share a…

    2 years ago

  • Created a new ticket, #7890, in BuddyPress Trac:
    Core component is default inactive

    2 years ago

  • Created a new ticket, #7889, in BuddyPress Trac:
    Missing check for component validity

    2 years ago

  • Created a new ticket, #7888, in BuddyPress Trac:
    wp bp component list command should also list Current status of component

    2 years ago

Developer

Contributor

हिन्दी (Hindi) Translation Contributor – #hi_IN

WooCommerce, WordPress 5.3.x, and WordPress 5.4.x – Development

/* */