By Lee Currie on Monday, 13 August 2018
Posted in Technical Issues
Replies 3
Likes 0
Views 550
Votes 0
I was wondering how to post comment on mobile view with default template wireframe, there is no button and when I write a comment there is no way to post it
Open a photo
see comment window
not button to post
clicking "enter" on mobile keypad does not seem to work either, just goes to next text line.
to replicate test on android phone not pc, obviously because it is easy to press enter on normal keyboard :-)
Thanks for all your help
Hi Lee,

Seems like one of your custom code caused the submit button has cropped at of the bottom page.
The custom that caused the issue it is as below: http://take.ms/gPnhl
[gist type="php"]
#es.es-photo-popup .es-popup-viewport {
width: 100%;
height: 100%;
overflow: hidden;
background: #000;
margin-top: 30px;
z-index: 9999;
}
[/gist]
·
Tuesday, 14 August 2018 10:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you so much, my bad regarding the custom code, kindly forgive me, I am learning.
·
Tuesday, 14 August 2018 14:38
·
0 Likes
·
0 Votes
·
0 Comments
·
It is okay Lee
·
Tuesday, 14 August 2018 15:29
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post