Remove developer name

in OJS system 3.3.0.14, on home page of website below the “page footer” there is name of website developer i.e. “Developed and Setup by WorkonSolutions LLC” etc. . how can i remove that?

Hi @Hafiz_Sheraz_Arshad,

I think it’s likely that you’d have to modify the footer template in the theme you are using - which theme (and which version of the theme), are you using? Perhaps you could also give a link to your site if its live.

-Roger
PKP Team

https://jhrlmc.com/index.php/home/index
website link
can you please guide how to modify the footer template in the theme?

Hi @Hafiz_Sheraz_Arshad,

Can you please verify which theme (and which version of the theme) you’re using?

-Roger
PKP team

its
Name: Manuscript (Default child theme)
The current version. 1.0.2.3, 0.1.4.0
1.0.3.1

Upload a custom .css file with CSS rules (under Settings>Website>Appearence>Advanced>Journal Style Sheet) to hide that div that contains “Developed and Setup by WorkonSolutions LLC”.

1 Like

Hi @Hafiz_Sheraz_Arshad

It is likely this info was added either to your Manuscript Child Theme or to the Default Theme.
Check the footer.tpl file on the follwoing folders:

lib/pkp/templates/frontend/components/footer.tpl

plugins/themes/defaultManuscript/templates/frontend/components/footer.tpl

One of these templates may have been modified to include that signature to your journal footer.

Best,
Israel

1 Like

thanks for guidance
but there is no footer.tpl file in my host files (i have hosting from Hostinger)
can you please guide more?
do i need to check “lib/pkp/templates/frontend/components/footer.tpl” also
Regards

Hi @Hafiz_Sheraz_Arshad

do i need to check “lib/pkp/templates/frontend/components/footer.tpl ” also
Yes, for sure!
This file is present on the core of OJS and should be copied over to your child theme folder if you are willing to customize the section on your reader interface.

Best,
Israel