-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
location and size of Dimensions/PlumX badges #234
Comments
It is possible to alter the appearance of the badges with CSS, among other solutions. To better help you, it would be interesting to get a link to your development site where the problem occurs. |
Hi, Thanks for looking into this. Here is a link to the staging site: https://kloostermanlab.org/staging_site/publications/ I used the following command: |
There are many solutions, but the quick and dirty one is to customize your theme Blocland FSE by adding to it the CSS rules at the bottom of my reply. You can follow this tutorial if you need help doing this. It is only a matter of copy/pasting the CSS rules into your theme's custom CSS section. @winkm89 : Possible future improvement: customize the embedded altmetric/dimension/plumx code. .__dimensions_badge_embed__ .__dimensions_Badge_style_medium_circle .__dimensions_Badge_Image {
width: 60px !important;
height: 60px !important;
}
.__dimensions_badge_embed__ .__dimensions_Badge_style_small_circle .__db_score, .__dimensions_badge_embed__ .__dimensions_Badge_style_medium_circle .__db_score, .__dimensions_badge_embed__ .__dimensions_Badge_style_large_circle .__db_score {
font-size: 30px !important;
}
.PlumX-Popup .ppp-container.ppp-large > a, .PlumX-Popup .ppp-container.ppp-large .plx-print {
width: 60px !important;
height: 60px !important;
margin-left: 0px !important;
} |
Thanks for the nice plugin. After recent updates, my publication list created with tpcloud looks like as shown in the image below.
I use an image (the yellow sun) to highlight certain publications in the list. But now the Dimensions and PlumX badges draw most of the attention. Is it possible to change the size and location of the badges independently from the publication image? It would be nice to also independently control the links and the badges - I don't think both are necessary. By the way, there is no altmetric badge (it does work if I click the altmetric link) - is it supposed to show?
The text was updated successfully, but these errors were encountered: