Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #238350

    Hi

    Two questions:

    1. Is it possible to access and use “Advanced Layout Editor” when creating posts? I see that option only when I create new pages or new portfolio entries.

    2. How can I remove the information below the title of each post i.e date, comments, Category, Creator etc.
    Example: March 16, 2014/0 Comments/in Uncategorized /by admin
    I want to remove all that. There won’t be any comments at all.
    Is there any simple code to add in “Quick CSS”?

    Thanks

    #238493

    Hey abedia!

    How are you? I hope you’re doing well today.

    1.) The advance layout builder is not available for post. You can only use the insert shortcode wand. The Advanced Layout Builder is not set up to run on posts correctly so it isn’t something we support. You can watch this video on how to add the avia builder to posts: http://vimeo.com/64996057

    These are the following problems that may occur when you switch to Advance Layout Builder on posts.

    – Featured image will be lost on the single post view.
    – The post title will switch to the left of the header instead of below the featured image.
    – You can’t comment on posts.
    – No related posts will be shown or interesting links.

    2.) You can add this on Quick CSS or custom.css to remove the post meta infos:

    .post-meta-infos {
    display: none;
    }

    Best regards,
    Ismael

    #238694

    Thanks.

    I just tried to update the functions.php as you suggested. As soon as I clicked on Update, I receive this message:

    Parse error: syntax error, unexpected T_FUNCTION in /home/d40567/public_html/sv/wp-content/themes/enfold/config-woocommerce/config.php on line 1255

    Now I cannot even open the site! I receive the same message whatever I do.

    Can you help?

    Regards
    Abedi

    #238703

    Hey!

    Please open Functions.php file via FTP and undo the changes you have made

    Best regards,
    Yigit

    #238748

    Where is this file located?

    #238751

    Hey!

    Inside wp-content\themes\enfold folder

    Regards,
    Yigit

    #238757

    Sorry to bother you again. I did as you said and removed the new code and replaced the function.php but I still get this message:

    Parse error: syntax error, unexpected T_FUNCTION in /home/d40567/public_html/sv/wp-content/themes/enfold/config-woocommerce/config.php on line 1255

    Maybe I have to something with the config.php file?

    Regards
    Abedi

    #238762

    Hi!

    Have you made any changes on theme files? If so, please try re-updating the theme via FTP – http://vimeo.com/67209750

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Advanced Layout Editor when creating posts?’ is closed to new replies.