• Resolved Elsa Soares

    (@bemvestir)


    Hi Kevin,

    Anchor hyperlink is not working in approve float button.

    Kind Regards

    Elsa Soares

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author WP Codeus

    (@wpcodeus)

    Hey Elsa,

    If you manually click the link: https://www.mrktng.pt/proposal/deep-house/#approve it does take you to the proper section on the proposals.

    This leaves me to believe this is a conflict with your active theme.

    Our recommendations are to simply hide the button with some CSS or you can try adding some JQuery and see if this can resolve the issue for you.

    Here is some Jquery you can try:

    function goToByScroll(id){
    $(‘html,body’).animate({scrollTop: $(“#”+id).offset().top},’slow’);
    }

    If you are not familiar with CSS, here is the CSS you can add to remove the floating approve button:

    .single-proposal .approve-float.anchor {
    display: none!important;
    }

    Best Regards,
    Kevin W.

    Thread Starter Elsa Soares

    (@bemvestir)

    Thanks Kevin

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Approve float anchor hyperlink’ is closed to new replies.