Conversation
review · 5 starsThank you for this. Is it possible to have the PU appear in the top left corner? Got this to happen with your regular PU plugin but don’t see how with this menu version. many thanks, Rob
Thanks for the review. There is no option to change the position of the popup. It should be fairly straightforward to make a modified version that spawns the new window in a different position. This previous forum answer might help: https://wordpress.org/support/topic/opening-popup-on-the-left – I think it only covers changing the horizontal postiton, but it should be simple to apply the same principle to the vertical position.
Thanks so much for the response. Easy fix. var left = 0; var top = 0; Gets me to the promised land. Best, Rob
Great! I’m glad that worked for you.
Thanks for the review. There is no option to change the position of the popup. It should be fairly straightforward to make a modified version that spawns the new window in a different position. This previous forum answer might help: https://wordpress.org/support/topic/opening-popup-on-the-left – I think it only covers changing the horizontal postiton, but it should be simple to apply the same principle to the vertical position.
Thanks so much for the response. Easy fix. var left = 0; var top = 0; Gets me to the promised land. Best, Rob
Great! I’m glad that worked for you.