This topic has 24 replies, 4 voices, and was last updated 10 years by moroccanish.
-
Author
-
September 30, 2013 at 20:52 #3598nicholaus1221Participant
Hi,
I’ve been having issues with the mobile versions of my site. There’s a thin white space on the right hand side that appears on every page. I have the same issue but in a much grander scale (half the mobile page is white) with the plugin Invite Anyone on the profile tab that says “send invites” that the plugin creates.
I’ve tried this quick css:
@media only screen .row {(min-width: 320px) and (max-width: 1050px);}
with no success…
Can you help?
Thanks,
NicholausOctober 1, 2013 at 02:33 #3623SQadminKeymasterHi, Probably has to do with a plugin or something..
You can try something like this:
@media screen and (max-width: 480px) {
.row {
max-width: 480px;
}
}@media screen and (max-width: 320px) {
.row {
max-width: 320px;
}
}Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 1, 2013 at 03:46 #3636nicholaus1221ParticipantThank you! That fixed all the pages except for the one with the Invite Anyone plugin, I’ve contacted the plugin developer so hopefully he can get back to me soon. I’ll update this post if and when I hear back 🙂
Thanks again for your help,
NicholausOctober 1, 2013 at 05:05 #3637nicholaus1221ParticipantActually the code only worked for about an hour 🙁
Please help,
Thanks,
NicholausOctober 1, 2013 at 22:40 #3667SQadminKeymasterHave you checked if the code is still there? I don’t think there is a way to work just for a while.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 11, 2013 at 19:53 #6411nicholaus1221ParticipantHi,
I have been trying to fix this issue of the white space on the right of the screen when logged in for over a month now and still can’t figure it out. This is really frustrating.
I’ve tried all kinds of quick css but still nothing works. The white space appears only when logged in, so I’m very confused.
I also noticed when clicking on either the login or sign up buttons on the blog page when not signed in creates a misformatted window to sign in or sign up.
Please help,
Thank you,
NicholausNovember 12, 2013 at 20:30 #6501SQadminKeymasterYou have a plugin that does that probably or you added some codes. Not providing a link to your site makes us wander in to the dark
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 14, 2013 at 11:31 #6595SQadminKeymasterHi, I couldn’t log in with the credentials provided. When not logged in all looks good.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 14, 2013 at 13:08 #6618moroccanishParticipantI’m getting the same white line on mobile version
November 15, 2013 at 00:39 #6692SQadminKeymasterDoes the white line appears on our demo? http://seventhqueen.com/demo/sweetdatewp/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 15, 2013 at 11:55 #6716SQadminKeymasterHi Nicholaus, white space on the right is due to a “textarea” positioned at bottom of the page that probably comes with a plugin. If you remove class “box-sizing: content-box;” for that textarea entire layout will be ok.
Regards, Robert
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 15, 2013 at 18:51 #6736SQadminKeymasterHi moroccanish, do you have a link where I can look closer?
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 16, 2013 at 00:47 #6751nicholaus1221ParticipantHi Robert,
Thank you for your help, I know this probably sounds funny, but how would I remove the class “box-sizing: content-box;” for the text area?
Thanks,
NicholausNovember 17, 2013 at 03:31 #6814SQadminKeymasterThat comes from a plugin of yours.. so we don’t have an idea 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 17, 2013 at 18:18 #6834nicholaus1221ParticipantHi,
I know the plugin is BuddyPress Wall, I just can’t find the textarea file in the plugin folder that would allow me to remove the class. Can you help please?
Thanks,
NicholausNovember 19, 2013 at 11:42 #6891SQadminKeymasterThat is a problem with the plugin so best is to talk with the developer.
A quick fix from us to hide the textarea, add this css:COPY CODE.autosizejs { display: none; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 20, 2013 at 21:46 #6971nicholaus1221ParticipantHi,
Thank you for the quick fix, that slowed my site a little so I may just use a different plugin because I can’t get ahold of the Buddypress Wall developer. She is non-existent on the support forums and won’t hasn’t answered anyone’s topic in over 3 months. I may use the plugin by BuddyDev called Facebook Like User Activity Stream for Buddypress which I’m only having one issue with on my test site.
I’ll post an update of my findings.
Thanks,
NicholausDecember 8, 2013 at 02:20 #7886moroccanishParticipantDid you resolve the white bar I still have a white on mobile version and on a ipad the bottom half of my background pic is covered by a bar, my site is http://www.arabesdating.com is really frustrating
December 9, 2013 at 18:18 #7982AbeKeymasterThat was because of the Buddypress Wall plugin. My solution is given above.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.December 9, 2013 at 19:55 #7991moroccanishParticipantI’m not really 100% sure about how to follow through your solution can you explain what files I’m editing and il have a go?
December 10, 2013 at 02:01 #8031moroccanishParticipantwicked found out fro adam where to put css and glad to say all is wicked:)
-
AuthorPosts
The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.