Jomsocial 2.6 template implementation question

Responsive Joomla template for Entertainment and Music purpose with clean and lightweight design.
GK User
Mon May 14, 2012 1:26 pm
Hi

I am currently trying to implement the Jomsocial 2.6 theme that accompanies the Music template. The readme.txt for this theme states that I need to:
add following selectors to the group "Headers" in the template options at "Fonts" tab
.

Can anybody tell me where I can find the template options "Fonts" tab.

Joomla version: 2.5.4
Jomsocial version: 2.6.0
Template: GK_Music_J!25

Many Thanks
User avatar
Senior Boarder

GK User
Mon May 14, 2012 3:09 pm
Hi,

Please check my screenshot to see http://easycaptures.com/fs/uploaded/535/8414783111.png

Cheers,
User avatar
Platinum Boarder

GK User
Mon May 14, 2012 4:57 pm
Hi Don

Thanks for the screenshot. I have now successfully completed the template configuration. However, I notice that the Jomsocial modules/text are overlapping. Please see the attached examples of the login and profile pages.

Any ideas on how to fix this?
User avatar
Senior Boarder

GK User
Mon May 14, 2012 5:00 pm
I will check this and another topic of yours once I get the PM from you.

Thanks,
User avatar
Platinum Boarder

GK User
Wed May 30, 2012 3:02 pm
I have tried some template override fixes suggested in other posts, with no luck.

Any ideas on how to solve this?
User avatar
Senior Boarder

GK User
Sat Jun 02, 2012 5:35 am
Hi,

I have just checked and this is what I see http://easycaptures.com/fs/uploaded/554/1490033544.png

I don't see any problem with that display.
User avatar
Platinum Boarder

GK User
Sun Jun 03, 2012 1:39 pm
Don

Thanks for getting back to me.

I have been trying to solve this myself and had disabled the site's shopping cart module to try and isolate the problem. The module is now enabled. It would be appreciated if you could look again.

I see three problems:

1) Sign-up box on the registration page (see previous screenshot).
2) The members profile summary (see previous screenshot).
3) The alignment of the Jomsocial toolbar icons (even in your screenshot these icons seem a little "off" - should the home button be isolated on the left hand side? should there be a large gap between the logout icon and the other icons on the right hand side?).

Your support would be appreciated.
User avatar
Senior Boarder

GK User
Mon Jun 04, 2012 9:55 am
Thanks for clarifying, yes I see some problems now, I am going to check and let you know solutions shortly.
User avatar
Platinum Boarder

GK User
Mon Jun 04, 2012 10:04 am
Problem with Community homepage: http://easycaptures.com/fs/uploaded/556/2249407886.png

Add this code to CSS Override to fix:
Code: Select all
#gkContent{
width:100%!important;
}


It will look like: http://easycaptures.com/fs/uploaded/556/2388712909.jpg
User avatar
Platinum Boarder

GK User
Mon Jun 04, 2012 10:08 am
I have checked and it seems to fix other problems as well.

Cheers,
User avatar
Platinum Boarder

GK User
Mon Jun 04, 2012 1:34 pm
Don

Thanks for the fix. I have applied it to override.css. But, I still have a lay-out problem.

You will notice in the bottom left of your screenshot the field "cart empty". This is a shopping cart module applied to template position right_top and should appear as in my original screenshots. How can I maintain the integrity of this position?

Also, I notice there is still text overlapping on the Frontpage sign-up text. Do you have a fix for this?

Cheers

Glenn
User avatar
Senior Boarder

GK User
Wed Jun 06, 2012 1:43 pm
Hi Glenn,

Add this code to fix the issue with that text:
Code: Select all
#featurelist{
margin-left: 0!important;
}
body #community-wrap div.greybox a#joinButton{
font-size: 16px!important;
width: 212px!important;
}

It will look like this http://easycaptures.com/fs/uploaded/558/2473660918.png
User avatar
Platinum Boarder

GK User
Wed Jun 06, 2012 1:55 pm
I have no idea with the issue of Cart module, please try to find another module position for it instead.
User avatar
Platinum Boarder

GK User
Thu Jun 07, 2012 11:24 am
Don

Many thanks for the featurelist fix. I've now got it looking as I want it.

Finding another position for the cart module is no problem, but I really need to use the right side of the template for modules, such as GK4 News Pro, to display featured news, advertising etc.

Do you have a work-around for this, or know anybody that has addressed this problem?

Cheers

Glenn
User avatar
Senior Boarder

GK User
Thu Jun 07, 2012 12:54 pm
We can actually use it if you put the layout back as before my fix, but there wouldn't be enough room for the component content that exactly caused the problem we have tried to fix.
User avatar
Platinum Boarder

GK User
Mon Jun 11, 2012 10:49 am
Thanks Don

There is obviously no easy solution.

I will park this for now, and look into it again at a later date.

Cheers

Glenn
User avatar
Senior Boarder

GK User
Mon Jun 11, 2012 5:41 pm
Yeah see you later, let me know when you have a new update.

Cheers,
User avatar
Platinum Boarder

GK User
Tue Jun 26, 2012 8:16 pm
hey there,

I have similar problems with the installation of the jomsocial template from the world news. I'm not using a joomla template from gavick.com, I'm using a third party template combined with the world news jomsocial template...

I need to know how to input the following codes from the readme file below into the template without the use of the template>fonts tab option, the third party template does not have the tabs...

Code: Select all
#jsMenu .jsMenuBar > ul > li > a,
#community-wrap div.profile-info .contentheading,
#community-wrap div.greybox div.joinbutton,
body #community-wrap div.profile-toolbox-bl ul.small-button li,
ul.profile-details li.title,
div.ctitle,
#community-wrap .latest-events .jsEvDate,
#community-wrap .cModule.latest-events .jsDetail b a,
body #community-wrap ul#featurelist li,
#community-wrap h1,
#community-wrap h2,
#community-wrap h3,
#community-wrap h4,
#community-wrap .cModule h3 span,
#cWindow #cWindowAction input.button,
#community-wrap .clabel,
#community-wrap .cTabsBar ul li a,
#community-wrap .album-name,
#cWindowContentTop #cwin_logo,
#community-wrap .label,
#community-wrap .cVideoTitle,
#community-wrap .joms-newsfeed-more,
#cWindowAction .button,
#community-wrap #cFeatured.forPeople .cFeatured-Name a,
a.plupload_button


Many, Many thanks !!
User avatar
Junior Boarder

GK User
Wed Jun 27, 2012 10:41 am
Hi,

You can skip that step as well.

Cheers,
User avatar
Platinum Boarder

GK User
Wed Jun 27, 2012 11:12 am
Don Lee wrote:Hi,

You can skip that step as well.

Cheers,


hi !

erm... so how do I sneak the codes given in the readme file if I can't use the template manager for the input? Which css or php file do I have to add in the codes to??

Thanks
User avatar
Junior Boarder

GK User
Wed Jun 27, 2012 11:35 am
As I said, try ignoring them.

Cheers,
User avatar
Platinum Boarder

GK User
Sun Jul 01, 2012 9:54 am
Hi Don,

I tried ignoring the problem as you said, but there's tonnes of bugs arising from installation of the template.

see URL : http://www.everything4noobs.com/entourage.html
User avatar
Junior Boarder

GK User
Mon Jul 02, 2012 2:43 pm
Hi,

So it's really hard to fix since it's only good and compatible for the world news template, not even with our other ones while you use a template which is not ours, I will check with our developers to see if there's some solution for this case and let you know later.

Sorry for the inconvenience.
User avatar
Platinum Boarder


cron