-
AuthorPosts
-
Phill Moderator
Phill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
October 18, 2010 at 6:30 pm #359439Yep, it is usually the way the server is setup. If you have the facility then extract the files on the server (IE, upload the zip and extract from the server end). I can do that but I have to conver the zip to a tar.gz file first. Saves a lot of time uploading.
What happens is when you ftp the files they are members of a different group than files created directly on the server. Sometimes these end up with different permissions. If you have root access then you might be able to leave the premissions as is and use the chown (google it) command.
I don’t really explain it too well but do a search on google regarding linux file permissions and ownership and you will soon get your head around it to a basic level. It does become harder in thyat you can assign special groups in apache with their own permission sets confusing things further.
antoniu1 Friendantoniu1
- Join date:
- July 2006
- Posts:
- 349
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 29
- Thanked:
- 40 times in 1 posts
October 18, 2010 at 7:04 pm #359441Thanks Phill, will look into that. Unfortunately server side unzipping is off. They don’t want to change that, I asked many times 😉
And another bug: At least in Safari all the tabbed info on the Typology page is cut off on the right.
Tom
Arvind Chauhan ModeratorArvind Chauhan
- Join date:
- September 2014
- Posts:
- 3835
- Downloads:
- 74
- Uploads:
- 92
- Thanks:
- 1240
- Thanked:
- 1334 times in 848 posts
October 22, 2010 at 11:08 am #360075Good news guys.
stable version released. Colors included.
Check demo >> http://templates.joomlart.com/ja_community_plus/
Announcement coming up soon.
Downloads updated with stable version.
Changelog is here >> http://pm.joomlart.com/secure/ReleaseNote.jspa?projectId=10687&version=11048
Arvind
1 user says Thank You to Arvind Chauhan for this useful post
antoniu1 Friendantoniu1
- Join date:
- July 2006
- Posts:
- 349
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 29
- Thanked:
- 40 times in 1 posts
October 22, 2010 at 11:39 am #360084Hi Arvind,
Thanks for the color versions. I am missing the blue/light blue version, as in the preview. Is it still going to come?
Also, hate to say it, but all the problems in Safari are still present.
Tom
nsprime Friendnsprime
- Join date:
- September 2005
- Posts:
- 28
- Downloads:
- 69
- Uploads:
- 2
- Thanks:
- 5
- Thanked:
- 3 times in 1 posts
October 22, 2010 at 11:42 am #360085Hello,
Congrats on this release.
BTW, When you click the link “blogs” on the main menu, the image is overlapping the module on the right.
Will there be light-blue version?
Regards.
Arvind Chauhan ModeratorArvind Chauhan
- Join date:
- September 2014
- Posts:
- 3835
- Downloads:
- 74
- Uploads:
- 92
- Thanks:
- 1240
- Thanked:
- 1334 times in 848 posts
October 22, 2010 at 11:49 am #360088Hi Guys,
Its weekend and JA Office closed now. Offical word on the light blue color on monday. Any bugs reported would be fixed too.
@tom, as per the changelog bugs related to mac and safari has been attended
http://pm.joomlart.com/browse/JATCPLUS-66
http://pm.joomlart.com/browse/JATCPLUS-67It would be great if you can check again (clean cache and stuff), if there are problems, you can make a thread with screenshots pointing to the errors, it will be easier for developers to fix any remaining issue.
BTW, JA T3 plugin 1.1.9 has also been released for 8 templates including community plus. Anyone on older plugin, upgrade please. Announcement to follow soon.
Arvind
1 user says Thank You to Arvind Chauhan for this useful post
antoniu1 Friendantoniu1
- Join date:
- July 2006
- Posts:
- 349
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 29
- Thanked:
- 40 times in 1 posts
October 22, 2010 at 12:05 pm #360091Hi Arvind,
Great the blue version will be out 🙂
I will post the problems I encounter in a separate thread this weekend.
Thanks and have a great weekend!
Tomnsprime Friendnsprime
- Join date:
- September 2005
- Posts:
- 28
- Downloads:
- 69
- Uploads:
- 2
- Thanks:
- 5
- Thanked:
- 3 times in 1 posts
October 26, 2010 at 2:15 am #360539Hello,
Great. The light-blue version will be out according to Hung.
Hope to see rounded corners working on IE8 for the next version.
antoniu1 Friendantoniu1
- Join date:
- July 2006
- Posts:
- 349
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 29
- Thanked:
- 40 times in 1 posts
October 26, 2010 at 9:51 am #360592About the rounded corners, that’s weird, because for JA Social they had found a solution for this. That should be applied here as well, I would say. Didn’t test it yet in IE but I really expect corners to be round as they should in IE!
Thanks,
TomPhill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
October 26, 2010 at 1:11 pm #360626Why should they be round in IE8? For some reason M$ chose not to bother keeping up with the rest of the world and didn’t support rounded corners out of the box. As such web designers have had to resort to all sorts of tricks to create rounded corners all of which bloat the code. IMO I would much rather have a lighter site code wise than a minor asthetic such as rounded corners. In JA_Social the method used was a javascript tool that rounded the corners after page generation. In a slow internet connection you can watch them being drawn. Not sure why that has not been included in this template but I prefer not to have it. The other method often seen is to have lots of extra div’s and images loaded for each corner. This again means lots of extra has to be loaded each page and it also makes customisation harder. Let’s hope M$ begin to take the time to support the web standards correctly with IE9.
antoniu1 Friendantoniu1
- Join date:
- July 2006
- Posts:
- 349
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 29
- Thanked:
- 40 times in 1 posts
October 26, 2010 at 1:25 pm #360628Hi Phill,
Yes, I know, I am one of those designers having to cope with the MS arrogance 🙂
But in my opinion that’s not a reason to leave it at that. Most of the world is using IE, period. If you create a design, then either never use rounded corners, or make sure they appear in IE. It’s sticking your head in the sand to ignore the largest group of visitors just because you feel MS doesn’t play along.
If I create a design, I want it to appear as it has been designed, don’t you?
Just my opinion on it 😉
Tom
Arvind Chauhan ModeratorArvind Chauhan
- Join date:
- September 2014
- Posts:
- 3835
- Downloads:
- 74
- Uploads:
- 92
- Thanks:
- 1240
- Thanked:
- 1334 times in 848 posts
October 28, 2010 at 5:44 pm #360941<em>@antoniu1 199905 wrote:</em><blockquote>Hi Arvind,
Great the blue version will be out 🙂
I will post the problems I encounter in a separate thread this weekend.
Thanks and have a great weekend!
Tom</blockquote>2 more colors released today. Version 1.1.1 is out. >> http://www.joomlart.com/forums/topic/ja-community-plus-template-v-1-1-1-released-2-more-colors/
Some mac issue fixes too >>
- [JATCPLUS-77] – On MAC: Css error on contact us page
- [JATCPLUS-78] – On MAC: Css error on mega menu
Arvind
1 user says Thank You to Arvind Chauhan for this useful post
antoniu1 Friendantoniu1
- Join date:
- July 2006
- Posts:
- 349
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 29
- Thanked:
- 40 times in 1 posts
October 29, 2010 at 12:44 am #360963Hi Arvind,
Sorry to not have posted the errors yet. I have been too busy unfortunately. Will try to do it tomorrow.
Great two more colors are out! They are not in the demo, correct?
Thanks,
TomArvind Chauhan ModeratorArvind Chauhan
- Join date:
- September 2014
- Posts:
- 3835
- Downloads:
- 74
- Uploads:
- 92
- Thanks:
- 1240
- Thanked:
- 1334 times in 848 posts
antoniu1 Friendantoniu1
- Join date:
- July 2006
- Posts:
- 349
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 29
- Thanked:
- 40 times in 1 posts
October 30, 2010 at 6:26 pm #361144Hi Arvind,
I am going to try to upload two images now with what’s left that isn’t right on a Mac. Most of it is solved. I installed the latest quickpack just now to check.
Cheers,
Tom
Jump to forum