Posted: September 18, 2016 at 12:52 pm
September 18, 2016 at 12:52 pm WHen the iphone is in landscape mode the promotion button looks OK, except You can see this is you go to: I havent checked the ipad yet. |
|
Hi there,
I’ve tested a registration on both Chrome (emulating mobile) and my android device and can see the blue submit button. It looks like some additional styles have been added using My Custom CSS to fix this.
That’s likely the theme adding some additional styles for mobile devices that is forcing the text to display (its hidden by default). However I currently can not see this on the site, did you add the function mentioned in your other thread to your site? |
|
OK. I looked at it and saw what you saw, Somehow the promotions changed from text to banner . I did nothing. SO when I said no banner and it went to a blue button it happens again. SO try it now. SO now I cannot have it show text in the blue button. |
|
Did you see that it repeats it on mobile? |
|
Well this is a real problem. Looks like shit on mobiles. Is thos not worth a reply? |
|
Looking over your site I don’t see any ‘repeat’ fields on mobile. Portrait – http://take.ms/c1gcq Landscape – http://take.ms/9gFXp
Is this within Event Espresso -> Promotions -> Setings? Setting the ‘Promotion Banners’ setting to Text/Ribbon Banner?
Why? Did you add the filter I gave you from the other thread, here: Also we try to reply to threads based on the last reply date, ‘bumping’ your threads will usually have the opposite effect than intended. |
|
Not sure what the above has to do with this problem. So the double buttons are still there. SO please put phone vertical and do a dummy enrollment at |
|
The text/banner option you are changing is not a setting for the button itself, if you leave it as is when the page isn’t working correct and just save the options does it fix the button? Is so you can use the filters to force the button to show the text.
I can’t see any double buttons, which device are you using? Samsung SGS6 – http://take.ms/0hFAX Emulated to various devices in Chrome – http://take.ms/yDcZ0 |
|
September 27, 2016 at 10:12 am 1. The problem only happens when the text is chosen instead of banner. |
|
September 27, 2016 at 10:23 am I can live with it. Thank you. It may be what was intended. |
|
I’m now able to view the problem, do you have caching enabled on your site? (Would explain why I didn’t see it previously if you were logged in when viewing as you would see the un-cached version) To remove the label you can use some custom CSS: @media only screen and (max-device-width : 325px) { label#ee-promotion-code-input-lbl { display: none; } } That hides the label on mobile devices with a width up to 325px. We recommend using either the My Custom CSS or Reaktiv CSS Builder plugins to add custom styles such as these. |
|
The support post ‘Promotion code repeats button on mobile when phone orientation vertical’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.