• Is it possible to have an opaque background for the floating bar? My theme has a gradient background so having a colored background makes a block. Thanks for this great plugin!

Viewing 1 replies (of 1 total)
  • Plugin Author Riyaz

    (@riyaznet)

    Did you mean transparent background?
    If you need an opaque background – simply choose required color from the settings page.
    If you need a transparent background, you need to edit the file getsocial/lib/getsocialstyles.php accordingly. I will add this option to settings page in future versions. Open the file getsocial/lib/getsocialstyles.php and find the string
    .getsocial{width:70px;background:#<?php print $_GET['color']; ?>
    and change it to following
    .getsocial{width:70px;background:none
    save the file. Empty the caches if you are using any caching plugins and you should be all set.

Viewing 1 replies (of 1 total)
  • The topic ‘Opaque background?’ is closed to new replies.