pmatch
Forum Replies Created
-
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 🙂
Hi Richie,
I even tried incognito tab 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.
!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');Using is_category() doesn’t work. Using is_archive() displays the floating social sidebar on archive page http://pmatch.ga/2018/04/ but not on category pages 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');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 categoryI 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; }
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.
Thanks for the solution Rickie. It works and the floating social sidebar is now visible on the homepage 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/. Can you help to remove this marging/gap?
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/ but not on homepage 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.