Nguyen
Nguyen
Offline
0
I am running MC and JoomGallery on a Joomla 1.5.23 site:
http://nguyenthao.net

On the landing page I have mod_muscol_featured_albums and a JoomGallery's module to display a slideshow of random images (ALBUM and PHOTO respectively on the webpage). The problem is when I turn "Use carousel" = Yes in mod_muscol_featured_albums then the PHOTO module stops working (empty module).

I can have to copies of ALBUM working. I can have two copies of PHOTO working. But I cannot mix them.

Please help!
Responses (7)
  • Accepted Answer

    Wednesday, September 14 2011, 10:43 AM - #Permalink
    0
    hmm..maybe it's a JQuery incompatibility...

    can you try adding

    jQuery.noConflict();

    on file /modules/mod_muscol_featured_albums/tmpl/default.php line 110
    The reply is currently minimized Show
  • Accepted Answer

    Nguyen
    Nguyen
    Offline
    Wednesday, September 14 2011, 12:05 PM - #Permalink
    0
    Thanks Germi for replying.
    I put this line in but the problem it made no different:

    jQuery(document).ready(function() {
    jQuery.noConflict(); // new line inserted
    jQuery('#random_album_".$random_id."').jcarousel({
    // Configuration goes here
    scroll: ".$scroll."

    Regards
    Nguyen
    The reply is currently minimized Show
  • Accepted Answer

    Bhati
    Bhati
    Offline
    Saturday, September 24 2011, 05:01 PM - #Permalink
    0
    germi wrote:
    hmm..maybe it's a JQuery incompatibility...

    can you try adding

    jQuery.noConflict();

    on file /modules/mod_muscol_featured_albums/tmpl/default.php line 110


    Hello Germi,

    I think I have a somewhat similar problem:
    My featured album carousal and JWplayer module stop working on certain pages (or operations). For an example when I do a search songs. When the search page loads up the carousal feature and JW player module just go blank. Also when i click on certain playlists (not all) same thing happens.

    1. Do you think adding the above mentioned code will fix my problem too?
    2. if so, could you be more specific as to where to add the code. I know you wrote line 110, but sometimes I have notice its not quite the same line #. Instead if you could tell us between what two codes the new code should go?

    Thanks
    BJ
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, September 29 2011, 03:57 PM - #Permalink
    0
    hello!

    1) yes, please try to add that code.
    2) it should go BEFORE this:

    jQuery(document).ready(function() {

    not AFTER!
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, October 18 2011, 04:59 PM - #Permalink
    0
    Hello germi,

    I tried the suggestions you made here, but I still cann't view random albums. All I get is just the title on top without the carousel. Any suggestion?

    PS. MC is the best extension!
    The reply is currently minimized Show
  • Accepted Answer

    lsdo
    lsdo
    Offline
    Tuesday, January 03 2012, 03:53 PM - #Permalink
    0
    any news ?
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, January 05 2012, 05:09 PM - #Permalink
    0
    @guest4fish still not working for you? can you post a link to your site?
    The reply is currently minimized Show
Your Reply