Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #178127

    Hello,
    Is there a way to build the articles like the pages ?
    The Avia layout builder is very easy to use.
    I’d like something that easy and nice looking for the articles :)
    Thank you.

    #178254

    Hi radis92!

    Please watch this video: https://vimeo.com/64996057

    You need to edit config-templatebuilder > avia-template-builder > config > meta.php, find this code:

    array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('portfolio','page'), 'context'=>'normal', 'priority'=>'high', 'expandable'=>true ),

    Replace it with:

    array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('portfolio','page', 'post'), 'context'=>'normal', 'priority'=>'high', 'expandable'=>true ),

    Regards,
    Ismael

    #181248

    Hello,
    I did the modification in the code.
    I can now edit the “article” just like a page.
    But I can’t link this article to a section in the menu. So it doesn’t appear on the site.

    #181263

    Hey!

    Please elaborate on this: ‘But I can’t link this article to a section in the menu. So it doesn’t appear on the site.’.

    Regards,
    Josue

    #181284

    Hello,
    For a a “regular” article, you can chood on the right side to link it to a category in the menu so that it will appear under a category when you navigate on the website.
    For the type of “article” I create with your tutorial (with Types), I can’t choose a category and don’t even know where it is related to.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘articles layout like the pages ?’ is closed to new replies.