-
AuthorPosts
-
July 17, 2012 at 9:48 pm #179177
Having a few issues with the JA Wall
The youtube social feed will only display 5 videos at a time….or 5 articles in other categories
Facebook returns an invalid url., though i have the profile id correct
Twitter returns nothing.Everytime I log back into the site, the site re-fills with the demo articles in my new categories. I delete them out each time and empty the trash. I delete the profile in the social feed plugin, and they still come back.
Your help is appreciated!
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
July 18, 2012 at 10:16 am #461308hi philiphannis,
<blockquote>The youtube social feed will only display 5 videos at a time….or 5 articles in other categories
Facebook returns an invalid url., though i have the profile id correct
Twitter returns nothing.</blockquote>
You open the file of pluginssystemjapagerjapager.php look for this code
[PHP]
// if content blog view
$limit = $params->get(‘num_leading_articles’, 0) + $params->get(‘num_intro_articles’, 0);
if ($limit) return $limit;[/PHP]
Change it to
[PHP]
// if content blog view
$limit = $params->get(‘num_leading_articles’, 0) + $params->get(‘num_intro_articles’, 0);
if ($limit) {
return $limit;
}else{return 5;
}
[/PHP]<blockquote> Everytime I log back into the site, the site re-fills with the demo articles in my new categories. I delete them out each time and empty the trash. I delete the profile in the social feed plugin, and they still come back.</blockquote>
You should disable the System – JA Social Feed plugin if you don’t want auto received social feeds from your social pages
July 19, 2012 at 4:39 pm #461508Thank you! I will try that.
With respect to the social feeds loading of articles: It is loading articles from the demo site, not my own articles. I have deleted the profiles in the social feed plugin, yet they still load in. So everytime I login, the articles from the demo site all load in, and oddly assign themselves into the unique categories I created. I was hoping to use the social feed plugin for youtube, Facebook, and twitter, not deactivate it.
July 20, 2012 at 1:38 am #461552My prob was that the menu item did not have a set number of blog articles to show. I changed the intro and other article counts to 25 and it fixed all. thanks
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
July 20, 2012 at 4:38 am #461578<em>@philiphannis 330853 wrote:</em><blockquote>Thank you! I will try that.
With respect to the social feeds loading of articles: It is loading articles from the demo site, not my own articles. I have deleted the profiles in the social feed plugin, yet they still load in. So everytime I login, the articles from the demo site all load in, and oddly assign themselves into the unique categories I created. I was hoping to use the social feed plugin for youtube, Facebook, and twitter, not deactivate it.</blockquote>
you should delete those old profile and create new one with your own settings, remove caching and update the plugin also if it’s an old version.
-
AuthorPosts
This topic contains 5 replies, has 3 voices, and was last updated by Sherlock 12 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum