Hi! I need to add some links in my mobile login popup. I’ve managed to do it on the desktop version, but on mobile i cannot find where is the file to do it.
It is not td-login-modal.php -> there is the desktop version.
Can you please tell me where is the file for the mobile version? Thank you very much.
Hello,
If you have mobile responsive you can make changes in this path wp-content/plugins/td-composer/legacy/Newspaper/parts/register.php, if you use the mobile theme plugin you need to make changes in this path wp-content/plugins/td-composer/mobile/parts/register.php
Hope this helps you!
Thank you!
Hi! I’ve tried but it is the register form, not the “log in” form. I need the Login popup of the mobile version.
I can’t find that on the file you told me.
đ
Hello,
In the files is also, the login form => https://www.screencast.com/t/MV9mSQWs -> https://www.screencast.com/t/blKhiWm1R please check again the files from line 36.
Thank you!
Hi… the file you are pointing to, is not the one i’m looking for.
I’m looking for the one that has the Ids:
login-form-mobile
td-login-mob
td-login-info-text
This is the line I’m looking to edit:
https://snipboard.io/lPy8Tn.jpg
I’ve put our code here, but it’s not showing:
https://snipboard.io/ARNPEV.jpg
Hello,
The files where the classes given by you are found are in:
For the first class login-form-mobile => wp-content/plugins/td-composer/legacy/Newspaper/parts/menu-mobile.php => https://www.screencast.com/t/vkfEhNRe4x44
td-login-mob => wp-content/plugins/td-composer/legacy/Newspaper/parts/register.php => https://www.screencast.com/t/s5dX5GaCdy
td-login-info-text => wp-content/plugins/td-composer/mobile/parts/register.php => https://www.screencast.com/t/QK5YhJyt ->
wp-content/plugins/td-cloud-library/parts/tdb-login-modal.php => https://www.screencast.com/t/61asuZsV
Thank you!