RE: Sign In button not showing theme liferay 7

thumbnail
Ramalingaiah. D, modified 7 Years ago. Expert Posts: 489 Join Date: 8/16/14 Recent Posts

Hi ,

i did one theme in liferay 7 but sign  in button not showing theme in liferay 7

i have attached file 

please help me 

thumbnail
Andrew Jardine, modified 7 Years ago. Liferay Legend Posts: 2416 Join Date: 12/22/10 Recent Posts

Did you remove the "signin logic" from the portal_normal.ftl?

<#if !is_signed_in>
   <a data-redirect="${is_login_redirect_required?string}" href="${sign_in_url}" id="sign-in" rel="nofollow">${sign_in_text}</a>
</#if>
thumbnail
Ramalingaiah. D, modified 7 Years ago. Expert Posts: 489 Join Date: 8/16/14 Recent Posts

Hi Andrew Jardine,

yes,it is working fine now 

Thank you so mach