Hello. I previously had an active Jlex Review subscription, and it ended two weeks ago. I would like to continue using the component, but I have a difficulty. I use YOOtheme on the site and create materials through templates and a constructor. And as a result, the reviews were not displayed on the content pages (with the plugin and settings enabled). In early versions of Yootheme, we managed to write a small code that was added to the constructor template and reviews were output.
This code:
But in the new versions of YOOtheme, something has been rebuilt and this file is not there. At my request, Yootheme technical support gave a very difficult solution - to manually add code to each article that will output a block with reviews. This means that I need to manually redo all the articles on the site, and there are hundreds of them. Therefore, I am forced not to update the Yootheme template and do not renew my subscription to Jlex.
Could you help me with this? I will be happy to continue using Jlex, but I need the component to work...
I will give you a request link to Yootheme: https://yootheme.com/support/question/144764
This code:
<?php
if ($allowed) {
$loader = JPATH_ROOT . '/components/com_jlexreview/load.php';
if (file_exists ( $loader )) {
require_once $loader;
echo JLexReviewLoad::init('','content',$article->id);
}
}
But in the new versions of YOOtheme, something has been rebuilt and this file is not there. At my request, Yootheme technical support gave a very difficult solution - to manually add code to each article that will output a block with reviews. This means that I need to manually redo all the articles on the site, and there are hundreds of them. Therefore, I am forced not to update the Yootheme template and do not renew my subscription to Jlex.
Could you help me with this? I will be happy to continue using Jlex, but I need the component to work...
I will give you a request link to Yootheme: https://yootheme.com/support/question/144764