FoxSecrets
Well-known member
I need to implement template modification just before login block but the div changes due some other add-on and because of that my modification doesn't work, the div is never found.
	
	
	
		
So my question is how to refers (find) a div that changes? I tried using part of the code but it doesn't work either.
	
	
	
		
				
			
		Code:
	
	<div class="p-navgroup p-account {{ $xf.visitor.user_id ? 'p-navgroup--member' : 'p-navgroup--guest' }}" another-addon-attribute="xxxxxx">
	So my question is how to refers (find) a div that changes? I tried using part of the code but it doesn't work either.
		Code:
	
	<div class="p-navgroup p-account {{ $xf.visitor.user_id ? 'p-navgroup--member' : 'p-navgroup--guest' }}"
	
			
				Last edited: