Jomsocial template bug

GK User
Tue Jan 17, 2012 7:25 pm
After I updated to the latest version of the Jomsocial template that was released today the "home" and "logout" button has now moved the the top left and top right corner of my screen instead of being in their places in the Jomsocial menu.

Capture.JPG
User avatar
Platinum Boarder

GK User
Tue Jan 17, 2012 7:49 pm
Another bug is when you are viewing a picture that is in an album with so many pictures that the photo slider needs a new row, the problem is that a new row isn´t created. And all pictures is displayed on one row wich makes the page veeeeeeeeeery long. You can see it here:

http://www.fotoforalla.se/community/94- ... hotoid=545
User avatar
Platinum Boarder

teitbite
Tue Jan 17, 2012 8:47 pm
Hi

I can see it working fine on project site, please try upgrade the template also. Probably it's working with the newest template code.
User avatar
Moderator

GK User
Tue Jan 17, 2012 8:49 pm
It is a lot of work for me to update the whole template, could you tell me which files I need to replace?
User avatar
Platinum Boarder

GK User
Tue Jan 17, 2012 9:05 pm
The first problem was solved after I updated the style1.css, style2.css and style3.css. But the second problem wasn´t solved:

http://www.fotoforalla.se/community/94- ... hotoid=545
User avatar
Platinum Boarder

teitbite
Wed Jan 18, 2012 2:17 am
Hi

This is bug right, You should really report it to developer of this gallery (is it a standard joomsocial function?). Till now the quick fix can be this:

Code: Select all
.photo_slider {
    overflow-y: hidden;
    width: 1064px !important;
}

#cGallery .photoActions {
    width: 1064px !important;
}


Look ok with firebug, but please show me the site when You add this code.
User avatar
Moderator

GK User
Wed Jan 18, 2012 12:39 pm
Yes that solved it and it is an standard Jomsocial function. I have already talked to Jomsocial and they say it is a bug in the Gavick Jomsocial template. I agree because this bug doesn´t exist in the standard Jomsocial template.
User avatar
Platinum Boarder

GK User
Wed Jan 18, 2012 4:48 pm
There is also a bug in the area where the featured members are showing. As you can see here on my site the featured members doesn´t look so good:

http://www.fotoforalla.se/community/search/browse
User avatar
Platinum Boarder

teitbite
Fri Jan 20, 2012 10:21 am
Hi

I cannot understand how template can prevent this extentions javascript from drawing a 3000px width layers, but ok let them be a template bug.

Wow. The second issue looks really messy ;/ Are You sure You are using the lastest style version ? Lust let me know so I will not need to fix it twice.
User avatar
Moderator

GK User
Fri Jan 20, 2012 11:22 am
teitbite wrote:Hi

I cannot understand how template can prevent this extentions javascript from drawing a 3000px width layers, but ok let them be a template bug.

Wow. The second issue looks really messy ;/ Are You sure You are using the lastest style version ? Lust let me know so I will not need to fix it twice.


Yes I am using the latest version of the Jomsocial template and the Gavick Joomla template.
User avatar
Platinum Boarder

teitbite
Fri Jan 20, 2012 6:50 pm
Hi

Try if You like it with this code:

Code: Select all
.cFeaturedThumb {
    float: left;
    margin: 0 10px 15px 0
}
User avatar
Moderator

GK User
Sun Jan 22, 2012 8:01 pm
That almost fixed it, but if someone have a really long status update it pushes everything else out of the way. As you can see in the left column here: http://www.fotoforalla.se/community/search/browse

If there was a way to limit the number of characters that is displyed in the status update that would be good.
User avatar
Platinum Boarder

teitbite
Tue Jan 24, 2012 1:48 pm
Hi

There is a way to show only one line of the status (or two if You play with height value):

Code: Select all
div.cFeatured-Status {
    height: 25px;
    overflow: hidden;
}
User avatar
Moderator

GK User
Wed Jan 25, 2012 9:38 pm
Thanks for the help! Now it looks perfect!
User avatar
Platinum Boarder

teitbite
Thu Jan 26, 2012 11:55 am
Hi

Great to hear it :)
User avatar
Moderator


cron