Shortcode Attributes ( Specific to Style-6 )
s6_color – to change icon color
s6_hover_color – to change icon color when hover
s6_icon_size – to change icon size
s6_circle_background_color – to change circle background color ( border color )
s6_circle_background_hover_color – to change circle background color when hover
s6_circle_height – to change circle height
s6_circle_width – to change circle width
s6_line_height – to change circle line height
( circle have radius – but here how circle created is by adding border-radius to 50% of the given height, width )
( try to add same values for – s6_circle_height , s6_circle_width , s6_line_height – if not perfect then change the values )
num – ( to change the number )
style – ( e.g. style=1 – right now there are 8 styles )
position – ( e.g. position=fixed – to add fixed position style, css positions )
top – ( e.g. – left=10px , left=2% )
right – ( e.g. – left=10px , left=2% )
bottom – ( e.g. – left=10px , left=2% )
left – ( e.g. – left=10px , left=2% )
home – ( home= hide ) to hide shortcodes in home page , category, archive
[chat style=6 s6_color= #fff s6_hover_color=orange s6_icon_size=50px s6_circle_background_color=#9cff57 s6_circle_background_hover_color =#00e51e s6_circle_height=100px s6_circle_width=100px s6_line_height=100px ]
Fixed position
[chat style=6 position=fixed bottom=10px right=10px]