Hi, I have a problem with the whatsnew position not loading recent news, and from what I have seen on the forum it is possible that it is the same case as this https://www.joomlart.com/forums/d/37236-what-s-new-and-ja-facebook-like/16 where the problem is with the helper.content.php file.
Greetings. Tomás Sastre. Bibliosalut
bibliosalut1
You can backup this file first: /templates/ja_teline_v/helper.content.php
Then go to line 12, change:
$com_path = JPATH_ROOT . 'components/com_content';
To:
$com_path = JPATH_ROOT . '/components/com_content';
and see how it goes.
saguaros Hello. I have already made the change and it works.
Thanks for your support
bibliosalut1 Glad to hear that!