Skip to main content
Topic: No full edit in Mobile view (Read 5767 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

No full edit in Mobile view

I made a post via Firefox browser for Android which I got through Google Play ( my apps are normally the latest versions available ). There was only " Quote " and " Quick Edit " buttons available in reponsive view. I tried my best to get it edited without success.

Re: No full edit in Mobile view

Reply #1

Try to rotate your device and try it horizontal. Some buttons will appear if they have enough room.

@emanuele This doesn't work with iPhone 6 Plus (my girlfriend has one). It will zoom the whole mobile view but will not use more space in horizontal view. I can make screenshots later if you need them.

Re: No full edit in Mobile view

Reply #2

I guess hide the "more" is not really that necessary at low resolution.
Bugs creator.
Features destroyer.
Template killer.

Re: No full edit in Mobile view

Reply #3

I was using Portrait mode on a 5" screen.


Re: No full edit in Mobile view

Reply #5

I can confirm, it was noticed on my forum also ;)
sorry for my bad english


Re: No full edit in Mobile view

Reply #7

what about the other buttons like "Move"  "Delete"  "Close" "Sticky"...  is there a way to show them on mobile ? On my nexus5 I see those buttons in horizontal mode, but one moderator with an older smartphone told me that there is no way for him to use to use those buttons on mobile. If needed I can attach a screenshot
sorry for my bad english

Re: No full edit in Mobile view

Reply #8

In index.css, find:
Code: [Select]
#moderationbuttons, a.linklevel1.button_strip_notify,
and change it to:
Code: [Select]
a.linklevel1.button_strip_notify,

I guess nowadays it's no more acceptable not do have moderation tools on mobile devices... :-\
Bugs creator.
Features destroyer.
Template killer.

Re: No full edit in Mobile view

Reply #9

that worked, thanks Emanuele. Just curious, will this be integrated into the newer version of elkarte?
sorry for my bad english

Re: No full edit in Mobile view

Reply #10

there is a little problem with those buttons, I attach the screenshot I just received:

Re: No full edit in Mobile view

Reply #11

Try adding:
Code: [Select]
#moderationbuttons, #display_jump_to {
    display: block;
}
Bugs creator.
Features destroyer.
Template killer.

Re: No full edit in Mobile view

Reply #12

nope, that didn't work. I did not see any difference
sorry for my bad english

Re: No full edit in Mobile view

Reply #13

arg... scrap that code, wrong, wrong, wrong.

Code: [Select]
#display_jump_to {
    float: right;
}

You could remove the float:none from the media query, but adding it back the float:right through custom.css makes it "upgrade-proof" (somehow). ;)
Bugs creator.
Features destroyer.
Template killer.

Re: No full edit in Mobile view

Reply #14

Thank you!  ;)
sorry for my bad english