Forum Replies Created
-
AuthorPosts
-
Vladimir Mujakovic
ParticipantIs there any news on this? or an alternative approach I can take? To reduce the massive lag in admin.
Vladimir Mujakovic
ParticipantI would really appreciate support on this issue, thank you for looking into it. I am happy to provide my specific use case. It is kind of hard to explain the problem. But basically i need something that works like the "visible" property in conditional logic that also performs an ajax request to remove the unneeded field groups.
I have noticed that using the metabox plugin in this way creates a serious performance issue in admin and makes the gutenberg editor unusable, even though you guys have a small example of my implementation in one of your demos. In that demo you can select different sections from a dropdown and clone them. Issue is that my dropdown shows/hides sibling field groups based on selection, so say if i have 13 of those groups (12 hidden 1 visible because it is selected in dorpdown), performing a clone, clones all 13 field groups (200+ inputs), so when i have 7 clones out on the page, we are talking about 7 * 13, which causes a lot of lag. I think this is a limitation that needs to be addressed, I love your plugin library but this has been a concern of mine for some time now.
On a project where a client is requesting a lot of versatility and utility it would really be helpful to have control over inclusion and exclusion of particular fields (especially when that field is a field group with 20+ custom inputs).
Vladimir Mujakovic
ParticipantI would also like to include/exclude based on a dropdown selection, I know that this can be done via show/hide with JS but I am wondering if there is a way to exclude metabox files based on a dropdown selection, not just on the frontend but serverside. Even if the page has to be reloaded.
Vladimir Mujakovic
ParticipantNvm, i solved this in a different way.
October 18, 2020 at 10:14 PM in reply to: ✅Preserve admin order of metaboxes in the frontend of the website #22445Vladimir Mujakovic
ParticipantThank you this is what I needed.
October 18, 2020 at 8:58 AM in reply to: ✅Preserve admin order of metaboxes in the frontend of the website #22442Vladimir Mujakovic
ParticipantWhat i mean is to display my website sections in the same order as the order of my metaboxes in the the page editor screen.
SO if i had this order of metaboxes in the page editor
Hero
CTA Section
Video Section
Content SectionAnd when i view my website the sections of the website are ordered the same way
And say now I want to swap them by Switching the positions of the CTA Section and the Video Section in the page editors by clicking and dragging the metaboxes to their new positions.
Hero
Video Section
CTA Section
Content SectionI would like to see this order of sections presented on the website itself when I view the page.
Vladimir Mujakovic
ParticipantThat was it, I cant believe i forgot to try that! thank you.
January 10, 2019 at 7:39 AM in reply to: ✅Website sections controlled via metaboxes not showing after certain amount loade #12972Vladimir Mujakovic
ParticipantThank you, this was very helpful.
January 9, 2019 at 7:37 AM in reply to: ✅Website sections controlled via metaboxes not showing after certain amount loade #12957Vladimir Mujakovic
ParticipantI was able to change the value via my .htaccess file, thank you!
Are there adverse effects from increasing this value?
And is there a better way to structure my metabox function so as to avoid this in the future?
I enjoy having the ability of adding the website sections dynamically via the dropdown and would like to maintain that modularity.
-
AuthorPosts