Hi. We are using OJS 3.3.0.17 (PHP version 8.2.18). We have installed the Addthis plugin. However, the social media icons are not appearing on the sidebar.
Also, when we click on the settings button of the plugin, a pop-up window opens with two tabs - 1. Settings, 2. Statistics. However, the Settings tab is completely empty. Is it normal?
Thanks @hilongo . I have installed Sharrif and have configured it to show specific Social Media icons. I have placed it on the sidebar in horizontal orientation. Problem is, the logo icons are not displayed, though the functionalities are ok. Can you suggest what I might be missing here?
Thanks.
the block plugin is enabled, otherwise the buttons wouldn’t show at all.
From the screenshot it looks like a font or css issue. You seem to use the manuscript theme with additional journal css. Do you modify shariff css classes?
Yes, you are right, I am using additional journal css for justifying the abstracts and resolving a known issue of Wordpress regarding showring image icons. The css is as follows:
From the file style.css (your universities default css as I see it) a class definition is loaded for “li a span”. If I disable the float and margin statements the buttons show as expected.
You should be able to overwrite this class definition by adding something like:
Thanks a lot. Actually, one of the css that I included for the footer was responsible for the issue. Your proposed solution helped me identify it. I have changed the css.