We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 39929
    • 113 Posts
    Greetings! I found this tutorial useful http://www.webstutorial.com/jquery-popup-jquery-slide-popup/jquery and apply it in our website. But seems like it is not comfortable with mxcalendar. It works when I remove my mxcalendar snippet.
    How can I make them work together? thank you.

    I am using modx revo.
      • 34084 ☆ A M B ☆
      • 756 Posts
      Try adding the following to the mxCalendar snippet call

      [[!mxcalendar? &addJQ=`0` &jqLibSrc=``]]


      Cheers
        Evo Revo // Ubuntu, CentOS, Win // Apache 2x, Lighttp (Lighty)
        Visit CharlesMx.com for latest news and status updates.
        • 39929
        • 113 Posts
        thank you for the response, but still no work.
        here is my snippet call.

        [[!mxcalendar? &addJQ=`0` &jqLibSrc=`` &displayType=`list` &isLocked=`true` &resourceId=`37` &eventListlimit=`5` &elStartDate=`now` &dir=`ASC` &tplListItem=`tplListItem` &resourceId=`22`  ]] 
        


        I'm using mxcalendar 1.1.2.
          • 3109 ☆ A M B ☆
          • 894 Posts
          Try wrapping your popup code with jquerys noconflict, more info here

          Good luck.
            Benjamin Marte
            Interactive Media Developer
            Follow Me on Twitter | Visit my site | Learn MODX
            • 34084 ☆ A M B ☆
            • 756 Posts
            Can you confirm that the mxCalendar jQuery inclusions are no longer being rendered in the html output? Also if you can post the JS error from your console log that would help identify the root cause.

            Cheers
              Evo Revo // Ubuntu, CentOS, Win // Apache 2x, Lighttp (Lighty)
              Visit CharlesMx.com for latest news and status updates.
              • 39929
              • 113 Posts
                • 34084 ☆ A M B ☆
                • 756 Posts
                You have a few HTML structural issues that need to be resolved. Take a peak at the attached source rendering and you'll see that you have two div IDs with value of wrapper. Also there is a JS error before hand where its trying to load an image which is returning a 404 error that is potentially stopping all other JS from completing.

                GET http://assumptiondavao.edu.ph/acd/assets/_css/glossymetal.jpg 404 (Not Found) 


                I think once you get those items resolved you'll be able to get better results.

                Cheers
                  Evo Revo // Ubuntu, CentOS, Win // Apache 2x, Lighttp (Lighty)
                  Visit CharlesMx.com for latest news and status updates.
                  • 42046
                  • 436 Posts
                  Quote from: charless at Apr 15, 2013, 10:07 AM
                  you'll see that you have two div IDs with value of wrapper.

                  That's one as 'wrapper' and one as 'wrappers', both separately declared in the css.
                    • 34084 ☆ A M B ☆
                    • 756 Posts
                    Quote from: absent42 at Apr 15, 2013, 10:45 AM
                    Quote from: charless at Apr 15, 2013, 10:07 AM
                    you'll see that you have two div IDs with value of wrapper.

                    That's one as 'wrapper' and one as 'wrappers', both separately declared in the css.

                    Your right, sorry about that.
                      Evo Revo // Ubuntu, CentOS, Win // Apache 2x, Lighttp (Lighty)
                      Visit CharlesMx.com for latest news and status updates.
                      • 39929
                      • 113 Posts
                      I'm really glad for the responses. I removed already the glossymetal thing. Still no work. Found no other errors too.