0
I have two problems - possibly connected.
I have MusicCollection and JoomGallery installed on our site. Recently I found that the "System-MusicCollection" plugin was causing the JoomGallery images to not load. If I disable the plugin the images load properly.
Also when I was checking this out I downloaded and installed: plg_muscol_3.0.0_3.x, plg_jwplayer_3.0.0_3.x & com_muscol_3.0.3_pro_3.x. Now the page (http://lapeercountyconcertchoir.com/index.php/history-past-concerts/music-archive/s/2-directed-by-garth-starr/13-spring-2016-with-a-song-in-my-heart.html) does not look good - things are jumbled up.
I would like to have both programs working properly - I just updated to joomla 3.6.3, running php 5.6...
I have MusicCollection and JoomGallery installed on our site. Recently I found that the "System-MusicCollection" plugin was causing the JoomGallery images to not load. If I disable the plugin the images load properly.
Also when I was checking this out I downloaded and installed: plg_muscol_3.0.0_3.x, plg_jwplayer_3.0.0_3.x & com_muscol_3.0.3_pro_3.x. Now the page (http://lapeercountyconcertchoir.com/index.php/history-past-concerts/music-archive/s/2-directed-by-garth-starr/13-spring-2016-with-a-song-in-my-heart.html) does not look good - things are jumbled up.
I would like to have both programs working properly - I just updated to joomla 3.6.3, running php 5.6...
Responses (8)
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0Thank you for your work. The Image program is working fine now. But I still have a problem with MusicCollection. I did as you suggested in the email and it is working better now - but not good. I am not sure where to edit. Something happened without my input about a month ago - then I upgraded the program. The pages look different now - and (mostly) only the bottom mp3 file will show the arrow so we can play it. (Arrows are very erratic) Also the page is reversed left to right (review was on the right side) from how it was displayed previously.
The program is called up through the menu (not using the module)
Please help - I need some direction - sample page in question: http://lapeercountyconcertchoir.com/index.php/history-past-concerts/music-archive/s/2-directed-by-garth-starr/13-spring-2016-with-a-song-in-my-heart.html -
Accepted Answer
0hello
the problem is being caused by some CSS properties that your template is overriding. in this particular case, it's the modal class that is being overridden.
in this case the CSS class content should be:
.modal {
display: none;
overflow: hidden;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
-webkit-overflow-scrolling: touch;
outline: 0;
}
can you add this to your main CSS template file? -
Accepted Answer
0Thank you very much - it worked great the page is fine now!!
One final question - the song pages (http://lapeercountyconcertchoir.com/index.php/history-past-concerts/music-archive/r/13-directed-by-dr-alissa-mercurio-rowe-garth-starr/10-flint-festival-of-choirs-2016.html)
have the Review on the left and the music files on the right. Before I upgraded they were reversed. Is this a setting? If not - ?? It just may be the new version - and that is fine. Either way - thank you for your work - it looks real good now.!! -
Accepted Answer
0Ok - I do have another question - on this page: http://lapeercountyconcertchoir.com/index.php/history-past-concerts/music-archive/h/14-directed-by-dr-edward-howell/16-national-anthems-in-flint.html
I have a you tube video. On the "Flint - 10-15-16" if you click on it the page will not come up because the site name lapeercountyconcertchoir.com is not in front of the "index.php history past concerts music archive H 14 directed by dr edward howell 16 national anthems in flint 184 flint 10 15 16.html" - It was ok in the last version. Is this a setting issue or a bug?
Thank you - Bill -
Accepted Answer
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »