mobile view "post" buton

Professional Joomla social template with metro design and JomSocial extension support.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Aug 09, 2016 4:10 pm
Reply with quote
Report this post
Greetings,
I've got an issue on posting comments wich apear only on mobile use ( you'll not see this in mobile view of the descktop browser ). The "Post" comment buton is covering the camera icon, icon used to post a picture as comment. see attashment made on a real mobile phone screen.

P.S. This issue apear on all gavick templates made for jomsocial.
User avatar
Gold Boarder

teitbite
Fri Aug 12, 2016 4:42 pm
Reply with quote
Report this post
Hi

Really hard to guess, but please try this:

Code: Select all
@media only screen and (max-width:479px) {
.joms-button--comment {
    bottom: auto;
    padding: 6px 0;
    position: relative;
    right: auto;
}
}
User avatar
Moderator

GK User
Mon Aug 22, 2016 11:36 am
Reply with quote
Report this post
It doesn't work
User avatar
Gold Boarder

teitbite
Tue Aug 23, 2016 7:11 pm
Reply with quote
Report this post
Hi

Are You sure ? I've just checked and looks like button is below after all.
User avatar
Moderator

GK User
Fri Aug 26, 2016 1:54 pm
Reply with quote
Report this post
Greetings,
I've be checking with mobile on my hands ... It's not like in the screenshot. Please advice.
regards
User avatar
Gold Boarder

teitbite
Sat Aug 27, 2016 11:50 am
Reply with quote
Report this post
Hi

Than I'm afraid I do not know what to do since the override surely is showin ok on my iPhone4 and iPhone5c. What phone are You using? Maybe I'll try to use some emulator to see wy it's not working there.
User avatar
Moderator

GK User
Sat Aug 27, 2016 2:53 pm
Reply with quote
Report this post
Samsung galaxy s4 mini 960 x 540
User avatar
Gold Boarder

GK User
Sat Aug 27, 2016 3:04 pm
Reply with quote
Report this post
Anyway, the idea is to make it work on diffrent mobiles screen resolutions ...
User avatar
Gold Boarder

teitbite
Mon Aug 29, 2016 1:30 pm
Reply with quote
Report this post
Hi

Our code depends from screen width, not a device. iPhone5 has 320px in portfolio mode, so if it's showing ok for this screen it should work on other devices.

But indeed I can see the problem when I check mentioned device. I've send this problem to programmers, will let You know as soon as they will answer.
User avatar
Moderator

GK User
Wed Aug 31, 2016 8:03 pm
Reply with quote
Report this post
I think .joms-icon--add is the problem ... please investigate and advice.
Thank you
User avatar
Gold Boarder

teitbite
Sun Sep 04, 2016 11:40 am
Reply with quote
Report this post
Hi

I do not thinks so. Anyway just saw an answer from programmers:

Please add this code to css:

Code: Select all
@media only screen and (max-width:479px) {
    .joms-comment__reply > svg {
        right: 20px!important;
    }

    .joms-comment__reply > span {
        display: block!important;
        padding: 5px 0;
    }

    .joms-button--comment {
            bottom: auto;
            left: -2px;
            position: relative;
            width: 100%;
    }
}


also this code has to be removed:

Code: Select all
.joms-no-touch .joms-comment__reply span {
    display: none;
}
User avatar
Moderator

GK User
Tue Sep 06, 2016 9:32 am
Reply with quote
Report this post
Greetings,
I didn't found the latest code you post in overide.css to remove. Please advice.
The first code allready add it to overide.css

thank you
User avatar
Gold Boarder

teitbite
Thu Sep 08, 2016 2:02 pm
Reply with quote
Report this post
Hi

I haven't added this code, just posted it here on forum, so please try it. Programmers haven't specified where the part to remove is, so can't tell for sure, but this code is to hide this button, so if it's showing than no need to remove it.
User avatar
Moderator


cron