Towhid
@cryptex_vinci on WordPress.org, @Towhid on Slack
Bio
Contributions
- Member Since: March 12th, 2014
- Location: Dhaka
- Website: ultimatemember.com
- GitHub: cryptexvinci
Contribution History
Towhid’s badges:- Plugin Developer
- Translation Contributor
- Translation Editor
-
Posted a reply to Exclude products from search, on the site WordPress.org Forums:
@evalockstaedt You can try using below code to exclude the products from general search. <?php… -
Posted a reply to Profile photo and Cover photo size, on the site WordPress.org Forums:
@ruen06 Are you using any image optimization plugin? -
Posted a reply to Reset password is not working, on the site WordPress.org Forums:
@realsol31 Can you please check the spam folder. -
Posted a reply to Reset password is not working, on the site WordPress.org Forums:
Hi @realsol31 Please try installing the SMTP plugin and test email to see if it works. Plugin:… -
Posted a reply to Profile photo and Cover photo size, on the site WordPress.org Forums:
Hi @ruen06 You can use the setting “Image Quality” (Ultimate Member > Settings > General > Uploads) to… -
Posted a reply to Reset password is not working, on the site WordPress.org Forums:
Hi @realsol31 Please make sure the password reset shortcode is properly entered. The password reset… -
Posted a reply to Password Reset broken after update!, on the site WordPress.org Forums:
Hello @michaelpersch Go to wp-admin > Performance > Page Cache and exclude default UM pages.https://docs.ultimatemember.com/article/1595-caching-problems#:~:text=Varnish%20for%20details.-,W3%20Total%20Cache,-Use%20the%20setting -
Posted a reply to Connect Colissimo account with Woocommerce, on the site WordPress.org Forums:
Hi @momom7 You can try using this plugin:https://wordpress.org/plugins/colissimo-shipping-methods-for-woocommerce/ -
Translated 21 strings on translate.wordpress.org.
-
Posted a reply to Theme menu editor, on the site WordPress.org Forums:
Hi @joelemason You can try using this conditional blockhttps://wordpress.org/plugins/block-visibility/https://wordpress.org/plugins/conditional-blocks/https://wordpress.org/plugins/wicked-block-conditions/Thanks -
Posted a reply to Rank Math User Profiles, on the site WordPress.org Forums:
Hi @dplayer You can try using rank_math/vars/register_extra_replacements hook to add extra variables.Documentation: https://rankmath.com/kb/variables-in-seo-title-description/#how-to-add-custom-variablesThanks -
Posted a reply to Theme menu editor, on the site WordPress.org Forums:
Hi @joelemason Adding new fields to FSE menu items in block UI is presently not… -
Posted a reply to Restrict access to Projects in WP, on the site WordPress.org Forums:
Hi @being-all-of-you Please follow below steps:1. Go to Ultimate Member > Settings2. Click on Access… -
Posted a reply to Integration with Google sheets, on the site WordPress.org Forums:
Hi @pravtiw Unfortunately UM doesn't have this feature.But Yes, it is possible programmatically. It will… -
Posted a reply to Using the UM plugin with a custom theme, on the site WordPress.org Forums:
Hi @1968phillip It's possible via code. Here is a list of Ultimate member Hooks: https://docs.ultimatemember.com/article/1324-hooks-list… -
Posted a reply to Ultimate Member upgrade not working, on the site WordPress.org Forums:
Hi @xihad1 Install & Activate Enable jQuery Migrate Helper. And try again. https://wordpress.org/plugins/enable-jquery-migrate-helper/ Thanks -
Posted a reply to Remove the link of the profile in the profile picture, on the site WordPress.org Forums:
Remove <a> from line 34 of account.phphttps://github.com/ultimatemember/ultimatemember/blob/master/templates/account.php#L34Replace this <a href="<?php echo esc_url( um_user_profile_url() ); ?>"><?php… -
Posted a reply to How to show an icon indicating a user is signed in, on the site WordPress.org Forums:
Hi @antcrescendo You can also show the user's profile photo in the menu using the… -
Posted a reply to Meta key for profile photo, on the site WordPress.org Forums:
Hi @carlosvai UM Avatars meta key is "profile_photo". Source: https://github.com/ultimatemember/ultimatemember/blob/096802cb5b2cc1dc6c177c3312e3f7860a7bc666/includes/core/um-filters-avatars.php#L41 Thanks -
Posted a reply to We need help, on the site WordPress.org Forums:
Hi @gujingc Field types "Roles (Dropdown)" and "Roles (Radio)" may contain user roles created by… -
Posted a reply to The default pages have not been generated for me, on the site WordPress.org Forums:
Hi @elenya @dorrd You can try following below steps: 1. Make sure you are logged… -
Posted a reply to Button Hover / Active Text CSS, on the site WordPress.org Forums:
Hi @dkance Can you please share your site address here. -
Posted a reply to Profile permalink base, on the site WordPress.org Forums:
Hi @santasenior Afraid it is not possible to have a custom field as a permalink… -
Posted a reply to Some pages are not loading., on the site WordPress.org Forums:
Hi @justindon Can you please share the site adress. Thanks -
Posted a reply to Change password not working, on the site WordPress.org Forums:
Hi @fabeylous Check out this thread: https://wordpress.org/support/topic/change-password-issue/ Thanks -
Posted a reply to Ultimate Member – Adding user ID to the profile, on the site WordPress.org Forums:
Hi @sten558 Add this snippet to your themes functions.php add_action('um_after_profile_header_name_args', 'um_display_user_id'); function um_display_user_id(){ if (… -
Posted a reply to Low Res Cover Photo, on the site WordPress.org Forums:
Hi @jfkparenteau You can use the setting "Image Quality" (Ultimate Member > Settings > General… -
Posted a reply to Unable to add verification / activation through email, on the site WordPress.org Forums:
Hi @croftitc Please make sure that your both login/registration forms aren't cached. You need to… -
Posted a reply to Header/Member Name Color change?, on the site WordPress.org Forums:
Hi @jfkparenteau Insert this css in Appearance > Customize > Additional CSS .um-profile .um-name a{… -
Posted a reply to UM content not displayed when logged in, on the site WordPress.org Forums:
Hi @guitarhelten Please go to Ultimate Member->Settings->Misc, inside your dashboard and check this "Disable pre-queries… -
Posted a reply to Changing user role, on the site WordPress.org Forums:
Hi @liquidideas Looks like you are hooking to wrong function name. Try this. add_action('frm_after_create_entry', 'update_user_role_obp1',… -
Posted a reply to About activation email, on the site WordPress.org Forums:
Hi @simongcc Make sure you assigned a role to “Registration Default Role” from UM-> Settings->… -
Posted a reply to Where is the data from the UM registration form saved?, on the site WordPress.org Forums:
Hi @devmouse Have you added the same fields to your profile form in Ultimate member… -
Posted a reply to Assigning Multiple User Roles per User, on the site WordPress.org Forums:
Hi @nikpav UM provide an ability to add multiple roles for WP User. https://www.screencast.com/t/phGdw2dT46pC Thanks -
Posted a reply to create a custom template for the user profile, on the site WordPress.org Forums:
Hi @srwayne Process of overriding UM User templates: https://docs.ultimatemember.com/article/120-adding-your-custom-profile-templates Thanks -
Posted a reply to help :all logged out members cant login ln, on the site WordPress.org Forums:
Hi @mustaf99 Do you have any caching plugins installed or server-side caching active on your… -
Posted a reply to Hide ‘Membership Inactive’ Users in Directory, on the site WordPress.org Forums:
Hi @csheppa Inactive users that won't be displayed unless you activate their membership. On the… -
Posted a reply to Where to Edit Restricted Content Message!, on the site WordPress.org Forums:
Hi @voicetoons You can change the restricted content message from Ultimate Member> Settings > Access… -
Posted a reply to find source of error message, on the site WordPress.org Forums:
Hi @coxixx This text is located in ultimate-member/includes/core/um-actions-login.php If you want to contribute, You can… -
Wrote a new post, PTE Request for…, on the site Translate WordPress:
PTE Request for WPAdverts – Classifieds Plugin I’ve suggested translations for this Ultimate Member and… -
Posted a reply to Customise profile photo message, on the site WordPress.org Forums:
Hi @webukuat You can use the plugin "Say What?" to change the text. https://wordpress.org/plugins/say-what/ Thanks -
Posted a reply to Remove border of members in members directory, on the site WordPress.org Forums:
Hi @webukuat Insert this css in Appearance > Customize > Additional CSS .um-directory .um-members-wrapper .um-members… -
Posted a reply to Dropdown lists do not work in mobile devices, on the site WordPress.org Forums:
Hi @skaram This issue may be because of a plugin/theme conflict. Can you please do… -
Posted a reply to Form fields design, on the site WordPress.org Forums:
Hi @mstudioil Can you please paste your site address here so we can check the… -
Posted a reply to Disable plugin CSS, on the site WordPress.org Forums:
Hi @promostudio You can modify below snippet and completely prevent the UM Core CSS files… -
Posted a reply to Ultimate Member Extremely Slow, on the site WordPress.org Forums:
Hi @coreywilson Check the browser console log. Check the network tab and analyze which is… -
Posted a reply to Bug report: Select2 styles are not specific enough, on the site WordPress.org Forums:
Hi @marincarroll You can use below snippet to prevent select.min.css from loading. PLease do let… -
Posted a reply to Bug report: Select2 styles are not specific enough, on the site WordPress.org Forums:
Hi @marincarroll Can you please elaborate or share a live link of the issue. So… -
Posted a reply to Email Designs Reset Any Time the Plugin is Updated, on the site WordPress.org Forums:
Hi @sdmarketing You have to save your custom email templates in a child theme. Otherwise… -
Committed [2000600] to Plugins SVN:
Version 1.03 Tag
Plugins
Themes
বাংলা (Bengali (Bangladesh)) Plugins Translation Editor - #bn_BD
-
WPAdverts – Classifieds Plugin
Active Installs: 6,000+