Hi there,
I am using Registration Magic plugin to change the registration form. How can I replace the default registration pop up by mine? I am supposed to add a shortcode but could not find where is the html of the pop up.
My site is temporarily parked here.
Thanks
Hi,
Notice that the theme uses the Default WordPress registration. Also, we do not have any tested plugin in this case and also, we cannot recommend any plugin, sorry! You need to check the td_modal.php from here -> https://www.screencast.com/t/h6HUZaqAdITz
Hope this helps!
Thanks.
Hi Catalin,
My problem is similar. I use Ultimate Membership plugin for registration, because I need custom profile fields.
How do I change the modal registration button’s link to my custom registration page’s link? (the custom registration page open to new window, not in modal)
I found the modal registration link in the files below, but in vain I overwrite, not change the link.
– wp-content/themes/Newspaper/parts/header/td-login-modal.php
– wp-content/themes/Newspaper/parts/register.php
– wp-content/themes/Newspaper/parts/login.php
Can you help us?
This modal is very cool, I want to use!
Thank you so much 🙂
Hi all,
Unfortunately, this is not a tested plugin and therefore, we cannot provide support for integration of it in our theme, sorry! If you want to make some changes over this section with this plugin, notice that you have to do it yourself through the code. It’s not a simple task and if you are not aware of the steps which are needed to take in this case, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!
Thank you!
Hi, It works, but is there any way to override plugins/td-composer/legacy/Newspaper/parts/header/td-login-modal.php from child theme?
I would like to keep the plugin and theme updateable also.
I successfully overridden the mobile registration link, but can’t do it with this file.
Hi tsharma, if you want to set the td-login-model.php in child theme you must set it like this Newspaper-child/parts/header/td-login-model.php, I recommend to set in child theme all files from td-composer/legacy/Newspaper/parts/ copy the parts folder and past it in child theme.
I hope this will help you!
Hi,
For me is working just fine. make sure that the child theme is enabled -> https://i.imgur.com/wwZSuC6.png but you still need to do some change that can not be set in child theme, for example on this file wp-content/plugins/td-cloud-library/parts/tdb-login-modal.php you need to set the new path for login modal -> https://i.imgur.com/GtnclCk.png like this -> https://i.imgur.com/UXJPamO.png also for specific templates you need to add it in other places.
If is still not working for you, please let me know exactly what you are using, cloud templates or standard header style.
Thank you!