[Resolved] add a login icon next to cart in canvas menu

Home Forums Support [Resolved] add a login icon next to cart in canvas menu

Home Forums Support add a login icon next to cart in canvas menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1296319
    WALTER

    I would like to add an icon with a link to account, and if the username is logged in, this will appear next to the cart icon. in the attached picture frame where I need it to appear

    https://www.kmlaccesorios.com/wp-content/uploads/2020/05/login.jpg

    #1296671
    David
    Staff
    Customer Support

    Hi there,

    is this just for Mobile ?

    #1296856
    WALTER

    if it is in the mobile, I want to put it in the canvas menu

    #1297078
    Leo
    Staff
    Customer Support

    Try creating a hook element with the inside_mobile_menu_bar hook:
    https://docs.generatepress.com/article/hooks-element-overview/

    Then this for the content:

    <?php if ( is_user_logged_in() ) { ?>
        account icon here
    <?php }

    Make sure to check execute PHP.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.