How to Display Custom Fields data at frontend beautifully?

Support MB Views How to Display Custom Fields data at frontend beautifully?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #42677
    GVGV
    Participant

    Hi! It seems that your MB Views create a very simple frontend templates, it does not have possibilities to display data at frontend beautifully. For example display CustomFields Values as Stars Ratings or Charts. But Gutenberg have a such block. How its possible display MB CustomFields Values (a specially stored at CustomTables) via beautiful Gutenberg Blocks by creating for CustomPostTypes a CustomSingleTemplates???

    #42695
    PeterPeter
    Moderator

    Hello,

    MB Views works like a code editor, it does not work as a Visual editor like Gutenberg or a page builder. You have to create HTML and CSS code to style the outputted data on your site.

    Even using the MB Blocks to create custom blocks you also need to use the code to output the field value.

    Please read more in the documentation
    https://docs.metabox.io/extensions/mb-blocks/
    https://docs.metabox.io/extensions/mb-views/

    #42711
    GVGV
    Participant

    MB Views works like a code editor, it does not work as a Visual editor like Gutenberg or a page builder. You have to create HTML and CSS code to style the outputted data on your site.
    Even using the MB Blocks to create custom blocks you also need to use the code to output the field value.

    Guys, wakeup, its already 2023! Gutenberg visual editor exist for almost 4 years! Elementor visual templates editor exist for 7 years! You definitely must add Gutenberg Blocks for dynamic data taken from CustomMetaBoxes.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.