By Mike Bires on Monday, 25 July 2016
Posted in Technical Issues
Replies 5
Likes 0
Views 302
Votes 0
I embedded a YooTheme Widgetkit gallery into an article. Yesterday it was working fine. This morning, it does not show. Not sure what happened.

The article is at http://teamfitforduty.com/authors/nick-tavoukjian/sitting-is-killing-you - however, you must login to see the bottom of the article where I placed the Widgetkit.

Please help. Thanks!
Hi Michael Bires,

I am sorry for the delay of this reply. I've inspected that some of your Widgetkit plugin is not functioned properly (widgetkit_system, widgetkit_joomla and widgetkit_content) that may the cause for this. Perhaps you can try re-install the widgetkit?
·
Monday, 25 July 2016 10:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,
I have re-installed Widgetkit and found it is working on multiple pages, just not in EasyBlog. Again, it was working yesterday just fine. Today, it isn't working - in EasyBlog.
·
Monday, 25 July 2016 12:18
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Michael Bires,

I've fixed this issue internally, and it was working fine now. Can you please have a looks
·
Monday, 25 July 2016 15:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Muhammad,

Can I ask what changes were made? Was it something in the code? I don't understand what you meant by fixing internally. Thanks for your quick help on this.
·
Tuesday, 26 July 2016 00:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Michael Bires,

I am sorry for the late reply and inconvenience caused for this. Yes, I've fix this issue in your site by code in the file
JOOMLA_FOLDER/administrator/components/com_easyblog/includes/formatter/types/entry.php
by remove this code
$post->text = $post->getContent('entry');


add the code in the
JOOMLA_FOLDER/administrator/components/com_easyblog/includes/post
// Determines if we should trigger plugins
3594 $triggerPlugins = isset($options['triggerPlugins']) ? $options['triggerPlugins'] : true;
3595
3596 // Perform legacy formatting for legacy posts
3597 // Trigger plugins to prepare the content.
3598 if ($triggerPlugins) {
3599
3600 $this->text = $intro;
3601
3602 $this->prepareContent('list', 'intro');
3603
3604 $this->formattedIntros[$index] = $this->text;
3605 } else {


What I means "this issue has been fixed internally" is, this issue is also got applied in our repository where, it will included in the incoming version
·
Tuesday, 26 July 2016 13:45
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post