Some PRO features are still disabled.
Also, This Might Work For Other FREE Templates From JoomlaShine.com
Open: default.php
Find It Here:
/plugins/system/jsntplframework/libraries/joomlashine/template/tmpl/default.php
Look For This:
if ($edition == 'FREE')
{
$editionClass = 'jsn-free-edition';
}
else
{
$editionClass = 'jsn-pro-edition';
}
Replace with This:
if ($edition == 'FREE')
{
$editionClass = 'jsn-pro-edition';
}
else
{
$editionClass = 'jsn-pro-edition';
}
Save, and Close it!
Open: params.xml
Find It Here:
/plugins/system/jsntplframework/libraries/joomlashine/template
Find and Delete ALL of: pro="true"
(I think there is about 6 of them)
Save, and Close it!
Open: megamenu.js
Find It Here:
/plugins/system/jsntplframework/assets/joomlashine/js/megamenu/megamenu.js
Look For This:
if ($('#jsn-tpl-edition').val() == 'free')
Replace with This:
if ($('#jsn-tpl-edition').val() == 'pro')
Save, and Close it!
Some PRO features are still disabled.
That's All!
Created : 2017-06-26 04:23:02, Last Modified : 2017-06-26 04:31:23