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:

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
User avatar
Platinum Boarder

GK User
Wed Sep 01, 2010 2:00 am
Also...

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.
User avatar
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
User avatar
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:

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
}
User avatar
Platinum Boarder

GK User
Wed Sep 01, 2010 2:58 am
The issue persist... nothing happened with this change.

Any idea?
Diego
User avatar
Senior Boarder

GK User
Wed Sep 01, 2010 3:38 am
diego506 wrote:
The issue persist... nothing happened with this change.

Any idea?
Diego


Are you sure? Did you clear cache?
Please show me your website.
User avatar
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
User avatar
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:

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; }
User avatar
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
User avatar
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
User avatar
Senior Boarder

GK User
Thu Sep 02, 2010 6:28 pm
diego506 wrote:
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. ;)
User avatar
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
User avatar
Senior Boarder

GK User
Fri Sep 03, 2010 1:49 am
diego506 wrote:
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 ;)
User avatar
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
User avatar
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
User avatar
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
User avatar
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 :(
User avatar
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 ?
User avatar
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.
User avatar
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.
User avatar
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
User avatar
Senior Boarder

teitbite
Tue Oct 19, 2010 10:08 am
Hi

Let's move the disscussion to the other thread.
User avatar
Moderator

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

GK User
Sun Nov 28, 2010 1:01 am
Im waithin for the new version too ... :P
User avatar
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
User avatar
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.
User avatar
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
User avatar
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:
Code: Select all
div.ctitle + * {
   clear:both;
}


to:
Code: Select all
div.ctitle + * {
   clear:left;
}
User avatar
Administrator

GK User
Mon Nov 29, 2010 10:04 pm
perfect!
thanks for your help
User avatar
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
User avatar
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.
User avatar
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?
User avatar
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.
User avatar
Moderator

GK User
Sat Mar 19, 2011 12:34 am
Hy, have litle issue with photo comment modul when i put him in jomsoc!


photocomment.jpg


First comment is in the same line as title of modul??

tnx!
User avatar
Senior Boarder

GK User
Sat Mar 19, 2011 12:52 am
User avatar
Senior Boarder

teitbite
Sun Mar 20, 2011 1:42 am
Hi

Please add this to css:

Code: Select all
.photocomments {
clear:both;
}
User avatar
Moderator

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

:)

Tnx
User avatar
Senior Boarder

GK User
Sun Mar 20, 2011 10:23 am
addons.css

templatesgk_party_freakcss

i find it!

Tnx

:D
User avatar
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.
User avatar
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 ?

Bildschirm.jpg
User avatar
Fresh Boarder


cron