• I like this plugin. I would like to change the position of the pop up. I would rather have it at the bottom of the page so the user could finish reading the current page. Also – the scrolling activation mode doesnt work correctly on mobile devices – it pop up right away. So I have had to use the time out – but would rather use the scrolling method if it were fixed.

    https://www.ads-software.com/plugins/wp-float-related-posts/

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

    (@nexusbroadcast)

    I was able to move this to the bottom myself. Now if the author could fix the mobile issues when set to scrolling mode we would be all set.

    position:fixed;top:0;z-index:9997
    position:fixed;top:0;z-index:9998
    change to
    position:fixed;bottom:0;z-index:9997
    position:fixed;bottom:0;z-index:9998

    /wp-content/plugins/wp-float-related-posts/css/rpstyle.css

    Plugin Contributor milemilosheski

    (@milemilosheski)

    @nexusbroadcast

    can you please explain exactly whats the mobile issue and we would be glad to fix it for you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Pop up position’ is closed to new replies.