We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 9995
    • 1,613 Posts
    Obvious I wasn't reading that good, thats all, really didn't see the exploit stuff. I think I just thought EvoGallery was not working because of the hostingserver, can't really remember I awnsered this.

      Evolution user, I like the back-end speed and simplicity smiley
      • 31030
      • 6 Posts
      Hello!
      For exemple, I have one page with evogallery and uploaded group of images to this page, is there any possible way to show this images on other pages without uploading again?
        • 30912
        • 463 Posts
        Hi Ukma,

        you can add
        &docId=`5`
        to your call and that should work, obviousl replacing the 5 with your own Id
        • Hi,

          I have EvoGallery installed. When I upload an image, the progress bar show that it uploaded 100%. However, the image does not show immediately with the other thumbnails. When I refresh the page and go back into EvoGallery, the image I had previously uploaded shows with the rest.

          Anyone has an idea how to solve this issue?
            Steven James McLean
            Tech Lead
            springbokagency.com
            • 2798
            • 22 Posts
            Hi,
            i installed Evo 1.0.13 and Evogallery from gitHub https://github.com/Mark-H/EvoGallery and after that i tried to get a tab called "Bilder" for each document with ManagerManager 0.6.1 - as explained here http://rtfm.modx.com/extras/evo/evogalleryat the bottom of the page.

            I edited the mm_rules-chunk like this:
            mm_widget_evogallery(2, Bilder);


            and checked the module ID - 2 is the right one!

            If i edit a document, the Evogallery is displayed before the regular documentfields at the top of the page like in my screenshot an a codesnippet is displayed:

             $j('#table-evogallery').append(''); 


            The error is shown in the attachement!

            Any suggestions for me??? Thx in advance!

            barneyy
              • 43943
              • 2 Posts
              Hello

              I need to display sortOrder ID from Evo Gallery.

              Template is: <li><img id="1" src="[+thumbs_dir+][+filename+]" /></li>

              List of pictures are: [[EvoGallery? &display=`images` &itemTpl=`template`]]

              I need to list images, but to add id="1", id="2"... etc.

              Any help?
                • 2798
                • 22 Posts
                Hi Wedran,

                have you tried the followin Template:

                <li><img id="[+id+]" src="[+thumbs_dir+][+filename+]" /></li>


                ???
                  • 9995
                  • 1,613 Posts
                  * be aware of that an id="" needs to start with a character and not a number if you need to style them. http://css-tricks.com/ids-cannot-start-with-a-number/

                    Evolution user, I like the back-end speed and simplicity smiley
                    • 36533
                    • 65 Posts
                    Quote from: barneyy at Mar 07, 2014, 11:11 AM
                    Hi,
                    i installed Evo 1.0.13 and Evogallery from gitHub https://github.com/Mark-H/EvoGallery and after that i tried to get a tab called "Bilder" for each document with ManagerManager 0.6.1 - as explained here http://rtfm.modx.com/extras/evo/evogalleryat the bottom of the page.

                    I edited the mm_rules-chunk like this:
                    mm_widget_evogallery(2, Bilder);


                    and checked the module ID - 2 is the right one!

                    If i edit a document, the Evogallery is displayed before the regular documentfields at the top of the page like in my screenshot an a codesnippet is displayed:

                     $j('#table-evogallery').append(''); 


                    The error is shown in the attachement!

                    Any suggestions for me??? Thx in advance!

                    barneyy

                    I'm having the exact same problem. Ever figure out how to fix it?
                      • 2798
                      • 22 Posts
                      Hey nuwebstudios,

                      the issue is fixed with evogallery 1.2, have a look at
                      https://github.com/Mark-H/EvoGallery/issues/62

                      This roundup has worked for me......
                      At the bottom of the github-page are links to the new evogallery.....Good luck!