Homepage › Support › GoodGame WordPress Magazine › Forcing mobile view on any community/member plugin —-Even buddypress
This topic contains 3 replies, has 2 voices, and was last updated by Planetshine Support 1 year, 10 months ago.
-
AuthorPosts
-
February 24, 2019 at 10:19 pm #10026
I had the buddypress, then tried ultimate member plugins………Both are not showing the profiles in a mobile view when someone looks at page via a mobile device
so then i switched to Peepso………that member page and activity stream page doesnt show right on mobile too
all 3 plugin support forums say that they have their plugins coded for mobile viewing
so in the end, its on the this Theme that the main background won’t allow any profile page or activity stream show right via mobile viewing
you literally have to turn phone sideways (portrait) to see the right viewing of the pages
is there some type of code i can put in to force the theme to allow profile pages to be shown right via mobile devices?
If not, i dont see how this is worth 59 dollars, plus you even have buddypress as a feature in the demo (viewing demo on mobile even shows that buddypress profiles are not in mobile view when phone is upright…but is when you turn phone sideways)
that is not what Businesses want their customers to have to figure out, or have to put up a banner saying to turn their phone???
can you plz provide a fix for this?
or refund?
Attachments:
You must be logged in to view attached files.February 25, 2019 at 5:52 pm #10036Hey,
The thing is that the demo doesn’t contain all the latest plugin updates, so it should not be as reference point.
Can you provide a link to such a profile page, so I can take a look at it and provide fix?February 25, 2019 at 10:47 pm #10039Hi
So after uninstall and install back in, the profile page for buddypress now shows good on mobile
It’s just the activity stream page (either on profile or from actual activity page) that shows wrong
Profile Activity Tab – https://fierceteam.com/fierce-members/FierceGamingNetwork/
Activity Stream Actual Page – https://fierceteam.com/fierce-activity-streams/
February 27, 2019 at 6:23 pm #10040Try to paste this code to custom CSS box in Theme’s settings:
#buddypress .activity #activity-stream a { word-break: break-all; } .activity-list li.bbp_topic_create .activity-content .activity-inner { padding-left: 10px !important; } @media only screen and (max-width: 991px) { #buddypress .activity ul.activity-list li .activity-content .activity-inner iframe { max-width: 100% !important; } } @media only screen and (max-width: 767px) { #buddypress div#item-header #item-header-cover-image #item-header-content #item-meta { padding: 0 20px 0 20px !important; } } #buddypress div.item-list-tabs#subnav { margin: 0 0 10px 0; } #buddypress div.item-list-tabs#subnav ul li { margin-top: 10px; } .bp-user #buddypress #item-header { margin-bottom: 40px !important; } #buddypress div.item-list-tabs ul li { margin-top: 10px !important; }
This will break large links into multiple lines, handle video iframe maximum width and fix some spacing issues.
-
AuthorPosts
Learn more about Renewing Item Support and Themeforest Item Support Policy.