• Resolved mano96

    (@mano96)


    Hello there,

    Do someone know how I can delete the “Log out” button on Awesome support pages?
    I don’t want the users to click on it but I rather want them to click on another one I created.

    Thanks for your help,
    Regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,
    The route.

    wordpress\wp-content\plugins\awesome-support\themes\default\partials

    And delete this line.

    <?php wpas_make_button( __( 'Logout', 'awesome-support' ), array( 'type' => 'link', 'link' => wp_logout_url(), 'class' => 'wpas-btn wpas-btn-default wpas-link-logout' ) ); ?>

    is working for me.
    Regards.

    • This reply was modified 9 years, 8 months ago by adolfohnz.
    Thread Starter mano96

    (@mano96)

    Hello @adolfohnz

    Thanks very much for your help 🙂
    It worked for me too.

    For those who are facing the same problem, as adolfohnz said, the route is:
    wordpress\wp-content\plugins\awesome-support\themes\default\partials\

    and the file is: ticket-navigation.php

    Regards.

    • This reply was modified 9 years, 8 months ago by mano96.

    I forgot to mention the file to modify, thanks for mentioning it.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Delete “Log out” Button’ is closed to new replies.