Possible to make 2 buttons ?
]]>Hi. This is a great plugin – the only issue is that I want to make the button Horizontal and not vertical. Can I do this? Also I would like to increase the padding around the text. Can this be done?
]]>Great little addon.
Is Contact Form 7 supported in the free version? Can’t seem to see it in my config.
Also is it possible to have the form popup on the same page instead of going to a new page?
Neil
]]>If you check using firebug or google chrome inspector each button has a parent element like this https://prntscr.com/c1ec82
copy the id and it should be something like fvfeedbackbutton907 where 907 is post id, for your site this value will be different
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
#fvfeedbackbutton907{
display: none;
}
}
/* Landscape phones and down */
@media (max-width: 480px) {
#fvfeedbackbutton907{
display: none;
}
}
Put this css code in your theme style sheet
https://www.ads-software.com/plugins/wpfixedverticalfeedbackbutton/
]]>The close button is missing, when I’m using a contact-form.
It appears only for a half second and then disappears again.
See Homepage: https://sandbox.faircontrol.de/
https://www.ads-software.com/plugins/wpfixedverticalfeedbackbutton/
]]>Is there a place to download the older version of the plugin? I am using 5.2.17 and the latest plugin version does not work. Thanks so much.
https://www.ads-software.com/plugins/wpfixedverticalfeedbackbutton/
]]>