Hi guys,
I've got a few problems, would love some help with!
1. I'm experiencing some weird stuff with the Socialise template. I'm finding that my entire site is kind of off to the right hand side of the screen. On a samsung 10" tablet, the website actually goes off the right side of the tablet screen a bit, with a big empty gap on the left hand side of the news feed. Is there a way to bring the entire site right over to the left hand side of the screen (all screens, irrelevant whether they are tablet or desktop)
2. I'm also finding that with the Jomsocial Community Toolbar, the hover link colour is almost the same colour as my background, and i can't seem to find where to change this colour. If i change the colour in the Socialise template, it still looks wrong..
3. In the jomsocial community toolbar module, some of the names actually wrap to a second line, and as such, appear to hang off the the bottom of the toolbar. Is there a way to make them appear all inside the toolbar? It happens even with simple names like my own.
Would love your help with these issues!
Thanks
Adam
Hi, Adam.
1. Your site looks fine in Responsinator
prntscr.com/5alnjr
May I see photo of this issue on your tablet?
2. Add this code to custom.css located in ROOT/templates/socialize/css (if you don't have custom.css file, feel free to create it):
.js-toolbar li.user-info a:hover h3 {
color: #fff !important;
}
Hi Michal,
Thanks for replying.. Here is a screen shot of my site opened on chrome:
prntscr.com/5axnb9
. You can see how the left side is wider than the right side. I won't be able to attach a copy from my tablet until tomorrow unfortunately, but if you need it, let me know and i'll attach it.
This screen shot also shows how the name is out of place / wrapped..
I've added that css entry, but its still appearing as a very similar colour to the toolbar's background.. I've tried clearing my cache and etc but there's still no change.
I also tried uninstalling and reinstalling Socialize template, but since then, the favicon.ico icon on my browser has changed back to the default joomla one (even though i've changed it back on the template), and i'm also now experiencing an issue with the notifications on the community toolbar, they are coming up with a blank screen (see:
prntscr.com/5ay4zb
)
Please help
Thanks
Adam
Hi, Adam.
I tested your site with Chrome and Firefox:
prntscr.com/5aymx4
prntscr.com/5aylod
In both browsers it looks fine... I can't fix what I can't see in console...
I updated my code. Now it's fine.
Issue with modal window should be reported in separated thread.
Hi Michal,
A complete reinstall of Joomla, Jomsocial fixed the original spacing issue, not sure what went wrong with the previous install. However even after a fresh install, the name still wraps around. I've attached an example here:
prntscr.com/5cpr4r
*EDIT* It appears that it only happens on accounts created with the Facebook integration.
Can you help?
Thanks
Adam
Hi, Adam.
It doesn't wrap my name:
prntscr.com/5cpy6d
So it's rather browser related issue.
What browser do you use and in what version?
I've checked in Chrome 37.0.2062.120 Ubuntu 14.04 (281580)
Hi Michal
I'm using Google Chrome 39.0.2171.71 m on Win7. I just tried on IE, and it appears to be ok.
Is there anything we can do to forcefully stop the text wrap in the toolbar on Google Chrome for Win7? like some sort of css or something that i could add?
Thanks
Adam
Hi, Adam.
You may try this:
.user-info h3 {
white-space: nowrap !important;
}