• Resolved Leah

    (@edikitt)


    Hello, it seems that the most recent update has broken some of the popup positioning functionality. When I select “Top Right” or “Bottom Right” for the box position, it aligns vertically correctly to the top or bottom, but does not align horizontally correctly.

    It looks like there’s an inline style right: auto; on the .spu-box class that’s causing the issue. When I remove that declaration, the popup is aligned as it should be.

    Thanks!

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Damian

    (@timersys)

    Thanks @edikitt,
    I will check right now and submit a fix in the next hour or so

    Plugin Author Damian

    (@timersys)

    @edikitt can you share the url where you have the issue?

    Thread Starter Leah

    (@edikitt)

    Thanks for the quick response! Here’s a link to one of the pages on our staging site where this is occurring:

    https://staging.gradepotentialtutoring.com/san-luis-obispo-ca-tutoring

    The popup slides in after you scroll down the page a bit. It’ll appear at the bottom left, but it should be appearing at the bottom right.

    • This reply was modified 6 years, 7 months ago by Leah.
    Plugin Author Damian

    (@timersys)

    Could you please clear the whole cache of the site? I think your javascript it’s old

    Thread Starter Leah

    (@edikitt)

    @timersys should be cleared

    I have a plugin that combines/minifies and caches our CSS/JS, which is the only caching that I’m doing on the site. I’ve gone ahead and cleared it again, so it should be fresh.

    Plugin Author Damian

    (@timersys)

    I don’t think it’s working, try disabling that just to be sure is the issue.

    Thread Starter Leah

    (@edikitt)

    Alright, I’ve deactivated that plugin.

    Are you not seeing the issue on your end?

    Plugin Author Damian

    (@timersys)

    Oh right, I see that you are using the premium version. I was checking with the free version.

    I will release a fix for the premium next week, in the meantime you can do the following in the custom css box:
    div#spu-890 {
    right: 0 !important;
    }

    Thread Starter Leah

    (@edikitt)

    Ah, right! Sorry, should have mentioned that.

    Thanks, I’ll go ahead and do that for now. ??

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘“Box Position” not working with right-aligned selections’ is closed to new replies.