We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 9549
    • 93 Posts
    I’m having trouble getting the drag sorting feature to work. I can drag the pictures around and save, but there’s no action, the pictures is still in the same position. I got the same problem in the previous release too embarrassed
      • 7923
      • 4,213 Posts
      Maybe there is some javascript conflict.. Do you have some javascript libraries / scripts included in your site template?


        "He can have a lollipop any time he wants to. That's what it means to be a programmer."
        • 9549
        • 93 Posts
        No, nothing that I’ve added purposely. However, I viewed the source in the manager gallery page and it was like this:

        <meta http-equiv="Content-type" content="text/html; charset=iso-8859-1" />
        <link rel="stylesheet" type="text/css" href="assets/templates/roland/css/style.css" />
        <link rel="stylesheet" href="/assets/snippets/maxigallery/slimbox/css/slimbox.css" type="text/css" media="screen" />
        	<script type="text/javascript" src="/assets/snippets/maxigallery/slimbox/js/mootools.js"></script>
        	<script type="text/javascript" src="/assets/snippets/maxigallery/slimbox/js/slimbox_lang_sv.js"></script>
        	<script type="text/javascript" src="/assets/snippets/maxigallery/slimbox/js/slimbox.js"></script>
        
        <link rel="stylesheet" href="/assets/snippets/maxigallery/css/default.css" type="text/css" media="screen" />
        <link rel="stylesheet" href="/assets/snippets/maxigallery/css/default.css" type="text/css" media="screen" />
        	<script type="text/javascript" src="/assets/snippets/maxigallery/js/draggableReorder.js"></script>
        	<script type="text/javascript" src="/assets/snippets/maxigallery/js/mooSortables.js"></script>
        </head>


        Is this correct?
          • 7923
          • 4,213 Posts
          hmm.. try changing the gallery temporarily to normal display mode and see if it works then (eg. remove &display=`embedded` from the snippet call)


            "He can have a lollipop any time he wants to. That's what it means to be a programmer."