This topic has 5 replies, 4 voices, and was last updated 10 years, 8 months ago by Anonymous.
Tagged: social, sticky bar
Viewing 6 posts - 1 through 6 (of 6 total)
Hi,
Trying to display socialbles in the stickybar area and they are not showing.
[sociable align="alignleft" title="Socialbles" color="black"]
Please see attached screenshots of code and results.
WP: 4.3.1
LifeCare Child: 1.4.0
Thank you!
Same problem, I used a code in my sticky bar: [sociable color=”white”]…. no effect
Go to Lifecare-> header.php-> line no. 82
Replace this
<div id="sticky"><?php echo stripslashes( get_option( 'atp_stickycontent' ) ); ?></div>
with
<div id="sticky"><?php echo do_shortcode( get_option( 'atp_stickycontent' ) ); ?></div>
Done that and stil no changes. Sociables are still grey colored and I want them to be white. + how can I add a search bar next to sociables?
Viewing 6 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic.