Forum Replies Created
-
AuthorPosts
-
February 18, 2018 at 12:13 pm in reply to: Advanced Layout Editor does not work as Blog Post Editor #913884
Thank u.
Oh, not integration planed. :(
Please, can u integrate the enlighterJS Plugin in u’re Advance Layout Editor? That should be a very easy integration and a powerful plugin. For technical and programming articles I miss a source code syntax highlighting support. I can insert <pre … custom tags but it’s not very comfortable.
Actually, for blog posts I’m using the normal editor with the ALE shortcodes. It’s not comfortable but it works.
thank u
SteffenFebruary 16, 2018 at 11:30 am in reply to: Advanced Layout Editor does not work as Blog Post Editor #913214Hey Rikard,
thank u. I found the excerpt field.I want the same look&feel and information with the ALE compared to the normal editor. Social Icon block and comment block at the end of a post is clear, not a problem. insert with ALE and it works
How can I insert the title bar like in a normal blog post? Title, Author, Count of Comments and so on…Second point. I use enlighterJS for programming code syntax highlighting. There is no integration in the ALE. Do u plan any integration? I can use the code block to insert custom <pre tags with the correct enlighter classes. This needs to much time.
Thank u
SteffenFebruary 13, 2018 at 5:12 pm in reply to: undefined function session_id() – nginx / php72 / php-fpm and enfold #911781it’s easy to figure it out if u have root rights on the server.
php -i
there should be a session sectionsession Session Support => enabled session.save_path => /tmp => /tmp
make sure that the save_path is right.
if there is no session section, please install the php72-session module (72 is the version)
whereis php72-session make install clean
the rest of the nginx and php config works very well. u can check by yourself with a simple php script
<?php session_start(); print session_name()."=".session_id(); ?>
hope it helps
Steffen -
AuthorPosts