booleanbites / houzi-support

Support forum repo for issues & bugs reported for Houzi Flutter App.
4 stars 0 forks source link

add paragraph with heading in home screen #88

Closed ePento closed 9 months ago

ePento commented 10 months ago

hello ,, is it easy to add a paragraph with heading in a home screen before cites and other sections ? and what files to edit ? or can i do this with houzi builder because i saw placeholder widget but i dont know how to use it to add (about us) section in home screen ?

AdilSoomro commented 10 months ago

Hi, yes the placeholder widget is correct place to start. Once you add a placeholder widget to your home screen, you can provide your widgets via hooks.

Follow docs here: https://houzi-docs.booleanbites.com/hooks-widgets/add_custom_widget_in_home

ePento commented 10 months ago

thank you ,, so after i done this step ,, the only way to add content for widget is throw hooks_v2.dart right ? or i can manage it from admin panel (wordpress)

this something i want to add

About Us

about company paragraph

AdilSoomro commented 10 months ago

This needs to be done via hooks. As this is something that will show up on mobile app.

ePento commented 10 months ago

thank you sir <3

AdilSoomro commented 9 months ago

Hi, do you still need support on this or otherwise you can mark this closed.