Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.
I have a problem with the videos on mobile. They are not full size. Please tell how to fix it. Also I want to change the add button position. It is under the search bar on my site.
Thank you for contacting us.
Issues that you mentioned are not an issues at all :) This is by your template design. In mobile view it displays a margin so content won't touch viewport edges... for better readability. It could be changed... but we can't help you with that as we don't support customizations especially if they apply to users template.
But I'd like to investigate video list issue as this is an issue and within our scope. Please, disable css compression in template so I could see it more clearly.
- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.
- Use the "Thank You" feature on any post that helped you
You do that in Backend -> Extensions -> Templates -> ja-Social_II -> General -> CSS compression
I added this code to ROOT/templates/js_social_ii/css/custom.css
@media only screen and (min-width:320px) {
html #community-wrap .jomsocial .joms-list--video .joms-list__item {
width: 100%;
}
}
@media only screen and (min-width: 1024px) {
html #community-wrap .jomsocial .joms-list--video .joms-list__item {
width: 33%;
}
}
But it seems you're using some kind of server caching as changes are not visible yet in frontend.
- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.
- Use the "Thank You" feature on any post that helped you