This topic has 23 replies, 2 voices, and was last updated 6 years by Laura.

  • Author
  • #189177
     WinDroidAnswers
    Participant

    Hi 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?

     

    http://prntscr.com/igwuyv

    #189222
     Laura
    Moderator

    Hello, 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 solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #189258
     WinDroidAnswers
    Participant
    This reply has been set as private.
    #189424
     Laura
    Moderator

    Hello, 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 solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #189898
     WinDroidAnswers
    Participant
    This reply has been set as private.
    #189970
     WinDroidAnswers
    Participant

    another 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.

    #190045
     Laura
    Moderator

    Hello, 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 solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #190068
     WinDroidAnswers
    Participant
    This reply has been set as private.
    #190211
     Laura
    Moderator

    Hello, 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 solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #190791
     WinDroidAnswers
    Participant
    This reply has been set as private.
    #190883
     Laura
    Moderator

    Hello, 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 solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #190923
     WinDroidAnswers
    Participant

    it 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!

    #191033
     Laura
    Moderator

    Hello, please check

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    Attachments:
    You must be logged in to view attached files.
    #191054
     WinDroidAnswers
    Participant

    yeah 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!

    Attachments:
    You must be logged in to view attached files.
    #191409
     Laura
    Moderator

    Hello, please try by adding this to style.css

    COPY CODE
    
    p.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 solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #191469
     WinDroidAnswers
    Participant

    i’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%;
    	}
    }
    #191470
     WinDroidAnswers
    Participant

    ando also this?

    COPY CODE
    .bbp-template-notice {
        display: none !important;
    }
    
    #191551
     WinDroidAnswers
    Participant

    so 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.

    #191755
     Laura
    Moderator

    Hello,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 solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #191865
     WinDroidAnswers
    Participant

    I’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.

    #191961
     Laura
    Moderator

    Hello, 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 solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #192023
     WinDroidAnswers
    Participant
    This reply has been set as private.
    #192026
     WinDroidAnswers
    Participant

    please forget the last message, my colleague do that.

    #192276
     Laura
    Moderator

    Understood 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

Viewing 24 posts - 1 through 24 (of 24 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?