Skip to content
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

Articles Title not showing in the page #37

Closed
vzrenggamani opened this issue Jun 25, 2024 · 3 comments · Fixed by #39
Closed

Articles Title not showing in the page #37

vzrenggamani opened this issue Jun 25, 2024 · 3 comments · Fixed by #39
Assignees
Labels
bug Something isn't working
Milestone

Comments

@vzrenggamani
Copy link

Hello, nice to having this theme installed in out Journal, its sleek and elegant ofcourse, but we had a slight problems here.

image
https://journal.teknologipendidikan.or.id/index.php/jetsar/article/view/2

The Article title are not showing entirely, we already doing reinstall in the theme and it does not work. Can you help us investigate this issues?

P.S: We use two language (english and indonesia), will that cause some issues?

@madi-nuralin madi-nuralin added the bug Something isn't working label Jun 25, 2024
@madi-nuralin madi-nuralin self-assigned this Jun 25, 2024
@madi-nuralin madi-nuralin added this to the v3_0_1-0 milestone Jun 25, 2024
@madi-nuralin
Copy link
Owner

Hi,
Thank you for reporting issue.

Quick fix.

You can search for the file:
material/templates/frontend/objects/ /article_details.tpl on your ojs installation project and remove comment brackets ({* and *} respectively) from 90 and 92 lines:

{*<h1 class="page_title">
	{$publication->getLocalizedTitle(null, 'html')|strip_unsafe_html}
</h1>*}

or

You may wait for a week while I commit changes to pkp plugin gallery, so you can simply update plugin for the newer version (v3_0_1-0).

@vzrenggamani
Copy link
Author

Thank you for the responses, I think i will gonna wait for the fix to make sure everything stable.
Thank you for the nice and hard works! 💯

@madi-nuralin
Copy link
Owner

madi-nuralin commented Jul 1, 2024

Adjustments:

  • Display article title
  • Subsections' size
  • Authors list

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants