-
Author
-
February 19, 2018 at 18:16 #189177
WinDroidAnswers
ParticipantHi there,
we have a strange issue in mobile visualization (android 8) on some browsers(chrome, armofy, edge):
this screenshot comes from a normal user, we’re testing the pages, and he do can’t send a message, because the send button is off screen.
Also he can see some html codes to use in comments, we do not want that users can use html in their posts, only moderators and admin can do that.
how to solve this?
February 20, 2018 at 01:04 #189222Laura
ModeratorHello, can you share access so i can see it? with some css it can be fixed. I will also check the HTML issue 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 20, 2018 at 13:45 #189258WinDroidAnswers
Participanthi there:
I’ve created an admin login for your convenience:
7th Queen Support
nvQyLIl^9$B2jIMR&zc9Spjmmay we also update to wordpress 4.9.4 without problems? or we have to wait a new theme update first?
February 21, 2018 at 23:20 #189424Laura
ModeratorHello, i trying to find the comment but i did not find it, can you send me a link directly to it?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 26, 2018 at 20:00 #189898WinDroidAnswers
Participantthis is not a problem of a single page or post,
there is a problem with the settings I think,
every new post I’m trying to make, I’ve the same problem.http://www.windroidanswers.com/nuovo-post/
on the left a normal use new post page, and on the right an admin new post page.
http://prntscr.com/ik1utbso what do you suggest to solve this issue?
thanks for your time and availability
February 27, 2018 at 12:13 #189970WinDroidAnswers
Participantanother thing is that if we allow HTML to users the problem of new-post organization or sent button do not exist, but the normal user can do something wrong with HTML capabilities, so maybe in the early days or for the normal users (not moderator or admin) it is better if we do not allow them to use HTML.
on the other hand, if we disable the HTML feature for normal users, we have the new post page organization problem and send button offset.
February 28, 2018 at 04:03 #190045Laura
ModeratorHello, hope this helps 🙂
Hide html notice
COPY CODE.bbp-template-notice { display: none !important; }Move submit button on mobile
COPY CODE@media (max-width: 991px) { .bbp-submit-wrapper { margin: 0 auto !important; position: absolute; margin-left: 25% !important; top: 88%; } }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 28, 2018 at 11:19 #190068WinDroidAnswers
Participanthi there,
the problem was not completely solved,
here attached a screenshot from our users with a kindle fire 8
1. the html notice is already there
2. the send button covers a checkbox notice about email’s reply.how to solve this?
we’re looking forward your kind reply asap.
have a nice dayMarch 1, 2018 at 20:12 #190211Laura
ModeratorHello, the message should not be there, if its still visible then its a cache issue, the css should hide it completely
For the button, please change
margin-left from 25% to 30%
top from 88% to 90%Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 7, 2018 at 15:48 #190791WinDroidAnswers
Participanti don’t know what happens,
we just follow your directives and add the code you suggest to add.
now it is totally a mess, may you can check for us with the admin login we give already to you?
thanks for your timeMarch 8, 2018 at 05:55 #190883Laura
ModeratorHello, i checked it but i still do not see it, i see everything correctly
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 8, 2018 at 12:19 #190923WinDroidAnswers
Participantit is not correct at all, did you see the screenshot i’ve posted yesterday?
may you share your screenshot?
please try also as a regular subscriber.
we’re waiting to solve this issue to go online.
please help us!March 9, 2018 at 02:50 #191033Laura
ModeratorHello, please check
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 9, 2018 at 12:11 #191054WinDroidAnswers
Participantyeah but you’re checking as admin, please register and check as a normal user ad you can see the issue i’ve told you before.
we need help please!March 12, 2018 at 03:23 #191409Laura
ModeratorHello, please try by adding this to style.css
COPY CODEp.form-allowed-tags { display: none !important; } @media (max-width: 991px) { .bbp-submit-wrapper { margin-top: 15% !important; } }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 12, 2018 at 15:38 #191469WinDroidAnswers
Participanti’ve have to remove firt the old one?
COPY CODE@media (max-width: 991px) { .bbp-submit-wrapper { margin: 0 auto !important; position: absolute; margin-left: 30% !important; top: 90%; } }March 12, 2018 at 15:44 #191470WinDroidAnswers
Participantando also this?
COPY CODE.bbp-template-notice { display: none !important; }March 13, 2018 at 10:08 #191551WinDroidAnswers
Participantso waiting for your answer, I’ve tried to deactivate the previous code given and activate the new one and now it seems to work perfectly.
may you also have a check, please?
have a nice day.March 14, 2018 at 20:23 #191755Laura
ModeratorHello,both can be used,so its your choice 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 15, 2018 at 16:27 #191865WinDroidAnswers
ParticipantI’ve seen that both together doesn’t work. but deactivating the old one now it works.
we have another problem but I think it is better to open a new ticket, something with the function to tag the other users in a post with the ‘@’ symbol.March 16, 2018 at 09:58 #191961Laura
ModeratorHello, i see, yes i saw your topic and answered 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 17, 2018 at 11:03 #192023WinDroidAnswers
Participantthanks for your reply.
I’ve spotted another thing that needs your attention, please see the screenshot.
that is this link and why is there?
if i click on it, nothing happens, simply the page reloads itself.March 17, 2018 at 11:15 #192026WinDroidAnswers
Participantplease forget the last message, my colleague do that.
March 19, 2018 at 08:15 #192276Laura
ModeratorUnderstood 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.