test
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Saguaros Moderator
    #760181

    Hi

    You can try with this tweak:

    • Go to file: /root/templates/ja_social_ii/html/mod_login/head_logout.php

    • Look for this line of code:
      <button class="btn btn-primary">
      <svg class="joms-icon" viewBox="0 0 16 16">
        <use xlink:href="<?php echo JURI::current() ?>#joms-icon-switch" class="joms-icon--svg-fixed"/>
      </svg>
      </button>

    change to this

    <button class="btn btn-primary">
        <svg class="joms-icon" viewBox="0 0 16 16">
          <use xlink:href="<?php echo JURI::current() ?>?filter=apps&value=group#joms-icon-switch" class="joms-icon--svg-fixed"/>
        </svg>
    </button>
    informatiquekgk Friend
    #760194

    Hi,

    It works but now the icon appears only on the homepage…it disappears from others pages.

    Regards

    Saguaros Moderator
    #761828

    Hi

    I check through your site but the logout button is showing properly, is it ok now?

    Adam M Moderator
    #764037

    Hi @informatiquekgk, Please send over a temporary account to bypass .htaccess authentication via private reply.

    P/S: Just reply as normal and check the box Set as private reply below the editor to send over a private reply.

    informatiquekgk Friend
    #781705

    Hi,

    Yes it works !

    Thanks again!!

    Saguaros Moderator
    #781712

    You are welcome!

    Have a nice day!!!

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

This topic contains 7 replies, has 3 voices, and was last updated by  Saguaros 9 years ago.

The topic ‘Logout button don't appears only on homepage’ is closed to new replies.