So I´m new to Wappler, I´m kind of migrating from Bubble.is to this amazing builder but not being a code specialist gets me stuck.
Now my problem is that I bought a Dashboard admin call Hyper, the main problem is that some parts of it come from other files in a folder called “partials”. I want to edit the topbar menu of the dashboard, but I can´t use Wappler´s “Design” view.
You might be able to add an html tag at the top, and closing at the bottom to make it work (at least for editing.)
<html lang="en">
all your template code
</html>
Because these will later be included into broader html structures, you probably should remove the html tags when you are finished. Obviously not a great workflow, but for a fairly static header it might work for you, if a better answer doesn’t come along.
After adding the App Connect, Browser and the query to show the data of the user, it doesn´t work. I used ¨{{serverconnect1.data.LoggedIn[0].User}}¨ in the index.html and the query worked.
Thanks! Though… I can´t understand how it´s useful for me. The topbar menu is already included in the index page. All I want to do is to show some data I get from my database in the top menu (instead of showing the “{{serverconnect1.data.LoggedIn[0].User}}”)
Ok, but the problem is not “including” the topbar menu in the dashboard page. The menu it’s already included in my dashboard. The problem is that the topbar menu won’t retrieve the user information