Title: Approve float anchor hyperlink
Last modified: February 6, 2020

---

# Approve float anchor hyperlink

 *  Resolved [Elsa Soares](https://wordpress.org/support/users/bemvestir/)
 * (@bemvestir)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/approve-float-anchor-hyperlink/)
 * Hi Kevin,
 * Anchor hyperlink is not working in approve float button.
 * Kind Regards
 * Elsa Soares
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fapprove-float-anchor-hyperlink%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [WP CodeUs](https://wordpress.org/support/users/wpcodeus/)
 * (@wpcodeus)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/approve-float-anchor-hyperlink/#post-12405731)
 * Hey Elsa,
 * If you manually click the link: [https://www.mrktng.pt/proposal/deep-house/#approve](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](https://wordpress.org/support/users/bemvestir/)
 * (@bemvestir)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/approve-float-anchor-hyperlink/#post-12407612)
 * Thanks Kevin

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

The topic ‘Approve float anchor hyperlink’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-proposals_a585cf.svg)
 * [WP Proposals](https://wordpress.org/plugins/wp-proposals/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-proposals/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-proposals/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-proposals/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-proposals/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-proposals/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Elsa Soares](https://wordpress.org/support/users/bemvestir/)
 * Last activity: [6 years, 4 months ago](https://wordpress.org/support/topic/approve-float-anchor-hyperlink/#post-12407612)
 * Status: resolved