Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated

Position of the site and Jomsocial community toolbar

10 years 6 months ago
  • Adam's Avatar
    Topic Author
  • Adam
  • Offline
  • Fresh Boarder
  • Thank you received: 0
Licenses:
JomSocial Active AdAgency Expired Socialize Expired

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

10 years 6 months ago
Licenses:

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;
}

You can change color value to something more suitable that will fit your design.

3. "remoteadmin" user name doesn't wrap. Post a printscreen so I could see that issue.


- 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
10 years 6 months ago
  • Adam's Avatar
    Topic Author
  • Adam
  • Offline
  • Fresh Boarder
  • Thank you received: 0
Licenses:
JomSocial Active AdAgency Expired Socialize Expired

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

10 years 6 months ago
Licenses:

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.


- 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
10 years 6 months ago
  • Adam's Avatar
    Topic Author
  • Adam
  • Offline
  • Fresh Boarder
  • Thank you received: 0
Licenses:
JomSocial Active AdAgency Expired Socialize Expired

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

10 years 6 months ago
Licenses:

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)


- 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
10 years 6 months ago
  • Adam's Avatar
    Topic Author
  • Adam
  • Offline
  • Fresh Boarder
  • Thank you received: 0
Licenses:
JomSocial Active AdAgency Expired Socialize Expired

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

10 years 6 months ago
Licenses:

Hi, Adam.

You may try this:

.user-info h3 {
white-space: nowrap !important;
}


- 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
The following user(s) said Thank You: Adam
10 years 6 months ago
  • Adam's Avatar
    Topic Author
  • Adam
  • Offline
  • Fresh Boarder
  • Thank you received: 0
Licenses:
JomSocial Active AdAgency Expired Socialize Expired

That worked! Thank you so very much! For everything!

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW