1naveengiri
@1naveengiri on WordPress.org and Slack
- Member Since: December 25th, 2016
- Location: Dehradun
- Website: naveengiri.com
- Job Title: Full Time Freelancer WordPress Developer
- Employer: BuddyDevelopers
Bio
Interests
Contributions Sponsored
Contribution History
1naveengiri’s badges:- bbPress Contributor
- BuddyPress Contributor
- Core Contributor
- Documentation Contributor
- Meta Contributor
- Plugin Developer
- Translation Contributor
-
Posted a reply to Map JS files on CDN when lazyloaded, on the site WordPress.org Forums:
You can give it a try. add_filter( 'geodir_map_api_google_data', 'geodir_map_api_google_data_custom_cdn_url' ); function geodir_map_api_google_data_custom_cdn_url( $map_params ){ $map_params_new…2 weeks ago
-
Posted a reply to Map JS files on CDN when lazyloaded, on the site WordPress.org Forums:
Please try this one instead. add_filter( 'geodir_map_api_osm_data', 'geodir_map_api_osm_data_custom_cdn_url' ); function geodir_map_api_osm_data_custom_cdn_url( $map_params ){ $map_params_new =…2 weeks ago
-
Posted a reply to Map JS files on CDN when lazyloaded, on the site WordPress.org Forums:
Hello @woorooo you can try this snippet for assets. add_filter( 'geodir_map_api_osm_data', 'geodir_map_api_osm_data_custom_cdn_url' ); function geodir_map_api_osm_data_custom_cdn_url(…2 weeks ago
-
Posted a reply to Map JS files on CDN when lazyloaded, on the site WordPress.org Forums:
Since when those assets are lazy-loaded, they added on page load and hence not been…2 weeks ago
-
Posted a reply to Place not loading after add image, on the site WordPress.org Forums:
Hi @mejdiu It is because of a JS error from the theme. https://ibb.co/VwPLZ1T please create…2 weeks ago
-
Posted a reply to Map JS files on CDN when lazyloaded, on the site WordPress.org Forums:
Thanks for more info. we are confirming this. we will come back to you soon.…2 weeks ago
-
Posted a reply to Map JS files on CDN when lazyloaded, on the site WordPress.org Forums:
Hi @woorooo, I have few queries to confirm the case. are you facing this issue…3 weeks ago
-
Posted a reply to Search not working, on the site WordPress.org Forums:
Sure, have a good day :))1 month ago
-
Posted a reply to Search not working, on the site WordPress.org Forums:
Hi @vadrian89, If you really need that plugin. we can look for compatibility with Geodirectory.…1 month ago
-
Posted a reply to Search not working, on the site WordPress.org Forums:
Hello @vadrian89 generally, such issues occur because of code conflict. many plugins/theme hook codes on…1 month ago
-
Posted a reply to geodir-map.min.js loaded on blog pages, on the site WordPress.org Forums:
Hello please try this snippet add_filter( 'geodir_lazy_load_map', 'geodir_lazy_load_map_custom_callback'); function geodir_lazy_load_map_custom_callback( $lazy_load ){ if( !geodir_is_geodir_page()){ $lazy_load…1 month ago
-
Posted a reply to geodir-map.min.js loaded on blog pages, on the site WordPress.org Forums:
Hello Roman, we will have to check your setup and settings. could you please create…1 month ago
-
Posted a reply to How To Include links in Geodirectory User Email, on the site WordPress.org Forums:
Hi @emmanuelabel You can edit the email template by going to WP-Admin => Geodirectory =>…1 month ago
-
Posted a reply to Translation via Po & Mo files, on the site WordPress.org Forums:
Hi @alexlubinskis, the string or screen mentioned in the given image https://ibb.co/71b15DQ does not seems…2 months ago
-
Posted a reply to Breaks Kadence Starter Templates Connection To Database, on the site WordPress.org Forums:
Hi @bradallenfisher, it should not depend on the plugin Geodirectory, more it seems like an…2 months ago
-
Posted a reply to Breaks Kadence Starter Templates Connection To Database, on the site WordPress.org Forums:
have you tried this advice? https://wordpress.org/support/topic/error-unable-to-access-template-database-please-try-re-downloading/? It seems a similar issue to yours.2 months ago
-
Posted a reply to Translation via Po & Mo files, on the site WordPress.org Forums:
Hi @alexlubinskis Could you please provide a screenshot of those strings? so we can check…2 months ago
-
Posted a reply to Breaks Kadence Starter Templates Connection To Database, on the site WordPress.org Forums:
Hi @bradallenfisher I checked it locally and could not face any such issue with the…2 months ago
-
Posted a reply to Missing “Kitchen Sink” in Custom Field, on the site WordPress.org Forums:
Hi Alex, GeoDirectory is using default WP Editor, it has no extra setting to set…2 months ago
-
Posted a reply to French translation, on the site WordPress.org Forums:
Hi, If you are just talking about Geodirectory core plugin strings. You can edit the…2 months ago
-
Posted a reply to Remove archive from tab, on the site WordPress.org Forums:
Glad you found it, have a good day :)2 months ago
-
Posted a reply to HTML in search no result message, on the site WordPress.org Forums:
have a good day :)3 months ago
-
Posted a reply to HTML in search no result message, on the site WordPress.org Forums:
Hello @reventlov for no listing found message with HTML. Please try this snippet. add_filter( 'elementor_pro/theme_builder/archive/escape_nothing_found_message',…3 months ago
-
Created a topic, Nice Plugin, on the site WordPress.org Forums:
The plugin is easy to use and shows covid stats withou…4 months ago
-
Posted a reply to how to disable userwp with cpanel?, on the site WordPress.org Forums:
It could be a code conflict issue. - Go to file manage - Inside WordPress…5 months ago
-
Posted a reply to Bug Report: JS Error on Demo Site, on the site WordPress.org Forums:
Hello @woorooo, It's a weird issue, we are not facing for all other setups. but…5 months ago
-
Posted a reply to Change Social Login to Horizontal Rectangles, on the site WordPress.org Forums:
Hi, you can try the below snippet. add_filter('uwp_social_login_button_html', 'uwp_social_login_button_html_custom_call', 10, 3); function uwp_social_login_button_html_custom_call( $btn_output,$provider_id,$url ){…5 months ago
-
Posted a reply to Require login to view users page, on the site WordPress.org Forums:
That setting intended for that work. if any way it is not working on your…5 months ago
-
Posted a reply to Require login to view users page, on the site WordPress.org Forums:
Hello, #1. UsersWP provides you an option to set a redirection page after user login.…5 months ago
-
Posted a reply to Require login to view users page, on the site WordPress.org Forums:
You can try this plugin https://wordpress.org/plugins/code-snippets/5 months ago
-
Posted a reply to Profile page for Polylang language translation is rendering 404, on the site WordPress.org Forums:
Please create a support ticket. we will look it further https://userswp.io/support/5 months ago
-
Posted a reply to Profile page for Polylang language translation is rendering 404, on the site WordPress.org Forums:
Hello @ryancole have you tried resetting permalink? Wp-admin => settings => Permalink => save5 months ago
-
Posted a reply to Require login to view users page, on the site WordPress.org Forums:
You can try this code snippet. // remove a template redirect from within a custom…5 months ago
-
Posted a reply to Unable to access Login Page, on the site WordPress.org Forums:
@shehrooz It seems like a plugin conflict issue or due to the code of other…5 months ago
-
Posted a reply to Bug Report: JS Error on Demo Site, on the site WordPress.org Forums:
Hello @woorooo, I can see those issues on the demo site. we are checking it,…5 months ago
-
Posted a reply to Social Login not working, on the site WordPress.org Forums:
Hello @stigzler, can we reproduce it anywhere? this issue could be because of the conflict…5 months ago
-
Posted a reply to Icons broken, on the site WordPress.org Forums:
Hello @stigzler, this issue can cause due to mismatch of font-awesome icons. please check the…5 months ago
-
Posted a reply to Great plugin, even better Customer Support!, on the site WordPress.org Forums:
Thanks for appreciation 😊 It means a lot to us. looking forward to giving you…6 months ago
-
Posted a reply to Bug report: JS Error when OpenStreetMap API is active, on the site WordPress.org Forums:
Sorry, but still can't reproduce the js error. Inspector shows a jquery.min.js error net::ERR_NAME_NOT_RESOLVED Step…8 months ago
-
Posted a reply to want Bell position to middle, on the site WordPress.org Forums:
as we synched, this code working as expected on your site. .notification-bell-menu { line-height: 90px;…8 months ago
-
Posted a reply to Bug report: JS Error when OpenStreetMap API is active, on the site WordPress.org Forums:
Hello @woorooo, I checked on several test sites with OpenStreetMap enabled. but couldn't reproduce the…8 months ago
-
Created a topic, DO NOT buy the PRO version, on the site WordPress.org Forums:
No support, plugin has many errors.8 months ago
-
Created a topic, Quiz archiv shows json string, on the site WordPress.org Forums:
I found on the quiz archive page the listing shows JSO…8 months ago
-
Posted a reply to want Bell position to middle, on the site WordPress.org Forums:
Thanks for your patience. Please try this snippet. .notification-bell-menu { line-height: 90px; } .notification-bell-menu .fa-2x{…8 months ago
-
Posted a reply to Directory Converter: More Plugins ETA?, on the site WordPress.org Forums:
Hi @braino, Thanks for the suggestions. I have created a task for it so the…8 months ago
-
Posted a reply to want Bell position to middle, on the site WordPress.org Forums:
It's 1naveengiri at gmail.com8 months ago
-
Posted a reply to want Bell position to middle, on the site WordPress.org Forums:
Hello @purityboy83 Thanks for using the plugin. Sometimes theme style conflicts with it. I can…8 months ago
-
Posted a reply to The more information tab does not appear in the user profile, on the site WordPress.org Forums:
Hello @creanovo If you mean all tabs that you add there are not displaying. then…8 months ago
-
Posted a reply to The more information tab does not appear in the user profile, on the site WordPress.org Forums:
Hello @creanovo, Confirming, have you added the profile tabs here? https://ibb.co/YpP2wS0 Regards Naveen Giri8 months ago
-
Posted a reply to Plugin is not working for service area type business, on the site WordPress.org Forums:
I will close it. I think it is already answered. https://wordpress.org/support/topic/google-error-undefined/#post-1248565610 months ago
Developer
-
.html for all url
Active Installs: 200+
-
Buddy Notification Bell
Active Installs: 300+
Contributor
-
rtMedia for WordPress, BuddyPress and bbPress
Active Installs: 20,000+
-
rtSocial
Active Installs: 200+