Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
Current method what wordpress use to search users cannot combine display name search with meta search. But we can search user first name and last name with meta search.
Do you have knowledge in php and how wordpress meta search works? If yes i can give you idea to achieve what you want. Otherwise if you want me to write code for you, It may delay couple of days. Or you can contact through https://www.shamimsplugins.com/hire/
Shamim HasanKeymasterMay i know which instruction you followed? Are you showing data from meta or any other place?
Shamim HasanKeymasterIf possible please change subdomain as follows
Dev: dev.app.vedagrace….
Staging: staging.app.vedagrace…
Production: app.vedagrace….In that case you can activate in Dev and Staging site without increasing site count. That means you can activate there for free.
Not only my plugin, Most of the plugins PRO version follow this rule. So this may apply for your other plugins PRO version also.
If you cannot change subdomain then no need to activate in softgrid.app.vedagrace…. This plugin will work without activating also in Dev site.
October 30, 2019 at 7:22 pm in reply to: Need to Update Message Title from Reply Message Meta #30628Shamim HasanKeymasterfep_get_message( 1 ) to be dynamic you can use dynamic value instead of 1.
For other 2 issues, i need access in your website so that i can see.
Shamim HasanKeymasterIt means something is conflicting which making v3 unusable in your website.
You can deactivate all other plugins and change theme to one of default theme (tweenty*) then try again. Then activate one by one plugin.Let me know when it start not working.
October 29, 2019 at 8:08 pm in reply to: Need to Update Message Title from Reply Message Meta #30587Shamim HasanKeymasteri have corrected above code. Please try again.
Shamim HasanKeymasterYou can activate license in subdoamin dev and staging for development for free.
If you have to use softgrid subdomain for development you cannot activate license for free. In that case you can use without activating license there. You will get all functionality for testing.Shamim HasanKeymasterIn which domain user will use messaging system?
You will use production domain as license domain. Also you can use in dev domain for free.October 29, 2019 at 8:07 am in reply to: Need to Update Message Title from Reply Message Meta #30568Shamim HasanKeymasterYes possible.
First get message id which title you want to change (parent message). Then use following code$message = fep_get_message( 1 ); //1 is message id which title you want to update $message->update( [ 'mgs_title' => 'UPDATED TITLE HERE' ] );
Shamim HasanKeymasterI see your page do not show google captcha logo. Did you hide that with any code?
Can you set “V2 Checkbox” captcha and use key for that version and check if that working?Shamim HasanKeymasterCan you login if captcha active and login form is checked?
Please again check your captcha version and keys in Settings > Advanced noCaptcha & invisible captcha > Google Keys are correct and same as google website.If still not working please send me your captcha page url.
Shamim HasanKeymasterDid captcha works on other forms? eg. login, register?
Please check again https://www.shamimsplugins.com/docs/advanced-nocaptcha-recaptcha/getting-started-advanced-nocaptcha-recaptcha/implement-in-contact-form-7/Let me know.
Shamim HasanKeymasterYou can add following css in Front End PM PRO > Settings > Appearance > Custom CSS
.fep-form-field-fep_pro_to { display: none; }
Shamim HasanKeymasterYes possible But you need some knowledge in php.
You can usefep_filter_attachment_icon
filter to show that image.Shamim HasanKeymasterYou can see this commit https://github.com/shamim2883/front-end-pm/commit/535a30e9de3dfa07a9cd9e2abd0e863d0efd90c2
-
AuthorPosts