@kaaple – Fixed position and responsive sizes don’t generally work well together because on mobile the responsive sizes typically scroll with the screen.
I will have to look into the positioning issues, which may be caused by a wierd issue in jQuery-ui-position plugin we use to determine positioning. We are gonna be removing the usage of that plugin in the near future though.
Thread Starter
kaaple
(@kaaple)
Wow, fast reply, thanks 🙂
Is any way to change fixed position setting only on mobile phone, can be with .css with screen size info?
I see one more bug, when i’m trying change window width with custom setting (trying set to 50%) there is some error, and i can’t save this settings (circle going around all the time and not saving changes)
@kaaple – No problem, generally respond as soon as I see it in my email.
If your not against paying for extensions you could look at Advanced Targeting Conditions.
Would allow you to create 2 popups and set on to appear on mobile only, the other not on mobile. As well as tons of other targeting options.
You can target the popup with css using #popmake-123 { position: absolute!important; } on mobile, change the ID of course.
The paid extension has the added benefit of allowing you to change the content etc to better fit mobile in general.
That bug you mention is usually caused by a required field not being set, the only 2 there are are Name & Size. The bold sizes are not valid options, but merely headings for the others.
You can either refresh, or if you use browsers debug tools you can remove the class ‘disabled’ from the button which will re-enable it. I will look into finding a more user friendly solution in the future.
Thread Starter
kaaple
(@kaaple)
Thanks for info.
#popmake-123 { position: absolute!important; } – this way looks good on small browser window but with my SGS 4 mini i can’t scroll this info, i can see bottom of message but not top of it :/
If u’ll find a little time, check it please. 🙂
So it is being positioned off the top of the page entirely?
You could try positioning it top:100px also but if the button is say halfway down the page, then they would still have to scroll up to see it.
As I said that is a bug in jquery-ui-position which we will stop using in an upcoming version.
Thread Starter
kaaple
(@kaaple)
Nothing changed thats way too, so i’m waiting for upcoming version 🙂
Thanks for help!
Thread Starter
kaaple
(@kaaple)
Ah.. working fine when is position: Top Center – thats enough for me 😉
@kaaple Awesome, yea forgot you said center center. Glad you got it working.
Please take a moment to rate and review the plugin and or support.