-
AuthorPosts
-
November 14, 2013 at 10:13 pm #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 11 years, 11 months ago by
brandonguy.
November 14, 2013 at 10:28 pm #188585Hey 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,
DevinNovember 15, 2013 at 2:07 am #189095Can you at least give me a hint to which file to start chopping up? I don’t really care about RSS or reverse compatibility.
November 15, 2013 at 8:17 pm #189396You 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.
January 22, 2014 at 6:20 pm #213458Are you guys developing something that make us able with a single button to work in posts just as we work with pages?
January 22, 2014 at 6:32 pm #213464 -
This topic was modified 11 years, 11 months ago by
-
AuthorPosts
- The topic ‘Is there no drag-and-drop support for post types?!?’ is closed to new replies.
