vedmack / feedback_me

jQuery Feedback Me Plugin
http://feedback-me.appspot.com/
MIT License
187 stars 80 forks source link

position right-bottom doesn't work #22

Closed kiev78 closed 10 years ago

kiev78 commented 10 years ago

When I set the option position:right-bottom it renders as open on the page with feedback button on top right. No way to close it.

vedmack commented 10 years ago

Provide a test case link to a working example, because its works for me and other too (you can take a look at the link that someone posted on this issue with that exact position that you say not working) https://github.com/vedmack/feedback_me/issues/20 also if you will go to the showcase and replace the class of the feedback trigger and content from left-bottom to right-bottom it will work,

kiev78 commented 10 years ago

http://jsfiddle.net/77WZH/ - is an example of my code not working. fm_options = { bootstrap: true, position: "right-bottom", name_placeholder: "Name please", name_required: true, message_placeholder: "Go ahead, type your feedback here...", feedback_url: "send_feedback_bootstrap", custom_params: { csrf: "my_secret_token", user_id: "john_doe", feedback_type: "bootstarp" } };

            //init feedback_me plugin
            fm.init(fm_options);
vedmack commented 10 years ago

Yep , its a bug in my css file (related to bootstrap option only)

kiev78 commented 10 years ago

thanks for the quick fix :) works as expected now