• Hi,
    I am trying to use shortcode “[xoo_el_action type=”register” change_to=”myaccount”]” into a button, not in navigation menu.
    I am getting 404 Page not found error.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author xootix

    (@xootix)

    Hi @sohom

    Shortcode will only generate link.
    If you want to use button, use this HTML

    <button class="button xoo-el-login-tgr xoo-el-login-tgrhide">Login</button>

    & add this CSS

    .logged-in .xoo-el-login-tgrhide{display: none!important;}

    • This reply was modified 4 years, 6 months ago by xootix.

    Hi,
    the button HTML does not seem to be working, the web page either strips the shortcode or the link does not work.
    Can you give a more complete example?

    Thread Starter sohom

    (@sohom)

    @xootix
    Thank you,
    Button is working, but custom styling or css not working.
    CSS In Using
    https://prnt.sc/t0u4xw

    Output I am getting
    https://prnt.sc/t0u5og

    Any Idea….

    • This reply was modified 4 years, 5 months ago by sohom.
    • This reply was modified 4 years, 5 months ago by sohom.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How can I use the shortcode into button on homepage?’ is closed to new replies.