• Resolved Alexander Guskov

    (@forcesail)


    Hello,

    One of the lastest updates brought a new error: the expand/collapse button becomes overlaped.
    Happily it resolves easily adding:
    .yrm-toggle-expand { z-index: 999999; }

    Could you be so kind to stop to “improve” the plugin due to it brings new errors more then fixes existing and makes the plugin unralable?
    Probably it’s better to make the new plugin for a new functionality ? Isn’t it?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Alexander Guskov

    (@forcesail)

    The solution above is not the best. The better one is

    .yrm-content-gradient {
    top: calc(-100px – 1em);

    it comes from gradient shadowing block. I believe you need to recalculate it’s height in JS for every block.

    Plugin Author edmon.parker

    (@edmonparker)

    Dear @forcesail,

    Thank you for connecting us.
    During last update we did not any improvement related to styles.We fixed only PHP warnings.

    Could you please share a URL where i could see an issue?

    Thread Starter Alexander Guskov

    (@forcesail)

    Dear Edmond,
    There are a lot of plugins that I never upgrade before to test them as they usually brings more new errors than fix.
    But your plugin stands outside of my unreliable list and in my semi-trusted list although I have been reporting a lot of errors in your plugin. So, I don’t check your plugin every update.

    I just have noticed that this problem have been appeared since I did something with the pages where I use your plugin, good number of months ago and as fact it exists now: graduating block covers the expand/collapse block.

    I can’t demonstrate you the error because my site is in production and must work properly. So I added those CSS to the site and temporary fixed the plugin issue.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.