JQuery conflict

0
Hi All,

I have a problem with jquery and mootools.
I am using an RocketTheme template and that one uses RokBox (mootools modal box) but If I am activating the box my edit button is lost, and I cant switch between albums and songs no more. (if I click songs the albums tab disappears)
Acording to the RT guys its a jquery problem. No i have search the forum for an solution but I can only find dead links in old threads.

Wednesday, February 10 2010, 05:43 PM - #Permalink

actually, JQuery and Mootools should be compatible. is any other module or component loading JQuery library on your system? if this is the case, this could be the cause for the malfunction...

anyway, did you tryed the noconflict? read this:

http://www.joomlamusicsolutions.com/en/forum/general/problem-with-carousel-3.html#4039


Is that solution still available and were to find it?

Thanks Appie
Responses (13)
  • Accepted Answer

    Wednesday, May 17 2017, 09:06 AM - #Permalink
    0
    can you send me a link so I can see the issue online?
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, May 17 2017, 06:28 PM - #Permalink
    0
    can you send me a link so I can see the issue online?


    Of course Here is my testsite
    Site is in offline modus but you can still login with the user Stack I send you details for the last time (maybe I need to resend?)

    The above link is to a band I uploaded under the user Stack so you can test, I also created an playlist with that user for testing.
    The Rokbox (plugin) is turned on now, so you see the problem.
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, May 18 2017, 03:16 PM - #Permalink
    0
    can you try adding this CSS?

    .artist_buttons .btn-group.open{
    display: inline-block !important;
    }
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, May 18 2017, 05:03 PM - #Permalink
    0
    Germinal,

    First of all thanks for your help...

    I have added the code to the custom.scss file (with loads custom css in a RT theme)
    I solved the problem with the edit button disappearing at artist level, but at album level it still disappears.
    Also the edit button (the 3 dots) at the playlist still disappears.
    And the Album tab also still gone..

    Appie
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, May 18 2017, 05:37 PM - #Permalink
    0
    Appie Thrasher wrote:

    Germinal,

    First of all thanks for your help...

    I have added the code to the custom.scss file (with loads custom css in a RT theme)
    It solved the problem with the edit button disappearing at artist level, but at album level it still disappears.
    Also the edit button (the 3 dots) at the playlist still disappears.
    And the Album tab also still gone..

    Appie
    The reply is currently minimized Show
  • Accepted Answer

    Friday, May 19 2017, 09:44 AM - #Permalink
    0
    ok, try to do this instead, then

    .btn-group.open{
    display: inline-block !important;
    }
    The reply is currently minimized Show
  • Accepted Answer

    Friday, May 19 2017, 07:31 PM - #Permalink
    0
    Germinal Camps wrote:

    ok, try to do this instead, then

    .btn-group.open{
    display: inline-block !important;
    }


    Germinal,
    Tried this one and than the edit button problem at artist and album level is solved.
    Album Tab still disappearing if I click the songs tab, and also the edit button for the playlist still disappears.

    Appie
    The reply is currently minimized Show
  • Accepted Answer

    Monday, May 22 2017, 04:50 PM - #Permalink
    0
    try adding this:

    ul.nav nav-tabs li a{
    display:block;
    }

    where can I see the edit button for playlist?
    The reply is currently minimized Show
  • Accepted Answer

    Monday, May 22 2017, 06:21 PM - #Permalink
    0
    Germinal Camps wrote:

    try adding this:

    ul.nav nav-tabs li a{
    display:block;
    }

    where can I see the edit button for playlist?


    Sorry Germinal still no go. With this code in custom.css, again all edit buttons disappears when you click on them, also albums tab disappears when clicking songs tab.

    The edit button on the playlist wasn't visible because of the activated RokBox plugin I shut it down now so the edit button is again there..

    One other question Its time for me to renew... (13 days left) do I get an mail with renew discount? or do I just pay for full again on the site like it is now?

    Greetz Appie
    The reply is currently minimized Show
  • Accepted Answer

    Monday, May 22 2017, 06:29 PM - #Permalink
    0
    my head seems to be somewhere else today..! :)

    this was the code you were supposed to add: (I forgot the "important" part..)

    ul.nav nav-tabs li a{
    display:block !important;
    }


    let me check the rest..

    as for renewal, please write to me directly at support@ joomlathat.com

    thanks!
    The reply is currently minimized Show
  • Accepted Answer

    Monday, May 22 2017, 06:41 PM - #Permalink
    0
    Germinal Camps wrote:

    my head seems to be somewhere else today..! :)

    this was the code you were supposed to add: (I forgot the "important" part..)

    ul.nav nav-tabs li a{
    display:block !important;
    }




    Just did a quick update of the code sorry but still the same problems..

    RokBox turned on again..btw

    mail on its way..

    Appie
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, May 23 2017, 09:10 AM - #Permalink
    0
    I'm so very sorry. the code I send you was wrong again.. should be:

    ul.nav.nav-tabs li a{
    display:block !important;
    }
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, May 23 2017, 06:09 PM - #Permalink
    0
    Germinal,

    If I combine the 2 codes, (maybe that was your plan anyway?) almost all of it works than.
    ul.nav.nav-tabs li a{
    display:block !important;
    }

    .btn-group.open{
    display: inline-block !important;
    }


    There are 2 things (1 i just noticed yesterday) still wrong, still the direct edit button( the 3 vertical dots) for playlist doesn't work and disappears when you click it.
    But at least edit button for playlist, if you're in the playlist, now works.

    And I just noticed yesterday Of line login screen is missing some layout. see screenshot.

    But RokBox is on and works :D , so if its to difficult to get things to work as supposed to, I can live with how it works now.

    Thanks so far..

    Appie
    The reply is currently minimized Show
Your Reply