-
AuthorPosts
-
tom_laan84 Friend
tom_laan84
- Join date:
- June 2008
- Posts:
- 348
- Downloads:
- 142
- Uploads:
- 30
- Thanks:
- 88
- Thanked:
- 67 times in 11 posts
May 29, 2013 at 8:25 am #494277Hi, yeah but you are looking at the item in blog view. I’m talking homepage / timeline view. Go to home. Then select “reizen” from the category view. K2 item id:40 “bride and groom at wedding”
tom_laan84 Friendtom_laan84
- Join date:
- June 2008
- Posts:
- 348
- Downloads:
- 142
- Uploads:
- 30
- Thanks:
- 88
- Thanked:
- 67 times in 11 posts
May 31, 2013 at 12:41 pm #494409Now i have to wait again 5 days for a response? WHY?
kennylau89 Friendkennylau89
- Join date:
- December 2012
- Posts:
- 29
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 3
- Thanked:
- 2 times in 1 posts
June 3, 2013 at 7:54 am #494531Yes , why when adding Extra fields , the whole page broke ?
1 user says Thank You to kennylau89 for this useful post
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 3, 2013 at 10:47 am #494582Hi guys,
Take a backup of your site first, then PM me FTP and admin account of your site, I will check the code for you.
Regards
kennylau89 Friendkennylau89
- Join date:
- December 2012
- Posts:
- 29
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 3
- Thanked:
- 2 times in 1 posts
June 6, 2013 at 2:07 am #494934tom_laan84 Friendtom_laan84
- Join date:
- June 2008
- Posts:
- 348
- Downloads:
- 142
- Uploads:
- 30
- Thanks:
- 88
- Thanked:
- 67 times in 11 posts
June 6, 2013 at 10:32 am #494995<em>@Saguaros 375128 wrote:</em><blockquote>Hi guys,
Take a backup of your site first, then PM me FTP and admin account of your site, I will check the code for you.
Regards</blockquote>
I’ve already sent you those details. Were you able to fix it? Haven’t heard back from it, and that was last week.
Regards
Tom
kennylau89 Friendkennylau89
- Join date:
- December 2012
- Posts:
- 29
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 3
- Thanked:
- 2 times in 1 posts
June 6, 2013 at 7:51 pm #495064Really hoping for a fix.
tom_laan84 Friendtom_laan84
- Join date:
- June 2008
- Posts:
- 348
- Downloads:
- 142
- Uploads:
- 30
- Thanks:
- 88
- Thanked:
- 67 times in 11 posts
June 6, 2013 at 7:58 pm #495065<em>@kennylau89 375742 wrote:</em><blockquote>Really hoping for a fix.</blockquote>
Me too!! It’s been 2 weeks now and no progress at all!!! Support sucks big time!!! Why??? It’s ruining my longtime positive view on Joomlart!! It’s structural too! Have had countless bad support experiences for almost a year now!!
Sorry just doesn’t cut it anymore.
Very dissapointed and would really like an explanation.
Regards
Tomkennylau89 Friendkennylau89
- Join date:
- December 2012
- Posts:
- 29
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 3
- Thanked:
- 2 times in 1 posts
June 7, 2013 at 5:46 pm #495164frankly speaking , I am disappointed as well. The support was not as good as last time .
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 10, 2013 at 2:55 am #495247Hi,
I’m really sorry for this late response. @tom: I’ve replied in your ticket
Please try to backup your site first and then apply this solution:
– Open file: /templates/ja_lens/html/com_k2/ja_lens/category_item.php
Around line 19:
Replace this:
if(count($this->item->extra_fields)) {
$extra_fields=K2ModelItem::getItemExtraFields($this->item->extra_fields);
if (count($extra_fields)) {
foreach ($extra_fields as $key=>$extraField) {
if ($extraField->name == $xclass_key) {
$xclass = $extraField->value;
break;
}
}
}
}With:
$extra_value = $this->item->extraFields->FIELD_ALIAS->value;
Give it a try and let me know how it goes.
Regards
1 user says Thank You to Saguaros for this useful post
kennylau89 Friendkennylau89
- Join date:
- December 2012
- Posts:
- 29
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 3
- Thanked:
- 2 times in 1 posts
June 10, 2013 at 4:56 am #495255Changed the code ,got this error instead.
[PHP]
// is the value of the field alias an array ?
$this->item->extraFields->FIELD_ALIAS->value;[/PHP]
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 10, 2013 at 6:51 am #495265Currently, you may set the Error Reporting in Maximum, changing it to default or None (Global configuration > server tab) will get rid of this warning message. 🙂
1 user says Thank You to Saguaros for this useful post
urbaniak frederic Friendurbaniak frederic
- Join date:
- August 2010
- Posts:
- 34
- Downloads:
- 42
- Uploads:
- 1
- Thanks:
- 15
- Thanked:
- 1 times in 1 posts
June 11, 2013 at 8:33 am #495467saguaros;376021currently, you may set the error reporting in maximum, changing it to default or none (global configuration > server tab) will get rid of this warning message. 🙂
it works ! 🙂
July 8, 2013 at 9:30 pm #498336I am having a similar issue, I have done the modification as suggested but page still does not load mosaic as before, this all started since adding extra fields which I have now removed.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
July 9, 2013 at 12:54 am #498343You can add extra fields back again and pm me admin as well as ftp account of your site, I will have a look at this for you.
P/s: pls backup your site first
AuthorPostsThis topic contains 35 replies, has 6 voices, and was last updated by yema 11 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum