Title: horizontal share button problem
Last modified: August 21, 2016

---

# horizontal share button problem

 *  Resolved [RolandOfEld](https://wordpress.org/support/users/rolandofeld/)
 * (@rolandofeld)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/horizontal-share-button-problem/)
 * hi everyone
 * i have the horizontal share bar showing on the my home page even thow i have 
   unticked it in the options..any ideas? (my home page is a static page called 
   home)
 * [http://wordpress.org/plugins/loginradius-for-wordpress/](http://wordpress.org/plugins/loginradius-for-wordpress/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [loginradius](https://wordpress.org/support/users/loginradius/)
 * (@loginradius)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/horizontal-share-button-problem/#post-3973506)
 * Hi RolandOfEld,
    This seems to a conflict with the WordPress theme.
 * Please follow the steps below to resolve this issue:
    1. Open “wp-content/plugins/
   loginradius-for-wordpress/LoginRadius_socialShare.php” (located in your WordPress
   root folder).
 * 2. Search following code:
    if(isset($lrMeta[‘sharing’]) && $lrMeta[‘sharing’]
   == 1 && !is_front_page()){
 * 3. Replace the code searched above with following code:-
    if(isset($lrMeta[‘sharing’])&&
   $lrMeta[‘sharing’] == 1){
 * 4. Save the file.
 * Let us know if you have any further questions.
 * Thanks!

Viewing 1 replies (of 1 total)

The topic ‘horizontal share button problem’ is closed to new replies.

 * ![](https://ps.w.org/loginradius-for-wordpress/assets/icon-256x256.png?rev=2389582)
 * [Authentication by LoginRadius](https://wordpress.org/plugins/loginradius-for-wordpress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/loginradius-for-wordpress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/loginradius-for-wordpress/)
 * [Active Topics](https://wordpress.org/support/plugin/loginradius-for-wordpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/loginradius-for-wordpress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/loginradius-for-wordpress/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [loginradius](https://wordpress.org/support/users/loginradius/)
 * Last activity: [12 years, 10 months ago](https://wordpress.org/support/topic/horizontal-share-button-problem/#post-3973506)
 * Status: resolved