-
AuthorPosts
-
christobals Friend
christobals
- Join date:
- January 2014
- Posts:
- 24
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 4
- Thanked:
- 2 times in 1 posts
January 16, 2014 at 5:56 pm #193805Hey,
First off, love JA Wall, wow!
I’m working on getting some of the social feeds setup, in particular a Youtube channel. However, in the parameter settings, when I select K2 for Target Component, and then click on the drop down to select the category, only one of my categories is being displayed out of 11. Not sure what I’m missing. I’m using Joomla 2.5.17 and K2 2.6.7.
Thanks!
Chrisphong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
January 17, 2014 at 8:49 am #518825Hi Chris,
At the moment, the JA System Social Feed plugin is not compatible with Joomla 2.5.17, its social profile settings can not be configured. This bug might also causes the issue you are getting.
I have raised a bug report to our developers for troubleshooting, you can keep track on status at http://pm.joomlart.com/browse/JAECPLGSOCIALFEED-71. Hope you can be patient on this.
christobals Friendchristobals
- Join date:
- January 2014
- Posts:
- 24
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 4
- Thanked:
- 2 times in 1 posts
January 19, 2014 at 10:38 pm #518968Hi Leo,
Thank your for the update; I appreciate it. I’ll just use Joomla’s category system instead of K2’s for the social feeds.
Chris
January 23, 2014 at 11:45 am #519515<em>@Leo Burnetts 406366 wrote:</em><blockquote>Hi Chris,
At the moment, the JA System Social Feed plugin is not compatible with Joomla 2.5.17, its social profile settings can not be configured. This bug might also causes the issue you are getting.
I have raised a bug report to our developers for troubleshooting, you can keep track on status at http://pm.joomlart.com/browse/JAECPLGSOCIALFEED-71. Hope you can be patient on this.</blockquote>
Hi, I am using the very latest version of Joomla 3.2.1 and I have the latest version of K2 installed.
I am having this very same issue, where I cannot select a K2 category from the Plugin settings page.
I paid for this extension purely so that I could use it for my new website, can you please let me know when this bug will be fixed as at the moment it is not fit for purpose.
Please get back to me as soon as possible.
Paddyphong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
January 24, 2014 at 10:06 am #519669Please open jat3.js file in pluginssystemjasocial_feedelementsassetsjs path, then insert code block below into the end of file (remember to back your file first):
function getParentByClassName (el, classname) {
if($(el)){
var parent = $(el).getParent();
if(parent!=null){
while (parent!=null && !parent.hasClass(classname)) {
parent = parent.getParent();
}
return parent;
}
}
return null;
}
Clear System Cache after updating any changes and try running the cron to import social data into K2 category again.
January 24, 2014 at 4:33 pm #519716Hi, thanks for your reply.
I have tried this and sadly I still cannot select any of the Categories I have set up in K2.
I just have the text ‘- Select K2 categories’ in the dropdown, not any of the categories.
Can you suggest anything else?
Thanks in advance.christobals Friendchristobals
- Join date:
- January 2014
- Posts:
- 24
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 4
- Thanked:
- 2 times in 1 posts
January 25, 2014 at 1:17 am #519761Hi Leo,
Thank you for that piece of code. It did allow me to see the profile settings, but only two of my 11 categories are showing now in the K2 Category field when I select K2 as the Target Component. :((
Chris
carlucci Friendcarlucci
- Join date:
- November 2006
- Posts:
- 509
- Downloads:
- 195
- Uploads:
- 108
- Thanks:
- 172
- Thanked:
- 17 times in 3 posts
January 25, 2014 at 9:35 am #519797<em>@christobals 407565 wrote:</em><blockquote>Hi Leo,
Thank you for that piece of code. It did allow me to see the profile settings, but only two of my 11 categories are showing now in the K2 Category field when I select K2 as the Target Component. :((
Chris</blockquote>
Hi Chris,
I do not quite understand your post. I use Ja-Wall and may be of interest to me.
Could you put a link to your website, to understand better.?
I will be grateful.
Regradsmy link : http://dietapino.com
1 user says Thank You to carlucci for this useful post
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
January 25, 2014 at 10:05 am #519803@chris, paddythorne: This is another issue of JA System Feed Social plugin on new Joomla update. I have raised a bug report to our developer to update the fix of this issue. You can check status at http://pm.joomlart.com/browse/JAECPLGSOCIALFEED-73
Once the update or at least the temporary fix from our developer is available, I will update you accordingly.
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
January 27, 2014 at 7:53 am #519968Hey guys,
Below is the fix of K2 category list issue on our JA System Social Feed plugin:
– Backup and open …pluginssystemjasocial_feedelementscategoryk2.php file at 182 line, change:
} else {
$list[$id] = new stdClass();
$list[$id]->haschild = false;
}to:
} else {
//$list[$id] = new stdClass();
$list[$id]->haschild = false;
}– Clear System cache after updating change. You can see the result at my end as follows.
-
1 user says Thank You to phong nam for this useful post
January 27, 2014 at 10:09 am #520009Hi Leo,
Great, thanks for getting back to me.
This has worked and I can now access the K2 categories 🙂
Great support, thank you.
All the best,
Paddyphong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
January 27, 2014 at 12:33 pm #520028You’re welcome, Paddy 😉
christobals Friendchristobals
- Join date:
- January 2014
- Posts:
- 24
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 4
- Thanked:
- 2 times in 1 posts
January 29, 2014 at 8:27 pm #520416Hi,
Thanks for posting that fix! I’ll check it out and get back to you to confirm it’s working on my end.
As always, thank you!
Chrischristobals Friendchristobals
- Join date:
- January 2014
- Posts:
- 24
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 4
- Thanked:
- 2 times in 1 posts
AuthorPostsViewing 14 posts - 1 through 14 (of 14 total)This topic contains 14 replies, has 4 voices, and was last updated by christobals 10 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Social Feed + K2 – categories not showing
Viewing 14 posts - 1 through 14 (of 14 total)