• Resolved Tvstuff

    (@tvstuff)


    I just downloaded the plugin and am encountering a number of issues.

    I have created an animated wall grid layout at the attached link. When I try to configure it, the toggle for the “Stop animation” has the descriptor “Set gap between photos / images”, the same descriptor that’s beneath “Gap Between Photos”. If I try to toggle “Gap Between Photos”, it toggles the “Stop Animation” and I would like to turn on the gaps.

    There appears to be no speed controls and everything is changing too fast. Is that a Pro option only?

    When an image is clicked on and the lightbox comes up, it comes up twice. After I close the first instance, I can go through the image slide show, but the number of total images keeps changing.

    My thumbnails for the images are often squished.

    Finally, there’s a strange alignment issue with the first image in that it’s slightly higher than the rest. Switching around the images does not fix this.

    I am using Elementor as my primary block editor if that makes a difference.

    • This topic was modified 5 years, 6 months ago by Tvstuff.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author A WP Life

    (@awordpresslife)

    Hi

    1. Yes, there is an issue with toggle and we will fix with the next update.
    And if you like to turn on gap you can use CSS code below it will also solve your gap issue with the first image

     /* For no gap */
    .ri-grid ul li {
        margin: 0 !important;
    }
    /* For gap */
    .ri-grid ul li {
        margin: 15px !important;
    }

    2. Yes, speed controls option is avaliable in pro version

    3. The second lightbox coming from elementer try to disable and let me know

    Thanks!

    Thread Starter Tvstuff

    (@tvstuff)

    1) The css worked. Thank you. When will the new version be coming out?

    3) This worked as well

    4) My thumbnails are still squished. Is there a way to fix this?

    Thread Starter Tvstuff

    (@tvstuff)

    Nevermind about the new version. Just downloaded it. Toggle apparently fixed.

    Plugin Author A WP Life

    (@awordpresslife)

    Hi @tvstuff,

    Please share your feedback about the plugin.

    Thanks

    Thread Starter Tvstuff

    (@tvstuff)

    Before I do that, how do I fix my thumbnails? They’re still distorted.

    Plugin Author A WP Life

    (@awordpresslife)

    Hello @tvstuff,

    I think in the first gallery image thumbnails have fixed width and height that’s why the gallery thumbnails appearing distorted.

    Thanks

    Thread Starter Tvstuff

    (@tvstuff)

    thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Several problems’ is closed to new replies.