View Single Post
Old 02-03-2024, 11:17 AM   #5
Daniele Giampà
Member
Daniele Giampà began at the beginning.
 
Daniele Giampà's Avatar
 
Posts: 24
Karma: 20
Join Date: Jan 2024
Location: London
Device: none
I edited the files. In the CSS file, I deactivated the display function of the verses, and now all the verses are visible;

.verse {
/* display: none; */
z-index: 3;
}

In the JavaScript file, I replaced the existing code with a new code and nothing happened; the JS doesn't connect with the XHTML file;

The current version of the EPUB can be downloaded from the following page: https://www.edgedpub.com/sample_work_6.php

I also created a pen with the same files https://codepen.io/edgedpub/pen/BabrNzz
Daniele Giampà is offline   Reply With Quote