can you open my site and check where from this are text coming?
A password will be e-mailed to you.
but my homepage not have any sing up button or create new account off
https://prnt.sc/9tGk54R6qQdN%5D
these peramatters how to fix?
?filter_by=popular
i want to set noindex
Hello,
I see that you have fixed the issue with the text in the google search https://i.imgur.com/pxumjQ6.png
This can be done using the settings from the Yoast SEO plugin – https://i.imgur.com/uhORNxh.png
Thank you!
can you tell me A password will be e-mailed to you. Privacy Policy. Password recovery. Recover your password. your email. A password will be e-mailed to you. how to remove this from homepage
<!-- LOGIN MODAL -->
<div id="login-form" class="white-popup-block mfp-hide mfp-with-anim td-login-modal-wrap">
<div class="td-login-wrap">
<i class="td-icon-modal-back"></i>
<div id="td-login-div" class="td-login-form-div td-display-block">
<div class="td-login-panel-title">Sign in</div>
<div class="td-login-panel-descr">Welcome! Log into your account</div>
<div class="td_display_err"></div>
<form id="loginForm" action="#" method="post">
<div class="td-login-inputs"><input class="td-login-input" autocomplete="username" type="text" name="login_email" id="login_email" value="" required><label for="login_email">your username</label></div>
<div class="td-login-inputs"><input class="td-login-input" autocomplete="current-password" type="password" name="login_pass" id="login_pass" value="" required><label for="login_pass">your password</label></div>
<input type="button" name="login_button" id="login_button" class="wpb_button btn td-login-button" value="Login">
</form>
<div class="td-login-info-text">Forgot your password? Get help</div>
Create an account
<div class="td-login-info-text">Privacy Policy</div>
</div>
<div id="td-register-div" class="td-login-form-div td-display-none td-login-modal-wrap">
<div class="td-login-panel-title">Create an account</div>
<div class="td-login-panel-descr">Welcome! Register for an account</div>
<div class="td_display_err"></div>
<form id="registerForm" action="#" method="post">
<div class="td-login-inputs"><input class="td-login-input" type="email" name="register_email" id="register_email" value="" required><label for="register_email">your email</label></div>
<div class="td-login-inputs"><input class="td-login-input" type="text" name="register_user" id="register_user" value="" required><label for="register_user">your username</label></div>
<input type="button" name="register_button" id="register_button" class="wpb_button btn td-login-button" value="Register">
</form>
<div class="td-login-info-text">A password will be e-mailed to you.</div>
<div class="td-login-info-text">Privacy Policy</div>
</div>
<div id="td-forgot-pass-div" class="td-login-form-div td-display-none">
<div class="td-login-panel-title">Password recovery</div>
<div class="td-login-panel-descr">Recover your password</div>
<div class="td_display_err"></div>
<form id="forgotpassForm" action="#" method="post">
<div class="td-login-inputs"><input class="td-login-input" type="text" name="forgot_email" id="forgot_email" value="" required><label for="forgot_email">your email</label></div>
<input type="button" name="forgot_button" id="forgot_button" class="wpb_button btn td-login-button" value="Send My Password">
</form>
<div class="td-login-info-text">A password will be e-mailed to you.</div>
</div>
</div>
</div>
</div>
</div>
– wp-content/plugins/td-composer/legacy/Newspaper/parts/register.php
– wp-content/plugins/td-composer/legacy/Newspaper/parts/header/td-login-modal.php
– wp-content/plugins/td-cloud-library/parts/tdb-login-modal.php
deleted all codes from this 3 file now extra code has removed
Hello!
You can enable/disable the sign in/join feature from here: https://app.screencast.com/16GiYJElqR0hq
Thank you!