Title: pmatch's Replies | WordPress.org

---

# pmatch

  [  ](https://wordpress.org/support/users/pmatch/)

 *   [Profile](https://wordpress.org/support/users/pmatch/)
 *   [Topics Started](https://wordpress.org/support/users/pmatch/topics/)
 *   [Replies Created](https://wordpress.org/support/users/pmatch/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/pmatch/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/pmatch/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/pmatch/engagements/)
 *   [Favorites](https://wordpress.org/support/users/pmatch/favorites/)

 Search replies:

## Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[MesoColumn] Social Share icons invisible on homepage displaying latest posts](https://wordpress.org/support/topic/social-share-icons-invisible-on-homepage-displaying-latest-posts/)
 *  Thread Starter [pmatch](https://wordpress.org/support/users/pmatch/)
 * (@pmatch)
 * [8 years ago](https://wordpress.org/support/topic/social-share-icons-invisible-on-homepage-displaying-latest-posts/#post-10346119)
 * Hi Richie,
 * It has started working now on the category page also. If I am opening the categories
   page inside a virtual machine it’s not working. But outside the virtual machine
   it’s working fine which is very strange.
 * Many thanks Richie for helping out and resolving the query 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[MesoColumn] Social Share icons invisible on homepage displaying latest posts](https://wordpress.org/support/topic/social-share-icons-invisible-on-homepage-displaying-latest-posts/)
 *  Thread Starter [pmatch](https://wordpress.org/support/users/pmatch/)
 * (@pmatch)
 * [8 years ago](https://wordpress.org/support/topic/social-share-icons-invisible-on-homepage-displaying-latest-posts/#post-10345239)
 * Hi Richie,
 * I even tried incognito tab [https://postimg.cc/image/gglgfoxl9/](https://postimg.cc/image/gglgfoxl9/)
   but I can’t see the floating social sidebar on the categories page even then.
   It’s strange that you are ale to see the same on Categories page. Even using 
   the above provided CSS by you didn’t work for me.
 * I know I have taken a lot of your time and you have already helped me to resolve
   the homepage issue. Thanks a lot for your great help.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[MesoColumn] Social Share icons invisible on homepage displaying latest posts](https://wordpress.org/support/topic/social-share-icons-invisible-on-homepage-displaying-latest-posts/)
 *  Thread Starter [pmatch](https://wordpress.org/support/users/pmatch/)
 * (@pmatch)
 * [8 years ago](https://wordpress.org/support/topic/social-share-icons-invisible-on-homepage-displaying-latest-posts/#post-10339569)
 * !is_single() check also doesn’t work. Still floating social sidebar not visible
   on Category pages but visible on Archive pages.
 * I even combined multiple conditions in the ‘if’ statement as follows but that
   doesn’t work.
 *     ```
       function meso_add_ss_counter() {
       if( is_home() || !is_single() || is_archive() || is_category()) {
        echo do_shortcode('[Sassy_Social_Share type="floating"]');
        }
       }
       add_action('wp_footer','meso_add_ss_counter');
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[MesoColumn] Social Share icons invisible on homepage displaying latest posts](https://wordpress.org/support/topic/social-share-icons-invisible-on-homepage-displaying-latest-posts/)
 *  Thread Starter [pmatch](https://wordpress.org/support/users/pmatch/)
 * (@pmatch)
 * [8 years ago](https://wordpress.org/support/topic/social-share-icons-invisible-on-homepage-displaying-latest-posts/#post-10334302)
 * Using is_category() doesn’t work. Using is_archive() displays the floating social
   sidebar on archive page [http://pmatch.ga/2018/04/](http://pmatch.ga/2018/04/)
   but not on category pages [http://pmatch.ga/category/test-category/](http://pmatch.ga/category/test-category/).
 * Using the conditions together as follows also doesn’t work.
 *     ```
       function meso_add_ss_counter() {
       if( is_home() || is_category() || is_archive()) {
        echo do_shortcode('[Sassy_Social_Share type="floating"]');
        }
       }
       add_action('wp_footer','meso_add_ss_counter');
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[MesoColumn] Social Share icons invisible on homepage displaying latest posts](https://wordpress.org/support/topic/social-share-icons-invisible-on-homepage-displaying-latest-posts/)
 *  Thread Starter [pmatch](https://wordpress.org/support/users/pmatch/)
 * (@pmatch)
 * [8 years ago](https://wordpress.org/support/topic/social-share-icons-invisible-on-homepage-displaying-latest-posts/#post-10329126)
 * One more issue – The social share vertical floating bar **doesn’t appear on when
   I navigate to any Category**.
 * – Appears on home page
    – Appears on post page – **Does not appear on category**
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[MesoColumn] Social Share icons invisible on homepage displaying latest posts](https://wordpress.org/support/topic/social-share-icons-invisible-on-homepage-displaying-latest-posts/)
 *  Thread Starter [pmatch](https://wordpress.org/support/users/pmatch/)
 * (@pmatch)
 * [8 years ago](https://wordpress.org/support/topic/social-share-icons-invisible-on-homepage-displaying-latest-posts/#post-10329119)
 * I just removed the padding all together as below and this works for both desktop
   and mobile views. What do you say?
 * body.home .heateor_sss_vertical_sharing { padding: 0px !important; }
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[MesoColumn] Social Share icons invisible on homepage displaying latest posts](https://wordpress.org/support/topic/social-share-icons-invisible-on-homepage-displaying-latest-posts/)
 *  Thread Starter [pmatch](https://wordpress.org/support/users/pmatch/)
 * (@pmatch)
 * [8 years ago](https://wordpress.org/support/topic/social-share-icons-invisible-on-homepage-displaying-latest-posts/#post-10329085)
 * Thanks again for your support Richie. After applying this custom CSS, the gap
   disappears on Desktop but has started to appear while viewing in mobile. Earlier
   without the custom CSS, the gap was appearing on desktop but not on mobile.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[MesoColumn] Social Share icons invisible on homepage displaying latest posts](https://wordpress.org/support/topic/social-share-icons-invisible-on-homepage-displaying-latest-posts/)
 *  Thread Starter [pmatch](https://wordpress.org/support/users/pmatch/)
 * (@pmatch)
 * [8 years ago](https://wordpress.org/support/topic/social-share-icons-invisible-on-homepage-displaying-latest-posts/#post-10328570)
 * Thanks for the solution Rickie. It works and the floating social sidebar is now
   visible on the homepage [http://pmatch.ga](http://pmatch.ga)
 * However, there is a margin/visible gap from the left of the screen and the left
   floating sidebar which is not visible on post pages like [http://pmatch.ga/2018/04/19/post-1/](http://pmatch.ga/2018/04/19/post-1/).
   Can you help to remove this marging/gap?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[MesoColumn] Social Share icons invisible on homepage displaying latest posts](https://wordpress.org/support/topic/social-share-icons-invisible-on-homepage-displaying-latest-posts/)
 *  Thread Starter [pmatch](https://wordpress.org/support/users/pmatch/)
 * (@pmatch)
 * [8 years ago](https://wordpress.org/support/topic/social-share-icons-invisible-on-homepage-displaying-latest-posts/#post-10326083)
 * The plugin used is “Sassy Social Share”. The left hand side floating social share
   bar is visible on post pages like [http://pmatch.ga/2018/04/19/post-1/](http://pmatch.ga/2018/04/19/post-1/)
   but not on homepage [http://pmatch.ga/](http://pmatch.ga/) displaying the latest
   blog posts.
    In the plugin’s options, I have already enabled the option/checkbox
   to display the Floating media bar on the homepage.

Viewing 9 replies - 1 through 9 (of 9 total)