Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Alan Feng
tagDiv Member

Hi

I knew we can edit mobile latest articles on theme panel.
But we need to modify the query condition.
Like skip some categories.
Since the panel do not provide these function.
We will need to implement by ourselves.

But I found the mobile theme do not read child theme’s function.
Anyway to do this?

Thank you

Alan Feng
tagDiv Member

I found the “LOGIN MODAL” must be included by the comments template
/td-composer\legacy\common\wp_booster\comments.php LINE:119


if ( get_option( 'comment_registration' ) && ! is_user_logged_in() ) {
require_once( TDC_PATH_LEGACY . '/parts/header/td-login-modal.php');
}

What is the best way to inherit this comments template and modify it in child theme?

thank you

Alan Feng
tagDiv Member

Hi,
And another important thing is in the comment area.
There is a “Login to leave comments”.
It will active the pop up login form.
I really hope if can be replaced with the link we want.

Thanks

Alan Feng
tagDiv Member

Hi
What if I did not use cloud header.
Is there any method to remove the login element.
Let’s say I just use the default header setting and already disable login in theme panel.
But there is still a LOGIN MODAL…<- how to remove these?
In html it look like below

<!-- LOGIN MODAL -->
<div id="login-form" class="white-popup-block mfp-hide mfp-with-anim">
....... some login form html here
</div>

The reason I need to remove all the login/register by your theme is
because I have my another SSO login plugin. And I hope all our user only login through this.
Thank you

Viewing 4 posts - 1 through 4 (of 4 total)