Did you check the console for errors? I do this different way to avoid a problem with paths. I put this code to css file and load with e107::css() or with @import. I am not sure if it is correct, but it worked.
Mahdi Montazeri
@parsfounder
@Jimmi08 adding the following lines after @font-face changed the font successfully:
Hi, what language is used for emails when admin is in English and frontend is not? Template preview is in English... it should respect site language or?
Jimako
@Jimmi08
Latest e107 News in Dashboard should be able to replace or remove... how to explain to client adding solution with latest info from 2019?
how do I fix Fatal error: Uncaught ArgumentCountError: Too few arguments to function error_handler::handle_error(), 4 passed and exactly 5 expected in C:\xampp\htdocs\e107\class2.php:2558 Stack trace: #0 C:\xampp\htdocs\e107\e107_handlers\core_functions.php(135): error_handler->handle_error(8192, Required parame..., C:\xampp\htdocs..., 3034) #1 C:\xampp\htdocs\e107\e107_handlers\core_functions.php(135): require_once() #2 C:\xampp\htdocs\e107\class2.php(266): e107_require_once(C:\xampp\htdocs...) #3 C:\xampp\htdocs\e107\index.php(58): require_once(C:\xampp\htdocs...) #4 {main} thrown in C:\xampp\htdocs\e107\class2.php on line 2558 in e107 CMS?
1 reply
Jimako
@Jimmi08
Hi, there is no template for other issues, it is intended?
9 replies
Jimako
@Jimmi08
Hi, file typ pdf is different than application/pdf ? I have allowed pdf for upload but with some I am getting error that application/pdf is not allowed...
Jimako
@Jimmi08
It has nothing with filetype, it fails here if(stripos($tstr, '<?xpacket') === false)
I have a problem with ssl. If i login with http:// everthing is okey, with admin and my theme. If i use https:// than half of theme is not loading. And admin-->preferences is all in one page.
What could cause this problem? I have ssl certificate, and with hhtps connection it is showing that its valid
It seems contact page got new template recently but it only appears on fresh install and not upgrade (latest git version)
Jimako
@Jimmi08
Hi, probably a stupid question, but I have old code where they sanitize/filter checkboxes with filter_array and check if keys are numbers. How e107 does this? e107::getForm()->checkboxes() is used. What to use for checking $_POST? Thanks