Gnanasekaran Loganathan
Forum Replies Created
-
Forum: Plugins
In reply to: [Fix Alt Text] Error under Tools fix-alt-text settings page in Multisite@stevenayers63 Yes, The error is cleared with new codebase version.
Forum: Plugins
In reply to: [Fix Alt Text] Error under Tools fix-alt-text settings page in Multisite@stevenayers63 It’s multisite setup using subdomain.
WordPress Version 6.1.1 and PHP Version 7.4.28
Forum: Plugins
In reply to: [Events Made Easy] Events categories not visible for admin roleThank you, it’s worked, and “Activate plugins” are set by default, and this rule has not worked for admin role users.
Below help text by EME in Setting > Access > categories,
Permission is needed to edit all categories. Default: Activate plugins@britner Yes, this fixed the issue. Thank you.
Forum: Plugins
In reply to: [Accessibility by UserWay] Plugin Not Showing UpSame issue for our website too. After activate the plugin and added all the details in settings. Still not displaying in frontend. I tried script adding in foooter.php directly. That one is worked for me.
Hi Hannah,
We running in WP version 5.4.4 And tried in default theme also.
Hi Ben,
Yes, We are using multisite. You recommend us not to use the “Dividers” filter in the “Row Layout” block!?
- This reply was modified 3 years, 10 months ago by Gnanasekaran Loganathan.
Hi Hannah,
Yes, Only when I select the divider option in Row Layout Block settings. Otherwise working well.
We using the kedance block latest version 1.9.9 and WordPress version 5.4.4
Yes, Tested with the default Twenty Twenty theme and deactivated all the plugins. Still producing the same issue with the “Dividers” option.
I got the solution, Try this
https://github.com/gnanasekaranl/Bootstrap-Shortcode-in-GutenbergForum: Reviews
In reply to: [User Activation By Email] errore rilevatoSorry for the delay, You can check now.
- This reply was modified 6 years, 6 months ago by Gnanasekaran Loganathan.
Forum: Plugins
In reply to: [GEO my WP] Range filter for member profile fieldI used xprofile field range for user and got the functionality but your plugin not support the range field in search form. I find the solution and i could not upload in your Git. And also commented in your Git issue list which posted by you.
- This reply was modified 7 years, 5 months ago by Gnanasekaran Loganathan.
Forum: Plugins
In reply to: [Activity Reactions For Buddypress] Like button could not removeIts show DOB, like below. Not an age,
March 9, 1998Is any way to change the format of date or get exact age of user.
Forum: Plugins
In reply to: [GEO my WP] get logged-in user location in buddypressglobal $bp, $wpdb;
$the_user_id = $bp->loggedin_user->userdata->ID;
$results = $wpdb->get_results( “select * FROM wppl_friends_locator WHERE member_id = $the_user_id”, OBJECT );