Can you guide me to where I can remove the dash and “WordPress” from the browser window when this plugin is activated. The theme I have installed allows me to remove this, but when this plugin is activated WordPress appears in the browser tab or window next to the page title.
Can you please tell me how to remove this?
Thank you!
Hi there
Sorry, but can you show me a screenshot of this? not clearly understand where exactly
Here you go.
This happens with the mouse is rolled over the browser tab.
Hi
Sorry but that’s how its built, there is no option to change this without modifying plugin
Hello,
Wondering if there is an easy way to add a reCAPTCHA to the custom login form?
My form is here https://learn.narrativeatlas.org/wp-admin
Last question…Is there a way to place the login form onto the homepage of our site?
Best,
Chris
One other question. How do I make the custom login form resize properly for Mobile and tablet?
Best,
Chris
hi chris
1.2. recaptcha - not from the plugin, search for third-party plugins for this
3. its not properly resized? it’s normal for me i think, can you show me a screenshot?
Thanks regarding suggestion for recaptcha
Here is the screenshot from my iPhone
Horizontal seems ok - vertical not so much
Hello there,
How did you add that ‘Taking action’ image to the login page?
That login will only work for users who are logging into the WordPress backend, do you want the users to be able to create their own account and login with that?
Best Regards,
Support
The site is completely private. The login page is the only thing people will be able too see.
With that, how can I fix the size issue of the login on the vertical mobile orientation of the screenshot I shared in the prior post.
People will not be able to register either. This site is for middle and highs school students
Best
Chris
Hello,
Just following up and wanted to see if you can guide me in fixing the layout for mobile. Screen shots are attached in thread
Hello there,
We are still looking at this issue as it does not seem like there is any CSS causing this issue.
Have you added any new code to the theme?
Best Regards,
Support
thanks! The only code that I did add was:
function remove_boos_login_customization() {
remove_action( ‘login_head’, ‘buddyboss_custom_login_scripts’, 1 );
remove_action( ‘login_enqueue_scripts’, ‘buddyboss_login_stylesheet’ );
}
add_action( ‘init’, ‘remove_boos_login_customization’ );
This allowed me to use the Colorlib custom login styler
best
chris
hi chris
the problem you have on your website is not usual, i checked it on my side and can’t replicate your problem, i think this is result of some modification or changes in the theme or in plugin