Ñawi is a semiannual scientific research journal of ESPOL (Escuela Superior Politécnica del Litoral) and EDCOM (Escuela de Diseño y Comunicacion Visual) that deals with the study and reflection of Art, Design and Communication linked to the Visual, with special attention to practices in Ecuador and Latin America.
-
Download it.
-
Decompress and put it in next path:
/ojs/plugins/themes/<here>
-
Each file inside the slider folder has a path, replace each file on its respective path.
Runhead -n 2 slider/<file>
to see path. -
In the file
/lib/pkp/controllers/tab/settings/appearance/form/PKPAppearanceForm.inc.php
searchgetImagesSettingsName()
function and add :
'imgCarousel1' => 'common.imgCarousel1.altText',
'imgCarousel2' => 'common.imgCarousel2.altText',
'imgCarousel3' => 'common.imgCarousel3.altText',
Should look like this:
function getImagesSettingsName() {
return array(
'homepageImage' => 'common.homepageImage.altText',
'pageHeaderLogoImage' => 'common.pageHeaderLogo.altText',
'favicon' => 'common.favicon.altText',
'imgCarousel1' => 'common.imgCarousel1.altText',
'imgCarousel2' => 'common.imgCarousel2.altText',
'imgCarousel3' => 'common.imgCarousel3.altText',
);
}
- Select Ñawi theme in the desired journal.
- If Nawi theme doesn't appear, rename it to nawi.
- The size of the images for the slider should be 1000 x 400.
- The cover image for each volume should be 200 x 300.
- If you don't want to see unreadable text for example ** ##plugins.importexport.pubIds.displayName## **, especially in Spanish. Move the locale.zip file in this repository to:
/
Then, delete the locale folder and unzip locale.zip file
If you don't have problems with unreadeable text, you could just remove locale.zip file