• Resolved Adam Michael

    (@adammichael)


    Hi, I much like using your plugin Easy image gallery, so firstly, I would like to thank you!

    Although I saw older topic, where you write, its not possible to have more galleries, im trying to solve it bc ive a problem with combination with another plugin – simple fields:

    In admin post editor i have now 2 text boxes and when I upload pictures to Easy Image Gallery, photos are displayed in a both boxes… And I would like to display one gallery in a first field and the other one in second field…

    I would like to ask for advice… Have you any idea how to do it?

    THX.

    https://www.ads-software.com/plugins/easy-image-gallery/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Adam Michael

    (@adammichael)

    I just thought about copy your plugin with change the name and thereby and in this way duplicate it? Or its a stupid idea? ??

    Sorry it’s not possible out of the box and would require some custom modifications. You are free to copy the plugin and hire a developer to work on it if you wish. Simply Duplicating the plugin won’t work, and you would need to tell the post/page which gallery to use.

    Thread Starter Adam Michael

    (@adammichael)

    so i try some own solution, thank you anyway…

    Thread Starter Adam Michael

    (@adammichael)

    So i have a very unprofessional solution ??

    1. I duplicated your gallery and all text “gallery” in editor i changed to “galleri”.
    2. Then I copy modified plugin and activated.
    3. I removed automatic display first and second gallery with code:
    remove_filter( 'the_content', 'easy_image_gallery_append_to_content' );
    and
    remove_filter( 'the_content', 'easy_image_galleri_append_to_content' );
    4. In place with first text area content I put code for the first gallery:

    if( function_exists( 'easy_image_gallery' ) ) {
        echo easy_image_gallery();
    }

    and in second text area i put code for second gallery(i):

    if( function_exists( 'easy_image_galleri' ) ) {
        echo easy_image_galleri();
    }

    I know it’s very provisory, but it works ??

    Hey, it works right? ?? Glad you were able to find a solution to your problem!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Twice Easy image gallery’ is closed to new replies.