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...

Accepted Answer

Thursday, November 03 2016, 10:35 AM - #Permalink
0
this was because the system plugin was not placed on the LAST position of the plugin list, as indicated in our installation instructions.. :)
The reply is currently minimized Show
Responses (8)
  • Accepted Answer

    Wednesday, October 19 2016, 03:28 PM - #Permalink
    0
    can you send me joomla admin access?
    The reply is currently minimized Show
  • Accepted Answer

    Saturday, October 29 2016, 06:05 PM - #Permalink
    0
    How is it coming with this problem - we are in the middle of the season and we have two extensions down. Doe anyone have experience with Yendif Music Share - is it similar?
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, October 30 2016, 07:17 PM - #Permalink
    0
    ok finally, after lots of tests... I think I found a thing that may do the trick.

    this is really strange behavior and has to do something with the gallery extension but I can't find what's causing it.

    in any case, I made a small modification on the plugin and now it should work. can you try?
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, November 02 2016, 02:01 PM - #Permalink
    0
    Thank 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
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, November 02 2016, 05:31 PM - #Permalink
    0
    hello

    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?
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, November 02 2016, 11:56 PM - #Permalink
    0
    Thank 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.!!
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, November 03 2016, 12:18 AM - #Permalink
    0
    Ok - 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
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, November 03 2016, 02:12 PM - #Permalink
    0
    Thank you - moved the plugin to the last position and it worked like a charm.
    The reply is currently minimized Show
Your Reply