• Resolved MarkvanJaarsveld

    (@markvanjaarsveld)


    Hello,

    Post slider has stopped functioning since last update.
    Page with problem https://valenciabirding.com/bird-photography-hides/ Was working fine for the past month and now just displays big blank space,…

    I have done some further testing, and when I try to insert a Post Slider on a new page, no pages/post are displayed in the editor and things feel “glitchy” and just don’t work like they used to.
    I use a number of other layout blocks from this plug-in and they all seem to be displaying and functioning correctly.

    Any advice or assistance greatly appreciated.

    Many thanks
    Mark

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter MarkvanJaarsveld

    (@markvanjaarsveld)

    After many hours of debugging I seem to have solved the display problem by adding a bit of custom CSS to over-ride the following
    .ultp-block-wrapper {
    position: relative;
    display: inline-block;
    }

    replaced with

    .ultp-block-wrapper {
    position: relative;
    display: block;
    }

    This solves the display issues with the live page mentioned, but I am still unable to add a new slider via the editor, this still does not function.

    Additionally I have noticed that the display of images using the Image Block, are now also displaying correctly,…Images are inserted with an alignment of center, but were displaying with a left alignment (See blog posts) after recent update. With the custom CSS the images are now correctly aligned.

    • This reply was modified 3 years, 9 months ago by MarkvanJaarsveld. Reason: Additional info
    Plugin Contributor Jakir Hasan

    (@jakirhasan)

    Hi @markvanjaarsveld,

    Thanks for your support ticket. Without the support ticket, we will not fix the bug. We already update our plugins. I hope your problem is solved.

    If you are satisfied with our support then give us a five-star review in the WordPress directory. As a new plugin developer, it helps us a lot.

    Have a nice day

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Post Slider #1 not working after update’ is closed to new replies.