JomSocial Theme for PartyFreak
- GK User
- Wed Sep 01, 2010 12:13 am
Hi
We know that some of our members are very unsatisfied with the problems on JomSocial theme on this template, and please accept our apologize. It was something we miss.
At this moment, we are very busy with the August template and also with September Template already in production.
After a quick look on files, the most important bug is fixed by following this instructions:
Open the file:
../components/com_community/templates/gk_style/css/style.css
and find this lines:
replace them with:
In some days, promise we will take a closer look if anything is needed. Meanwhile, any report from you guys is very welcome.
After all bugs fixed, the respective update files will be released.
Once again, please accept our apologize for any problem that this situation might cause.
Cheers
We know that some of our members are very unsatisfied with the problems on JomSocial theme on this template, and please accept our apologize. It was something we miss.
At this moment, we are very busy with the August template and also with September Template already in production.
After a quick look on files, the most important bug is fixed by following this instructions:
Open the file:
../components/com_community/templates/gk_style/css/style.css
and find this lines:
- Code: Select all
body #community-wrap .cMain {
margin-right:36%;
}
replace them with:
- Code: Select all
body #community-wrap .cMain {
margin-right:36%!important;
float:none!important;
}
In some days, promise we will take a closer look if anything is needed. Meanwhile, any report from you guys is very welcome.
After all bugs fixed, the respective update files will be released.
Once again, please accept our apologize for any problem that this situation might cause.
Cheers
-

- Platinum Boarder
- GK User
- Wed Sep 01, 2010 2:00 am
Also...
You might want to replace min-width: 650px; in
with min-width: 100%;
to get rid of issues with the overall jomsocial community wrapper frame appearing smaller in tabs such as Applications and Support where there is no sidebar frame.
You might want to replace min-width: 650px; in
- Code: Select all
#community-wrap {
display: inline-block;
width: 100%;
position: relative;
text-align: left;
min-height: 450px;
min-width: 650px;
margin: 0;
with min-width: 100%;
to get rid of issues with the overall jomsocial community wrapper frame appearing smaller in tabs such as Applications and Support where there is no sidebar frame.
-

- Senior Boarder
- GK User
- Wed Sep 01, 2010 2:33 am
Great Paulo... now the jomsocial layout looks better on the party freak version 2.0.0, but you can also show us how we can fix the problem for the floating or pop up window using on jomsocial for display messages? (please see the attachment)
Thank you very much and I´m waiting for this critical solution.
Diego
Attach
http://img106.imagevenue.com/img.php?im ... _463lo.jpg
Thank you very much and I´m waiting for this critical solution.
Diego
Attach
http://img106.imagevenue.com/img.php?im ... _463lo.jpg
-

- Senior Boarder
- GK User
- Wed Sep 01, 2010 2:44 am
Thank you
It need much more, but here's other small things:
On this lines:
replace with
On this lines:
replace with
It need much more, but here's other small things:
On this lines:
- Code: Select all
#cWindowContentWrap { background:#2d2d2d!important;}
replace with
- Code: Select all
#cWindowContentWrap { background:#2d2d2d!important;overflow:hidden!important; }
On this lines:
- Code: Select all
/* blockUnregister */
body #cWindowContent .blockUnregister {}
body #cWindowContent .blockUnregister div.message {
background: #fde2e2;
border-top: solid 2px #d19393;
border-bottom: solid 2px #d19393;
padding: 5px 10px;
}
body #cWindowContent .blockUnregister h3 {
font-size: 15px;
color: #333;
padding: 0;
margin: 0 0 10px;
}
replace with
- Code: Select all
/* blockUnregister */
body #cWindowContent .blockUnregister {}
body #cWindowContent .blockUnregister div.message {
background:#0d0d0d!important;
border:solid 2px #313132!important;
padding:5px 10px; color:#ffae00;
margin:0 4px 0 0!important;}
body #cWindowContent .blockUnregister h3 {
font-size:15px;
color:#767676;
padding:0;
margin:0 0 10px
}
-

- Platinum Boarder
- GK User
- Wed Sep 01, 2010 2:58 am
The issue persist... nothing happened with this change.
Any idea?
Diego
Any idea?
Diego
-

- Senior Boarder
- GK User
- Wed Sep 01, 2010 3:38 am
diego506 wrote:
Are you sure? Did you clear cache?
Please show me your website.
The issue persist... nothing happened with this change.
Any idea?
Diego
Are you sure? Did you clear cache?
Please show me your website.
-

- Platinum Boarder
- GK User
- Wed Sep 01, 2010 3:49 am
Seichinha,
Here you can see the user profile: http://www.publiwebsolutions.com/index. ... Itemid=219 (click on Write Message option where you can see the issue with the floating window)
And I found another issue, on the register page from JS here: http://www.publiwebsolutions.com/index. ... Itemid=219 you can see some problem on the tittle too.
Or here: http://img23.imagevenue.com/img.php?ima ... _157lo.jpg
I´m wating for your reply.
Thanks
Here you can see the user profile: http://www.publiwebsolutions.com/index. ... Itemid=219 (click on Write Message option where you can see the issue with the floating window)
And I found another issue, on the register page from JS here: http://www.publiwebsolutions.com/index. ... Itemid=219 you can see some problem on the tittle too.
Or here: http://img23.imagevenue.com/img.php?ima ... _157lo.jpg
I´m wating for your reply.
Thanks
-

- Senior Boarder
- GK User
- Wed Sep 01, 2010 4:54 am
Strange, because it works for me.
Which version of JS are you using?
Try to replace this code:
with
Which version of JS are you using?
Try to replace this code:
- Code: Select all
#cWindow #cwin_mr { background:transparent url('../images/images/header_right.png') no-repeat left bottom!important; }
with
- Code: Select all
#cWindow #cwin_mr { background:transparent url('../images/images/header_right.png') no-repeat left bottom!important;margin-bottom:-290px!important;position:absolute;left:471px; }
-

- Platinum Boarder
- GK User
- Wed Sep 01, 2010 7:07 am
Hi Seichinha.. thanks for your fast response.
I´m using JS 1.8.8 on my site. Maybe if you can attach the style.ccs file with the modifications here to use it would be great...
I´m trying to apply all the changes on the code but I´m still having some display issues for some reason on the layout.
Here some of the js layout problems
Register form background and floating window issue: http://img246.imagevenue.com/img.php?im ... _371lo.jpg
Login JS Home bottom issue: http://img277.imagevenue.com/img.php?im ... _186lo.jpg
Profile edit preferences background issue: http://img184.imagevenue.com/img.php?im ... _999lo.jpg
Profile edit privacy background issue: http://img222.imagevenue.com/img.php?im ... 1049lo.jpg
And if you see, in all the floating windows the close option (on the right top corner is missing).
I can pay for repair all this problems.. because I need it as soon as possible.
Thanks
Diego
I´m using JS 1.8.8 on my site. Maybe if you can attach the style.ccs file with the modifications here to use it would be great...
I´m trying to apply all the changes on the code but I´m still having some display issues for some reason on the layout.
Here some of the js layout problems
Register form background and floating window issue: http://img246.imagevenue.com/img.php?im ... _371lo.jpg
Login JS Home bottom issue: http://img277.imagevenue.com/img.php?im ... _186lo.jpg
Profile edit preferences background issue: http://img184.imagevenue.com/img.php?im ... _999lo.jpg
Profile edit privacy background issue: http://img222.imagevenue.com/img.php?im ... 1049lo.jpg
And if you see, in all the floating windows the close option (on the right top corner is missing).
I can pay for repair all this problems.. because I need it as soon as possible.
Thanks
Diego
-

- Senior Boarder
- GK User
- Thu Sep 02, 2010 6:20 pm
Hi Seichinha...
Any news or updates for the JS layout for Party Freak 2.0.0?
Thanks
Diego
Any news or updates for the JS layout for Party Freak 2.0.0?
Thanks
Diego
-

- Senior Boarder
- GK User
- Thu Sep 02, 2010 6:28 pm
diego506 wrote:
I think Michael Kieszek is already working on it.
Hi Seichinha...
Any news or updates for the JS layout for Party Freak 2.0.0?
Thanks
Diego
I think Michael Kieszek is already working on it.
-

- Platinum Boarder
- GK User
- Thu Sep 02, 2010 11:26 pm
Thank you very much Seichinha, but how long it takes to get ready?
I can support this job with $100 or maybe $150 for have this great help as soon as possible.
Thanks
Diego
I can support this job with $100 or maybe $150 for have this great help as soon as possible.
Thanks
Diego
-

- Senior Boarder
- GK User
- Fri Sep 03, 2010 1:49 am
diego506 wrote:
It's not necessary
It miss yet small fix, but the most important is there.
If you need it so badly, download this file, unpack and replace file on this directory:
../components/com_community/templates/gk_style/css/style.css
Don't forget to clear cache and also don't forget to update the template with last version 2.0.1. Check this page.
Cheers
Thank you very much Seichinha, but how long it takes to get ready?
I can support this job with $100 or maybe $150 for have this great help as soon as possible.
Thanks
Diego
It's not necessary
It miss yet small fix, but the most important is there.
If you need it so badly, download this file, unpack and replace file on this directory:
../components/com_community/templates/gk_style/css/style.css
Don't forget to clear cache and also don't forget to update the template with last version 2.0.1. Check this page.
Cheers
-

- Platinum Boarder
- GK User
- Fri Sep 03, 2010 7:10 am
Okay Seichinha, excelent job! my Jomsocial now looks much better as the demo (I guess)
But what would be missing? There will be a final version of Party Freak and Jomsocial theme with more repairs soon?
Please give also thank Michael Kieszek... you guys did a great job and I'm sure many members will be very thankful for this repair.
Thank you very much
Diego
But what would be missing? There will be a final version of Party Freak and Jomsocial theme with more repairs soon?
Please give also thank Michael Kieszek... you guys did a great job and I'm sure many members will be very thankful for this repair.
Thank you very much
Diego
-

- Senior Boarder
- GK User
- Tue Sep 14, 2010 7:58 pm
Hi,
Today I did the update the template Party Freak to the latest version 2.0.2 but on the administrator joomla page I still see the 2.0.1... any idea?
Capture: http://img5.imagevenue.com/img.php?imag ... _564lo.jpg
Another thing, the login option on the offline page from Party Freak looks bad on IE8.
Thanks
Diego
Today I did the update the template Party Freak to the latest version 2.0.2 but on the administrator joomla page I still see the 2.0.1... any idea?
Capture: http://img5.imagevenue.com/img.php?imag ... _564lo.jpg
Another thing, the login option on the offline page from Party Freak looks bad on IE8.
Thanks
Diego
-

- Senior Boarder
- GK User
- Mon Oct 11, 2010 4:08 am
Seichinha... please read the topic: Jomsocial new version 1.8.10, partyfreak layout for JS have problems and try to help me or tell the problem to any from Gavick Support Team.
Thanks
Diego
Thanks
Diego
-

- Senior Boarder
- GK User
- Tue Oct 12, 2010 6:33 am
I found the problem, and is with the jomsocial theme and not with the partyfreak template... please check the capture I attached with the error and please notify this issue to the gavick support team to have a solution or update soon for the jomsocial theme files.
Link: http://img216.imagevenue.com/img.php?im ... _524lo.jpg
Thanks
Diego
Link: http://img216.imagevenue.com/img.php?im ... _524lo.jpg
Thanks
Diego
-

- Senior Boarder
- teitbite
- Wed Oct 13, 2010 3:27 pm
Hi
Like I've said at Your other post. I need to see it to think about a fix. Can You show it to me ?
Like I've said at Your other post. I need to see it to think about a fix. Can You show it to me ?
-

- Moderator
- GK User
- Thu Oct 14, 2010 10:02 pm
Sure Teitbite... to which email I can send you the super admin details of my website to help me to solve the problem of layout JomSocial?
Thanks
Diego
P.D. If you can´t help me, I hope soon to be available to download to repair for this problem.
Thanks
Diego
P.D. If you can´t help me, I hope soon to be available to download to repair for this problem.
-

- Senior Boarder
- teitbite
- Sun Oct 17, 2010 3:59 pm
Hi
I'll try to help You. Please send it to the mail from the footer of my every post.
I'll try to help You. Please send it to the mail from the footer of my every post.
-

- Moderator
- GK User
- Mon Oct 18, 2010 6:12 am
Thanks Teitbite,
In this moment I send you the email with my site admin and ftp details. (check your spam folder too)
Please help me, now I have more new problems since I made the update for PartyFreak 2.0.5 and the JS theme folder.
I´m waiting for your confirmation,
Diego
In this moment I send you the email with my site admin and ftp details. (check your spam folder too)
Please help me, now I have more new problems since I made the update for PartyFreak 2.0.5 and the JS theme folder.
I´m waiting for your confirmation,
Diego
-

- Senior Boarder
- teitbite
- Tue Oct 19, 2010 10:08 am
Hi
Let's move the disscussion to the other thread.
Let's move the disscussion to the other thread.
-

- Moderator
- GK User
- Sat Nov 27, 2010 8:57 am
are there a new version of party freak for jomsocial 2.2?
-

- Fresh Boarder
- GK User
- Sun Nov 28, 2010 1:01 am
Im waithin for the new version too ... 
-

- Junior Boarder
- GK User
- Mon Nov 29, 2010 8:56 pm
Thanks for yhe new version of jomsocial template
I have a bug on profile pages
Look at the picture
Niko
I have a bug on profile pages
Look at the picture
Niko
-

- Fresh Boarder
- GK User
- Mon Nov 29, 2010 9:02 pm
Could you provide url to your website? I think that the problem is connected with the map plugin.
-

- Administrator
- GK User
- Mon Nov 29, 2010 9:20 pm
i have disabled the map but the bug is always present
my url is http://www.irishcoffee.fr/la-communaute/accueil
you can use user:demo and pass:demo
thanks
my url is http://www.irishcoffee.fr/la-communaute/accueil
you can use user:demo and pass:demo
thanks
-

- Fresh Boarder
- GK User
- Mon Nov 29, 2010 9:29 pm
Ok now I've detected the reason: please change in style.css file fragment:
to:
- Code: Select all
div.ctitle + * {
clear:both;
}
to:
- Code: Select all
div.ctitle + * {
clear:left;
}
-

- Administrator
- GK User
- Mon Nov 29, 2010 10:04 pm
perfect!
thanks for your help
thanks for your help
-

- Fresh Boarder
- GK User
- Fri Dec 17, 2010 5:26 pm
Hi there, christmas and new year arriving so hope things keeps going better to all.
Im planning to deploy partyfreak with jomsoc. Ill ask to basic questions: which jomsoc version is suported so far?; do i have to do anything else than to publish jomsoc modules to get partyfreak style? (i didnt undertand html overrides as PF manual shows, do they are automatic or i have to rewrite some files?).
Thanks
Im planning to deploy partyfreak with jomsoc. Ill ask to basic questions: which jomsoc version is suported so far?; do i have to do anything else than to publish jomsoc modules to get partyfreak style? (i didnt undertand html overrides as PF manual shows, do they are automatic or i have to rewrite some files?).
Thanks
-

- Senior Boarder
- teitbite
- Mon Dec 20, 2010 1:41 am
Hi
We are trying to keep jomsocial style updated, so please try the newest version. If there will be any problem please ask on the forum and we try to help as much as possible.
Please use quickstart package, with this You will have most of the jomsoc modules covered already. Anyway style should work for all.
We are trying to keep jomsocial style updated, so please try the newest version. If there will be any problem please ask on the forum and we try to help as much as possible.
Please use quickstart package, with this You will have most of the jomsoc modules covered already. Anyway style should work for all.
-

- Moderator
- GK User
- Mon Dec 20, 2010 12:27 pm
Hi teibite, thanks for your reply. I was playing around with firebug on demo site and i saw that jomsoc on frontpage is loaded by mod_gk_js_members. I cant create that module on module manager or install it whatsoever. Whats the procedure to get that module working?
-

- Senior Boarder
- teitbite
- Wed Dec 22, 2010 1:02 am
Hi
This should work and be installed like any other module. If You do not have the intallation zip file please check rest_files package at download area of this template.
This should work and be installed like any other module. If You do not have the intallation zip file please check rest_files package at download area of this template.
-

- Moderator
- GK User
- Sat Mar 19, 2011 12:34 am
Hy, have litle issue with photo comment modul when i put him in jomsoc!
First comment is in the same line as title of modul??
tnx!
photocomment.jpg
First comment is in the same line as title of modul??
tnx!
-

- Senior Boarder
- teitbite
- Sun Mar 20, 2011 1:42 am
-

- Moderator
- GK User
- Sun Mar 20, 2011 9:51 am
in what file .css? path please
?
Tnx
Tnx
-

- Senior Boarder
- GK User
- Sun Mar 20, 2011 10:23 am
addons.css
templatesgk_party_freakcss
i find it!
Tnx

templatesgk_party_freakcss
i find it!
Tnx

-

- Senior Boarder
- teitbite
- Mon Mar 21, 2011 1:11 am
Hi
I've asked to add it to css. No specific file
Glad You've made it.
I've asked to add it to css. No specific file
-

- Moderator
- GK User
- Thu Apr 07, 2011 2:04 pm
Hi,
I have got some problems with the new jomsocial 2.2 and the PartyFreak Template.
Could you take a look at my screenshot. It´s the user menu
Any ideas ?
I have got some problems with the new jomsocial 2.2 and the PartyFreak Template.
Could you take a look at my screenshot. It´s the user menu
Bildschirm.jpg
-

- Fresh Boarder
66 posts
• Page 1 of 2 • 1, 2
