Mini Frontpage Pro works wrong with Helix Ultimate 2 / J4
- Posted by Martin Dusil (10) Offline
- Posted by TemplatePlazza (5261) Offline
It still wont let me in please have a look on the video below
2 years 11 months ago #8
by TemplatePlazza
Please Log in or Create an account to join the conversation.
- Posted by Martin Dusil (10) Offline
Superuser admin2 is Enabled and Activated, I don't know what is the problem. Any other passwd (Admin Tools,..) is not on the web. I don't understand the second Sign In (black screen). It is related with 1Password app?
2 years 11 months ago #9
by Martin Dusil
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5261) Offline
No it’s not related to 1password app. I thought you have additional security layer / additional security extension installed?
2 years 11 months ago #10
by TemplatePlazza
Please Log in or Create an account to join the conversation.
- Posted by Martin Dusil (10) Offline
SOLVED! I found that the problem is with the JCE editor, specifically the System-JCE plugin. If this plugin is deactivated, Mini Frontpage pro works properly. If the System-JCE plugin is enabled, Mini Frontpage Pro does not work properly with image previews as I described above. Thank you very much.
2 years 11 months ago #11
by Martin Dusil
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5261) Offline
Ah I see. This JCE issue will be fixed in the next update. In the meanwhile you can fix it manually by editing this file : /modules/mod_minifrontpagepro/Helper/MinifrontpageproHelper.php: then add this codeat line 215 after code :
and this code :
at line 222, after the code :
2 years 11 months ago #12
by TemplatePlazza
// Added JCE PRO support
if ($orig_image == NULL) {
$orig_image = $images->image_intro;
}
$orig_image = strstr($images->image_intro, '#', true);
and this code :
// Added JCE PRO support
if ($orig_image == NULL) {
$orig_image = $images->image_fulltext;
}
$orig_image = strstr($images->image_fulltext, '#', true);
Please Log in or Create an account to join the conversation.