Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
It seems jetpack’s Lazy Loading for images remove width height of image from gravatar..
Shamim HasanKeymasterNow you have added url wrong in your piping setup. You have added home/xxxxx/home/xxxxx/public_html/…….. (2 times ). Please correct this then test.
Also if you use any SMTP plugin that can override this plugin’s email address setup. You can check there.
Shamim HasanKeymasteri cannot see message page without login.
please create a test account and send credentials using https://www.shamimsplugins.com/sensitive-information/Shamim HasanKeymasterYou need to change permission of fep-email-piping.php file to 755
Shamim HasanKeymasterIt does not seems you have added it in right way. Nothing is outputted from this shortcode there. If you add
Test Contentinstead of this shortcode, does that output there?
Do your theme/plugin have any documentation how to add content there?Can you give me full code of that area (including ajax and table code)?
Shamim HasanKeymasterI seems your theme is overriding come css.
Can you give me your message page url?Shamim HasanKeymasterThank you for url and credentials.
How did you added those message buttons? What code you added there?Shamim HasanKeymasterIf we know menu slug then we can use that. use like following (change MENU_SLUG with your menu slug)
add_filter( 'wp_nav_menu_MENU_SLUG_items', function( $items, $args ) { $items .= '<li><a href="'. fep_query_url( 'messagebox' ) .'">' . sprintf(__('Message Box%s', 'front-end-pm'), fep_get_new_message_button() ) . '</a></li>'; return $items; }, 99, 2);Shamim HasanKeymasterI have tested with CF7 v5.1.1 and it is working.
Which version of captcha you are using?
it it working for other forms? eg. login/register?
Did you add shortcode[anr_nocaptcha g-recaptcha-response]in contact form?Shamim HasanKeymasterThank you for letting me know.
I can reproduce this. Also already solved. Can you copy code from git commit? If yes please use https://github.com/shamim2883/advanced-nocaptcha-recaptcha/commit/5bccf7a4eba7d48078fe176437f4b7c1d90f1af6otherwise next version you will get it fixed.
Shamim HasanKeymasterIs it possible for you to give me a link of that page?
If yes, use https://www.shamimsplugins.com/sensitive-information/ (give me a test user credentials also so that i can login)Shamim HasanKeymasterSome theme use separate menu for mobile. Please ask your theme developers how to add menu item for mobile, is there any separate hook or theme_location?
Let me know so that a can assist you to add this if require.
Shamim HasanKeymasterYou can network activate this plugin OR activate in sub-sites where you want to show captcha.
You can change settings (site key, secret key etc) for all sites where you want to show. Or you can add following code in your theme’s functions.php then change settings in main site. It will reflect in all sites
add_filter( 'anr_same_settings_for_all_sites', '__return_true' );Shamim HasanKeymasterWhich shortcode/code you are using to show those “Message” buttons.
Shamim HasanKeymasterIt is working here.
Are you getting any error? -
AuthorPosts