Hello team,
please, is possible to disable modal login/sign-in and redirect to some own url?
In this case, I need to change url in comments section “Login to leave comment”.
Or is some way to setup this modal widget to use it, for example, for password reset URL in mail, I mean dont´t use default Wordress page /login.
Modal login widget is fine, but not cooperate with all WP features.
I would like to build some user registration to allow registered users comment articles.
Thanks a lot
Vaclav
Hi,
yes, this can be done, but as you said, something custom will have to be done related to the authentication link to leave a comment, for this I think that you can use the suggestions from this guide – https://generatepress.com/forums/topic/how-to-change-the-login-link-in-the-comments/
To change the modal login/sign-in use a cloud header and use the menu login from the opt-in builder – https://i.imgur.com/je0ZsMU.jpg and the pages can be set in this place – https://i.imgur.com/m8SxjDy.png
I hope this will help you!
Hello,
Thanks a lot for your answer.
Please, one additional question.
I would lidé to insert “Menu login” shortcode to main menu as common item in menu, inline.
Please can you navigate me, how can I realize it? Meaning login menu shortcode from opt-in plugin.
Thanks a lot
Vaclav
Hi,
For this you need to edit the homepage and drag and drop the element in the section you need to be set, after that you need to check that the element to be set as inline – https://i.imgur.com/zIRTd9W.jpg then you can adjust the elements on column using the CSS tab – https://i.imgur.com/Amezqct.png or using the elements from column – https://tagdiv.com/flexibility-rows-columns-newspaper-theme/
Thank you!
Hello Team, all of your advice dont work to ad this as regular Main menu items.. did you try it?
Anyway I tired make some different place for this memu. Next problem, I have, is translation for this plugin.
How can I translate this menu items?
And may be related subpages:
https://itjournal.cz/trans.png
Thanks a lot
Vaclav
-
This reply was modified 3 years by
vakvas@gmail.com.
Hello,
your guide https://generatepress.com/forums/topic/how-to-change-the-login-link-in-the-comments/
doesn´t wort at all. I create child theme and put code to functions.php, seems to template use another function or another way hard coded url.
Please, do you have some guide, tu change this link?
Thanks a lot
Vaclav
P.S. no need to solve translation, I just fount, that after activation opt-in plugin, some phrases was ad, to translation section 🙂
Hi,
I’m glad you found out how to translate the menu items.
That code didn’t work because our theme uses a custom login. What you can do if you already have the login page created is to do this: click on view – https://i.imgur.com/8SLOWY5.png to see the assigned page, then edit the page – https://i.imgur.com/d795s6d.png and set the new content from the login page in it and the problem should be solved.
Thank you!
Hello Calin,
thank you for your reply.
Not sure if we are talking about the same thing 🙂
The goal is for me to use only one way for users on the entire site, registration, login, etc.. only from the opt-in plugin.
So I would need the link leading from the comment (you have to log in to leave a comment) to also lead to the login form from the opt-in plugin.
Is this possible ?
Alternatively, how to unify this? For example, it is not nice when someone resets the password and the confirmation leads to the standard wp-login page. I would like to achieve a uniform experience throughout the site, so I thought an opt-in plugin would solve this.
Thanks a lot
Hi,
I understand, what else I can recommend is the modification in the theme files to change the link to log in when you leave a comment. The path is – wp-content/plugins/td-cloud-library/parts/tdb-comments.php and the link is – https://i.imgur.com/IduiJao.png
I hope this will help!
Thank you!
Hi, thank you!
May be I´ll combine modal na opt-in.
Plese, where I can change URL to register form on modal login window? From this window I´ll redirect users to opt-in plugin register form.
BTW, what is the common usage users profiles/login/register together with opt-in plugin? Now it is some kind of hybrid, some mail comes from WP native, some from opt-in plugin… some mail is formated, some not…
Thank you
Vaclav
Hi,
Normally the most used one is the one that appears on comments, the one from opt-in builder was added for the options provided with the opt-in builder plugin, but it can be used now for anything.
Here are all the files that are related to login and register and can be used with our theme (depends on the templates and options you choose):
– 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
– wp-content/plugins/td-cloud-library/parts/tdb-comments.php
Thank you!