• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

Feedback Button In The Side of Your Site Floating

kkm323

Well-known member
[Feedback Button]
WHY?
Easy way for member to contact you and write feedback to improve your site

WHAT?
Demo- Screenshot

feedback.webp

HOW?

Add this code in the ad_header I choose this template because it doesn't need editing if upgrade ;)
Code:
<div id="feedback">
    <a class="OverlayTrigger" href="{xen:link 'misc/contact'}">
    <img src="@imagePath/xenforo/feedback.png" /></a>
</div>

and the css element in EXTRA.CSS
Code:
#feedback a{
display:block;
position:fixed;
top:200px;
left:-1px;
}

Upload the feedback icon to your style feedback.webp

If you have any suggestion, or comments please post, if not + ;)
 
Top Bottom