I wanted to know if it is possible that the cover images of the articles can NOT be visible in the table of contents of the issue. That they are visible only when you enter the article itself.
For example, OJS 3.3.0-9
I wanted to know if it is possible that the cover images of the articles can NOT be visible in the table of contents of the issue. That they are visible only when you enter the article itself.
For example, OJS 3.3.0-9
Hi @didoemilio,
You might be able to make them non-visible with CSS, can you send a link to your page, and I can try to suggest how you might best go about it?
-Roger
PKP Team
https://revistas.unc.edu.ar/index.php/racc/issue/view/2641
This journal. But they haven’t implemented the article cover images yet.
The idea is this: to include the open science certifications (each certification changes per article, there are several types) in the cover image section but not in the table of contents but only when you enter the article itself.
Hi @didoemilio,
This might vary a bit depending on the theme you’re using, but here’s an example: https://demo.publicknowledgeproject.org/ojs3/testdrive/index.php/testdrive-journal/article/view/722
I was able to pinpoint the css element for the image, which was
.img-fluid
and used display: none;
to suppress the display of the image.
I was only able to do this with one image, though, if you need to use multiple images, this could be tricky and require some custom coding.
-Roger
PKP Team
This topic was automatically closed after 6 days. New replies are no longer allowed.