Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #188577

    I installed Enfold locally and have no plugins. I am running wordpress 3.7.1. The theme worked well uploading the sample content. But one HUGE issue for me. The drag and drop functionality is only working on the page type (not a post). Is this really how it works? The main reason I bought was the drag and drop functionality. Please tell me I am missing something.
    Page view with drag-and-drop Aria working well:

    Post view with drag-and-drop Aria broken:

    I have not touched either WP or the theme, both virgin installs

    • This topic was modified 10 years, 11 months ago by brandonguy.
    #188585

    Hey brandonguy!

    No, this is correct. Posts are not considered by typical WordPress standards to be points where you customize the output heavily. If you were to say switch themes and had been using the advanced layout builder to customize the hundreds of posts you’ve written then they would all suddenly lose their style.

    Your RSS feed would also be a mix of shortcodes and text with no visible way to really read it except by visiting the site.

    So while you could enable them for posts, it isn’t supported and not really recommended.

    Regards,
    Devin

    #189095

    Can you at least give me a hint to which file to start chopping up? I don’t really care about RSS or reverse compatibility.

    #189396

    You can add posts to the page array in config-templatebuilder>avia-template-builder>config>meta.php:
    array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('portfolio','page'), 'context'=>'normal', 'priority'=>'high', 'expandable'=>true ),

    Just keep in mind that with WordPress posts are not meant for page data so using them like pages can have unintended results for future updates.

    #213458

    Are you guys developing something that make us able with a single button to work in posts just as we work with pages?

    #213464

    Hi!

    As far as i know, no, because of the reasons Devin explained above and i posted on your other topic.
    P.S.: I am closing this thread as you already have a related topic.

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Is there no drag-and-drop support for post types?!?’ is closed to new replies.